diff options
author | Daniel Black <dragonheart@gentoo.org> | 2007-07-24 19:56:55 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2007-07-24 19:56:55 +0000 |
commit | cdb2ddcd8f0fb3488a8ad20851f98bb157646194 (patch) | |
tree | 4498e2481b2de1049d336aea6d731a854a9497e3 /media-video/dvdstyler | |
parent | New snapshot + no-ipv6 patch from Bernd Buschinski wrt bug #184709 (diff) | |
download | gentoo-2-cdb2ddcd8f0fb3488a8ad20851f98bb157646194.tar.gz gentoo-2-cdb2ddcd8f0fb3488a8ad20851f98bb157646194.tar.bz2 gentoo-2-cdb2ddcd8f0fb3488a8ad20851f98bb157646194.zip |
old version cleanout
(Portage version: 2.1.2.9)
Diffstat (limited to 'media-video/dvdstyler')
-rw-r--r-- | media-video/dvdstyler/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/dvdstyler/dvdstyler-1.4.ebuild | 51 | ||||
-rw-r--r-- | media-video/dvdstyler/dvdstyler-1.5.ebuild | 47 | ||||
-rw-r--r-- | media-video/dvdstyler/files/digest-dvdstyler-1.4 | 3 | ||||
-rw-r--r-- | media-video/dvdstyler/files/digest-dvdstyler-1.5 | 3 | ||||
-rw-r--r-- | media-video/dvdstyler/files/dvdstyler-1.4-gcc4.patch | 41 |
6 files changed, 6 insertions, 146 deletions
diff --git a/media-video/dvdstyler/ChangeLog b/media-video/dvdstyler/ChangeLog index e272a263d7c3..c14fc869cbbb 100644 --- a/media-video/dvdstyler/ChangeLog +++ b/media-video/dvdstyler/ChangeLog @@ -1,6 +1,11 @@ # 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.26 2007/07/24 17:17:18 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdstyler/ChangeLog,v 1.27 2007/07/24 19:56:55 dragonheart Exp $ + + 24 Jul 2007; Daniel Black <dragonheart@gentoo.org> + -files/dvdstyler-1.4-gcc4.patch, -dvdstyler-1.4.ebuild, + -dvdstyler-1.5.ebuild: + old version cleanout 24 Jul 2007; Christian Faulhammer <opfer@gentoo.org> dvdstyler-1.5-r1.ebuild: diff --git a/media-video/dvdstyler/dvdstyler-1.4.ebuild b/media-video/dvdstyler/dvdstyler-1.4.ebuild deleted file mode 100644 index ea6387506ec5..000000000000 --- a/media-video/dvdstyler/dvdstyler-1.4.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# 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.4.ebuild,v 1.5 2007/06/10 07:09:25 dragonheart Exp $ - -inherit eutils - -MY_P=DVDStyler-${PV} - -DESCRIPTION="DVD filesystem Builder" -HOMEPAGE="http://dvdstyler.sourceforge.net" -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 - dev-libs/expat - dev-libs/glib - media-libs/tiff - media-libs/libpng - media-libs/jpeg - media-libs/netpbm - >=media-video/dvdauthor-0.6.10 - media-video/mpgtx - >=media-video/mjpegtools-1.6.2 - sys-libs/zlib - x11-libs/gtk+ - =x11-libs/wxGTK-2.4* - virtual/cdrtools - virtual/libc - gnome? ( >=gnome-base/libgnomeui-2.0 )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -S=${WORKDIR}/${MY_P} - -src_unpack() -{ - unpack ${A} - epatch "${FILESDIR}"/${P}-gcc4.patch -} - -src_install() { - make 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 dvdstyler.png Application -} diff --git a/media-video/dvdstyler/dvdstyler-1.5.ebuild b/media-video/dvdstyler/dvdstyler-1.5.ebuild deleted file mode 100644 index 2fd01e443ff1..000000000000 --- a/media-video/dvdstyler/dvdstyler-1.5.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# 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.ebuild,v 1.1 2007/06/10 07:09:25 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/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 - 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 dvdstyler.png Application -} diff --git a/media-video/dvdstyler/files/digest-dvdstyler-1.4 b/media-video/dvdstyler/files/digest-dvdstyler-1.4 deleted file mode 100644 index 7027daafed21..000000000000 --- a/media-video/dvdstyler/files/digest-dvdstyler-1.4 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 2e8ee561c56cf968516bc3e7cf20e96f DVDStyler-1.4.tar.gz 716474 -RMD160 4a8de67603b522c01622b3f923a6ee681b477b80 DVDStyler-1.4.tar.gz 716474 -SHA256 a1d53faeb582fd2b79ce2dc74aecc3ffa1aa25823cfd375bf43ea2c80765c67a DVDStyler-1.4.tar.gz 716474 diff --git a/media-video/dvdstyler/files/digest-dvdstyler-1.5 b/media-video/dvdstyler/files/digest-dvdstyler-1.5 deleted file mode 100644 index e8f7350d3426..000000000000 --- a/media-video/dvdstyler/files/digest-dvdstyler-1.5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 3ad1203b403acb40af7c63968f4d4278 DVDStyler-1.5.tar.gz 813069 -RMD160 1dc77a2aafdee884b20d1be0b259091c8b3028a0 DVDStyler-1.5.tar.gz 813069 -SHA256 76271ed542951a06c69e10ca7d9567608949f8d166fe5c82a59d59dbf4d741f3 DVDStyler-1.5.tar.gz 813069 diff --git a/media-video/dvdstyler/files/dvdstyler-1.4-gcc4.patch b/media-video/dvdstyler/files/dvdstyler-1.4-gcc4.patch deleted file mode 100644 index c884361220d8..000000000000 --- a/media-video/dvdstyler/files/dvdstyler-1.4-gcc4.patch +++ /dev/null @@ -1,41 +0,0 @@ -diff -Naur DVDStyler-1.4.org/src/ButtonPropDlg.cpp DVDStyler-1.4/src/ButtonPropDlg.cpp ---- DVDStyler-1.4.org/src/ButtonPropDlg.cpp 2005-05-17 13:41:34.000000000 +0200 -+++ DVDStyler-1.4/src/ButtonPropDlg.cpp 2005-06-06 18:25:29.000000000 +0200 -@@ -7,6 +7,8 @@ - // Copyright: (c) Alex Thuering - // Licence: GPL - ///////////////////////////////////////////////////////////////////////////// -+ -+#include <stdint.h> - - #include "ButtonPropDlg.h" - #include <wx/statline.h> -@@ -115,14 +117,14 @@ - int ButtonPropDlg::GetTsi() - { - if (m_titlesetChoice->GetSelection() >= 0) -- return ((int) m_titlesetChoice->GetClientData(m_titlesetChoice->GetSelection()))-1; -+ return ((intptr_t) m_titlesetChoice->GetClientData(m_titlesetChoice->GetSelection()))-1; - return 0; - } - - int ButtonPropDlg::GetPgci() - { - if (m_targetChoice->GetSelection() >= 0) -- return (int) m_targetChoice->GetClientData(m_targetChoice->GetSelection()); -+ return (intptr_t) m_targetChoice->GetClientData(m_targetChoice->GetSelection()); - return 0; - } - -@@ -296,9 +298,9 @@ - return false; - } - int n = 1; -- int tsi = ((int)GetClientData(n++))-1; -+ int tsi = ((intptr_t)GetClientData(n++))-1; - m_object->SetActionTsi(tsi != m_tsi ? tsi : -2); -- m_object->SetActionPgci((int)GetClientData(n++)); -+ m_object->SetActionPgci((intptr_t)GetClientData(n++)); - m_object->SetActionChapter(GetInt(n++)); - if (GetBool(n++)) - m_object->SetCustomAction(GetString(n)); |