diff options
author | Wout Mertens <wmertens@gentoo.org> | 2003-12-29 17:22:17 +0000 |
---|---|---|
committer | Wout Mertens <wmertens@gentoo.org> | 2003-12-29 17:22:17 +0000 |
commit | 347fd29fd29abea4d3f64d4517153320abc10514 (patch) | |
tree | 172c82373941b0943e3aabb8fd47557feeec00f8 | |
parent | Initial import (diff) | |
download | gentoo-2-347fd29fd29abea4d3f64d4517153320abc10514.tar.gz gentoo-2-347fd29fd29abea4d3f64d4517153320abc10514.tar.bz2 gentoo-2-347fd29fd29abea4d3f64d4517153320abc10514.zip |
Initial import
-rw-r--r-- | media-sound/DBMix/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/DBMix/DBMix-0.9.8.ebuild | 54 | ||||
-rw-r--r-- | media-sound/DBMix/Manifest | 4 | ||||
-rw-r--r-- | media-sound/DBMix/files/digest-DBMix-0.9.8 | 1 |
4 files changed, 65 insertions, 2 deletions
diff --git a/media-sound/DBMix/ChangeLog b/media-sound/DBMix/ChangeLog new file mode 100644 index 000000000000..4e423e74c829 --- /dev/null +++ b/media-sound/DBMix/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for <CATEGORY>/<PACKAGE_NAME> +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/DBMix/ChangeLog,v 1.1 2003/12/29 17:22:08 wmertens Exp $ + +*DBMix-0.9.8 (29 Dec 2001) + + 29 Dec 2003; Wout Mertens <wmertens@gentoo.org> : + Initial import. diff --git a/media-sound/DBMix/DBMix-0.9.8.ebuild b/media-sound/DBMix/DBMix-0.9.8.ebuild new file mode 100644 index 000000000000..59ad2b8955ab --- /dev/null +++ b/media-sound/DBMix/DBMix-0.9.8.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/DBMix/DBMix-0.9.8.ebuild,v 1.1 2003/12/29 17:22:08 wmertens Exp $ + +DESCRIPTION="Mix several xmms and other sound streams like a DJ" +HOMEPAGE="http://dbmix.sourceforge.net" +SRC_URI="mirror://sourceforge/dbmix/${P}.tar.gz" +RESTRICT="nomirror" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" +IUSE="xmms" + +DEPEND="x11-libs/gtk+ + xmms? ( media-sound/xmms )" +RDEPEND="x11-libs/gtk+" + +src_unpack() { + unpack ${A} + cd ${S} + + einfo "Fixing errno naming" + find . -type f -name \*.c \ + -exec grep -q 'int errno' '{}' \; \ + -exec sed -i~ 's/extern int errno;/#include <errno.h>/' '{}' \; \ + || die + einfo "Fixing library calling" + find . -type f -name Makefile\* \ + -exec grep -q -- -ldbaudiolib '{}' \; \ + -exec sed -i~ 's:-ldbaudiolib:-L../dbaudiolib/.libs &:' '{}' \; \ + || die + einfo "Fixing all about.c strings" + find . -type f -name about.c \ + -exec sed -i~ 's:\\n *$:\\n\\:' '{}' \; \ + || die + einfo "Fixing naked . in include" + sed -i~ 's/^INCLUDES = ./INCLUDES = -I./' dbfsd_src/Makefile* \ + || die +} + +src_compile() { + ./configure \ + --host=${CHOST} \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man || die "./configure failed" + emake || die +} + +src_install() { + # Without the AM_MAKEFLAGS, it doesn't seem to pass DESTDIR + make DESTDIR=${D} AM_MAKEFLAGS="DESTDIR=${D}" install || die + dodoc README Readme* +} diff --git a/media-sound/DBMix/Manifest b/media-sound/DBMix/Manifest index a302c4ce0f5e..2d0cee3226dd 100644 --- a/media-sound/DBMix/Manifest +++ b/media-sound/DBMix/Manifest @@ -1,3 +1,3 @@ -MD5 1267696d763d18993b318f8a177e166c DBMix-0.9.8.ebuild 1395 -MD5 0f2f9008034660c6a0f944b5fac13c48 ChangeLog 232 +MD5 a6504104b85459bac562221ef2f0b796 DBMix-0.9.8.ebuild 1496 +MD5 ecbb05f3a24ffa65aa70fe13d771a8f4 ChangeLog 324 MD5 cee242134f8c1f1c26d0d3dc01197a72 files/digest-DBMix-0.9.8 63 diff --git a/media-sound/DBMix/files/digest-DBMix-0.9.8 b/media-sound/DBMix/files/digest-DBMix-0.9.8 new file mode 100644 index 000000000000..28cf7abd9a1d --- /dev/null +++ b/media-sound/DBMix/files/digest-DBMix-0.9.8 @@ -0,0 +1 @@ +MD5 6ef6a91a0ce907ff747112691455f301 DBMix-0.9.8.tar.gz 299163 |