Lines 5-23
Link Here
|
5 |
# svn checkout http://tovid.googlecode.com/svn/trunk/tovid tovid-${PV} |
5 |
# svn checkout http://tovid.googlecode.com/svn/trunk/tovid tovid-${PV} |
6 |
# note: see quickrelease file in the top source directory |
6 |
# note: see quickrelease file in the top source directory |
7 |
|
7 |
|
8 |
EAPI=3 |
8 |
EAPI=5 |
|
|
9 |
PYTHON_COMPAT=( python2_7 ) |
10 |
PYTHON_REQ_USE="tk" |
11 |
DISTUTILS_SINGLE_IMPL=1 |
9 |
|
12 |
|
10 |
PYTHON_DEPEND="2:2.7" |
13 |
inherit distutils-r1 gnome2-utils |
11 |
PYTHON_USE_WITH="tk" |
|
|
12 |
SUPPORT_PYTHON_ABIS="1" |
13 |
RESTRICT_PYTHON_ABIS="3.*" |
14 |
|
15 |
inherit distutils gnome2-utils |
16 |
|
14 |
|
17 |
DESCRIPTION="A collection of DVD authoring tools" |
15 |
DESCRIPTION="A collection of DVD authoring tools" |
18 |
HOMEPAGE="http://tovid.wikia.com/wiki/Tovid_Wiki" |
16 |
HOMEPAGE="http://tovid.wikia.com/wiki/Tovid_Wiki" |
19 |
SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.gz" |
17 |
SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.gz" |
20 |
#SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" |
|
|
21 |
|
18 |
|
22 |
LICENSE="GPL-2" |
19 |
LICENSE="GPL-2" |
23 |
SLOT="0" |
20 |
SLOT="0" |
Lines 26-32
Link Here
|
26 |
|
23 |
|
27 |
RDEPEND="app-cdr/cdrdao |
24 |
RDEPEND="app-cdr/cdrdao |
28 |
app-cdr/dvd+rw-tools |
25 |
app-cdr/dvd+rw-tools |
29 |
dev-python/pycairo |
26 |
dev-python/pycairo[${PYTHON_USEDEP}] |
30 |
dev-tcltk/tix |
27 |
dev-tcltk/tix |
31 |
|| ( media-gfx/imagemagick[png] media-gfx/graphicsmagick[imagemagick,png] ) |
28 |
|| ( media-gfx/imagemagick[png] media-gfx/graphicsmagick[imagemagick,png] ) |
32 |
media-sound/normalize |
29 |
media-sound/normalize |
Lines 40-49
Link Here
|
40 |
virtual/ffmpeg" |
37 |
virtual/ffmpeg" |
41 |
DEPEND="app-text/txt2tags" |
38 |
DEPEND="app-text/txt2tags" |
42 |
|
39 |
|
43 |
DOCS="AUTHORS ChangeLog README" |
40 |
pkg_setup() { |
|
|
41 |
python-single-r1_pkg_setup |
42 |
} |
44 |
|
43 |
|
45 |
src_install() { |
44 |
src_install() { |
46 |
distutils_src_install |
45 |
distutils-r1_src_install |
47 |
|
46 |
|
48 |
# punt at least .install.log |
47 |
# punt at least .install.log |
49 |
find "${ED}" -name '*.log' -exec rm -f {} + |
48 |
find "${ED}" -name '*.log' -exec rm -f {} + |
Lines 54-64
Link Here
|
54 |
} |
53 |
} |
55 |
|
54 |
|
56 |
pkg_postinst() { |
55 |
pkg_postinst() { |
57 |
distutils_pkg_postinst |
|
|
58 |
gnome2_icon_cache_update |
56 |
gnome2_icon_cache_update |
59 |
} |
57 |
} |
60 |
|
58 |
|
61 |
pkg_postrm() { |
59 |
pkg_postrm() { |
62 |
distutils_pkg_postrm |
|
|
63 |
gnome2_icon_cache_update |
60 |
gnome2_icon_cache_update |
64 |
} |
61 |
} |