Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/ecasound: ChangeLog ecasound-2.6.0.ebuild
Date: Thu, 30 Apr 2009 22:14:15
Message-Id: E1LzeWC-0008K2-Fj@stork.gentoo.org
1 patrick 09/04/30 22:14:12
2
3 Modified: ChangeLog
4 Added: ecasound-2.6.0.ebuild
5 Log:
6 Bump to 2.6.0, fixes #265940
7 (Portage version: 2.2_rc31/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.52 media-sound/ecasound/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ecasound/ChangeLog?rev=1.52&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ecasound/ChangeLog?rev=1.52&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ecasound/ChangeLog?r1=1.51&r2=1.52
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/ecasound/ChangeLog,v
19 retrieving revision 1.51
20 retrieving revision 1.52
21 diff -u -r1.51 -r1.52
22 --- ChangeLog 30 Nov 2008 20:06:53 -0000 1.51
23 +++ ChangeLog 30 Apr 2009 22:14:12 -0000 1.52
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-sound/ecasound
26 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ecasound/ChangeLog,v 1.51 2008/11/30 20:06:53 armin76 Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/ecasound/ChangeLog,v 1.52 2009/04/30 22:14:12 patrick Exp $
30 +
31 +*ecasound-2.6.0 (30 Apr 2009)
32 +
33 + 30 Apr 2009; Patrick Lauer <patrick@g.o> +ecasound-2.6.0.ebuild:
34 + Bump to 2.6.0, fixes #265940
35
36 30 Nov 2008; Raúl Porcel <armin76@g.o> ecasound-2.5.2.ebuild:
37 sparc stable wrt #245697
38
39
40
41 1.1 media-sound/ecasound/ecasound-2.6.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ecasound/ecasound-2.6.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ecasound/ecasound-2.6.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ecasound-2.6.0.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-sound/ecasound/ecasound-2.6.0.ebuild,v 1.1 2009/04/30 22:14:12 patrick Exp $
51
52 EAPI=2
53
54 inherit eutils multilib python
55
56 DESCRIPTION="a package for multitrack audio processing"
57 HOMEPAGE="http://ecasound.seul.org/ecasound"
58 SRC_URI="http://${PN}.seul.org/download/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="1"
62 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
63 IUSE="alsa arts audiofile debug doc jack libsamplerate mikmod ncurses vorbis oss python ruby sndfile"
64
65 DEPEND="python? ( dev-lang/python )
66 jack? ( media-sound/jack-audio-connection-kit )
67 media-libs/ladspa-sdk
68 audiofile? ( media-libs/audiofile )
69 alsa? ( media-libs/alsa-lib[midi] )
70 vorbis? ( media-libs/libvorbis )
71 arts? ( kde-base/arts )
72 libsamplerate? ( media-libs/libsamplerate )
73 mikmod? ( media-libs/libmikmod )
74 ruby? ( dev-lang/ruby )
75 python? ( dev-lang/python )
76 ncurses? ( sys-libs/ncurses )
77 sndfile? ( media-libs/libsndfile )
78 sys-libs/readline"
79
80 src_configure() {
81 local PYConf
82
83 if use python; then
84 python_version
85 PYConf="--enable-pyecasound=c
86 --with-python-includes=/usr/include/python${PYVER}
87 --with-python-modules=/usr/$(get_libdir)/python${PYVER}"
88 else
89 PYConf="$myconf --disable-pyecasound"
90 fi
91
92 econf $(use_enable alsa) \
93 $(use_enable arts) \
94 $(use_enable audiofile) \
95 $(use_enable debug) \
96 $(use_enable jack) \
97 $(use_enable libsamplerate) \
98 $(use_enable ncurses) \
99 $(use_enable oss) \
100 $(use_enable ruby rubyecasound) \
101 $(use_enable sndfile) \
102 --enable-shared \
103 --with-largefile \
104 --enable-sys-readline \
105 ${PYConf} || die "econf failed"
106 }
107
108 src_install() {
109 emake DESTDIR="${D}" install || die "emake install failed."
110 dodoc BUGS NEWS README TODO Documentation/*.txt
111 use doc && dohtml Documentation/*.html
112 }
113
114 pkg_postinst() {
115 if use python; then
116 ebegin "Byte-compiling ${CATEGORY}/${PF} python modules"
117 python_version
118 local PYMODULE
119 for PYMODULE in ecacontrol.py pyeca.py eci.py; do
120 python_mod_compile /usr/$(get_libdir)/python${PYVER}/site-packages/${PYMODULE}
121 done
122 eend $?
123 fi
124 if use arts; then
125 ewarn "WARNING: You have requested ecasound ARTS support,"
126 ewarn "this is no longer supported and will go away in"
127 ewarn "future releases."
128 fi
129 }
130
131 pkg_postrm() {
132 python_mod_cleanup
133 }