old, doesn't build with recent ffmpeg, so useless
authorSamuli Suominen <ssuominen@gentoo.org>
Sun, 16 Oct 2011 12:19:58 +0000 (12:19 +0000)
committerSamuli Suominen <ssuominen@gentoo.org>
Sun, 16 Oct 2011 12:19:58 +0000 (12:19 +0000)
Package-Manager: portage-2.2.0_alpha67/cvs/Linux x86_64

media-video/dvdstyler/ChangeLog
media-video/dvdstyler/dvdstyler-1.8.1.ebuild [deleted file]
media-video/dvdstyler/files/dvdstyler-1.8.1-cast.patch [deleted file]

index 50ef2e203185227393b8d62f4135617f7e9a7d6e..f4d619dc53f243a9c8fcf931a97fd7c20f327064 100644 (file)
@@ -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 (file)
index 6ef2822..0000000
+++ /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 (file)
index fb4bf90..0000000
+++ /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;