summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-01-20 19:02:57 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-01-20 19:02:57 +0000
commit95e13d84ca60c60c3ccbe19a9742694998d04ee6 (patch)
tree7f68266f55e125ca05c61998e6cb144a5420bd4c /media-sound/darkice
parentcleanup (Manifest recommit) (diff)
downloadgentoo-2-95e13d84ca60c60c3ccbe19a9742694998d04ee6.tar.gz
gentoo-2-95e13d84ca60c60c3ccbe19a9742694998d04ee6.tar.bz2
gentoo-2-95e13d84ca60c60c3ccbe19a9742694998d04ee6.zip
Version bumped. Closes 38758
Diffstat (limited to 'media-sound/darkice')
-rw-r--r--media-sound/darkice/ChangeLog9
-rw-r--r--media-sound/darkice/Manifest2
-rw-r--r--media-sound/darkice/darkice-0.13.2.ebuild48
-rw-r--r--media-sound/darkice/files/digest-darkice-0.13.21
4 files changed, 58 insertions, 2 deletions
diff --git a/media-sound/darkice/ChangeLog b/media-sound/darkice/ChangeLog
index 3a4a203cf6d2..9df95d5e860e 100644
--- a/media-sound/darkice/ChangeLog
+++ b/media-sound/darkice/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/darkice
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/darkice/ChangeLog,v 1.4 2003/03/14 10:10:29 seemant Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/darkice/ChangeLog,v 1.5 2004/01/20 19:02:57 mholzer Exp $
+
+*darkice-0.13.2 (20 Jan 2004)
+
+ 20 Jan 2004; Martin Holzer <mholzer@gentoo.org> darkice-0.13.2.ebuild:
+ Version bumped. Closes 38758
*darkice-0.13 (14 Mar 2003)
diff --git a/media-sound/darkice/Manifest b/media-sound/darkice/Manifest
index 01bd28fc89cb..4cdb7c48e4af 100644
--- a/media-sound/darkice/Manifest
+++ b/media-sound/darkice/Manifest
@@ -1,4 +1,6 @@
+MD5 8d7dc60bb1182cce085454dc323281b7 darkice-0.13.2.ebuild 1360
MD5 527dcfe3ce0f0b53c6b6aa8b82eb930c metadata.xml 252
MD5 8d7dc60bb1182cce085454dc323281b7 darkice-0.13.ebuild 1360
MD5 74b9c9230cde3ed978a722f8a20f90ed ChangeLog 722
+MD5 eab656d99709f96c8a402d5d77b71d99 files/digest-darkice-0.13.2 66
MD5 43a06c201266d5d52ea3b5c034678f7f files/digest-darkice-0.13 64
diff --git a/media-sound/darkice/darkice-0.13.2.ebuild b/media-sound/darkice/darkice-0.13.2.ebuild
new file mode 100644
index 000000000000..d9d2992b3a8d
--- /dev/null
+++ b/media-sound/darkice/darkice-0.13.2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/darkice/darkice-0.13.2.ebuild,v 1.1 2004/01/20 19:02:57 mholzer Exp $
+
+IUSE="encode oggvorbis"
+
+S=${WORKDIR}/${P}
+DESCRIPTION="IceCast live streamer delivering Ogg and mp3 streams simulatenously to multiple hosts."
+HOMEPAGE="http://darkice.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+RESTRICT="nomirror"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa"
+
+
+DEPEND="encode? ( >=media-sound/lame-1.89 )
+ oggvorbis? ( >=media-libs/libvorbis-1.0 )"
+
+src_compile() {
+ local myconf=""
+
+ if [ ! "`use encode`" ] && [ ! "`use oggvorbis`" ]
+ then
+
+ eerror "You need support for mp3 or Ogg Vorbis enconding for this"
+ eerror "package. Please merge again with at least one of the "
+ eerror "\`encode' and \`oggvorbis' USE flags enabled:"
+ eerror
+ eerror " # USE=\"encode\" emerge darkice"
+ eerror " # USE=\"oggvorbis\" emerge darkice"
+ die "Won't build without support for lame nor vorbis"
+ fi
+
+ use encode || myconf="--without-lame"
+ use oggvorbis || myconf="--without-vorbis"
+
+ econf ${myconf}
+
+ emake || die "Compilation failed"
+}
+
+src_install() {
+ einstall darkicedocdir=${D}/usr/share/doc/${PF} || die
+
+ dodoc AUTHORS ChangeLog COPYING NEWS README TODO
+}
diff --git a/media-sound/darkice/files/digest-darkice-0.13.2 b/media-sound/darkice/files/digest-darkice-0.13.2
new file mode 100644
index 000000000000..c52e0a2cc512
--- /dev/null
+++ b/media-sound/darkice/files/digest-darkice-0.13.2
@@ -0,0 +1 @@
+MD5 66a848a87e7f4090603791bc7bccf44b darkice-0.13.2.tar.gz 329186