diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-09 04:45:29 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-09 04:45:29 +0000 |
commit | d1ab9b5d91898581449126671bcbaaf939743cbf (patch) | |
tree | d360d34d6174a933047b02182a4255f237fb2f1f /media-plugins | |
parent | header date fix. (diff) | |
download | historical-d1ab9b5d91898581449126671bcbaaf939743cbf.tar.gz historical-d1ab9b5d91898581449126671bcbaaf939743cbf.tar.bz2 historical-d1ab9b5d91898581449126671bcbaaf939743cbf.zip |
Stable x86.
Diffstat (limited to 'media-plugins')
4 files changed, 20 insertions, 23 deletions
diff --git a/media-plugins/streamtuner-live365/ChangeLog b/media-plugins/streamtuner-live365/ChangeLog index 522b3a12f5a1..c36b4cd557df 100644 --- a/media-plugins/streamtuner-live365/ChangeLog +++ b/media-plugins/streamtuner-live365/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/streamtuner-live365 -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/streamtuner-live365/ChangeLog,v 1.2 2003/06/12 20:47:03 msterret Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/streamtuner-live365/ChangeLog,v 1.3 2004/04/09 04:44:46 eradicator Exp $ + + 08 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> + streamtuner-live365-0.3.0.ebuild: + Stable x86. 12 Jun 2003; <msterret@gentoo.org> streamtuner-live365-0.3.0.ebuild: fix Header diff --git a/media-plugins/streamtuner-live365/streamtuner-live365-0.3.0.ebuild b/media-plugins/streamtuner-live365/streamtuner-live365-0.3.0.ebuild index e3bf408322a5..0f071361a870 100644 --- a/media-plugins/streamtuner-live365/streamtuner-live365-0.3.0.ebuild +++ b/media-plugins/streamtuner-live365/streamtuner-live365-0.3.0.ebuild @@ -1,25 +1,19 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/streamtuner-live365/streamtuner-live365-0.3.0.ebuild,v 1.4 2003/09/11 01:19:38 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/streamtuner-live365/streamtuner-live365-0.3.0.ebuild,v 1.5 2004/04/09 04:44:46 eradicator Exp $ DESCRIPTION="A plugin for Streamtuner. It allow to play live365 streams" SRC_URI="http://savannah.nongnu.org/download/streamtuner/streamtuner-live365.pkg/${PV}/${P}.tar.gz" HOMEPAGE="http://www.nongnu.org/streamtuner/" -KEYWORDS="~x86" +KEYWORDS="x86" SLOT="0" LICENSE="as-is" DEPEND=">=net-misc/streamtuner-0.9.0" - -src_compile() { - econf || die "./configure failed" - emake || die -} - src_install () { make DESTDIR=${D} \ - sysconfdir=${D}/etc \ - install || die + sysconfdir=${D}/etc \ + install || die dodoc COPYING ChangeLog NEWS README INSTALL } diff --git a/media-plugins/streamtuner-local/ChangeLog b/media-plugins/streamtuner-local/ChangeLog index 5a33c3550364..6aed30fd2bc1 100644 --- a/media-plugins/streamtuner-local/ChangeLog +++ b/media-plugins/streamtuner-local/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/streamtuner-local -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/streamtuner-local/ChangeLog,v 1.2 2003/06/12 20:47:27 msterret Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/streamtuner-local/ChangeLog,v 1.3 2004/04/09 04:45:29 eradicator Exp $ + + 08 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> + streamtuner-local-0.2.1.ebuild: + Stable x86. 12 Jun 2003; <msterret@gentoo.org> streamtuner-local-0.2.1.ebuild: fix Header diff --git a/media-plugins/streamtuner-local/streamtuner-local-0.2.1.ebuild b/media-plugins/streamtuner-local/streamtuner-local-0.2.1.ebuild index 8410919279f6..b12659311cf7 100644 --- a/media-plugins/streamtuner-local/streamtuner-local-0.2.1.ebuild +++ b/media-plugins/streamtuner-local/streamtuner-local-0.2.1.ebuild @@ -1,22 +1,17 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/streamtuner-local/streamtuner-local-0.2.1.ebuild,v 1.3 2003/09/11 01:19:38 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/streamtuner-local/streamtuner-local-0.2.1.ebuild,v 1.4 2004/04/09 04:45:29 eradicator Exp $ DESCRIPTION="A plugin for Streamtuner. It allow to play and browse local mp3 files" SRC_URI="http://savannah.nongnu.org/download/streamtuner/streamtuner-local.pkg/${PV}/${P}.tar.gz" HOMEPAGE="http://www.nongnu.org/streamtuner/" -KEYWORDS="~x86" +KEYWORDS="x86" SLOT="0" LICENSE="as-is" DEPEND=">=net-misc/streamtuner-0.9.0 >=media-libs/id3lib-3.8.0" -src_compile() { - econf || die "./configure failed" - emake || die -} - src_install () { make DESTDIR=${D} \ sysconfdir=${D}/etc \ |