summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/glmix')
-rw-r--r--media-sound/glmix/ChangeLog7
-rw-r--r--media-sound/glmix/Manifest10
-rw-r--r--media-sound/glmix/glmix-0.1.ebuild10
3 files changed, 21 insertions, 6 deletions
diff --git a/media-sound/glmix/ChangeLog b/media-sound/glmix/ChangeLog
index 81b7efc0fb05..78288702f9a1 100644
--- a/media-sound/glmix/ChangeLog
+++ b/media-sound/glmix/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/glmix
-# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/glmix/ChangeLog,v 1.5 2004/11/12 08:29:26 eradicator Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/glmix/ChangeLog,v 1.6 2006/02/16 08:49:43 flameeyes Exp $
+
+ 16 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> glmix-0.1.ebuild:
+ Make pkgconfig only a build-time dependency.
12 Nov 2004; Jeremy Huddleston <eradicator@gentoo.org> glmix-0.1.ebuild:
Stable sparc.
diff --git a/media-sound/glmix/Manifest b/media-sound/glmix/Manifest
index f18af690dee2..3b8587e9e6dc 100644
--- a/media-sound/glmix/Manifest
+++ b/media-sound/glmix/Manifest
@@ -1,3 +1,6 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 2de1fa9d6eda18e4c675e3351f7789c9 ChangeLog 897
RMD160 e9be740944751fb353e4e27a2b365097e9133cc0 ChangeLog 897
SHA256 a2275cbbf013ad08a83d11e9f3bbf9443b912d52cf9010656045115b8a5f95d2 ChangeLog 897
@@ -10,3 +13,10 @@ SHA256 b04241e8c7f0b133a8b00627ebab0180c8502492f196b4e26bb0c9989d9452e7 glmix-0.
MD5 2f758c82434233f84f01f80f850a1112 metadata.xml 217
RMD160 906a4752f7a779a157215dc1c5f05e8de62aeb4a metadata.xml 217
SHA256 cbd33766e3d30e5e0112ad6c57ffc10052659ebb132a0a16fb3462ea8c5a2789 metadata.xml 217
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2.1 (GNU/Linux)
+
+iD8DBQFD9DyeAiZjviIA2XgRAuGHAKCrnYZIARqiiGDw0tImFRCrbKYv0wCfexB8
+z0DHMFySTuigh/vGwptkfgY=
+=CZcb
+-----END PGP SIGNATURE-----
diff --git a/media-sound/glmix/glmix-0.1.ebuild b/media-sound/glmix/glmix-0.1.ebuild
index a06d1f8a46e5..ff787b296dbd 100644
--- a/media-sound/glmix/glmix-0.1.ebuild
+++ b/media-sound/glmix/glmix-0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/glmix/glmix-0.1.ebuild,v 1.5 2004/11/12 08:29:26 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/glmix/glmix-0.1.ebuild,v 1.6 2006/02/16 08:49:43 flameeyes Exp $
IUSE=""
@@ -14,9 +14,11 @@ KEYWORDS="amd64 x86 ~ppc sparc"
S="${WORKDIR}/glmix"
-DEPEND="media-sound/jack-audio-connection-kit
+RDEPEND="media-sound/jack-audio-connection-kit
>=x11-libs/gtkglext-1.0.0
- >=x11-libs/gtk+-2.0.0
+ >=x11-libs/gtk+-2.0.0"
+
+DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.12.0"
src_compile() {