Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 312917
Collapse All | Expand All

(-)file_not_specified_in_diff (-8 / +4 lines)
Line  Link Here
0
-- vorbis-tools-1.2.0-r2.ebuild
0
++ vorbis-tools-1.4.0.ebuild
Lines 1-4 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
1
# Copyright 1999-2010 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/vorbis-tools/vorbis-tools-1.2.0-r2.ebuild,v 1.6 2008/11/18 05:39:50 darkside Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-sound/vorbis-tools/vorbis-tools-1.2.0-r2.ebuild,v 1.6 2008/11/18 05:39:50 darkside Exp $
4
4
Lines 12-32 Link Here
12
12
13
LICENSE="GPL-2"
13
LICENSE="GPL-2"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
15
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
16
IUSE="flac nls +ogg123 speex"
16
IUSE="flac nls +ogg123 speex"
17
17
18
RDEPEND=">=media-libs/libvorbis-1.1
18
RDEPEND=">=media-libs/libvorbis-1.1
19
	flac? ( media-libs/flac )
19
	flac? ( media-libs/flac )
20
	ogg123? ( media-libs/libao net-misc/curl )
20
	ogg123? ( >=media-libs/libao-1.0.0 net-misc/curl )
21
	speex? ( media-libs/speex )"
21
	speex? ( media-libs/speex )"
22
DEPEND="${RDEPEND}
22
DEPEND="${RDEPEND}
23
	nls? ( sys-devel/gettext )
23
	nls? ( sys-devel/gettext )
24
	dev-util/pkgconfig"
24
	dev-util/pkgconfig"
25
25
26
PATCHES=( "${FILESDIR}/${P}-with-args.patch"
27
	"${FILESDIR}"/${P}-sec.patch
28
	"${FILESDIR}"/${P}-oggenc-resample-call-fix.patch )
29
30
src_unpack() {
26
src_unpack() {
31
	base_src_unpack
27
	base_src_unpack
32
	cd "${S}"
28
	cd "${S}"

Return to bug 312917