# 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:
+++ /dev/null
-# 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
-}
+++ /dev/null
---- /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;