Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 512742 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-6 / +6 lines)
Line  Link Here
0
-- /usr/portage/media-sound/timidity++/timidity++-2.14.0.ebuild
0
++ /usr/local/portage/media-sound/timidity++/timidity++-2.14.0.ebuild
Lines 1-6 Link Here
1
# Copyright 1999-2014 Gentoo Foundation
1
# Copyright 1999-2013 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity++/timidity++-2.14.0.ebuild,v 1.11 2014/05/17 15:13:39 swift Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity++/timidity++-2.14.0.ebuild,v 1.10 2013/05/03 12:03:50 ulm Exp $
4
4
5
EAPI=4
5
EAPI=4
6
inherit autotools eutils elisp-common user systemd
6
inherit autotools eutils elisp-common user systemd
Lines 16-22 Link Here
16
LICENSE="GPL-2"
16
LICENSE="GPL-2"
17
SLOT="0"
17
SLOT="0"
18
KEYWORDS="amd64 arm hppa ppc ppc64 ~sparc x86 ~x86-fbsd"
18
KEYWORDS="amd64 arm hppa ppc ppc64 ~sparc x86 ~x86-fbsd"
19
IUSE="motif oss nas X gtk vorbis tk slang alsa jack emacs ao selinux speex flac ncurses"
19
IUSE="motif oss nas X gtk vorbis tk slang alsa jack emacs ao speex flac ncurses"
20
20
21
DEPEND="ncurses? ( >=sys-libs/ncurses-5 )
21
DEPEND="ncurses? ( >=sys-libs/ncurses-5 )
22
	emacs? ( virtual/emacs )
22
	emacs? ( virtual/emacs )
Lines 28-34 Link Here
28
	jack? ( media-sound/jack-audio-connection-kit )
28
	jack? ( media-sound/jack-audio-connection-kit )
29
	vorbis? ( media-libs/libvorbis )
29
	vorbis? ( media-libs/libvorbis )
30
	flac? ( media-libs/flac )
30
	flac? ( media-libs/flac )
31
	selinux? ( sec-policy/selinux-timidity )
32
	speex? ( media-libs/speex )
31
	speex? ( media-libs/speex )
33
	ao? ( >=media-libs/libao-0.8.5 )
32
	ao? ( >=media-libs/libao-0.8.5 )
34
	motif? ( >=x11-libs/motif-2.3:0 )
33
	motif? ( >=x11-libs/motif-2.3:0 )
Lines 49-55 Link Here
49
src_prepare() {
48
src_prepare() {
50
	epatch \
49
	epatch \
51
		"${FILESDIR}"/${P}-params.patch \
50
		"${FILESDIR}"/${P}-params.patch \
52
		"${FILESDIR}"/${P}-revert-for-required-ctl_speana_data-function.patch
51
		"${FILESDIR}"/${P}-revert-for-required-ctl_speana_data-function.patch \
52
		"${FILESDIR}"/${P}-alsaapi.patch
53
53
54
	eautoreconf
54
	eautoreconf
55
}
55
}

Return to bug 512742