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

Collapse All | Expand All

(-)dvdstyler-1.5_beta2.ebuild (-5 / +13 lines)
Lines 2-10 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/dvdstyler/dvdstyler-1.4.ebuild,v 1.2 2005/09/05 21:10:32 dragonheart Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-video/dvdstyler/dvdstyler-1.4.ebuild,v 1.2 2005/09/05 21:10:32 dragonheart Exp $
4
4
5
inherit eutils
5
inherit eutils wxwidgets 
6
6
7
MY_PV="1.5b2"
7
MY_PV="1.5b3"
8
MY_P="DVDStyler-${MY_PV}"
8
MY_P="DVDStyler-${MY_PV}"
9
9
10
DESCRIPTION="DVD filesystem Builder"
10
DESCRIPTION="DVD filesystem Builder"
Lines 23-34 Link Here
23
        media-libs/libpng
23
        media-libs/libpng
24
        media-libs/jpeg
24
        media-libs/jpeg
25
        media-libs/netpbm
25
        media-libs/netpbm
26
        >=media-libs/wxSVG-1.0_beta4
26
        >=media-video/dvdauthor-0.6.10
27
        >=media-video/dvdauthor-0.6.10
27
        media-video/mpgtx
28
        media-video/mpgtx
28
        >=media-video/mjpegtools-1.6.2
29
        >=media-video/mjpegtools-1.6.2
29
        sys-libs/zlib
30
        sys-libs/zlib
30
        x11-libs/gtk+
31
        x11-libs/gtk+
31
        =x11-libs/wxGTK-2.4*
32
        =x11-libs/wxGTK-2.6*
32
        virtual/cdrtools
33
        virtual/cdrtools
33
        virtual/libc
34
        virtual/libc
34
        virtual/x11
35
        virtual/x11
Lines 39-48 Link Here
39
40
40
S=${WORKDIR}/${MY_P}
41
S=${WORKDIR}/${MY_P}
41
42
43
src_compile() {
44
        export WX_GTK_VER="2.6"
45
        need-wxwidgets gtk2
46
        myconf="${myconf} --with-wx-config=${WX_CONFIG}"
47
        econf ${myconf} || die "econf failed!"
48
        emake || die "emake failed!"
49
}
50
42
src_install() {
51
src_install() {
43
        make DESTDIR=${D} install || die "failed to install"
52
        make DESTDIR=${D} install || die "make install failed!"
44
        rm ${D}usr/share/doc/${PN}/COPYING ${D}usr/share/doc/${PN}/INSTALL
53
        rm ${D}usr/share/doc/${PN}/COPYING ${D}usr/share/doc/${PN}/INSTALL
45
        mv ${D}usr/share/doc/${PN} ${D}usr/share/doc/${PF}
54
        mv ${D}usr/share/doc/${PN} ${D}usr/share/doc/${PF}
46
47
        make_desktop_entry dvdstyler DVDStyler dvdstyler.png Application
55
        make_desktop_entry dvdstyler DVDStyler dvdstyler.png Application
48
}
56
}

Return to bug 109894