diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-16 12:19:58 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-16 12:19:58 +0000 |
commit | ef594744a910f699b58b915e68d9bfcf4f0e19fb (patch) | |
tree | 42a993751965957f540a0a013128b464e0930587 /media-video/dvdstyler | |
parent | unused patch, repoman warning of RDEPEND unassigned (diff) | |
download | historical-ef594744a910f699b58b915e68d9bfcf4f0e19fb.tar.gz historical-ef594744a910f699b58b915e68d9bfcf4f0e19fb.tar.bz2 historical-ef594744a910f699b58b915e68d9bfcf4f0e19fb.zip |
old, doesn't build with recent ffmpeg, so useless
Package-Manager: portage-2.2.0_alpha67/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.8.1.ebuild | 54 | ||||
-rw-r--r-- | media-video/dvdstyler/files/dvdstyler-1.8.1-cast.patch | 11 |
3 files changed, 5 insertions, 66 deletions
diff --git a/media-video/dvdstyler/ChangeLog b/media-video/dvdstyler/ChangeLog index 50ef2e203185..f4d619dc53f2 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.47 2011/10/09 10:48:19 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdstyler/ChangeLog,v 1.48 2011/10/16 12:19:57 ssuominen Exp $ + + 16 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> -dvdstyler-1.8.1.ebuild, + -files/dvdstyler-1.8.1-cast.patch: + old 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: diff --git a/media-video/dvdstyler/dvdstyler-1.8.1.ebuild b/media-video/dvdstyler/dvdstyler-1.8.1.ebuild deleted file mode 100644 index 6ef2822f9837..000000000000 --- a/media-video/dvdstyler/dvdstyler-1.8.1.ebuild +++ /dev/null @@ -1,54 +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.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_prepare() { - epatch "${FILESDIR}"/dvdstyler-1.8.1-cast.patch -} - -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.8.1-cast.patch b/media-video/dvdstyler/files/dvdstyler-1.8.1-cast.patch deleted file mode 100644 index fb4bf90a6e34..000000000000 --- a/media-video/dvdstyler/files/dvdstyler-1.8.1-cast.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- /tmp/imagjpg.cpp 2010-07-18 15:46:11.000000000 +1000 -+++ ./wxVillaLib/imagjpg.cpp 2010-07-18 15:46:29.000000000 +1000 -@@ -226,7 +226,7 @@ - - bool wxJPGHandler::LoadFile( wxImage *image, wxInputStream& stream, bool verbose, int WXUNUSED(index) ) - { -- wxCHECK_MSG( image, false, "NULL image pointer" ); -+ wxCHECK_MSG( image, false, wxT("NULL image pointer") ); - - struct jpeg_decompress_struct cinfo; - wx_error_mgr jerr; |