summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam McArthur <sandymac@gentoo.org>2002-05-14 02:37:27 +0000
committerWilliam McArthur <sandymac@gentoo.org>2002-05-14 02:37:27 +0000
commit6282352c77936e4d0db4d8646611da0f65cc01db (patch)
tree7f043212122ec0de0dfd1e1babceff7b68a30393 /media-sound/xmms-mad
parentclose #2313 (diff)
downloadhistorical-6282352c77936e4d0db4d8646611da0f65cc01db.tar.gz
historical-6282352c77936e4d0db4d8646611da0f65cc01db.tar.bz2
historical-6282352c77936e4d0db4d8646611da0f65cc01db.zip
New upstream release.
Diffstat (limited to 'media-sound/xmms-mad')
-rw-r--r--media-sound/xmms-mad/ChangeLog8
-rw-r--r--media-sound/xmms-mad/files/digest-xmms-mad-0.0.91
-rw-r--r--media-sound/xmms-mad/xmms-mad-0.0.9.ebuild27
3 files changed, 35 insertions, 1 deletions
diff --git a/media-sound/xmms-mad/ChangeLog b/media-sound/xmms-mad/ChangeLog
index 2e168812e50b..333207ba8427 100644
--- a/media-sound/xmms-mad/ChangeLog
+++ b/media-sound/xmms-mad/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for <CATEGORY>/<PACKAGE_NAME>
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms-mad/ChangeLog,v 1.1 2002/05/01 14:48:34 sandymac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms-mad/ChangeLog,v 1.2 2002/05/14 02:37:27 sandymac Exp $
+
+*xmms-mad-0.0.9 (13 May 2002)
+
+ 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)
diff --git a/media-sound/xmms-mad/files/digest-xmms-mad-0.0.9 b/media-sound/xmms-mad/files/digest-xmms-mad-0.0.9
new file mode 100644
index 000000000000..6cd51a46a1a2
--- /dev/null
+++ b/media-sound/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-sound/xmms-mad/xmms-mad-0.0.9.ebuild b/media-sound/xmms-mad/xmms-mad-0.0.9.ebuild
new file mode 100644
index 000000000000..4e8b6600dc50
--- /dev/null
+++ b/media-sound/xmms-mad/xmms-mad-0.0.9.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Maintainer: William McArthur <sandymac@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms-mad/xmms-mad-0.0.9.ebuild,v 1.1 2002/05/14 02:37:27 sandymac 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/"
+LICENSE="GPL-2"
+
+DEPEND="media-sound/xmms media-sound/mad"
+
+src_compile() {
+ ./configure \
+ --host=${CHOST} \
+ --prefix=/usr \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man || die "./configure failed"
+
+ emake || die
+}
+
+src_install () {
+ make DESTDIR=${D} install || die "Make failed"
+ dodoc AUTHORS COPYING ChangeLog NEWS README
+}