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