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/timidity++: ChangeLog timidity++-2.13.2-r10.ebuild
Date: Mon, 01 Jun 2009 14:25:12
Message-Id: E1MB8Rp-0007r4-6b@stork.gentoo.org
1 ssuominen 09/06/01 14:25:09
2
3 Modified: ChangeLog timidity++-2.13.2-r10.ebuild
4 Log:
5 There was --disable-motif in econf but USE motif was still there to collect unused depend, remove that. Remove esound support. And some more..
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.118 media-sound/timidity++/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/timidity++/ChangeLog?rev=1.118&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/timidity++/ChangeLog?rev=1.118&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/timidity++/ChangeLog?r1=1.117&r2=1.118
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/timidity++/ChangeLog,v
18 retrieving revision 1.117
19 retrieving revision 1.118
20 diff -u -r1.117 -r1.118
21 --- ChangeLog 31 May 2009 15:52:48 -0000 1.117
22 +++ ChangeLog 1 Jun 2009 14:25:09 -0000 1.118
23 @@ -1,6 +1,13 @@
24 # ChangeLog for media-sound/timidity++
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity++/ChangeLog,v 1.117 2009/05/31 15:52:48 ranger Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity++/ChangeLog,v 1.118 2009/06/01 14:25:09 ssuominen Exp $
28 +
29 + 01 Jun 2009; Samuli Suominen <ssuominen@g.o>
30 + timidity++-2.13.2-r10.ebuild:
31 + There was --disable-motif in econf but USE motif was still there to
32 + collect unused depend, remove that. Remove esound support. Since
33 + sparc has tested ALSA soundback, modify the ewarn to different elog
34 + in pkg_postinst.
35
36 31 May 2009; Brent Baude <ranger@g.o> timidity++-2.13.2-r10.ebuild:
37 stable ppc64, bug 271780
38
39
40
41 1.7 media-sound/timidity++/timidity++-2.13.2-r10.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/timidity++/timidity++-2.13.2-r10.ebuild?rev=1.7&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/timidity++/timidity++-2.13.2-r10.ebuild?rev=1.7&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/timidity++/timidity++-2.13.2-r10.ebuild?r1=1.6&r2=1.7
46
47 Index: timidity++-2.13.2-r10.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/media-sound/timidity++/timidity++-2.13.2-r10.ebuild,v
50 retrieving revision 1.6
51 retrieving revision 1.7
52 diff -u -r1.6 -r1.7
53 --- timidity++-2.13.2-r10.ebuild 31 May 2009 15:52:48 -0000 1.6
54 +++ timidity++-2.13.2-r10.ebuild 1 Jun 2009 14:25:09 -0000 1.7
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2009 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity++/timidity++-2.13.2-r10.ebuild,v 1.6 2009/05/31 15:52:48 ranger Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity++/timidity++-2.13.2-r10.ebuild,v 1.7 2009/06/01 14:25:09 ssuominen Exp $
60
61 EAPI=2
62 inherit eutils elisp-common
63 @@ -16,14 +16,12 @@
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="amd64 ~arm ~hppa ppc ppc64 sparc x86 ~x86-fbsd"
67 -IUSE="oss nas esd motif X gtk vorbis tk slang alsa jack emacs ao speex flac ncurses"
68 +IUSE="oss nas X gtk vorbis tk slang alsa jack emacs ao speex flac ncurses"
69
70 DEPEND="ncurses? ( >=sys-libs/ncurses-5 )
71 emacs? ( virtual/emacs )
72 gtk? ( >=x11-libs/gtk+-2 )
73 tk? ( >=dev-lang/tk-8.1 )
74 - motif? ( x11-libs/openmotif )
75 - esd? ( >=media-sound/esound-0.2.22 )
76 nas? ( >=media-libs/nas-1.4 )
77 alsa? ( media-libs/alsa-lib[midi] )
78 slang? ( sys-libs/slang )
79 @@ -55,7 +53,8 @@
80 "${FILESDIR}"/${P}-polling.patch \
81
82 # fix header location of speex
83 - sed -i -e "s:#include <speex:#include <speex/speex:g" configure* timidity/speex_a.c
84 + sed -i -e "s:#include <speex:#include <speex/speex:g" \
85 + configure* timidity/speex_a.c || die "sed failed"
86 }
87
88 src_configure() {
89 @@ -67,7 +66,6 @@
90 use vorbis && audios="${audios},vorbis"
91
92 use oss && audios="${audios},oss"
93 - use esd && audios="${audios},esd"
94 use jack && audios="${audios},jack"
95 use ao && audios="${audios},ao"
96
97 @@ -130,7 +128,7 @@
98 dodir /usr/share/timidity
99 dosym /etc/timidity.cfg /usr/share/timidity/timidity.cfg
100
101 - if use emacs ; then
102 + if use emacs; then
103 elisp-site-file-install "${FILESDIR}/${SITEFILE}"
104 fi
105
106 @@ -155,8 +153,7 @@
107 fi
108
109 if use sparc; then
110 - ewarn "sparc support is experimental. oss, alsa, and esd do not work."
111 - ewarn "-Ow (save to wave file) does..."
112 + elog "Only saving to wave file and ALSA soundback has been tested working."
113 fi
114 }