Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/rubberband: ChangeLog rubberband-1.5.0.ebuild
Date: Wed, 05 May 2010 07:25:44
Message-Id: 20100505072539.AA47128EA7@corvid.gentoo.org
1 aballier 10/05/05 07:25:39
2
3 Modified: ChangeLog
4 Added: rubberband-1.5.0.ebuild
5 Log:
6 version bump
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.12 media-libs/rubberband/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/rubberband/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/rubberband/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/rubberband/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/rubberband/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 26 Sep 2009 13:22:11 -0000 1.11
23 +++ ChangeLog 5 May 2010 07:25:38 -0000 1.12
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-libs/rubberband
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/rubberband/ChangeLog,v 1.11 2009/09/26 13:22:11 aballier Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/rubberband/ChangeLog,v 1.12 2010/05/05 07:25:38 aballier Exp $
30 +
31 +*rubberband-1.5.0 (05 May 2010)
32 +
33 + 05 May 2010; Alexis Ballier <aballier@g.o>
34 + +rubberband-1.5.0.ebuild:
35 + version bump
36
37 *rubberband-1.4 (26 Sep 2009)
38
39
40
41
42 1.1 media-libs/rubberband/rubberband-1.5.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/rubberband/rubberband-1.5.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/rubberband/rubberband-1.5.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: rubberband-1.5.0.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-libs/rubberband/rubberband-1.5.0.ebuild,v 1.1 2010/05/05 07:25:39 aballier Exp $
52
53 EAPI=2
54 inherit multilib
55
56 DESCRIPTION="An audio time-stretching and pitch-shifting library and utility program"
57 HOMEPAGE="http://www.breakfastquay.com/rubberband/"
58 SRC_URI="http://code.breakfastquay.com/attachments/download/1/${P}.tar.bz2"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~x86"
63 IUSE=""
64
65 RDEPEND="media-libs/vamp-plugin-sdk
66 media-libs/libsamplerate
67 media-libs/libsndfile
68 media-libs/ladspa-sdk
69 =sci-libs/fftw-3*"
70 DEPEND="${RDEPEND}
71 dev-util/pkgconfig"
72
73 src_install() {
74 emake INSTALL_BINDIR="${D}/usr/bin" \
75 INSTALL_INCDIR="${D}/usr/include/rubberband" \
76 INSTALL_LIBDIR="${D}/usr/$(get_libdir)" \
77 INSTALL_VAMPDIR="${D}/usr/$(get_libdir)/vamp" \
78 INSTALL_LADSPADIR="${D}/usr/$(get_libdir)/ladspa" \
79 INSTALL_LRDFDIR="${D}/usr/share/ladspa/rdf" \
80 INSTALL_PKGDIR="${D}/usr/$(get_libdir)/pkgconfig" \
81 install || die "emake install failed"
82 dodoc CHANGELOG
83 }