Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/streamripper: ChangeLog streamripper-1.64.0.ebuild
Date: Thu, 27 Nov 2008 12:22:15
Message-Id: E1L5fsq-0006sl-Pi@stork.gentoo.org
1 ssuominen 08/11/27 12:22:12
2
3 Modified: ChangeLog
4 Added: streamripper-1.64.0.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc15/cvs/Linux 2.6.27-gentoo-r3 i686, RepoMan options: --force)
8
9 Revision Changes Path
10 1.60 media-sound/streamripper/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/streamripper/ChangeLog?rev=1.60&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/streamripper/ChangeLog?rev=1.60&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/streamripper/ChangeLog?r1=1.59&r2=1.60
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/streamripper/ChangeLog,v
19 retrieving revision 1.59
20 retrieving revision 1.60
21 diff -u -r1.59 -r1.60
22 --- ChangeLog 16 Jun 2008 16:06:18 -0000 1.59
23 +++ ChangeLog 27 Nov 2008 12:22:12 -0000 1.60
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-sound/streamripper
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/streamripper/ChangeLog,v 1.59 2008/06/16 16:06:18 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/streamripper/ChangeLog,v 1.60 2008/11/27 12:22:12 ssuominen Exp $
29 +
30 +*streamripper-1.64.0 (27 Nov 2008)
31 +
32 + 27 Nov 2008; <ssuominen@g.o> +streamripper-1.64.0.ebuild:
33 + Version bump.
34
35 *streamripper-1.63.5 (16 Jun 2008)
36
37
38
39
40 1.1 media-sound/streamripper/streamripper-1.64.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/streamripper/streamripper-1.64.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/streamripper/streamripper-1.64.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: streamripper-1.64.0.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/media-sound/streamripper/streamripper-1.64.0.ebuild,v 1.1 2008/11/27 12:22:12 ssuominen Exp $
50
51 inherit eutils
52
53 DESCRIPTION="Extracts and records individual MP3 file tracks from shoutcast streams"
54 HOMEPAGE="http://streamripper.sourceforge.net"
55 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
60 IUSE="vorbis"
61
62 RDEPEND="media-libs/libmad
63 media-libs/faad2
64 dev-libs/cdk
65 >=dev-libs/glib-2.16
66 vorbis? ( media-libs/libvorbis )"
67 DEPEND="${RDEPEND}
68 dev-util/pkgconfig"
69
70 src_compile() {
71 econf --disable-dependency-tracking $(use_with vorbis ogg) \
72 --without-included-libmad --without-included-glib \
73 --without-included-argv --without-included-cdk
74 emake || die "emake failed."
75 }
76
77 src_install() {
78 emake DESTDIR="${D}" install || die "emake install failed."
79 dodoc CHANGES README THANKS
80 }