diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-03-01 15:58:44 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-03-01 15:58:44 +0000 |
commit | de2da6d3a497e62a160d82e3252b320e7e7a5bb4 (patch) | |
tree | 82f784a8a47a178144c50a8bb8691414c4c2dc18 /media-video/dvdstyler | |
parent | Version bump wrt #445544 by Fabio Bonfante. Validate dvdstyler.desktop and ch... (diff) | |
download | gentoo-2-de2da6d3a497e62a160d82e3252b320e7e7a5bb4.tar.gz gentoo-2-de2da6d3a497e62a160d82e3252b320e7e7a5bb4.tar.bz2 gentoo-2-de2da6d3a497e62a160d82e3252b320e7e7a5bb4.zip |
old
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'media-video/dvdstyler')
-rw-r--r-- | media-video/dvdstyler/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/dvdstyler/dvdstyler-2.1.ebuild | 65 | ||||
-rw-r--r-- | media-video/dvdstyler/dvdstyler-2.3.4.ebuild | 62 |
3 files changed, 5 insertions, 128 deletions
diff --git a/media-video/dvdstyler/ChangeLog b/media-video/dvdstyler/ChangeLog index e53e5846c538..80ebb3f5fc6a 100644 --- a/media-video/dvdstyler/ChangeLog +++ b/media-video/dvdstyler/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/dvdstyler # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvdstyler/ChangeLog,v 1.56 2013/03/01 15:57:12 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdstyler/ChangeLog,v 1.57 2013/03/01 15:58:44 ssuominen Exp $ + + 01 Mar 2013; Samuli Suominen <ssuominen@gentoo.org> -dvdstyler-2.1.ebuild, + -dvdstyler-2.3.4.ebuild: + old *dvdstyler-2.4.1 (01 Mar 2013) diff --git a/media-video/dvdstyler/dvdstyler-2.1.ebuild b/media-video/dvdstyler/dvdstyler-2.1.ebuild deleted file mode 100644 index c3f2a01548f4..000000000000 --- a/media-video/dvdstyler/dvdstyler-2.1.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvdstyler/dvdstyler-2.1.ebuild,v 1.5 2012/12/11 16:45:35 axs Exp $ - -EAPI=4 - -MY_P=${P/dvds/DVDS} -WX_GTK_VER=2.8 - -inherit wxwidgets - -DESCRIPTION="A cross-platform free DVD authoring application" -HOMEPAGE="http://www.dvdstyler.org/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug gnome kernel_linux" - -COMMON_DEPEND=">=app-cdr/dvd+rw-tools-7.1 - >=media-libs/libexif-0.6.16 - >=media-libs/wxsvg-1.1.5 - >=media-video/dvdauthor-0.7.0 - >=media-video/xine-ui-0.99.1 - virtual/cdrtools - >=virtual/ffmpeg-0.6.90[encode] - virtual/jpeg - x11-libs/wxGTK:2.8[gstreamer,X] - gnome? ( >=gnome-base/libgnomeui-2 ) - kernel_linux? ( virtual/udev )" -RDEPEND="${COMMON_DEPEND} - >=app-cdr/dvdisaster-0.72.2" -DEPEND="${COMMON_DEPEND} - app-arch/zip - app-text/xmlto - virtual/pkgconfig - sys-devel/gettext" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - use gnome || sed -i -e '/PKG_CONFIG/s:libgnomeui-2.0:dIsAbLeAuToMaGiC&:' configure - - # rmdir: failed to remove `tempfoobar': Directory not empty - sed -i -e '/rmdir "$$t"/d' docs/Makefile.in || die - - sed -i -e 's:@LIBS@:& -ljpeg:' wxVillaLib/Makefile.in || die #367863 - - if has_version ">=media-video/ffmpeg-0.9"; then - sed -i -e '/^#i/s:vsink_buffer:buffersink:' src/mediatrc_ffmpeg.cpp || die #395793 - fi -} - -src_configure() { - econf \ - --docdir=/usr/share/doc/${PF} \ - $(use_enable debug) \ - --with-wx-config=${WX_CONFIG} -} - -src_install() { - default - rm -f "${ED}"usr/share/doc/${PF}/{COPYING*,INSTALL*} -} diff --git a/media-video/dvdstyler/dvdstyler-2.3.4.ebuild b/media-video/dvdstyler/dvdstyler-2.3.4.ebuild deleted file mode 100644 index 24337a01c8a4..000000000000 --- a/media-video/dvdstyler/dvdstyler-2.3.4.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvdstyler/dvdstyler-2.3.4.ebuild,v 1.2 2012/12/11 16:45:35 axs Exp $ - -EAPI=4 - -MY_P=${P/dvds/DVDS} -WX_GTK_VER=2.8 - -inherit wxwidgets - -DESCRIPTION="A cross-platform free DVD authoring application" -HOMEPAGE="http://www.dvdstyler.org/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug gnome kernel_linux" - -COMMON_DEPEND=">=app-cdr/dvd+rw-tools-7.1 - >=media-libs/libexif-0.6.16 - >=media-libs/wxsvg-1.1.9 - >=media-video/dvdauthor-0.7.0 - >=media-video/xine-ui-0.99.1 - virtual/cdrtools - >=virtual/ffmpeg-0.10[encode] - virtual/jpeg - >=x11-libs/wxGTK-2.8.7:2.8[gstreamer,X] - gnome? ( >=gnome-base/libgnomeui-2 ) - kernel_linux? ( virtual/udev )" -RDEPEND="${COMMON_DEPEND} - >=app-cdr/dvdisaster-0.72.2" -DEPEND="${COMMON_DEPEND} - virtual/yacc - app-arch/zip - app-text/xmlto - virtual/pkgconfig - sys-devel/gettext" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - use gnome || sed -i -e '/PKG_CONFIG/s:libgnomeui-2.0:dIsAbLeAuToMaGiC&:' configure - - # rmdir: failed to remove `tempfoobar': Directory not empty - sed -i -e '/rmdir "$$t"/d' docs/Makefile.in || die - - sed -i -e 's:@LIBS@:& -ljpeg:' wxVillaLib/Makefile.in || die #367863 -} - -src_configure() { - econf \ - --docdir=/usr/share/doc/${PF} \ - $(use_enable debug) \ - --with-wx-config=${WX_CONFIG} -} - -src_install() { - default - rm -f "${ED}"usr/share/doc/${PF}/{COPYING*,INSTALL*} -} |