Line
Link Here
|
0 |
-- abby-0.4.8.ebuild |
0 |
++ abby-0.4.8.ebuild |
Lines 2-9
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: /var/cvsroot/gentoo-x86/media-video/abby/abby-0.4.8.ebuild,v 1.1 2010/04/12 10:21:33 aballier Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/media-video/abby/abby-0.4.8.ebuild,v 1.1 2010/04/12 10:21:33 aballier Exp $ |
4 |
|
4 |
|
5 |
EAPI="1" |
5 |
EAPI="4" |
6 |
inherit qt4 |
6 |
inherit qt4-r2 |
7 |
|
7 |
|
8 |
DESCRIPTION="GUI front-end for cclive and clive video extraction utilities" |
8 |
DESCRIPTION="GUI front-end for cclive and clive video extraction utilities" |
9 |
HOMEPAGE="http://code.google.com/p/abby/" |
9 |
HOMEPAGE="http://code.google.com/p/abby/" |
Lines 15-29
Link Here
|
15 |
IUSE="" |
15 |
IUSE="" |
16 |
|
16 |
|
17 |
RDEPEND="|| ( >=media-video/clive-2.2.5 >=media-video/cclive-0.5.0 ) |
17 |
RDEPEND="|| ( >=media-video/clive-2.2.5 >=media-video/cclive-0.5.0 ) |
|
|
18 |
x11-libs/qt-core:4 |
18 |
x11-libs/qt-gui:4" |
19 |
x11-libs/qt-gui:4" |
19 |
DEPEND="${RDEPEND}" |
20 |
DEPEND="${RDEPEND}" |
20 |
|
21 |
|
21 |
src_compile() { |
|
|
22 |
eqmake4 || die |
23 |
emake || die |
24 |
} |
25 |
|
26 |
src_install() { |
22 |
src_install() { |
27 |
dobin abby || die |
23 |
dobin abby |
28 |
dodoc AUTHORS ChangeLog README TODO NEWS |
24 |
dodoc AUTHORS ChangeLog README TODO NEWS |
29 |
} |
25 |
} |