public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-sound/jamin/, media-sound/jamin/files/
@ 2016-08-20 12:09 Jeroen Roovers
  0 siblings, 0 replies; only message in thread
From: Jeroen Roovers @ 2016-08-20 12:09 UTC (permalink / raw
  To: gentoo-commits

commit:     f4543f47f38a94494e9b0df60db8b3a49571750d
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 20 11:55:44 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Aug 20 12:09:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4543f47

media-sound/jamin: Fix desktop file issues. Clean up patch.

Package-Manager: portage-2.3.0

 media-sound/jamin/files/jamin-0.95.0-desktop.patch | 14 ++++++
 .../jamin/files/jamin-0.95.0-multilib-strict.patch |  8 ++--
 media-sound/jamin/jamin-0.95.0-r3.ebuild           | 50 ++++++++++++++++++++++
 3 files changed, 67 insertions(+), 5 deletions(-)

diff --git a/media-sound/jamin/files/jamin-0.95.0-desktop.patch b/media-sound/jamin/files/jamin-0.95.0-desktop.patch
new file mode 100644
index 0000000..87cad61
--- /dev/null
+++ b/media-sound/jamin/files/jamin-0.95.0-desktop.patch
@@ -0,0 +1,14 @@
+--- a/data/jamin.desktop.in
++++ b/data/jamin.desktop.in
+@@ -3,9 +3,9 @@
+ _Name=JAMin
+ _GenericName=
+ _Comment=JACK Audio Mastering interface
+-Categories=Application;AudioVideo;
++Categories=AudioVideo;
+ Exec=jamin
+-Icon=jamin.svg
++Icon=jamin
+ MimeType=application/x-jamin;
+ StartupNotify=true
+ Terminal=false

diff --git a/media-sound/jamin/files/jamin-0.95.0-multilib-strict.patch b/media-sound/jamin/files/jamin-0.95.0-multilib-strict.patch
index c5db949..e2e13ce 100644
--- a/media-sound/jamin/files/jamin-0.95.0-multilib-strict.patch
+++ b/media-sound/jamin/files/jamin-0.95.0-multilib-strict.patch
@@ -1,8 +1,6 @@
---- controller/Makefile.in.old	2007-02-24 20:08:10.000000000 +0100
-+++ controller/Makefile.in	2007-02-24 20:08:33.000000000 +0100
-@@ -228,7 +228,7 @@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
+--- a/controller/Makefile.am
++++ b/controller/Makefile.am
+@@ -1,5 +1,5 @@
  plugin_LTLIBRARIES = jamincont_1912.la
 -plugindir = @prefix@/lib/ladspa
 +plugindir = @libdir@/ladspa

diff --git a/media-sound/jamin/jamin-0.95.0-r3.ebuild b/media-sound/jamin/jamin-0.95.0-r3.ebuild
new file mode 100644
index 0000000..d90ddfe
--- /dev/null
+++ b/media-sound/jamin/jamin-0.95.0-r3.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools
+
+DESCRIPTION="JAMin is the JACK Audio Connection Kit (JACK) Audio Mastering interface"
+HOMEPAGE="http://jamin.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="osc"
+
+RDEPEND="
+	>=dev-libs/libxml2-2.5
+	>=media-plugins/swh-plugins-0.4.6
+	>=media-sound/jack-audio-connection-kit-0.80.0
+	>=sci-libs/fftw-3.0.1
+	>=x11-libs/gtk+-2:2
+	media-libs/alsa-lib
+	media-libs/ladspa-sdk
+	media-libs/libsndfile
+	osc? ( >=media-libs/liblo-0.5 )
+"
+DEPEND="
+	${RDEPEND}
+"
+
+DOCS=(
+	AUTHORS ChangeLog NEWS README TODO
+)
+
+PATCHES=(
+	"${FILESDIR}"/${P}-multilib-strict.patch
+	"${FILESDIR}"/${P}-desktop.patch
+)
+
+src_prepare() {
+	default
+
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		$(use_enable osc)
+}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-08-20 12:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-20 12:09 [gentoo-commits] repo/gentoo:master commit in: media-sound/jamin/, media-sound/jamin/files/ Jeroen Roovers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox