summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-06-01 14:25:09 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-06-01 14:25:09 +0000
commit2429de454fdf7266d32bd5549239ed59f56f1983 (patch)
tree3102982bb00c78c70bbbad2ebafabba41a702f72 /media-sound/timidity++
parentAdd missing dependency on app-text/xmlto. (diff)
downloadgentoo-2-2429de454fdf7266d32bd5549239ed59f56f1983.tar.gz
gentoo-2-2429de454fdf7266d32bd5549239ed59f56f1983.tar.bz2
gentoo-2-2429de454fdf7266d32bd5549239ed59f56f1983.zip
There was --disable-motif in econf but USE motif was still there to collect unused depend, remove that. Remove esound support. And some more..
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/timidity++')
-rw-r--r--media-sound/timidity++/ChangeLog9
-rw-r--r--media-sound/timidity++/timidity++-2.13.2-r10.ebuild15
2 files changed, 14 insertions, 10 deletions
diff --git a/media-sound/timidity++/ChangeLog b/media-sound/timidity++/ChangeLog
index 9baa0492653c..36a116a778cb 100644
--- a/media-sound/timidity++/ChangeLog
+++ b/media-sound/timidity++/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for media-sound/timidity++
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity++/ChangeLog,v 1.117 2009/05/31 15:52:48 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity++/ChangeLog,v 1.118 2009/06/01 14:25:09 ssuominen Exp $
+
+ 01 Jun 2009; Samuli Suominen <ssuominen@gentoo.org>
+ timidity++-2.13.2-r10.ebuild:
+ There was --disable-motif in econf but USE motif was still there to
+ collect unused depend, remove that. Remove esound support. Since
+ sparc has tested ALSA soundback, modify the ewarn to different elog
+ in pkg_postinst.
31 May 2009; Brent Baude <ranger@gentoo.org> timidity++-2.13.2-r10.ebuild:
stable ppc64, bug 271780
diff --git a/media-sound/timidity++/timidity++-2.13.2-r10.ebuild b/media-sound/timidity++/timidity++-2.13.2-r10.ebuild
index 888a613ab804..c084288670aa 100644
--- a/media-sound/timidity++/timidity++-2.13.2-r10.ebuild
+++ b/media-sound/timidity++/timidity++-2.13.2-r10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
EAPI=2
inherit eutils elisp-common
@@ -16,14 +16,12 @@ SRC_URI="mirror://sourceforge/timidity/${MY_P}.tar.bz2 mirror://gentoo/${P}-exit
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm ~hppa ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="oss nas esd motif X gtk vorbis tk slang alsa jack emacs ao speex flac ncurses"
+IUSE="oss nas X gtk vorbis tk slang alsa jack emacs ao speex flac ncurses"
DEPEND="ncurses? ( >=sys-libs/ncurses-5 )
emacs? ( virtual/emacs )
gtk? ( >=x11-libs/gtk+-2 )
tk? ( >=dev-lang/tk-8.1 )
- motif? ( x11-libs/openmotif )
- esd? ( >=media-sound/esound-0.2.22 )
nas? ( >=media-libs/nas-1.4 )
alsa? ( media-libs/alsa-lib[midi] )
slang? ( sys-libs/slang )
@@ -55,7 +53,8 @@ src_prepare() {
"${FILESDIR}"/${P}-polling.patch \
# fix header location of speex
- sed -i -e "s:#include <speex:#include <speex/speex:g" configure* timidity/speex_a.c
+ sed -i -e "s:#include <speex:#include <speex/speex:g" \
+ configure* timidity/speex_a.c || die "sed failed"
}
src_configure() {
@@ -67,7 +66,6 @@ src_configure() {
use vorbis && audios="${audios},vorbis"
use oss && audios="${audios},oss"
- use esd && audios="${audios},esd"
use jack && audios="${audios},jack"
use ao && audios="${audios},ao"
@@ -130,7 +128,7 @@ src_install() {
dodir /usr/share/timidity
dosym /etc/timidity.cfg /usr/share/timidity/timidity.cfg
- if use emacs ; then
+ if use emacs; then
elisp-site-file-install "${FILESDIR}/${SITEFILE}"
fi
@@ -155,8 +153,7 @@ pkg_postinst() {
fi
if use sparc; then
- ewarn "sparc support is experimental. oss, alsa, and esd do not work."
- ewarn "-Ow (save to wave file) does..."
+ elog "Only saving to wave file and ALSA soundback has been tested working."
fi
}