diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-09 10:48:19 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-09 10:48:19 +0000 |
commit | c55606e888be6c63f67735ab8afa9553c0eb819b (patch) | |
tree | 37ea73b1725ef6dbeb787c448f6e683c9842e1df /media-video/dvdstyler | |
parent | Version bump wrt #353478 by Thomas Rausch. This will also fix building with r... (diff) | |
download | gentoo-2-c55606e888be6c63f67735ab8afa9553c0eb819b.tar.gz gentoo-2-c55606e888be6c63f67735ab8afa9553c0eb819b.tar.bz2 gentoo-2-c55606e888be6c63f67735ab8afa9553c0eb819b.zip |
old
(Portage version: 2.2.0_alpha63/cvs/Linux x86_64)
Diffstat (limited to 'media-video/dvdstyler')
-rw-r--r-- | media-video/dvdstyler/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/dvdstyler/dvdstyler-1.7.4.ebuild | 56 | ||||
-rw-r--r-- | media-video/dvdstyler/dvdstyler-1.8.1_beta1.ebuild | 50 | ||||
-rw-r--r-- | media-video/dvdstyler/files/dvdstyler-1.7.4-autoconf.patch | 77 |
4 files changed, 5 insertions, 184 deletions
diff --git a/media-video/dvdstyler/ChangeLog b/media-video/dvdstyler/ChangeLog index d388b6c7c8e8..50ef2e203185 100644 --- a/media-video/dvdstyler/ChangeLog +++ b/media-video/dvdstyler/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/dvdstyler # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvdstyler/ChangeLog,v 1.46 2011/10/09 10:47:02 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdstyler/ChangeLog,v 1.47 2011/10/09 10:48:19 ssuominen Exp $ + + 09 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> -dvdstyler-1.7.4.ebuild, + -files/dvdstyler-1.7.4-autoconf.patch, -dvdstyler-1.8.1_beta1.ebuild: + old *dvdstyler-2.0_rc1 (09 Oct 2011) diff --git a/media-video/dvdstyler/dvdstyler-1.7.4.ebuild b/media-video/dvdstyler/dvdstyler-1.7.4.ebuild deleted file mode 100644 index 9cff0cd54893..000000000000 --- a/media-video/dvdstyler/dvdstyler-1.7.4.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvdstyler/dvdstyler-1.7.4.ebuild,v 1.4 2011/09/16 18:38:04 beandog Exp $ - -EAPI=2 -inherit autotools wxwidgets eutils - -MY_P=${PN/dvds/DVDS}-${PV/_} - -DESCRIPTION="DVDStyler is a cross-platform DVD authoring System" -HOMEPAGE="http://www.dvdstyler.de" -SRC_URI="mirror://sourceforge/dvdstyler/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug gnome" - -COMMON_DEPEND="virtual/ffmpeg[encode] - >=media-video/xine-ui-0.99.1 - x11-libs/wxGTK:2.8[X] - || ( >=media-libs/wxsvg-1.0.2 >=media-libs/wxsvg-1[ffmpeg] ) - >=media-libs/libexif-0.6.16 - gnome? ( >=gnome-base/libgnomeui-2 )" -RDEPEND="${COMMON_DEPEND} - virtual/cdrtools - >=media-video/dvdauthor-0.6.14 - >=app-cdr/dvd+rw-tools-7.1" -DEPEND="${COMMON_DEPEND} - dev-util/pkgconfig - app-text/xmlto - >=sys-devel/gettext-0.17" -PDEPEND=">=app-cdr/dvdisaster-0.71.0" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - epatch "${FILESDIR}"/${P}-autoconf.patch - eautoreconf -} - -src_configure() { - export WX_GTK_VER="2.8" - need-wxwidgets gtk2 - econf \ - --docdir=/usr/share/doc/${PF} \ - $(use_enable debug) \ - --disable-dependency-tracking \ - --with-wx-config="${WX_CONFIG}" -} - -src_install() { - emake DESTDIR="${D}" install || die - #rm -rf "${D}"/usr/share/doc/${PN} - #dodoc AUTHORS ChangeLog README TODO -} diff --git a/media-video/dvdstyler/dvdstyler-1.8.1_beta1.ebuild b/media-video/dvdstyler/dvdstyler-1.8.1_beta1.ebuild deleted file mode 100644 index 132894fbe4f1..000000000000 --- a/media-video/dvdstyler/dvdstyler-1.8.1_beta1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvdstyler/dvdstyler-1.8.1_beta1.ebuild,v 1.3 2011/09/16 18:38:04 beandog Exp $ - -EAPI=2 -inherit wxwidgets - -MY_P=${PN/dvds/DVDS}-${PV/_beta/b} - -DESCRIPTION="DVDStyler is a cross-platform DVD authoring System" -HOMEPAGE="http://www.dvdstyler.de" -SRC_URI="mirror://sourceforge/dvdstyler/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug gnome" - -COMMON_DEPEND="virtual/ffmpeg[encode] - >=media-video/xine-ui-0.99.1 - x11-libs/wxGTK:2.8[X] - || ( >=media-libs/wxsvg-1.0.2 >=media-libs/wxsvg-1[ffmpeg] ) - >=media-libs/libexif-0.6.16 - gnome? ( >=gnome-base/libgnomeui-2 ) - virtual/cdrtools - >=media-video/dvdauthor-0.6.14 - >=app-cdr/dvd+rw-tools-7.1" -RDEPEND="${COMMON_DEPEND}" -DEPEND="${COMMON_DEPEND} - >=dev-util/pkgconfig-0.9.0 - app-text/xmlto - >=sys-devel/gettext-0.17 - app-arch/zip" -PDEPEND=">=app-cdr/dvdisaster-0.71.0" - -S=${WORKDIR}/${MY_P} - -src_configure() { - export WX_GTK_VER="2.8" - need-wxwidgets gtk2 - econf \ - --docdir=/usr/share/doc/${PF} \ - $(use_enable debug) \ - --disable-dependency-tracking \ - --with-wx-config="${WX_CONFIG}" -} - -src_install() { - emake DESTDIR="${D}" install || die -} diff --git a/media-video/dvdstyler/files/dvdstyler-1.7.4-autoconf.patch b/media-video/dvdstyler/files/dvdstyler-1.7.4-autoconf.patch deleted file mode 100644 index a9d6a2b278eb..000000000000 --- a/media-video/dvdstyler/files/dvdstyler-1.7.4-autoconf.patch +++ /dev/null @@ -1,77 +0,0 @@ ---- /tmp/DVDStyler-1.7.4/./src/Makefile.am 2009-09-04 15:49:32.000000000 +1000 -+++ ./src/Makefile.am 2009-10-14 15:34:46.000000000 +1100 -@@ -7,7 +7,7 @@ - VobListBox.cpp TitlePropDlg.cpp TitlesetManager.cpp\ - BurnDlg.cpp ProgressDlg.cpp DirCtrl.cpp StatusBar.cpp MainWin.cpp dvdstyler.cpp - --CXXFLAGS = @CXXFLAGS@ -I.. -+AM_CXXFLAGS = @CXXFLAGS@ -I.. - LDADD = ../wxVillaLib/libwxvilla.a - - SUBDIRS = rc ---- /tmp/DVDStyler-1.7.4/./Makefile.am 2008-07-15 07:58:46.000000000 +1000 -+++ ./Makefile.am 2009-10-14 15:23:26.000000000 +1100 -@@ -1,6 +1,5 @@ - SUBDIRS = wxVillaLib src locale backgrounds buttons objects data docs - ACLOCAL_AMFLAGS=-I. --pkgdatadir=@datadir@/doc/@PACKAGE@ --pkgdata_DATA = AUTHORS COPYING INSTALL README ChangeLog -+doc_DATA = AUTHORS COPYING INSTALL README ChangeLog - run: all - $(MAKE) -C src run ---- /tmp/DVDStyler-1.7.4/./wxVillaLib/Makefile.am 2007-12-31 09:51:35.000000000 +1100 -+++ ./wxVillaLib/Makefile.am 2009-10-14 15:35:32.000000000 +1100 -@@ -3,4 +3,4 @@ - PipeExecute.cpp PropDlg.cpp SConv.cpp\ - Thumbnails.cpp ThumbnailFactory.cpp\ - utils.cpp VerticalToolbar.cpp --CXXFLAGS = @CXXFLAGS@ @GNOMEUI2_CFLAGS@ @LIBEXIF_CFLAGS@ -DWX_SVG -+AM_CXXFLAGS = @CXXFLAGS@ @GNOMEUI2_CFLAGS@ @LIBEXIF_CFLAGS@ -DWX_SVG ---- /tmp/DVDStyler-1.7.4/locale/Makefile.in 2009-09-19 18:46:38.000000000 +1000 -+++ locale/Makefile.in 2009-10-14 15:46:49.000000000 +1100 -@@ -4,8 +4,10 @@ - # building lang.mo files from the translated lang.po catalogs. - - PROGNAME=dvdstyler --LINGUAS=cs da de el es eu fr hu it ko mk nl pl pt pt_BR ru sk sl sr sv vi zh_TW --LINGUAS_ALL=ca cs da de el es eu fr hu it ja ko mk nl pl pt pt_BR ru sk sl sr sv vi zh_TW -+# ls *.po | cut -f1 -d . | xargs echo >> Makefile.in -+LINGUAS=cs da de el es fr it ko mk pl pt pt_BR ru sl sr vi zh_TW -+LINGUAS_ALL=cs da de el es fr it ko mk pl pt pt_BR ru sl sr vi zh_TW -+ - - prefix=@prefix@ - datarootdir=@datarootdir@ ---- /tmp/DVDStyler-1.7.4/docs/Makefile.am 2009-08-30 00:30:10.000000000 +1000 -+++ docs/Makefile.am 2009-10-14 16:08:10.000000000 +1100 -@@ -1,22 +1,19 @@ --pkgdatadir=@datadir@/man/man1 --pkgdata_DATA = dvdstyler.1 -+dist_man_MANS = dvdstyler.1 - - LINGUAS=en de --docdir=@datadir@/@PACKAGE@/docs - doc_DATA = $(LINGUAS:%=help_%.zip) - - help%.zip: DVDStylerGuide%.xml -- mkdir temp -- (cd temp && $(XMLTO) --skip-validation htmlhelp ../DVDStylerGuide$*.xml && rm -f *.hh* && $(ZIP) ../help$*.zip *.html) -- rm -f temp/*.html -- rmdir temp -+ t=`mktemp -d tempXXXXXXX`; \ -+ (cd "$$t" && $(XMLTO) --skip-validation htmlhelp ../DVDStylerGuide$*.xml && rm -f *.hh* && $(ZIP) ../help$*.zip *.html) ; \ -+ rm -f "$$t"/*.html ; \ -+ rmdir "$$t" - $(ZIP) help$*.zip htmlhelp.hhp toc.hhc images/*.png - - html: $(LINGUAS:%=html_%) - - html%: DVDStylerGuide%.xml -- rm -rf html$* -- mkdir html$* -- (cd html$* && $(XMLTO) --skip-validation htmlhelp ../DVDStylerGuide$*.xml && rm -f *.hh*) -- mkdir html$*/images -+ t=`mktemp -d htmlXXXXXX` ; \ -+ (cd "$$t" && $(XMLTO) --skip-validation htmlhelp ../DVDStylerGuide$*.xml && rm -f *.hh*) ; \ -+ mkdir "$$t"/images - cp images/*.png html$*/images/ |