summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn J. Ellis <jje@gentoo.org>2003-07-20 04:45:28 +0000
committerJohn J. Ellis <jje@gentoo.org>2003-07-20 04:45:28 +0000
commitfe0a367d7de89faa50a35b5e96409abe6c57df66 (patch)
tree0e0909314a45c1b2ae8d64c4df61db2622aca19b /media-libs/dumb
parentUpdated to split out aldump. Closes part of #23464. (diff)
downloadgentoo-2-fe0a367d7de89faa50a35b5e96409abe6c57df66.tar.gz
gentoo-2-fe0a367d7de89faa50a35b5e96409abe6c57df66.tar.bz2
gentoo-2-fe0a367d7de89faa50a35b5e96409abe6c57df66.zip
Updated to split out aldump. Closes part of #23464.
Diffstat (limited to 'media-libs/dumb')
-rw-r--r--media-libs/dumb/ChangeLog9
-rw-r--r--media-libs/dumb/Manifest4
-rw-r--r--media-libs/dumb/dumb-0.9.2-r1.ebuild48
-rw-r--r--media-libs/dumb/files/digest-dumb-0.9.2-r11
4 files changed, 59 insertions, 3 deletions
diff --git a/media-libs/dumb/ChangeLog b/media-libs/dumb/ChangeLog
index 596dcd679a1d..771112eaf6d4 100644
--- a/media-libs/dumb/ChangeLog
+++ b/media-libs/dumb/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for media-libs/dumb
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/dumb/ChangeLog,v 1.2 2003/06/06 21:16:43 robh Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/dumb/ChangeLog,v 1.3 2003/07/20 04:45:20 jje Exp $
+
+*dumb-0.9.2-r1 (20 Jul 2003)
+
+ 20 Jul 2003; jje <jje@gentoo.org> dumb-0.9.2-r1.ebuild:
+ Updated to split out aldumb. See #23464.
+
+ Submitted by: Ben Davis <entheh@users.sf.net>
*dumb-0.9.2 (06 Jun 2003)
diff --git a/media-libs/dumb/Manifest b/media-libs/dumb/Manifest
index 43eb8ac14b7d..6abf4b62f42a 100644
--- a/media-libs/dumb/Manifest
+++ b/media-libs/dumb/Manifest
@@ -1,7 +1,7 @@
-MD5 6a26cea020cd129c8803d4a34fa4edd9 ChangeLog 508
+MD5 fcc616c8d4fc87e7459d3c0b24ea9bd7 ChangeLog 690
MD5 073a43ab09a761d27e1ccf936b1889df dumb-0.9.1.ebuild 724
MD5 63379030d5f9762823eec4047e892876 dumb-0.9.2.ebuild 1001
-MD5 971c10a8715bba23be5268e5e0a998d4 dumb-0.9.2-r1.ebuild 1696
+MD5 e54ae110306145a47ed9e8be1ff70b00 dumb-0.9.2-r1.ebuild 1792
MD5 e8a7336fec185fa94008e2b1599c697c files/digest-dumb-0.9.1 62
MD5 74d6f31a83c47d916813fff87eb8e9cf files/digest-dumb-0.9.2 68
MD5 74d6f31a83c47d916813fff87eb8e9cf files/digest-dumb-0.9.2-r1 68
diff --git a/media-libs/dumb/dumb-0.9.2-r1.ebuild b/media-libs/dumb/dumb-0.9.2-r1.ebuild
new file mode 100644
index 000000000000..2b6b19de9afa
--- /dev/null
+++ b/media-libs/dumb/dumb-0.9.2-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/dumb/dumb-0.9.2-r1.ebuild,v 1.1 2003/07/20 04:45:20 jje Exp $
+
+DESCRIPTION="IT/XM/S3M/MOD player library with click removal and IT filters. Most users will also want the 'aldumb' package."
+SRC_URI="mirror://sourceforge/dumb/${P}-fixed.tar.gz"
+HOMEPAGE="http://dumb.sourceforge.net/"
+
+LICENSE="DUMB-0.9.2"
+SLOT="0"
+KEYWORDS="~x86"
+
+IUSE=""
+DEPEND=""
+
+S=${WORKDIR}/${PN}
+
+src_compile() {
+ echo 'include make/unix.inc' > make/config.txt || die
+ echo 'ALL_TARGETS := core core-examples core-headers' >> make/config.txt || die
+ echo 'PREFIX := /usr' >> make/config.txt || die
+ emake OFLAGS="${CFLAGS}" all || die
+}
+
+src_install() {
+ dodir /usr/lib /usr/include /usr/bin
+ make install PREFIX=${D}/usr || die
+
+ dodoc readme.txt release.txt docs/*
+
+ einfo
+ einfo "DUMB's core has been installed. This will enable you to convert module"
+ einfo "files to PCM data (ready for sending to /dev/dsp, writing to a .wav"
+ einfo "file, piping through oggenc, etc.)."
+ einfo
+ einfo "If you are using Allegro, you will also want to 'emerge aldumb'. This"
+ einfo "provides you with a convenient API for playing module files through"
+ einfo "Allegro's sound system, and also enables DUMB to integrate with"
+ einfo "Allegro's datafile system so you can add modules to datafiles."
+ einfo
+ einfo "As a developer, when you distribute your game and write your docs, be"
+ einfo "aware that 'dumb' and 'aldumb' actually come from the same download."
+ einfo "People who don't use Gentoo will only have to download and install one"
+ einfo "package. See /usr/share/doc/${PF}/readme.txt.gz for details on"
+ einfo "how DUMB would be compiled manually."
+ einfo
+}
+
diff --git a/media-libs/dumb/files/digest-dumb-0.9.2-r1 b/media-libs/dumb/files/digest-dumb-0.9.2-r1
new file mode 100644
index 000000000000..575391fbac0a
--- /dev/null
+++ b/media-libs/dumb/files/digest-dumb-0.9.2-r1
@@ -0,0 +1 @@
+MD5 0ce45f64934e6d5d7b82a55108596680 dumb-0.9.2-fixed.tar.gz 145722