summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
3 files changed, 51 insertions, 2 deletions
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