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

Collapse All | Expand All

(-)winki-0.4.5.ebuild (-7 / +13 lines)
Lines 1-21 Link Here
1
# Copyright 1999-2014 Gentoo Foundation
1
# Copyright 1999-2015 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-video/winki/winki-0.4.5.ebuild,v 1.6 2014/08/10 21:01:16 slyfox Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-video/winki/winki-0.4.5.ebuild,v 1.6 2014/08/10 21:01:16 slyfox Exp $
4
4
5
EAPI="3"
5
EAPI=5
6
6
7
inherit distutils
7
PYTHON_COMPAT=( python2_7 )
8
DISTUTILS_SINGLE_IMPL=1
9
10
inherit distutils-r1
8
11
9
DESCRIPTION="A Python frontend to many popular encoding programs"
12
DESCRIPTION="A Python frontend to many popular encoding programs"
10
HOMEPAGE="http://www.winki-the-ripper.de/"
13
HOMEPAGE="http://www.winki-the-ripper.de/"
11
SRC_URI="http://www.winki-the-ripper.de/share/dist/${P}.tar.gz"
14
SRC_URI="http://www.winki-the-ripper.de/share/dist/${P}.tar.gz"
12
LICENSE="GPL-3"
15
LICENSE="GPL-3"
13
SLOT="0"
16
SLOT="0"
14
KEYWORDS="amd64 ppc x86"
17
KEYWORDS="~amd64 ~ppc ~x86"
15
IUSE="css dvd matroska mjpeg mp3 ogg vcd"
18
IUSE="css dvd matroska mjpeg mp3 ogg vcd"
16
DEPEND=">=dev-lang/python-2.3
19
DEPEND=">=dev-python/pygtk-2:2[${PYTHON_USEDEP}]
17
		>=dev-python/pygtk-2:2
20
	>=dev-python/pyorbit-2[${PYTHON_USEDEP}]"
18
		>=dev-python/pyorbit-2"
19
RDEPEND="${DEPEND}
21
RDEPEND="${DEPEND}
20
		media-video/mplayer[encode]
22
		media-video/mplayer[encode]
21
		media-video/lsdvd
23
		media-video/lsdvd
Lines 31-33 Link Here
31
		css? ( media-libs/libdvdcss )"
33
		css? ( media-libs/libdvdcss )"
32
34
33
DOCS="winkirip/README winkirip/CHANGELOG winkirip/TODO winkirip/AUTHORS"
35
DOCS="winkirip/README winkirip/CHANGELOG winkirip/TODO winkirip/AUTHORS"
36
37
pkg_setup() {
38
	python-single-r1_pkg_setup
39
}

Return to bug 541964