diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-10-15 09:03:36 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-10-15 09:03:36 +0000 |
commit | 88d5ac3a3eb6712acc2a199e8b63f323cd1bf3c9 (patch) | |
tree | 021d48cb4ffc729eff694c4d4b9ec0b1384ef5d3 /media-plugins/flexplaylist | |
parent | Cleaning out old versions. (diff) | |
download | historical-88d5ac3a3eb6712acc2a199e8b63f323cd1bf3c9.tar.gz historical-88d5ac3a3eb6712acc2a199e8b63f323cd1bf3c9.tar.bz2 historical-88d5ac3a3eb6712acc2a199e8b63f323cd1bf3c9.zip |
DEPEND on arts to make sure that noatun was built with kdemultimedia.
Diffstat (limited to 'media-plugins/flexplaylist')
-rw-r--r-- | media-plugins/flexplaylist/ChangeLog | 6 | ||||
-rw-r--r-- | media-plugins/flexplaylist/Manifest | 14 | ||||
-rw-r--r-- | media-plugins/flexplaylist/flexplaylist-0.4.8.ebuild | 9 |
3 files changed, 24 insertions, 5 deletions
diff --git a/media-plugins/flexplaylist/ChangeLog b/media-plugins/flexplaylist/ChangeLog index f7dc483b4a76..36156793b407 100644 --- a/media-plugins/flexplaylist/ChangeLog +++ b/media-plugins/flexplaylist/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/flexplaylist # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/flexplaylist/ChangeLog,v 1.6 2004/09/01 17:36:34 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/flexplaylist/ChangeLog,v 1.7 2004/10/15 09:03:36 eradicator Exp $ + + 15 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> + flexplaylist-0.4.8.ebuild: + DEPEND on arts to make sure that noatun was built with kdemultimedia. 01 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org> flexplaylist-0.4.8.ebuild: diff --git a/media-plugins/flexplaylist/Manifest b/media-plugins/flexplaylist/Manifest index b46e0858054c..ae7946e2ebf5 100644 --- a/media-plugins/flexplaylist/Manifest +++ b/media-plugins/flexplaylist/Manifest @@ -1,4 +1,14 @@ -MD5 b1a224ee0c5a26b4cfbc8fcd6628f173 ChangeLog 897 -MD5 a6a6831f7e01f419fe29e1c5e2755803 flexplaylist-0.4.8.ebuild 518 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 18e9cf33ba67fa3c766a255977c3861a ChangeLog 1056 +MD5 71e2f9b3b2d6161840d9ec0884a9ad67 flexplaylist-0.4.8.ebuild 722 MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158 MD5 9e83688cc383c6535cd66e57fc02b1d0 files/digest-flexplaylist-0.4.8 71 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBb5J0ArHZZzCEUG0RAi9AAJ9we4J0z/WLUF7hPvGqB5PWVL8apwCffT3Z +gWAxUfIc7uOoSG9Rh6iuAdw= +=p6DO +-----END PGP SIGNATURE----- diff --git a/media-plugins/flexplaylist/flexplaylist-0.4.8.ebuild b/media-plugins/flexplaylist/flexplaylist-0.4.8.ebuild index 93f30a7551c8..0d6de02d04b2 100644 --- a/media-plugins/flexplaylist/flexplaylist-0.4.8.ebuild +++ b/media-plugins/flexplaylist/flexplaylist-0.4.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/flexplaylist/flexplaylist-0.4.8.ebuild,v 1.6 2004/09/01 17:36:34 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/flexplaylist/flexplaylist-0.4.8.ebuild,v 1.7 2004/10/15 09:03:36 eradicator Exp $ inherit kde @@ -13,5 +13,10 @@ LICENSE="Artistic-2" KEYWORDS="x86 ~ppc amd64" IUSE="" -DEPEND=">=kde-base/kdemultimedia-3.0" +# If we didn't build kdemultimedia with arts support, then we won't have +# noatun, so depend on arts to make sure we have noatun... it's a hack, but +# it's as good as we can do for now... + +DEPEND=">=kde-base/kdemultimedia-3.0 + kde-base/arts" need-kde 3 |