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

Collapse All | Expand All

(-)oggconvert-0.3.3.ebuild (-2 / +9 lines)
Lines 2-11 Link Here
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: $
3
# $Header: $
4
4
5
EAPI="2"
5
EAPI="3"
6
PYTHON_DEPEND="2"
6
PYTHON_DEPEND="2"
7
SUPPORT_PYTHON_ABIS="1"
8
RESTRICT_PYTHON_ABIS="3.*"
7
9
8
inherit distutils
10
inherit distutils eutils
9
11
10
DESCRIPTION="Utility to convert media into the Vorbis audio and the Theora/Dirac/WebM video formats."
12
DESCRIPTION="Utility to convert media into the Vorbis audio and the Theora/Dirac/WebM video formats."
11
HOMEPAGE="http://oggconvert.tristanb.net/"
13
HOMEPAGE="http://oggconvert.tristanb.net/"
Lines 16-21 Link Here
16
KEYWORDS="~amd64"
18
KEYWORDS="~amd64"
17
IUSE="dirac vpx theora"
19
IUSE="dirac vpx theora"
18
20
21
src_prepare() {
22
	epatch "${FILESDIR}/${P}-webm-fix.patch"
23
	distutils_src_prepare
24
}
25
19
RDEPEND=">=media-libs/gst-plugins-base-0.10.11
26
RDEPEND=">=media-libs/gst-plugins-base-0.10.11
20
	media-plugins/gst-plugins-vorbis
27
	media-plugins/gst-plugins-vorbis
21
	dirac? ( >=media-plugins/gst-plugins-schroedinger-0.10.14 )
28
	dirac? ( >=media-plugins/gst-plugins-schroedinger-0.10.14 )

Return to bug 266235