Gentoo Archives: gentoo-commits

From: "Daniel Pielmeier (billie)" <billie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/dvdstyler: ChangeLog dvdstyler-1.8.1_beta1.ebuild
Date: Wed, 28 Apr 2010 19:00:36
Message-Id: 20100428190021.E5F572C068@corvid.gentoo.org
1 billie 10/04/28 19:00:21
2
3 Modified: ChangeLog
4 Added: dvdstyler-1.8.1_beta1.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.8.3/cvs/Linux i686)
8
9 Revision Changes Path
10 1.41 media-video/dvdstyler/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvdstyler/ChangeLog?rev=1.41&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvdstyler/ChangeLog?rev=1.41&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvdstyler/ChangeLog?r1=1.40&r2=1.41
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/dvdstyler/ChangeLog,v
19 retrieving revision 1.40
20 retrieving revision 1.41
21 diff -u -r1.40 -r1.41
22 --- ChangeLog 17 Feb 2010 05:51:05 -0000 1.40
23 +++ ChangeLog 28 Apr 2010 19:00:21 -0000 1.41
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-video/dvdstyler
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvdstyler/ChangeLog,v 1.40 2010/02/17 05:51:05 dirtyepic Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdstyler/ChangeLog,v 1.41 2010/04/28 19:00:21 billie Exp $
29 +
30 +*dvdstyler-1.8.1_beta1 (28 Apr 2010)
31 +
32 + 28 Apr 2010; Daniel Pielmeier <billie@g.o>
33 + +dvdstyler-1.8.1_beta1.ebuild:
34 + Version bump.
35
36 17 Feb 2010; Ryan Hill <dirtyepic@g.o> dvdstyler-1.7.4.ebuild:
37 Fix wxsvg dependency to account for the removal of the ffmpeg USE flag in
38
39
40
41 1.1 media-video/dvdstyler/dvdstyler-1.8.1_beta1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvdstyler/dvdstyler-1.8.1_beta1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvdstyler/dvdstyler-1.8.1_beta1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: dvdstyler-1.8.1_beta1.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-video/dvdstyler/dvdstyler-1.8.1_beta1.ebuild,v 1.1 2010/04/28 19:00:21 billie Exp $
51
52 EAPI=2
53 inherit wxwidgets
54
55 MY_P=${PN/dvds/DVDS}-${PV/_beta/b}
56
57 DESCRIPTION="DVDStyler is a cross-platform DVD authoring System"
58 HOMEPAGE="http://www.dvdstyler.de"
59 SRC_URI="mirror://sourceforge/dvdstyler/${MY_P}.tar.bz2"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~x86"
64 IUSE="debug gnome"
65
66 COMMON_DEPEND=">=media-video/ffmpeg-0.5[encode]
67 >=media-video/xine-ui-0.99.1
68 x11-libs/wxGTK:2.8[X]
69 || ( >=media-libs/wxsvg-1.0.2 >=media-libs/wxsvg-1[ffmpeg] )
70 >=media-libs/libexif-0.6.16
71 gnome? ( >=gnome-base/libgnomeui-2 )
72 virtual/cdrtools
73 >=media-video/dvdauthor-0.6.14
74 >=app-cdr/dvd+rw-tools-7.1"
75 RDEPEND="${COMMON_DEPEND}"
76 DEPEND="${COMMON_DEPEND}
77 >=dev-util/pkgconfig-0.9.0
78 app-text/xmlto
79 >=sys-devel/gettext-0.17
80 app-arch/zip"
81 PDEPEND=">=app-cdr/dvdisaster-0.71.0"
82
83 S=${WORKDIR}/${MY_P}
84
85 src_configure() {
86 export WX_GTK_VER="2.8"
87 need-wxwidgets gtk2
88 econf \
89 --docdir=/usr/share/doc/${PF} \
90 $(use_enable debug) \
91 --disable-dependency-tracking \
92 --with-wx-config="${WX_CONFIG}"
93 }
94
95 src_install() {
96 emake DESTDIR="${D}" install || die
97 }