diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-10-20 05:52:29 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-10-20 05:52:29 +0000 |
commit | 30ce4fa2ad2ce0a1d91747f4137d1368bfa6611a (patch) | |
tree | bb6fafdfa6553edd2823e7e262daefdf05e5dc28 | |
parent | mlt++ is gone (diff) | |
download | gentoo-2-30ce4fa2ad2ce0a1d91747f4137d1368bfa6611a.tar.gz gentoo-2-30ce4fa2ad2ce0a1d91747f4137d1368bfa6611a.tar.bz2 gentoo-2-30ce4fa2ad2ce0a1d91747f4137d1368bfa6611a.zip |
remove old
(Portage version: 2.2_rc46/cvs/Linux x86_64)
-rw-r--r-- | media-libs/mlt/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/mlt/files/mlt-0.2.3-nostrip.patch | 52 | ||||
-rw-r--r-- | media-libs/mlt/files/mlt-0.3.8-as-needed.patch | 80 | ||||
-rw-r--r-- | media-libs/mlt/files/mlt-0.4.2-nostrip.patch | 13 | ||||
-rw-r--r-- | media-libs/mlt/mlt-0.3.8-r1.ebuild | 121 | ||||
-rw-r--r-- | media-libs/mlt/mlt-0.4.2.ebuild | 121 |
6 files changed, 7 insertions, 388 deletions
diff --git a/media-libs/mlt/ChangeLog b/media-libs/mlt/ChangeLog index 22efaec9c7bf..33d3ce694cbb 100644 --- a/media-libs/mlt/ChangeLog +++ b/media-libs/mlt/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-libs/mlt # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mlt/ChangeLog,v 1.45 2009/07/05 23:10:50 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mlt/ChangeLog,v 1.46 2009/10/20 05:52:28 aballier Exp $ + + 20 Oct 2009; Alexis Ballier <aballier@gentoo.org> + -files/mlt-0.2.3-nostrip.patch, -mlt-0.3.8-r1.ebuild, + -files/mlt-0.3.8-as-needed.patch, -mlt-0.4.2.ebuild, + -files/mlt-0.4.2-nostrip.patch: + remove old 05 Jul 2009; Ben de Groot <yngwin@gentoo.org> mlt-0.4.4.ebuild: Fix Makefile if melt useflag disabled diff --git a/media-libs/mlt/files/mlt-0.2.3-nostrip.patch b/media-libs/mlt/files/mlt-0.2.3-nostrip.patch deleted file mode 100644 index 67bcd41396ab..000000000000 --- a/media-libs/mlt/files/mlt-0.2.3-nostrip.patch +++ /dev/null @@ -1,52 +0,0 @@ -Index: mlt-0.2.3/src/albino/Makefile -=================================================================== ---- mlt-0.2.3.orig/src/albino/Makefile -+++ mlt-0.2.3/src/albino/Makefile -@@ -26,7 +26,7 @@ clean: - - install: all - install -d "$(DESTDIR)$(bindir)" -- install -c -s -m 755 $(TARGET) "$(DESTDIR)$(bindir)" -+ install -c -m 755 $(TARGET) "$(DESTDIR)$(bindir)" - - ifneq ($(wildcard .depend),) - include .depend -Index: mlt-0.2.3/src/humperdink/Makefile -=================================================================== ---- mlt-0.2.3.orig/src/humperdink/Makefile -+++ mlt-0.2.3/src/humperdink/Makefile -@@ -28,7 +28,7 @@ clean: - - install: all - install -d "$(DESTDIR)$(bindir)" -- install -c -s -m 755 $(TARGET) "$(DESTDIR)$(bindir)" -+ install -c -m 755 $(TARGET) "$(DESTDIR)$(bindir)" - - ifneq ($(wildcard .depend),) - include .depend -Index: mlt-0.2.3/src/inigo/Makefile -=================================================================== ---- mlt-0.2.3.orig/src/inigo/Makefile -+++ mlt-0.2.3/src/inigo/Makefile -@@ -27,7 +27,7 @@ clean: - - install: all - install -d "$(DESTDIR)$(bindir)" -- install -c -s -m 755 $(TARGET) "$(DESTDIR)$(bindir)" -+ install -c -m 755 $(TARGET) "$(DESTDIR)$(bindir)" - - ifneq ($(wildcard .depend),) - include .depend -Index: mlt-0.2.3/src/miracle/Makefile -=================================================================== ---- mlt-0.2.3.orig/src/miracle/Makefile -+++ mlt-0.2.3/src/miracle/Makefile -@@ -54,7 +54,7 @@ clean: - - install: all - install -d "$(DESTDIR)$(bindir)" -- install -c -s -m 755 $(TARGET) "$(DESTDIR)$(bindir)" -+ install -c -m 755 $(TARGET) "$(DESTDIR)$(bindir)" - install -m 755 $(LIBTARGET) $(DESTDIR)$(libdir) - ln -sf $(LIBTARGET) $(DESTDIR)$(libdir)/$(LIBNAME) - mkdir -p "$(DESTDIR)$(prefix)/include/mlt/miracle" diff --git a/media-libs/mlt/files/mlt-0.3.8-as-needed.patch b/media-libs/mlt/files/mlt-0.3.8-as-needed.patch deleted file mode 100644 index 7d98dc104db1..000000000000 --- a/media-libs/mlt/files/mlt-0.3.8-as-needed.patch +++ /dev/null @@ -1,80 +0,0 @@ -diff -NrU5 mlt-0.3.8.orig/src/modules/core/Makefile mlt-0.3.8/src/modules/core/Makefile ---- mlt-0.3.8.orig/src/modules/core/Makefile 2009-04-22 12:56:59.000000000 +0200 -+++ mlt-0.3.8/src/modules/core/Makefile 2009-04-22 12:59:34.000000000 +0200 -@@ -31,11 +31,11 @@ - - ASM_OBJS = - - CFLAGS += -I../.. - --LDFLAGS+=-L../../framework -lmlt -+LDFLAGS+=-L../../framework -lmlt -lm - - SRCS := $(OBJS:.o=.c) - - all: $(TARGET) - -diff -NrU5 mlt-0.3.8.orig/src/modules/effectv/Makefile mlt-0.3.8/src/modules/effectv/Makefile ---- mlt-0.3.8.orig/src/modules/effectv/Makefile 2009-04-22 12:56:59.000000000 +0200 -+++ mlt-0.3.8/src/modules/effectv/Makefile 2009-04-22 12:59:23.000000000 +0200 -@@ -7,11 +7,11 @@ - image.o \ - utils.o - - CFLAGS += -I../.. - --LDFLAGS+=-L../../framework -lmlt -+LDFLAGS+=-L../../framework -lmlt -lm - - SRCS := $(OBJS:.o=.c) - - all: $(TARGET) - -diff -NrU5 mlt-0.3.8.orig/src/modules/motion_est/Makefile mlt-0.3.8/src/modules/motion_est/Makefile ---- mlt-0.3.8.orig/src/modules/motion_est/Makefile 2009-04-22 12:56:59.000000000 +0200 -+++ mlt-0.3.8/src/modules/motion_est/Makefile 2009-04-22 12:58:45.000000000 +0200 -@@ -10,11 +10,11 @@ - filter_vismv.o \ - producer_slowmotion.o - - CFLAGS += -I../.. - --LDFLAGS+=-L../../framework -lmlt -+LDFLAGS+=-L../../framework -lmlt -lm - - SRCS := $(OBJS:.o=.c) - - all: $(TARGET) - -diff -NrU5 mlt-0.3.8.orig/src/modules/normalize/Makefile mlt-0.3.8/src/modules/normalize/Makefile ---- mlt-0.3.8.orig/src/modules/normalize/Makefile 2009-04-22 12:56:59.000000000 +0200 -+++ mlt-0.3.8/src/modules/normalize/Makefile 2009-04-22 12:58:00.000000000 +0200 -@@ -5,11 +5,11 @@ - OBJS = factory.o \ - filter_volume.o - - CFLAGS += -I../.. - --LDFLAGS+=-L../../framework -lmlt -+LDFLAGS+=-L../../framework -lmlt -lm - - SRCS := $(OBJS:.o=.c) - - all: $(TARGET) - -diff -NrU5 mlt-0.3.8.orig/src/modules/plus/Makefile mlt-0.3.8/src/modules/plus/Makefile ---- mlt-0.3.8.orig/src/modules/plus/Makefile 2009-04-22 12:56:59.000000000 +0200 -+++ mlt-0.3.8/src/modules/plus/Makefile 2009-04-22 12:57:40.000000000 +0200 -@@ -9,11 +9,11 @@ - filter_sepia.o \ - transition_affine.o - - CFLAGS += -I../.. - --LDFLAGS+=-L../../framework -lmlt -+LDFLAGS+=-L../../framework -lmlt -lm - - SRCS := $(OBJS:.o=.c) - - all: $(TARGET) - diff --git a/media-libs/mlt/files/mlt-0.4.2-nostrip.patch b/media-libs/mlt/files/mlt-0.4.2-nostrip.patch deleted file mode 100644 index d7e90beab090..000000000000 --- a/media-libs/mlt/files/mlt-0.4.2-nostrip.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: mlt-0.4.2/src/melt/Makefile -=================================================================== ---- mlt-0.4.2.orig/src/melt/Makefile -+++ mlt-0.4.2/src/melt/Makefile -@@ -27,7 +27,7 @@ clean: - - install: all - install -d "$(DESTDIR)$(bindir)" -- install -c -s -m 755 $(TARGET) "$(DESTDIR)$(bindir)" -+ install -c -m 755 $(TARGET) "$(DESTDIR)$(bindir)" - - uninstall: - rm -f "$(DESTDIR)$(bindir)/$(TARGET)" diff --git a/media-libs/mlt/mlt-0.3.8-r1.ebuild b/media-libs/mlt/mlt-0.3.8-r1.ebuild deleted file mode 100644 index 3d10326a68ba..000000000000 --- a/media-libs/mlt/mlt-0.3.8-r1.ebuild +++ /dev/null @@ -1,121 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mlt/mlt-0.3.8-r1.ebuild,v 1.1 2009/04/22 11:08:39 loki_val Exp $ - -EAPI=1 - -inherit kde-functions eutils toolchain-funcs multilib - -DESCRIPTION="MLT is an open source multimedia framework, designed and developed -for television broadcasting" -HOMEPAGE="http://mlt.sourceforge.net/" -SRC_URI="mirror://sourceforge/mlt/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="dv compressed-lumas ffmpeg gtk jack kde libsamplerate mmx qt3 qt4 quicktime sdl sox sse vorbis xine xml" - -RDEPEND="ffmpeg? ( >=media-video/ffmpeg-0.4.9_p20080326 ) - dv? ( >=media-libs/libdv-0.104 ) - xml? ( >=dev-libs/libxml2-2.5 ) - vorbis? ( >=media-libs/libvorbis-1.1.2 ) - sdl? ( >=media-libs/libsdl-1.2.10 - >=media-libs/sdl-image-1.2.4 ) - libsamplerate? ( >=media-libs/libsamplerate-0.1.2 ) - jack? ( media-sound/jack-audio-connection-kit - media-libs/ladspa-sdk - >=dev-libs/libxml2-2.5 ) - gtk? ( >=x11-libs/gtk+-2 - x11-libs/pango ) - sox? ( media-sound/sox ) - quicktime? ( media-libs/libquicktime ) - xine? ( >=media-libs/xine-lib-1.1.2_pre20060328-r7 ) - qt3? ( x11-libs/qt:3 - kde? ( kde-base/kdelibs:3.5 ) ) - !qt3? ( qt4? ( x11-libs/qt-gui:4 ) )" - -DEPEND="${RDEPEND} - compressed-lumas? ( media-gfx/imagemagick )" - -pkg_setup() { - local fail="USE sox needs also USE libsamplerate enabled." - - if use sox && ! use libsamplerate; then - eerror "${fail}" - die "${fail}" - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/mlt-0.2.3-nostrip.patch - epatch "${FILESDIR}"/${PN}-0.3.6-qimage.patch - epatch "${FILESDIR}"/${PN}-0.3.8-as-needed.patch -} - -src_compile() { - tc-export CC - - local myconf=" --enable-gpl - --enable-motion-est - $(use_enable dv) - $(use_enable mmx) - $(use_enable sse) - $(use_enable gtk gtk2) - $(use_enable vorbis) - $(use_enable sdl) - $(use_enable jack jackrack) - $(use_enable sox) - $(use_enable ffmpeg avformat) - $(use_enable libsamplerate resample) - $(use_enable xml westley) - $(use_enable xine)" - - use ffmpeg && has_version ">=media-video/ffmpeg-0.4.9_p20070616-r20" && - myconf="${myconf} --avformat-swscale" - - (use quicktime && use dv) || myconf="${myconf} --disable-kino" - - use compressed-lumas && myconf="${myconf} --luma-compress" - - # Waiting for media-plugins/frei0r (bug 255321) - myconf="${myconf} --disable-frei0r" - - if use qt3; then - myconf="${myconf} --disable-kdenlive" - else - myconf="${myconf} $(use_enable kde kdenlive)" - fi - - if use qt3; then - myconf="${myconf} --qimage-libdir=$QTDIR/$(get_libdir) - --qimage-includedir=$QTDIR/include" - if use kde; then - # compile extra image formats using kde - set-kdedir 3.5 - myconf="${myconf} --kde-libdir=$KDEDIR/$(get_libdir) - --kde-includedir=$KDEDIR/include" - fi - elif use qt4; then - myconf="${myconf} --qimage-libdir=/usr/$(get_libdir)/qt4 - --qimage-includedir=/usr/include/qt4" - else - myconf="${myconf} --disable-qimage" - fi - - econf ${myconf} || die "econf failed" - sed -i -e s/^OPT/#OPT/ "${S}/config.mak" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - dodoc docs/*.txt ChangeLog README docs/TODO - - dodir /usr/share/${PN} - insinto /usr/share/${PN} - doins -r demo -} diff --git a/media-libs/mlt/mlt-0.4.2.ebuild b/media-libs/mlt/mlt-0.4.2.ebuild deleted file mode 100644 index 35f57ea9d741..000000000000 --- a/media-libs/mlt/mlt-0.4.2.ebuild +++ /dev/null @@ -1,121 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mlt/mlt-0.4.2.ebuild,v 1.2 2009/06/18 09:08:04 aballier Exp $ - -EAPI=1 - -inherit kde-functions eutils toolchain-funcs multilib - -DESCRIPTION="MLT is an open source multimedia framework, designed and developed -for television broadcasting" -HOMEPAGE="http://mlt.sourceforge.net/" -SRC_URI="mirror://sourceforge/mlt/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" -IUSE="dv compressed-lumas ffmpeg gtk jack kde libsamplerate mmx qt3 qt4 quicktime sdl sox sse vorbis xine xml" - -RDEPEND="ffmpeg? ( >=media-video/ffmpeg-0.4.9_p20080326 ) - dv? ( >=media-libs/libdv-0.104 ) - xml? ( >=dev-libs/libxml2-2.5 ) - vorbis? ( >=media-libs/libvorbis-1.1.2 ) - sdl? ( >=media-libs/libsdl-1.2.10 - >=media-libs/sdl-image-1.2.4 ) - libsamplerate? ( >=media-libs/libsamplerate-0.1.2 ) - jack? ( media-sound/jack-audio-connection-kit - media-libs/ladspa-sdk - >=dev-libs/libxml2-2.5 ) - gtk? ( >=x11-libs/gtk+-2 - x11-libs/pango ) - sox? ( media-sound/sox ) - quicktime? ( media-libs/libquicktime ) - xine? ( >=media-libs/xine-lib-1.1.2_pre20060328-r7 ) - qt3? ( x11-libs/qt:3 - kde? ( kde-base/kdelibs:3.5 ) ) - !qt3? ( qt4? ( x11-libs/qt-gui:4 ) ) - !media-libs/mlt++" - -DEPEND="${RDEPEND} - compressed-lumas? ( media-gfx/imagemagick )" - -pkg_setup() { - local fail="USE sox needs also USE libsamplerate enabled." - - if use sox && ! use libsamplerate; then - eerror "${fail}" - die "${fail}" - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/mlt-0.4.2-nostrip.patch - epatch "${FILESDIR}"/${PN}-0.3.6-qimage.patch -} - -src_compile() { - tc-export CC - - local myconf=" --enable-gpl - --enable-motion-est - $(use_enable dv) - $(use_enable mmx) - $(use_enable sse) - $(use_enable gtk gtk2) - $(use_enable vorbis) - $(use_enable sdl) - $(use_enable jack jackrack) - $(use_enable sox) - $(use_enable ffmpeg avformat) - $(use_enable libsamplerate resample) - $(use_enable xml westley) - $(use_enable xine)" - - use ffmpeg && has_version ">=media-video/ffmpeg-0.4.9_p20070616-r20" && - myconf="${myconf} --avformat-swscale" - - (use quicktime && use dv) || myconf="${myconf} --disable-kino" - - use compressed-lumas && myconf="${myconf} --luma-compress" - - # Waiting for media-plugins/frei0r (bug 255321) - myconf="${myconf} --disable-frei0r" - - if use qt3; then - myconf="${myconf} --disable-kdenlive" - else - myconf="${myconf} $(use_enable kde kdenlive)" - fi - - if use qt3; then - myconf="${myconf} --qimage-libdir=$QTDIR/$(get_libdir) - --qimage-includedir=$QTDIR/include" - if use kde; then - # compile extra image formats using kde - set-kdedir 3.5 - myconf="${myconf} --kde-libdir=$KDEDIR/$(get_libdir) - --kde-includedir=$KDEDIR/include" - fi - elif use qt4; then - myconf="${myconf} --qimage-libdir=/usr/$(get_libdir)/qt4 - --qimage-includedir=/usr/include/qt4" - else - myconf="${myconf} --disable-qimage" - fi - - econf ${myconf} || die "econf failed" - sed -i -e s/^OPT/#OPT/ "${S}/config.mak" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - dodoc docs/*.txt ChangeLog README docs/TODO - - dodir /usr/share/${PN} - insinto /usr/share/${PN} - doins -r demo -} |