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/portaudio: ChangeLog portaudio-19_pre20071207.ebuild
Date: Sat, 12 Jan 2008 18:17:00
Message-Id: E1JDkuf-00018n-9S@stork.gentoo.org
1 aballier 08/01/12 18:16:57
2
3 Modified: ChangeLog
4 Added: portaudio-19_pre20071207.ebuild
5 Log:
6 bump a new snapshot from upstream
7 (Portage version: 2.1.4)
8
9 Revision Changes Path
10 1.49 media-libs/portaudio/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/portaudio/ChangeLog?rev=1.49&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/portaudio/ChangeLog?rev=1.49&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/portaudio/ChangeLog?r1=1.48&r2=1.49
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/portaudio/ChangeLog,v
19 retrieving revision 1.48
20 retrieving revision 1.49
21 diff -u -r1.48 -r1.49
22 --- ChangeLog 15 Oct 2007 14:36:45 -0000 1.48
23 +++ ChangeLog 12 Jan 2008 18:16:56 -0000 1.49
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-libs/portaudio
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/portaudio/ChangeLog,v 1.48 2007/10/15 14:36:45 corsair Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/portaudio/ChangeLog,v 1.49 2008/01/12 18:16:56 aballier Exp $
30 +
31 +*portaudio-19_pre20071207 (12 Jan 2008)
32 +
33 + 12 Jan 2008; Alexis Ballier <aballier@g.o>
34 + +portaudio-19_pre20071207.ebuild:
35 + bump a new snapshot from upstream
36
37 15 Oct 2007; Markus Rothe <corsair@g.o> portaudio-18.1-r6.ebuild:
38 Stable on ppc64
39
40
41
42 1.1 media-libs/portaudio/portaudio-19_pre20071207.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/portaudio/portaudio-19_pre20071207.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/portaudio/portaudio-19_pre20071207.ebuild?rev=1.1&content-type=text/plain
46
47 Index: portaudio-19_pre20071207.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-libs/portaudio/portaudio-19_pre20071207.ebuild,v 1.1 2008/01/12 18:16:56 aballier Exp $
52
53 EAPI="1"
54
55 MY_PN=pa_stable_v
56 MY_PV=${PV/pre/}
57 MY_P=${MY_PN}${MY_PV}
58
59 DESCRIPTION="An open-source cross platform audio API."
60 HOMEPAGE="http://www.portaudio.com"
61 SRC_URI="http://www.portaudio.com/archives/${MY_P}.tar.gz"
62
63 LICENSE="as-is"
64 SLOT="18"
65 KEYWORDS="~amd64 ~x86"
66 IUSE="alsa +cxx debug oss"
67
68 DEPEND="alsa? ( media-libs/alsa-lib )"
69 RDEPEND="${DEPEND}"
70
71 S="${WORKDIR}/${PN}"
72
73 src_compile() {
74 # Jack is disabled, it seems to have runtime issues
75 # Moreover it fails to compile on some arches (like amd64)
76 # And this could cause cyclic dependencies with jack portaudio support
77 econf $(use_with alsa)\
78 --without-jack \
79 $(use_with oss)\
80 $(use_with debug debug-output)\
81 $(use_enable cxx) \
82 || die "econf failed"
83
84 emake || die "emake failed"
85
86 }
87
88 src_install() {
89 emake DESTDIR="${D}" install || die "emake install faied"
90 dodoc V19-devel-readme.txt
91 dohtml index.html
92 }
93
94
95
96 --
97 gentoo-commits@l.g.o mailing list