diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-10-22 04:38:05 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-10-22 04:38:05 +0000 |
commit | abd1e7ae62da6666e2f1e918aa798d63601751d7 (patch) | |
tree | ee26df50a4e6e79fc9be99af733199b90082fac5 /media-video/transcode | |
parent | vlc checks if the compiler supports fomit-frame-pointer, no need for the old ... (diff) | |
download | gentoo-2-abd1e7ae62da6666e2f1e918aa798d63601751d7.tar.gz gentoo-2-abd1e7ae62da6666e2f1e918aa798d63601751d7.tar.bz2 gentoo-2-abd1e7ae62da6666e2f1e918aa798d63601751d7.zip |
remove unused versions
(Portage version: 2.2_rc12/cvs/Linux 2.6.27.2 x86_64)
Diffstat (limited to 'media-video/transcode')
-rw-r--r-- | media-video/transcode/ChangeLog | 9 | ||||
-rw-r--r-- | media-video/transcode/files/transcode-1.1.0_alpha7-new-ffmpeg-headers.patch | 131 | ||||
-rw-r--r-- | media-video/transcode/transcode-1.0.4-r2.ebuild | 125 | ||||
-rw-r--r-- | media-video/transcode/transcode-1.0.4-r3.ebuild | 133 | ||||
-rw-r--r-- | media-video/transcode/transcode-1.0.4.ebuild | 127 | ||||
-rw-r--r-- | media-video/transcode/transcode-1.0.6.ebuild | 133 | ||||
-rw-r--r-- | media-video/transcode/transcode-1.1.0_alpha7-r1.ebuild | 133 | ||||
-rw-r--r-- | media-video/transcode/transcode-1.1.0_alpha7.ebuild | 126 |
8 files changed, 8 insertions, 909 deletions
diff --git a/media-video/transcode/ChangeLog b/media-video/transcode/ChangeLog index 2c371ca36f3a..aa3a174f9b92 100644 --- a/media-video/transcode/ChangeLog +++ b/media-video/transcode/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-video/transcode # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/ChangeLog,v 1.231 2008/09/25 22:29:05 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/ChangeLog,v 1.232 2008/10/22 04:38:05 aballier Exp $ + + 22 Oct 2008; Alexis Ballier <aballier@gentoo.org> + -files/transcode-1.1.0_alpha7-new-ffmpeg-headers.patch, + -transcode-1.0.4.ebuild, -transcode-1.0.4-r2.ebuild, + -transcode-1.0.4-r3.ebuild, -transcode-1.0.6.ebuild, + -transcode-1.1.0_alpha7.ebuild, -transcode-1.1.0_alpha7-r1.ebuild: + remove unused versions *transcode-1.1.0_rc1 (25 Sep 2008) diff --git a/media-video/transcode/files/transcode-1.1.0_alpha7-new-ffmpeg-headers.patch b/media-video/transcode/files/transcode-1.1.0_alpha7-new-ffmpeg-headers.patch deleted file mode 100644 index 5dd98f64f048..000000000000 --- a/media-video/transcode/files/transcode-1.1.0_alpha7-new-ffmpeg-headers.patch +++ /dev/null @@ -1,131 +0,0 @@ -diff -burN transcode-1.1.0alpha7.orig/configure.in transcode-1.1.0alpha7/configure.in ---- transcode-1.1.0alpha7.orig/configure.in 2008-01-27 16:22:30.000000000 +0100 -+++ transcode-1.1.0alpha7/configure.in 2008-04-14 02:09:54.000000000 +0200 -@@ -598,14 +598,14 @@ - esac], - [enable_libavcodec_static=no]) - LIBAVCODEC_EXTRA_LIBS="$LIBAVCODEC_EXTRA_LIBS $($PKG_CONFIG --libs libavcodec)" --TC_PKG_CHECK(libavcodec, required, LIBAVCODEC, no, [ffmpeg/avcodec.h], -+TC_PKG_CHECK(libavcodec, required, LIBAVCODEC, no, [libavcodec/avcodec.h], - avcodec, avcodec_thread_init, libavcodec, [http://www.ffmpeg.org/]) - if test x"$have_libavcodec" = x"yes" ; then - save_CPPFLAGS="$CPPFLAGS" - CPPFLAGS="$CPPFLAGS $LIBAVCODEC_CFLAGS" - AC_RUN_IFELSE([AC_LANG_SOURCE([[ - #include <stdio.h> --#include <ffmpeg/avcodec.h> -+#include <libavcodec/avcodec.h> - int - main() - { -@@ -625,8 +625,8 @@ - [LIBAVCODEC_VERSION="`./conftest$ac_exeext | sed -ne 's,VER=\(.*\),\1,p'`" - LIBAVCODEC_BUILD="`./conftest$ac_exeext | sed -ne 's,BUILD=\(.*\),\1,p'`"], - [AC_MSG_RESULT([failed]) -- TC_PKG_ERROR(libavcodec, ffmpeg/avcodec.h, required, FFmpeg, [http://www.ffmpeg.org], -- [cannot compile ffmpeg/avcodec.h])], -+ TC_PKG_ERROR(libavcodec, libavcodec/avcodec.h, required, FFmpeg, [http://www.ffmpeg.org], -+ [cannot compile libavcodec/avcodec.h])], - [AC_MSG_RESULT([cross compiling; assumed OK...]) - LIBAVCODEC_VERSION="" - LIBAVCODEC_BUILD=""]) -@@ -637,7 +637,7 @@ - save_LIBS="$LIBS" - dnl $_w_libavcodec_l comes from TC_PKG_CHECK() - LIBS="$LIBS $w_libavcodec_l${deflib}/libavcodec.a $LIBAVCODEC_EXTRA_LIBS" -- AC_LINK_IFELSE([AC_LANG_PROGRAM([#include <ffmpeg/avcodec.h>],[[ -+ AC_LINK_IFELSE([AC_LANG_PROGRAM([#include <libavcodec/avcodec.h>],[[ - AVCodecContext *ctx = (void *)0; - avcodec_thread_init(ctx, 0); - ]])], -@@ -665,15 +665,15 @@ - esac], - [enable_libavformat_static=no]) - LIBAVFORMAT_EXTRA_LIBS="$LIBAVFORMAT_EXTRA_LIBS $($PKG_CONFIG --libs libavformat)" --TC_PKG_CHECK(libavformat, required, LIBAVFORMAT, no, [ffmpeg/avformat.h], -+TC_PKG_CHECK(libavformat, required, LIBAVFORMAT, no, [libavformat/avformat.h], - avformat, av_register_all, libavformat, [http://www.ffmpeg.org/]) - if test x"$have_libavformat" = x"yes" ; then - save_CPPFLAGS="$CPPFLAGS" - CPPFLAGS="$CPPFLAGS $LIBAVFORMAT_CFLAGS" - AC_RUN_IFELSE([AC_LANG_SOURCE([[ - #include <stdio.h> --#include <ffmpeg/avformat.h> --#include <ffmpeg/avcodec.h> -+#include <libavformat/avformat.h> -+#include <libavcodec/avcodec.h> - int - main() - { -@@ -693,8 +693,8 @@ - [LIBAVFORMAT_VERSION="`./conftest$ac_exeext | sed -ne 's,VER=\(.*\),\1,p'`" - LIBAVFORMAT_BUILD="`./conftest$ac_exeext | sed -ne 's,BUILD=\(.*\),\1,p'`"], - [AC_MSG_RESULT([failed]) -- TC_PKG_ERROR(libavformat, ffmpeg/avformat.h, required, FFmpeg, [http://www.ffmpeg.org], -- [cannot compile ffmpeg/avformat.h])], -+ TC_PKG_ERROR(libavformat, libavformat/avformat.h, required, FFmpeg, [http://www.ffmpeg.org], -+ [cannot compile libavformat/avformat.h])], - [AC_MSG_RESULT([cross compiling; assumed OK...]) - LIBAVCODEC_VERSION="" - LIBAVCODEC_BUILD=""]) -@@ -705,7 +705,7 @@ - save_LIBS="$LIBS" - dnl $_w_libavcodec_l comes from TC_PKG_CHECK() - LIBS="$LIBS $w_libavcodec_l${deflib}/libavcodec.a $w_libavformat_l${deflib}/libavformat.a $LIBAVFORMAT_EXTRA_LIBS" -- AC_LINK_IFELSE([AC_LANG_PROGRAM([#include <ffmpeg/avcodec.h>],[[ -+ AC_LINK_IFELSE([AC_LANG_PROGRAM([#include <libavcodec/avcodec.h>],[[ - av_register_all(); - ]])], - [LIBAVFORMAT_LIBS="$LIBS $w_libavcodec_l${deflib}/libavcodec.a $w_libavformat_l${deflib}/libavformat.a $LIBAVFORMAT_EXTRA_LIBS"], -diff -burN transcode-1.1.0alpha7.orig/export/ffmpeg_cfg.h transcode-1.1.0alpha7/export/ffmpeg_cfg.h ---- transcode-1.1.0alpha7.orig/export/ffmpeg_cfg.h 2006-04-17 17:48:43.000000000 +0200 -+++ transcode-1.1.0alpha7/export/ffmpeg_cfg.h 2008-04-14 02:10:29.000000000 +0200 -@@ -2,7 +2,7 @@ - #define __FFMPEG_CFG_H - - #include "libtc/cfgfile.h" --#include <ffmpeg/avcodec.h> -+#include <libavcodec/avcodec.h> - - //char *lavc_param_vcodec = "mpeg4"; - //extern int lavc_param_vbitrate; -diff -burN transcode-1.1.0alpha7.orig/filter/filter_resample.c transcode-1.1.0alpha7/filter/filter_resample.c ---- transcode-1.1.0alpha7.orig/filter/filter_resample.c 2007-06-06 22:37:16.000000000 +0200 -+++ transcode-1.1.0alpha7/filter/filter_resample.c 2008-04-14 02:12:20.000000000 +0200 -@@ -37,7 +37,7 @@ - #include "libtc/optstr.h" - #include "libtc/tcmodule-plugin.h" - --#include <ffmpeg/avcodec.h> -+#include <libavcodec/avcodec.h> - - typedef struct - { -diff -burN transcode-1.1.0alpha7.orig/libtc/tcavcodec.h transcode-1.1.0alpha7/libtc/tcavcodec.h ---- transcode-1.1.0alpha7.orig/libtc/tcavcodec.h 2007-08-08 19:53:33.000000000 +0200 -+++ transcode-1.1.0alpha7/libtc/tcavcodec.h 2008-04-14 02:13:42.000000000 +0200 -@@ -27,9 +27,9 @@ - #include "config.h" - #endif - --#include <ffmpeg/avformat.h> --#include <ffmpeg/avcodec.h> --#include <ffmpeg/avutil.h> -+#include <libavformat/avformat.h> -+#include <libavcodec/avcodec.h> -+#include <libavutil/avutil.h> - - /*************************************************************************/ - -diff -burN transcode-1.1.0alpha7.orig/configure.in transcode-1.1.0alpha7/configure.in ---- transcode-1.1.0alpha7.orig/configure.in 2008-04-14 02:27:10.000000000 +0200 -+++ transcode-1.1.0alpha7/configure.in 2008-04-14 02:32:52.000000000 +0200 -@@ -822,7 +822,7 @@ - dnl libpostproc - dnl - LIBPOSTPROC_EXTRA_LIBS="$LIBPOSTPROC_EXTRA_LIBS $($PKG_CONFIG --libs libpostproc)" --TC_PKG_CHECK(libpostproc, no, LIBPOSTPROC, no, [postproc/postprocess.h], -+TC_PKG_CHECK(libpostproc, no, LIBPOSTPROC, no, [libpostproc/postprocess.h], - postproc, pp_postprocess, libpostproc, [http://www.ffmpeg.org/]) - TC_PKG_HAVE(libpostproc, LIBPOSTPROC) - diff --git a/media-video/transcode/transcode-1.0.4-r2.ebuild b/media-video/transcode/transcode-1.0.4-r2.ebuild deleted file mode 100644 index 3f030fe5927a..000000000000 --- a/media-video/transcode/transcode-1.0.4-r2.ebuild +++ /dev/null @@ -1,125 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-1.0.4-r2.ebuild,v 1.5 2008/07/16 17:08:15 beandog Exp $ - -WANT_AUTOMAKE="1.8" - -inherit libtool flag-o-matic eutils multilib autotools - -MY_P=${P/_/} - -DESCRIPTION="Utilities for transcoding video, audio and container formats." -HOMEPAGE="http://www.transcoding.org/cgi-bin/transcode" -SRC_URI="http://fromani.exit1.org/${MY_P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc x86" -IUSE="X 3dnow a52 altivec dv dvdread extrafilters mp3 fame truetype iconv imagemagick jpeg lzo mjpeg mpeg mmx network ogg oss vorbis quicktime sdl sse sse2 theora v4l2 xvid xml" - -S="${WORKDIR}/${MY_P}" - -RDEPEND="a52? ( >=media-libs/a52dec-0.7.4 ) - dv? ( >=media-libs/libdv-0.99 ) - dvdread? ( >=media-libs/libdvdread-0.9.0 ) - xvid? ( >=media-libs/xvid-1.0.2 ) - mjpeg? ( >=media-video/mjpegtools-1.6.2-r3 ) - lzo? ( =dev-libs/lzo-1* ) - fame? ( >=media-libs/libfame-0.9.1 ) - imagemagick? ( >=media-gfx/imagemagick-5.5.6.0 ) - mpeg? ( media-libs/libmpeg3 ) - mp3? ( >=media-sound/lame-3.93 ) - sdl? ( media-libs/libsdl ) - quicktime? ( >=media-libs/libquicktime-0.9.8 ) - vorbis? ( media-libs/libvorbis ) - ogg? ( media-libs/libogg ) - theora? ( media-libs/libtheora ) - jpeg? ( media-libs/jpeg ) - truetype? ( >=media-libs/freetype-2 ) - <media-video/ffmpeg-0.4.9_p20080326 - || ( sys-libs/glibc dev-libs/libiconv ) - >=media-libs/libmpeg2-0.4.0b - xml? ( dev-libs/libxml2 ) - X? ( x11-libs/libXaw - x11-libs/libXv )" - -DEPEND="${RDEPEND} - dev-util/pkgconfig - v4l2? ( >=sys-kernel/linux-headers-2.6.11 )" -# Make sure the assembler USE flags are unmasked on amd64 -# Remove this once default-linux/amd64/2006.1 is deprecated -DEPEND="${DEPEND} amd64? ( >=sys-apps/portage-2.1.2 )" - -src_unpack() { - unpack ${A} - cd "${S}" - - sed -i -e "s:\$(datadir)/doc/transcode:\$(datadir)/doc/${PF}:" \ - "${S}"/Makefile.am "${S}"/docs/Makefile.am "${S}"/docs/html/Makefile.am \ - "${S}"/docs/release-notes/Makefile.am - - eautoreconf -} - -src_compile() { - - strip-flags - - if use ppc || use ppc64 ; then - append-flags -U__ALTIVEC__ - fi - - append-flags -DDCT_YUV_PRECISION=1 - - use xvid && myconf="${myconf} --with-default-xvid=xvid4" - # Follow upstreams suggestion about a52, libac3 is deprecated - use a52 && myconf="${myconf} --enable-a52 --enable-a52-default-decoder" - myconf="${myconf} \ - $(use_enable mmx) \ - $(use_enable sse) \ - $(use_enable sse2) \ - $(use_enable 3dnow) \ - $(use_enable altivec) \ - $(use_enable network netstream) \ - $(use_enable truetype freetype2) \ - $(use_enable v4l2 v4l) \ - $(use_enable mp3 lame) \ - $(use_enable ogg) \ - $(use_enable oss) \ - $(use_enable vorbis) \ - $(use_enable theora) \ - $(use_enable dvdread libdvdread) \ - $(use_enable dv libdv) \ - $(use_enable quicktime libquicktime) \ - $(use_enable lzo) \ - $(use_enable iconv) \ - $(use_enable mpeg libmpeg3) \ - $(use_enable xml libxml2) \ - $(use_enable mjpeg mjpegtools) \ - $(use_enable sdl) \ - $(use_enable fame libfame) \ - $(use_enable imagemagick) \ - $(use_enable jpeg libjpeg) \ - $(use_with X x) \ - --with-mod-path=/usr/$(get_libdir)/transcode \ - --with-libpostproc-prefix=/usr/$(get_libdir) \ - --disable-avifile \ - --disable-xio" - econf ${myconf} || die "econf died" - - emake all || die "emake failed" -} - -src_install () { - emake DESTDIR="${D}" install || die "emake install died" - - #do not install the filters that make dvdrip hang unless we ask for them - if ! use extrafilters ; then - rm "${D}"/usr/$(get_libdir)/transcode/filter_logo.* - rm "${D}"/usr/$(get_libdir)/transcode/filter_compare.* - fi - - dodoc AUTHORS ChangeLog README TODO README-1.0.1 - dodoc docs/*.txt docs/README.* docs/OPTIMIZERS docs/faq - dohtml docs/html/* - doman docs/man/*.1 -} diff --git a/media-video/transcode/transcode-1.0.4-r3.ebuild b/media-video/transcode/transcode-1.0.4-r3.ebuild deleted file mode 100644 index 62e4911fb6b6..000000000000 --- a/media-video/transcode/transcode-1.0.4-r3.ebuild +++ /dev/null @@ -1,133 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-1.0.4-r3.ebuild,v 1.6 2008/07/16 17:08:15 beandog Exp $ - -WANT_AUTOMAKE="1.8" - -inherit libtool flag-o-matic eutils multilib autotools - -MY_P=${P/_/} - -DESCRIPTION="Utilities for transcoding video, audio and container formats." -HOMEPAGE="http://www.transcoding.org/cgi-bin/transcode" -SRC_URI="http://fromani.exit1.org/${MY_P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ppc ~ppc64 sparc x86" -IUSE="X 3dnow a52 altivec dv dvdread extrafilters mp3 fame truetype iconv imagemagick jpeg lzo mjpeg mpeg mmx network ogg oss vorbis quicktime sdl sse sse2 theora v4l2 xvid xml" - -S="${WORKDIR}/${MY_P}" - -RDEPEND="a52? ( >=media-libs/a52dec-0.7.4 ) - dv? ( >=media-libs/libdv-0.99 ) - dvdread? ( >=media-libs/libdvdread-0.9.0 ) - xvid? ( >=media-libs/xvid-1.0.2 ) - mjpeg? ( >=media-video/mjpegtools-1.6.2-r3 ) - lzo? ( =dev-libs/lzo-1* ) - fame? ( >=media-libs/libfame-0.9.1 ) - imagemagick? ( >=media-gfx/imagemagick-6.4.0.6 ) - mpeg? ( media-libs/libmpeg3 ) - mp3? ( >=media-sound/lame-3.93 ) - sdl? ( media-libs/libsdl ) - quicktime? ( >=media-libs/libquicktime-0.9.8 ) - vorbis? ( media-libs/libvorbis ) - ogg? ( media-libs/libogg ) - theora? ( media-libs/libtheora ) - jpeg? ( media-libs/jpeg ) - truetype? ( >=media-libs/freetype-2 ) - <media-video/ffmpeg-0.4.9_p20080326 - || ( sys-libs/glibc dev-libs/libiconv ) - >=media-libs/libmpeg2-0.4.0b - xml? ( dev-libs/libxml2 ) - X? ( x11-libs/libXaw - x11-libs/libXv )" - -DEPEND="${RDEPEND} - dev-util/pkgconfig - v4l2? ( >=sys-kernel/linux-headers-2.6.11 )" -# Make sure the assembler USE flags are unmasked on amd64 -# Remove this once default-linux/amd64/2006.1 is deprecated -DEPEND="${DEPEND} amd64? ( >=sys-apps/portage-2.1.2 )" - -src_unpack() { - unpack ${A} - cd "${S}" - - sed -i -e "s:\$(datadir)/doc/transcode:\$(datadir)/doc/${PF}:" \ - "${S}"/Makefile.am "${S}"/docs/Makefile.am "${S}"/docs/html/Makefile.am \ - "${S}"/docs/release-notes/Makefile.am - - eautoreconf - sed -i -e "s:-lMagick:-lMagickCore:g" "${S}"/configure || die -} - -src_compile() { - - strip-flags - local myconf - - if use ppc || use ppc64 ; then - append-flags -U__ALTIVEC__ - fi - - append-flags -DDCT_YUV_PRECISION=1 - - if use imagemagick ; then - append-ldflags -lMagickWand - myconf="${myconf} --with-imagemagick-includes=/usr/include/ImageMagick \ - --with-imagemagick-libs=/usr/$(get_libdir)" - fi - - use xvid && myconf="${myconf} --with-default-xvid=xvid4" - # Follow upstreams suggestion about a52, libac3 is deprecated - use a52 && myconf="${myconf} --enable-a52 --enable-a52-default-decoder" - myconf="${myconf} \ - $(use_enable mmx) \ - $(use_enable sse) \ - $(use_enable sse2) \ - $(use_enable 3dnow) \ - $(use_enable altivec) \ - $(use_enable network netstream) \ - $(use_enable truetype freetype2) \ - $(use_enable v4l2 v4l) \ - $(use_enable mp3 lame) \ - $(use_enable ogg) \ - $(use_enable oss) \ - $(use_enable vorbis) \ - $(use_enable theora) \ - $(use_enable dvdread libdvdread) \ - $(use_enable dv libdv) \ - $(use_enable quicktime libquicktime) \ - $(use_enable lzo) \ - $(use_enable iconv) \ - $(use_enable mpeg libmpeg3) \ - $(use_enable xml libxml2) \ - $(use_enable mjpeg mjpegtools) \ - $(use_enable sdl) \ - $(use_enable fame libfame) \ - $(use_enable imagemagick) \ - $(use_enable jpeg libjpeg) \ - $(use_with X x) \ - --with-mod-path=/usr/$(get_libdir)/transcode \ - --with-libpostproc-prefix=/usr/$(get_libdir) \ - --disable-avifile \ - --disable-xio" - econf ${myconf} || die "econf died" - - emake all || die "emake failed" -} - -src_install () { - emake DESTDIR="${D}" install || die "emake install died" - - #do not install the filters that make dvdrip hang unless we ask for them - if ! use extrafilters ; then - rm "${D}"/usr/$(get_libdir)/transcode/filter_logo.* - rm "${D}"/usr/$(get_libdir)/transcode/filter_compare.* - fi - - dodoc AUTHORS ChangeLog README TODO README-1.0.1 - dodoc docs/*.txt docs/README.* docs/OPTIMIZERS docs/faq - dohtml docs/html/* - doman docs/man/*.1 -} diff --git a/media-video/transcode/transcode-1.0.4.ebuild b/media-video/transcode/transcode-1.0.4.ebuild deleted file mode 100644 index b23f11cfe106..000000000000 --- a/media-video/transcode/transcode-1.0.4.ebuild +++ /dev/null @@ -1,127 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-1.0.4.ebuild,v 1.9 2008/07/16 17:08:15 beandog Exp $ - -WANT_AUTOMAKE="1.8" - -inherit libtool flag-o-matic eutils multilib autotools - -MY_P=${P/_/} - -DESCRIPTION="Utilities for transcoding video, audio and container formats." -HOMEPAGE="http://www.transcoding.org/cgi-bin/transcode" -SRC_URI="http://fromani.exit1.org/${MY_P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" -IUSE="X 3dnow a52 altivec dv dvdread extrafilters mp3 fame truetype iconv -imagemagick jpeg lzo mjpeg mpeg mmx network ogg oss vorbis quicktime sdl sse sse2 theora v4l2 xvid xml" - -S="${WORKDIR}/${MY_P}" - -RDEPEND="a52? ( >=media-libs/a52dec-0.7.4 ) - dv? ( >=media-libs/libdv-0.99 ) - dvdread? ( >=media-libs/libdvdread-0.9.0 ) - xvid? ( >=media-libs/xvid-1.0.2 ) - mjpeg? ( >=media-video/mjpegtools-1.6.2-r3 ) - lzo? ( =dev-libs/lzo-1* ) - fame? ( >=media-libs/libfame-0.9.1 ) - imagemagick? ( >=media-gfx/imagemagick-5.5.6.0 ) - mpeg? ( media-libs/libmpeg3 ) - mp3? ( >=media-sound/lame-3.93 ) - sdl? ( media-libs/libsdl ) - quicktime? ( >=media-libs/libquicktime-0.9.8 ) - vorbis? ( media-libs/libvorbis ) - ogg? ( media-libs/libogg ) - theora? ( media-libs/libtheora ) - jpeg? ( media-libs/jpeg ) - truetype? ( >=media-libs/freetype-2 ) - <media-video/ffmpeg-0.4.9_p20080326 - || ( sys-libs/glibc dev-libs/libiconv ) - >=media-libs/libmpeg2-0.4.0b - xml? ( dev-libs/libxml2 ) - X? ( x11-libs/libXaw - x11-libs/libXv )" - -DEPEND="${RDEPEND} - dev-util/pkgconfig - v4l2? ( >=sys-kernel/linux-headers-2.6.11 )" -# Make sure the assembler USE flags are unmasked on amd64 -# Remove this once default-linux/amd64/2006.1 is deprecated -DEPEND="${DEPEND} amd64? ( >=sys-apps/portage-2.1.2 )" - -src_unpack() { - unpack ${A} - cd "${S}" - - sed -i -e "s:\$(datadir)/doc/transcode:\$(datadir)/doc/${PF}:" \ - "${S}"/Makefile.am "${S}"/docs/Makefile.am "${S}"/docs/html/Makefile.am \ - "${S}"/docs/release-notes/Makefile.am - - eautoreconf -} - -src_compile() { - filter-flags -maltivec -mabi=altivec -momit-leaf-frame-pointer - #145849 - use amd64 && filter-flags -fweb - - if use ppc || use ppc64 ; then - append-flags -U__ALTIVEC__ - fi - - append-flags -DDCT_YUV_PRECISION=1 - - use xvid && myconf="${myconf} --with-default-xvid=xvid4" - # Follow upstreams suggestion about a52, libac3 is deprecated - use a52 && myconf="${myconf} --enable-a52 --enable-a52-default-decoder" - myconf="${myconf} \ - $(use_enable mmx) \ - $(use_enable sse) \ - $(use_enable sse2) \ - $(use_enable 3dnow) \ - $(use_enable altivec) \ - $(use_enable network netstream) \ - $(use_enable truetype freetype2) \ - $(use_enable v4l2 v4l) \ - $(use_enable mp3 lame) \ - $(use_enable ogg) \ - $(use_enable oss) \ - $(use_enable vorbis) \ - $(use_enable theora) \ - $(use_enable dvdread libdvdread) \ - $(use_enable dv libdv) \ - $(use_enable quicktime libquicktime) \ - $(use_enable lzo) \ - $(use_enable iconv) \ - $(use_enable mpeg libmpeg3) \ - $(use_enable xml libxml2) \ - $(use_enable mjpeg mjpegtools) \ - $(use_enable sdl) \ - $(use_enable fame libfame) \ - $(use_enable imagemagick) \ - $(use_enable jpeg libjpeg) \ - $(use_with X x) \ - --with-mod-path=/usr/$(get_libdir)/transcode \ - --with-libpostproc-prefix=/usr/$(get_libdir) \ - --disable-avifile \ - --disable-xio" - econf ${myconf} || die "econf died" - - emake all || die "emake failed" -} - -src_install () { - emake DESTDIR="${D}" install || die "emake install died" - - #do not install the filters that make dvdrip hang unless we ask for them - if ! use extrafilters ; then - rm "${D}"/usr/$(get_libdir)/transcode/filter_logo.* - rm "${D}"/usr/$(get_libdir)/transcode/filter_compare.* - fi - - dodoc AUTHORS ChangeLog README TODO README-1.0.1 - dodoc docs/*.txt docs/README.* docs/OPTIMIZERS docs/faq - dohtml docs/html/* - doman docs/man/*.1 -} diff --git a/media-video/transcode/transcode-1.0.6.ebuild b/media-video/transcode/transcode-1.0.6.ebuild deleted file mode 100644 index bb16f426d899..000000000000 --- a/media-video/transcode/transcode-1.0.6.ebuild +++ /dev/null @@ -1,133 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-1.0.6.ebuild,v 1.1 2008/07/26 10:09:09 aballier Exp $ - -WANT_AUTOMAKE="1.8" - -inherit libtool flag-o-matic eutils multilib autotools - -MY_P="${P/_rc/rc}" -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="Utilities for transcoding video, audio and container formats." -HOMEPAGE="http://www.transcoding.org/cgi-bin/transcode" -SRC_URI="http://fromani.exit1.org/${MY_P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="X 3dnow a52 altivec dv dvdread extrafilters mp3 fame truetype iconv -imagemagick jpeg lzo mjpeg mpeg mmx network nuv ogg oss vorbis quicktime sdl sse sse2 theora v4l2 xvid xml" - -RDEPEND="a52? ( >=media-libs/a52dec-0.7.4 ) - dv? ( >=media-libs/libdv-0.99 ) - dvdread? ( >=media-libs/libdvdread-0.9.0 ) - xvid? ( >=media-libs/xvid-1.0.2 ) - mjpeg? ( >=media-video/mjpegtools-1.6.2-r3 ) - lzo? ( =dev-libs/lzo-2* ) - fame? ( >=media-libs/libfame-0.9.1 ) - imagemagick? ( >=media-gfx/imagemagick-6.4.0.6 ) - mpeg? ( media-libs/libmpeg3 ) - mp3? ( >=media-sound/lame-3.93 ) - sdl? ( media-libs/libsdl ) - quicktime? ( >=media-libs/libquicktime-0.9.8 ) - vorbis? ( media-libs/libvorbis ) - ogg? ( media-libs/libogg ) - nuv? ( =dev-libs/lzo-2* ) - theora? ( media-libs/libtheora ) - jpeg? ( media-libs/jpeg ) - truetype? ( >=media-libs/freetype-2 ) - >=media-video/ffmpeg-0.4.9_p20050226-r3 - || ( sys-libs/glibc dev-libs/libiconv ) - >=media-libs/libmpeg2-0.4.0b - xml? ( dev-libs/libxml2 ) - X? ( x11-libs/libXaw - x11-libs/libXv )" - -DEPEND="${RDEPEND} - dev-util/pkgconfig - v4l2? ( >=sys-kernel/linux-headers-2.6.11 )" - -pkg_setup() { - if use sdl && use X && ! built_with_use media-libs/libsdl X; then - eerror "media-libs/libsdl must be built with the X use flag." - die "fix use flags" - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - - sed -i -e "s:\$(datadir)/doc/transcode:\$(datadir)/doc/${PF}:" \ - "${S}"/Makefile.am "${S}"/docs/Makefile.am "${S}"/docs/html/Makefile.am \ - "${S}"/docs/release-notes/Makefile.am - - epatch "${FILESDIR}/${P}-imagemagick.patch" - eautoreconf -} - -src_compile() { - - strip-flags - local myconf - - if use ppc || use ppc64 ; then - append-flags -U__ALTIVEC__ - fi - - append-flags -DDCT_YUV_PRECISION=1 - - use xvid && myconf="${myconf} --with-default-xvid=xvid4" - # Follow upstreams suggestion about a52, libac3 is deprecated - use a52 && myconf="${myconf} --enable-a52 --enable-a52-default-decoder" - myconf="${myconf} \ - $(use_enable mmx) \ - $(use_enable sse) \ - $(use_enable sse2) \ - $(use_enable 3dnow) \ - $(use_enable altivec) \ - $(use_enable network netstream) \ - $(use_enable truetype freetype2) \ - $(use_enable v4l2 v4l) \ - $(use_enable mp3 lame) \ - $(use_enable nuv) \ - $(use_enable ogg) \ - $(use_enable oss) \ - $(use_enable vorbis) \ - $(use_enable theora) \ - $(use_enable dvdread libdvdread) \ - $(use_enable dv libdv) \ - $(use_enable quicktime libquicktime) \ - $(use_enable lzo) \ - $(use_enable iconv) \ - $(use_enable mpeg libmpeg3) \ - $(use_enable xml libxml2) \ - $(use_enable mjpeg mjpegtools) \ - $(use_enable sdl) \ - $(use_enable fame libfame) \ - $(use_enable imagemagick) \ - $(use_enable jpeg libjpeg) \ - $(use_with X x) \ - --with-mod-path=/usr/$(get_libdir)/transcode \ - --with-libpostproc-prefix=/usr/$(get_libdir) \ - --disable-avifile \ - --disable-xio" - econf ${myconf} || die "econf died" - - emake all || die "emake failed" -} - -src_install () { - emake DESTDIR="${D}" install || die "emake install died" - - #do not install the filters that make dvdrip hang unless we ask for them - if ! use extrafilters ; then - rm "${D}"/usr/$(get_libdir)/transcode/filter_logo.* - rm "${D}"/usr/$(get_libdir)/transcode/filter_compare.* - fi - - dodoc AUTHORS ChangeLog README TODO README-1.0.1 - dodoc docs/*.txt docs/README.* docs/OPTIMIZERS docs/faq - dohtml docs/html/* - doman docs/man/*.1 -} diff --git a/media-video/transcode/transcode-1.1.0_alpha7-r1.ebuild b/media-video/transcode/transcode-1.1.0_alpha7-r1.ebuild deleted file mode 100644 index 6536b2e19926..000000000000 --- a/media-video/transcode/transcode-1.1.0_alpha7-r1.ebuild +++ /dev/null @@ -1,133 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-1.1.0_alpha7-r1.ebuild,v 1.1 2008/05/15 20:44:20 beandog Exp $ - -WANT_AUTOCONF="2.5" -WANT_AUTOMAKE="1.10" - -inherit libtool flag-o-matic eutils multilib autotools - -MY_PV=${PV/_alpha/alpha} -MY_P=${PN}-${MY_PV} -S=${WORKDIR}/${MY_P} -DESCRIPTION="video stream processing tool" -HOMEPAGE="http://www.transcoding.org/cgi-bin/transcode" -SRC_URI="http://fromani.exit1.org/${MY_P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="X 3dnow a52 aac alsa altivec dv dvdread iconv imagemagick jpeg lzo mjpeg mp3 mmx nuv ogg oss postproc quicktime sdl sse sse2 theora truetype v4l2 vorbis x264 xvid xml" - -RDEPEND="a52? ( media-libs/a52dec ) - alsa? ( media-libs/alsa-lib ) - dv? ( media-libs/libdv ) - dvdread? ( media-libs/libdvdread ) - xvid? ( media-libs/xvid ) - mjpeg? ( media-video/mjpegtools ) - lzo? ( >=dev-libs/lzo-2 ) - imagemagick? ( media-gfx/imagemagick ) - mp3? ( media-sound/lame ) - sdl? ( media-libs/libsdl ) - quicktime? ( >=media-libs/libquicktime-0.9.3 ) - vorbis? ( media-libs/libvorbis ) - ogg? ( media-libs/libogg ) - theora? ( media-libs/libtheora ) - jpeg? ( media-libs/jpeg ) - truetype? ( >=media-libs/freetype-2 ) - >=media-video/ffmpeg-0.4.9_p20080326 - || ( sys-libs/glibc dev-libs/libiconv ) - media-libs/libmpeg2 - x264? ( media-libs/x264 ) - xml? ( dev-libs/libxml2 ) - X? ( x11-libs/libXpm - x11-libs/libXaw - x11-libs/libXv )" - -DEPEND="${RDEPEND} - dev-util/pkgconfig - v4l2? ( >=sys-kernel/linux-headers-2.6.11 )" -# Make sure the assembler USE flags are unmasked on amd64 -# Remove this once default-linux/amd64/2006.1 is deprecated -DEPEND="${DEPEND} amd64? ( >=sys-apps/portage-2.1.2 )" - -pkg_setup() { - if use X && ! built_with_use media-libs/libsdl X; then - eerror "media-libs/libsdl must be built with the X use flag." - die "fix use flags" - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - - dosed -i -e "s:\$(datadir)/doc/transcode:\$(datadir)/doc/${PF}:" \ - "${S}"/Makefile.am "${S}"/docs/Makefile.am "${S}"/docs/html/Makefile.am \ - "${S}"/docs/release-notes/Makefile.am - - # patch for new ffmpeg headers outlay, bug #214740 - epatch "${FILESDIR}"/${P}-new-ffmpeg-headers.patch - eautoreconf -} - -src_compile() { - filter-flags -maltivec -mabi=altivec -momit-leaf-frame-pointer - #145849 - use amd64 && filter-flags -fweb - - if use ppc || use ppc64 ; then - append-flags -U__ALTIVEC__ - fi - - append-flags -DDCT_YUV_PRECISION=1 - - use xvid && myconf="${myconf} --with-default-xvid=xvid4" - # NuppelVideo is supported only on x86 platform yet - # TODO: mask nuv useflag for all other arches - use x86 && myconf="${myconf} $(use_enable nuv)" - # TODO: these two need work - # $(use_enable postproc libpostproc) - compile error - # $(use_enable imagemagick) - can't find header - myconf="${myconf} \ - $(use_enable mmx) \ - $(use_enable 3dnow) \ - $(use_enable sse) \ - $(use_enable sse2) \ - $(use_enable altivec) \ - $(use_enable v4l2 v4l) \ - $(use_enable alsa) \ - $(use_enable oss) \ - $(use_enable truetype freetype2) \ - $(use_enable mp3 lame) \ - $(use_enable x264) \ - $(use_enable xvid) \ - $(use_enable ogg) \ - $(use_enable vorbis) \ - $(use_enable theora) \ - $(use_enable dvdread libdvdread) \ - $(use_enable dv libdv) \ - $(use_enable quicktime libquicktime) \ - $(use_enable lzo) \ - $(use_enable a52) \ - $(use_enable aac faac) \ - $(use_enable xml libxml2) \ - $(use_enable mjpeg mjpegtools) \ - $(use_enable sdl) \ - $(use_enable jpeg libjpeg) \ - $(use_enable iconv) \ - $(use_with X x) \ - --with-mod-path=/usr/$(get_libdir)/transcode \ - --with-libpostproc-libs=/usr/$(get_libdir)" - econf ${myconf} || die "econf failed" - - emake all || die "emake all failed" -} - -src_install () { - make DESTDIR="${D}" install || die "make install failed" - rm -fr "${D}/usr/share/doc/transcode" - - dodoc AUTHORS ChangeLog README TODO STYLE - dodoc docs/* - dohtml docs/html/* -} diff --git a/media-video/transcode/transcode-1.1.0_alpha7.ebuild b/media-video/transcode/transcode-1.1.0_alpha7.ebuild deleted file mode 100644 index e937e471a9de..000000000000 --- a/media-video/transcode/transcode-1.1.0_alpha7.ebuild +++ /dev/null @@ -1,126 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-1.1.0_alpha7.ebuild,v 1.1 2008/04/14 01:12:18 yngwin Exp $ - -WANT_AUTOCONF="2.5" -WANT_AUTOMAKE="1.10" - -inherit libtool flag-o-matic eutils multilib autotools - -MY_PV=${PV/_alpha/alpha} -MY_P=${PN}-${MY_PV} -S=${WORKDIR}/${MY_P} -DESCRIPTION="video stream processing tool" -HOMEPAGE="http://www.transcoding.org/cgi-bin/transcode" -SRC_URI="http://fromani.exit1.org/${MY_P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="X 3dnow a52 aac alsa altivec dv dvdread iconv imagemagick jpeg lzo mjpeg mp3 mmx nuv ogg oss postproc quicktime sdl sse sse2 theora truetype v4l2 vorbis x264 xvid xml" - -RDEPEND="a52? ( media-libs/a52dec ) - alsa? ( media-libs/alsa-lib ) - dv? ( media-libs/libdv ) - dvdread? ( media-libs/libdvdread ) - xvid? ( media-libs/xvid ) - mjpeg? ( media-video/mjpegtools ) - lzo? ( >=dev-libs/lzo-2 ) - imagemagick? ( media-gfx/imagemagick ) - mp3? ( media-sound/lame ) - sdl? ( media-libs/libsdl ) - quicktime? ( >=media-libs/libquicktime-0.9.3 ) - vorbis? ( media-libs/libvorbis ) - ogg? ( media-libs/libogg ) - theora? ( media-libs/libtheora ) - jpeg? ( media-libs/jpeg ) - truetype? ( >=media-libs/freetype-2 ) - >=media-video/ffmpeg-0.4.9_p20080326 - || ( sys-libs/glibc dev-libs/libiconv ) - media-libs/libmpeg2 - x264? ( media-libs/x264 ) - xml? ( dev-libs/libxml2 ) - X? ( x11-libs/libXpm - x11-libs/libXaw - x11-libs/libXv )" - -DEPEND="${RDEPEND} - dev-util/pkgconfig - v4l2? ( >=sys-kernel/linux-headers-2.6.11 )" -# Make sure the assembler USE flags are unmasked on amd64 -# Remove this once default-linux/amd64/2006.1 is deprecated -DEPEND="${DEPEND} amd64? ( >=sys-apps/portage-2.1.2 )" - -src_unpack() { - unpack ${A} - cd "${S}" - - dosed -i -e "s:\$(datadir)/doc/transcode:\$(datadir)/doc/${PF}:" \ - "${S}"/Makefile.am "${S}"/docs/Makefile.am "${S}"/docs/html/Makefile.am \ - "${S}"/docs/release-notes/Makefile.am - - # patch for new ffmpeg headers outlay, bug #214740 - epatch "${FILESDIR}"/${P}-new-ffmpeg-headers.patch - eautoreconf -} - -src_compile() { - filter-flags -maltivec -mabi=altivec -momit-leaf-frame-pointer - #145849 - use amd64 && filter-flags -fweb - - if use ppc || use ppc64 ; then - append-flags -U__ALTIVEC__ - fi - - append-flags -DDCT_YUV_PRECISION=1 - - use xvid && myconf="${myconf} --with-default-xvid=xvid4" - # NuppelVideo is supported only on x86 platform yet - # TODO: mask nuv useflag for all other arches - use x86 && myconf="${myconf} $(use_enable nuv)" - # TODO: these two need work - # $(use_enable postproc libpostproc) - compile error - # $(use_enable imagemagick) - can't find header - myconf="${myconf} \ - $(use_enable mmx) \ - $(use_enable 3dnow) \ - $(use_enable sse) \ - $(use_enable sse2) \ - $(use_enable altivec) \ - $(use_enable v4l2 v4l) \ - $(use_enable alsa) \ - $(use_enable oss) \ - $(use_enable truetype freetype2) \ - $(use_enable mp3 lame) \ - $(use_enable x264) \ - $(use_enable xvid) \ - $(use_enable ogg) \ - $(use_enable vorbis) \ - $(use_enable theora) \ - $(use_enable dvdread libdvdread) \ - $(use_enable dv libdv) \ - $(use_enable quicktime libquicktime) \ - $(use_enable lzo) \ - $(use_enable a52) \ - $(use_enable aac faac) \ - $(use_enable xml libxml2) \ - $(use_enable mjpeg mjpegtools) \ - $(use_enable sdl) \ - $(use_enable jpeg libjpeg) \ - $(use_enable iconv) \ - $(use_with X x) \ - --with-mod-path=/usr/$(get_libdir)/transcode \ - --with-libpostproc-libs=/usr/$(get_libdir)" - econf ${myconf} || die "econf failed" - - emake all || die "emake all failed" -} - -src_install () { - make DESTDIR="${D}" install || die "make install failed" - rm -fr "${D}/usr/share/doc/transcode" - - dodoc AUTHORS ChangeLog README TODO STYLE - dodoc docs/* - dohtml docs/html/* -} |