Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/ezstream: ChangeLog ezstream-0.5.3.ebuild ezstream-0.4.0.ebuild ezstream-0.5.1.ebuild
Date: Tue, 04 Dec 2007 18:04:52
Message-Id: E1Izc8V-00029a-GW@stork.gentoo.org
1 drac 07/12/04 18:04:47
2
3 Modified: ChangeLog
4 Added: ezstream-0.5.3.ebuild
5 Removed: ezstream-0.4.0.ebuild ezstream-0.5.1.ebuild
6 Log:
7 Version bump.
8 (Portage version: 2.1.4_rc4)
9
10 Revision Changes Path
11 1.7 media-sound/ezstream/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ezstream/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ezstream/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ezstream/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/ezstream/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 20 Sep 2007 14:57:49 -0000 1.6
24 +++ ChangeLog 4 Dec 2007 18:04:46 -0000 1.7
25 @@ -1,11 +1,16 @@
26 # ChangeLog for media-sound/ezstream
27 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ezstream/ChangeLog,v 1.6 2007/09/20 14:57:49 drac Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/ezstream/ChangeLog,v 1.7 2007/12/04 18:04:46 drac Exp $
30 +
31 +*ezstream-0.5.3 (04 Dec 2007)
32 +
33 + 04 Dec 2007; Samuli Suominen <drac@g.o> +ezstream-0.5.3.ebuild:
34 + Version bump.
35
36 *ezstream-0.5.1 (20 Sep 2007)
37
38 20 Sep 2007; Samuli Suominen <drac@g.o> +ezstream-0.5.1.ebuild:
39 - Version bug for bug 193152, thanks to Yoann Le Touche for reporting.
40 + Version bump for bug 193152, thanks to Yoann Le Touche for reporting.
41
42 31 Mar 2007; Alexis Ballier <aballier@g.o> -ezstream-0.2.0.ebuild:
43 remove version affected by bug #169791
44
45
46
47 1.1 media-sound/ezstream/ezstream-0.5.3.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ezstream/ezstream-0.5.3.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ezstream/ezstream-0.5.3.ebuild?rev=1.1&content-type=text/plain
51
52 Index: ezstream-0.5.3.ebuild
53 ===================================================================
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/media-sound/ezstream/ezstream-0.5.3.ebuild,v 1.1 2007/12/04 18:04:46 drac Exp $
57
58 DESCRIPTION="Enables you to stream mp3 or vorbis files to an icecast server without reencoding"
59 HOMEPAGE="http://www.icecast.org/ezstream.php"
60 SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc ~x86"
65 IUSE="taglib"
66
67 DEPEND="media-libs/libvorbis
68 media-libs/libogg
69 >=media-libs/libshout-2.2
70 media-libs/libtheora
71 dev-libs/libxml2
72 taglib? ( media-libs/taglib )"
73 RDEPEND="${DEPEND}
74 net-misc/icecast"
75
76 src_compile() {
77 econf --enable-examplesdir="/usr/share/doc/${PF}/examples" \
78 --docdir="/usr/share/doc/${PF}" $(use_with taglib)
79 emake || die "emake failed."
80 }
81
82 src_install() {
83 emake DESTDIR="${D}" install || die "emake install failed."
84 rm -f "${D}"/usr/share/doc/${PF}/COPYING
85 dodoc ChangeLog
86 prepalldocs
87 }
88
89
90
91 --
92 gentoo-commits@g.o mailing list