summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2007-08-16 09:20:15 +0000
committerDaniel Black <dragonheart@gentoo.org>2007-08-16 09:20:15 +0000
commit55ba462ea45651bd4e459d5efe94dfcde014d772 (patch)
tree7f8c58cede9d22f81cbaeb3b76faa780d9995979 /media-video
parentFrom hoffie: adding RESTRICT=test and s/CHANGELOG/ChangeLog/ (diff)
downloadgentoo-2-55ba462ea45651bd4e459d5efe94dfcde014d772.tar.gz
gentoo-2-55ba462ea45651bd4e459d5efe94dfcde014d772.tar.bz2
gentoo-2-55ba462ea45651bd4e459d5efe94dfcde014d772.zip
version bump
(Portage version: 2.1.2.11)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/dvdstyler/ChangeLog8
-rw-r--r--media-video/dvdstyler/dvdstyler-1.5.1.ebuild49
-rw-r--r--media-video/dvdstyler/files/digest-dvdstyler-1.5.13
3 files changed, 59 insertions, 1 deletions
diff --git a/media-video/dvdstyler/ChangeLog b/media-video/dvdstyler/ChangeLog
index c14fc869cbbb..80b17005b2ca 100644
--- a/media-video/dvdstyler/ChangeLog
+++ b/media-video/dvdstyler/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-video/dvdstyler
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/dvdstyler/ChangeLog,v 1.27 2007/07/24 19:56:55 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/dvdstyler/ChangeLog,v 1.28 2007/08/16 09:20:15 dragonheart Exp $
+
+*dvdstyler-1.5.1 (16 Aug 2007)
+
+ 16 Aug 2007; Daniel Black <dragonheart@gentoo.org>
+ +dvdstyler-1.5.1.ebuild:
+ version bump
24 Jul 2007; Daniel Black <dragonheart@gentoo.org>
-files/dvdstyler-1.4-gcc4.patch, -dvdstyler-1.4.ebuild,
diff --git a/media-video/dvdstyler/dvdstyler-1.5.1.ebuild b/media-video/dvdstyler/dvdstyler-1.5.1.ebuild
new file mode 100644
index 000000000000..d26bfbf42522
--- /dev/null
+++ b/media-video/dvdstyler/dvdstyler-1.5.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/dvdstyler/dvdstyler-1.5.1.ebuild,v 1.1 2007/08/16 09:20:15 dragonheart Exp $
+
+inherit eutils wxwidgets
+
+MY_P=DVDStyler-${PV}
+
+DESCRIPTION="DVDStyler is a cross-platform DVD authoring System"
+HOMEPAGE="http://www.dvdstyler.de"
+SRC_URI="mirror://sourceforge/dvdstyler/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="gnome"
+
+RDEPEND="app-cdr/dvd+rw-tools
+ >=media-video/dvdauthor-0.6.10
+ media-video/mpgtx
+ >=media-video/mjpegtools-1.8.0
+ =x11-libs/wxGTK-2.6*
+ media-libs/netpbm
+ >=media-libs/wxsvg-1.0_beta7
+ virtual/cdrtools
+ virtual/libc
+ gnome? ( >=gnome-base/libgnomeui-2.0 )"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ sys-devel/gettext"
+
+S="${WORKDIR}"/${MY_P}
+
+src_compile() {
+ export WX_GTK_VER="2.6"
+ need-wxwidgets gtk2
+ echo -e "all:\n\ninstall:"> install.win32/Makefile.in
+ myconf="${myconf} --with-wx-config=${WX_CONFIG}"
+ econf ${myconf} || die "econf failed!"
+ emake || die "emake failed!"
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "failed to install"
+ rm "${D}"usr/share/doc/${PN}/COPYING "${D}"usr/share/doc/${PN}/INSTALL
+ mv "${D}"usr/share/doc/${PN} "${D}"usr/share/doc/${PF}
+
+ make_desktop_entry dvdstyler DVDStyler /usr/share/dvdstyler/rc/dvdstyler.png AudioVideo
+}
diff --git a/media-video/dvdstyler/files/digest-dvdstyler-1.5.1 b/media-video/dvdstyler/files/digest-dvdstyler-1.5.1
new file mode 100644
index 000000000000..18bb840c5b3b
--- /dev/null
+++ b/media-video/dvdstyler/files/digest-dvdstyler-1.5.1
@@ -0,0 +1,3 @@
+MD5 8b683353b4a9db18d56cb0ddcb78d35e DVDStyler-1.5.1.tar.gz 824171
+RMD160 9fe9821f4fdd44464148397968d042c2d54cb1e0 DVDStyler-1.5.1.tar.gz 824171
+SHA256 14347cc366f32452f7d345d7593ab3393dbdad599193c8177a96f630b2cf8817 DVDStyler-1.5.1.tar.gz 824171