summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Brinkmann <luckyduck@gentoo.org>2005-01-22 21:21:31 +0000
committerJan Brinkmann <luckyduck@gentoo.org>2005-01-22 21:21:31 +0000
commit1acb6a8de622090eb55c767e46ab4e130af306c4 (patch)
tree0fcaf28dde507ee50f2443d67b51a90c8ca3a282 /net-misc/icecast
parentStable on sparc wrt security bug #75801. (diff)
downloadgentoo-2-1acb6a8de622090eb55c767e46ab4e130af306c4.tar.gz
gentoo-2-1acb6a8de622090eb55c767e46ab4e130af306c4.tar.bz2
gentoo-2-1acb6a8de622090eb55c767e46ab4e130af306c4.zip
new upstream version. fixes #76193
(Portage version: 2.0.51-r14)
Diffstat (limited to 'net-misc/icecast')
-rw-r--r--net-misc/icecast/ChangeLog7
-rw-r--r--net-misc/icecast/Manifest10
-rw-r--r--net-misc/icecast/files/digest-icecast-2.2.01
-rw-r--r--net-misc/icecast/icecast-2.2.0.ebuild43
4 files changed, 56 insertions, 5 deletions
diff --git a/net-misc/icecast/ChangeLog b/net-misc/icecast/ChangeLog
index c5bfa2e4229f..2bc21b8cdbc3 100644
--- a/net-misc/icecast/ChangeLog
+++ b/net-misc/icecast/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/icecast
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.44 2005/01/01 11:11:02 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.45 2005/01/22 21:21:31 luckyduck Exp $
+
+*icecast-2.2.0 (22 Jan 2005)
+
+ 22 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org> +icecast-2.2.0.ebuild:
+ new upstream version. fixes #76193
01 Jan 2005; Markus Rothe <corsair@gentoo.org> icecast-2.1.0.ebuild:
Stable on ppc64
diff --git a/net-misc/icecast/Manifest b/net-misc/icecast/Manifest
index bf5ae47c6c83..47abcd5b8c91 100644
--- a/net-misc/icecast/Manifest
+++ b/net-misc/icecast/Manifest
@@ -1,10 +1,12 @@
-MD5 7d66392ddd8046133899ef3144b594c0 ChangeLog 6188
MD5 ada12ffec12146971537870bdb63e98a icecast-2.0.1-r1.ebuild 1037
MD5 3d532f0952b83f659df5f79fb972fe84 icecast-2.0.2.ebuild 1111
-MD5 d0d7ea03e238a808414b4426394c100f metadata.xml 221
MD5 04c211c8c18cedac521fea9a8d6ef612 icecast-2.1.0.ebuild 1064
-MD5 a5f4b4836da859fb3b50704c437e2ba9 files/1.3.12-errno.patch 1732
+MD5 04c211c8c18cedac521fea9a8d6ef612 icecast-2.2.0.ebuild 1064
+MD5 7d66392ddd8046133899ef3144b594c0 ChangeLog 6188
+MD5 d0d7ea03e238a808414b4426394c100f metadata.xml 221
+MD5 294ad1abe0a9f4abc496f53e158695be files/init.d.icecast 357
MD5 473c7b8b865ecfdfd794414c980fe659 files/digest-icecast-2.0.1-r1 65
+MD5 a5f4b4836da859fb3b50704c437e2ba9 files/1.3.12-errno.patch 1732
MD5 222ea172a59c3efde7c67585f4b08939 files/digest-icecast-2.0.2 65
-MD5 294ad1abe0a9f4abc496f53e158695be files/init.d.icecast 357
MD5 0d1040986ca91ef513c0666a47161be0 files/digest-icecast-2.1.0 65
+MD5 31957ee65102675eaa5950f85de03a3f files/digest-icecast-2.2.0 65
diff --git a/net-misc/icecast/files/digest-icecast-2.2.0 b/net-misc/icecast/files/digest-icecast-2.2.0
new file mode 100644
index 000000000000..7cf2a9d11d38
--- /dev/null
+++ b/net-misc/icecast/files/digest-icecast-2.2.0
@@ -0,0 +1 @@
+MD5 7958347af55651384298828175e32dcf icecast-2.2.0.tar.gz 702418
diff --git a/net-misc/icecast/icecast-2.2.0.ebuild b/net-misc/icecast/icecast-2.2.0.ebuild
new file mode 100644
index 000000000000..92615f21795a
--- /dev/null
+++ b/net-misc/icecast/icecast-2.2.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.2.0.ebuild,v 1.1 2005/01/22 21:21:31 luckyduck Exp $
+
+IUSE="doc yp"
+
+inherit eutils
+
+DESCRIPTION="An opensource alternative to shoutcast that supports mp3 and ogg streaming"
+HOMEPAGE="http://www.icecast.org/"
+SRC_URI="http://svn.xiph.org/releases/icecast/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-libs/libxslt
+ media-libs/libogg
+ media-libs/libvorbis
+ yp? ( net-misc/curl )"
+
+src_compile() {
+
+ econf \
+ --sysconfdir=/etc/icecast2 \
+ $(use_enable yp) \
+ ${myconf} || die "configure failed"
+
+ emake || die "make failed"
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+ dodoc AUTHORS README TODO HACKING NEWS conf/icecast.xml.dist
+ use doc && dohtml -A chm,hhc,hhp doc/*
+
+ exeinto /etc/init.d
+ newexe ${FILESDIR}/init.d.icecast icecast
+
+ fperms 600 /etc/icecast2/icecast.xml
+
+ rm -rf ${D}/usr/share/doc/icecast
+}