summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-30 08:35:31 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-30 08:35:31 +0000
commit42c1afbe1245597cb0a1fe7baf68680c3a2cafd3 (patch)
tree9ef0818565fe45599454dda5cad22f3e4040c6b4 /media-plugins/xmms-mad
parentmoved x11-misc/ikons to x11-themes/ikons (diff)
downloadhistorical-42c1afbe1245597cb0a1fe7baf68680c3a2cafd3.tar.gz
historical-42c1afbe1245597cb0a1fe7baf68680c3a2cafd3.tar.bz2
historical-42c1afbe1245597cb0a1fe7baf68680c3a2cafd3.zip
moved xmms plugins from media-sound to media-plugins
Diffstat (limited to 'media-plugins/xmms-mad')
-rw-r--r--media-plugins/xmms-mad/ChangeLog21
-rw-r--r--media-plugins/xmms-mad/files/digest-xmms-mad-0.0.91
-rw-r--r--media-plugins/xmms-mad/xmms-mad-0.0.9.ebuild25
3 files changed, 47 insertions, 0 deletions
diff --git a/media-plugins/xmms-mad/ChangeLog b/media-plugins/xmms-mad/ChangeLog
new file mode 100644
index 000000000000..bf8eca6c7a80
--- /dev/null
+++ b/media-plugins/xmms-mad/ChangeLog
@@ -0,0 +1,21 @@
+# ChangeLog for media-plugins/xmms-mad
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-mad/ChangeLog,v 1.1 2002/08/30 08:35:31 seemant Exp $
+
+*xmms-mad-0.0.9 (13 May 2002)
+
+ 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * :
+
+ Relocated to media-plugins
+
+ 13 May 2002; William McArthur <sandymac@gentoo.org> xmms-mad-0.0.8.ebuild :
+
+ New upstream release, just bumped the ebuild number.
+
+*xmms-mad-0.0.8 (1 May 2002)
+
+ 1 May 2002; William McArthur <sandymac@gentoo.org> xmms-mad-0.0.8.ebuild :
+
+ xmms-mad is a plugin to replace the mpg132 plugin that xmms defaults to using
+ for mp3 playback. It uses the libmad decoder which has higher quality output
+ at the expense of using more cpu power.
diff --git a/media-plugins/xmms-mad/files/digest-xmms-mad-0.0.9 b/media-plugins/xmms-mad/files/digest-xmms-mad-0.0.9
new file mode 100644
index 000000000000..6cd51a46a1a2
--- /dev/null
+++ b/media-plugins/xmms-mad/files/digest-xmms-mad-0.0.9
@@ -0,0 +1 @@
+MD5 6f969da20017514c6ebbcf0acd0b84f2 xmms-mad-0.0.9.tar.gz 203320
diff --git a/media-plugins/xmms-mad/xmms-mad-0.0.9.ebuild b/media-plugins/xmms-mad/xmms-mad-0.0.9.ebuild
new file mode 100644
index 000000000000..6d8770603198
--- /dev/null
+++ b/media-plugins/xmms-mad/xmms-mad-0.0.9.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-mad/xmms-mad-0.0.9.ebuild,v 1.1 2002/08/30 08:35:31 seemant Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="A XMMS plugin for MAD"
+SRC_URI="http://www.superduper.net/downloads/xmms-mad/${P}.tar.gz"
+HOMEPAGE="http://www.superduper.net/xmms-mad/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
+DEPEND="media-sound/xmms
+ media-sound/mad"
+
+src_compile() {
+ econf || die "./configure failed"
+ emake || die
+}
+
+src_install () {
+ make DESTDIR=${D} install || die "Make failed"
+ dodoc AUTHORS COPYING ChangeLog NEWS README
+}