diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-05-22 19:16:18 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-05-22 19:16:18 +0000 |
commit | cf935c1bada51c33d2a5cbb1705c221f6e539a6e (patch) | |
tree | 3a139d5652ad61e92c09c7db6120388405ab3f7e /media-video/avifile | |
parent | Version bumped (diff) | |
download | gentoo-2-cf935c1bada51c33d2a5cbb1705c221f6e539a6e.tar.gz gentoo-2-cf935c1bada51c33d2a5cbb1705c221f6e539a6e.tar.bz2 gentoo-2-cf935c1bada51c33d2a5cbb1705c221f6e539a6e.zip |
cleanup
Diffstat (limited to 'media-video/avifile')
-rw-r--r-- | media-video/avifile/Manifest | 2 | ||||
-rw-r--r-- | media-video/avifile/avifile-0.7.29.20030204.ebuild | 160 | ||||
-rw-r--r-- | media-video/avifile/files/digest-avifile-0.7.29.20030204 | 1 |
3 files changed, 0 insertions, 163 deletions
diff --git a/media-video/avifile/Manifest b/media-video/avifile/Manifest index e46035744e84..d0df6f3b7820 100644 --- a/media-video/avifile/Manifest +++ b/media-video/avifile/Manifest @@ -1,11 +1,9 @@ MD5 802e771b86dbc351d1848d6d34b86b8d ChangeLog 8849 MD5 57d49dcece64d038049874257f89f20c avifile-0.7.15.20020816-r1.ebuild 2226 MD5 966e015cb69db62b3cbc70b58133896c avifile-0.7.37.20030522.ebuild 4174 -MD5 6ced5e3f190d3b31cb9e15f9214c7553 avifile-0.7.29.20030204.ebuild 4100 MD5 232af89cb62a54d98be0b94837100253 avifile-0.7.32.20030219.ebuild 4099 MD5 237a782f5bb313f0bab18346ddf5d6de avifile-0.7.34.20030319.ebuild 4178 MD5 c1a25bfd2234206e97e7b744c39c0d06 files/digest-avifile-0.7.37.20030522 73 MD5 f568371b0b1dd7cb7dfd933c551fddc9 files/digest-avifile-0.7.15.20020816-r1 73 MD5 081b0f05ada052539e0eb16ae2eb441d files/digest-avifile-0.7.34.20030319 73 -MD5 8f9263344e2823ef236a16dd9dd9683a files/digest-avifile-0.7.29.20030204 73 MD5 88eda2a3289907201d524c557bd8a753 files/digest-avifile-0.7.32.20030219 73 diff --git a/media-video/avifile/avifile-0.7.29.20030204.ebuild b/media-video/avifile/avifile-0.7.29.20030204.ebuild deleted file mode 100644 index 08fa7c7f7e76..000000000000 --- a/media-video/avifile/avifile-0.7.29.20030204.ebuild +++ /dev/null @@ -1,160 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/avifile/avifile-0.7.29.20030204.ebuild,v 1.12 2003/04/18 01:40:10 foser Exp $ - -IUSE="static truetype xv sdl dvd mmx sse 3dnow zlib oggvorbis X qt alsa -esd" - -MY_P="${P/.200/-200}" -MY_S="${PN}0.7-0.7.29" -S="${WORKDIR}/${MY_S}" - -DESCRIPTION="Library for AVI-Files" -SRC_URI="http://avifile.sourceforge.net/${MY_P}.tgz" -HOMEPAGE="http://avifile.sourceforge.net/" - -SLOT="0.7" -LICENSE="GPL-2" -KEYWORDS="x86 ~sparc" - -DEPEND=">=media-libs/jpeg-6b - x86? ( >=media-libs/divx4linux-20020418 - >=media-libs/win32codecs-0.90 ) - >=media-video/ffmpeg-0.4 - >=media-sound/mad-0.14 - >=media-libs/xvid-0.9.0 - >=media-sound/lame-3.90 - >=media-libs/audiofile-0.2.3 - truetype? ( >=media-libs/freetype-2.1 ) - xv? ( >=x11-base/xfree-4.2.1 ) - sdl? ( >=media-libs/libsdl-1.2.2 ) - dvd? ( >=media-libs/a52dec-0.7 ) - zlib? ( >=sys-libs/zlib-1.1.3 ) - oggvorbis? ( >=media-libs/libvorbis-1.0 ) - X? ( >=x11-base/xfree-4.2.0 virtual/xft ) - qt? ( >=x11-libs/qt-3.0.3 ) - alsa? ( >=media-libs/alsa-lib-0.9.0_rc2 ) - esd? ( >=media-sound/esound-0.2.28 )" - -src_compile() { - local myconf="--enable-oss" - local kdepre="" - - use static \ - && myconf="${myconf} --enable-static" \ - || myconf="${myconf} --disable-static" - - use freetype \ - && myconf="${myconf} --enable-freetype2" \ - || myconf="${myconf} --disable-freetype2" - - use xv \ - && myconf="${myconf} --enable-xv" \ - || myconf="${myconf} --disable-xv" - - if [ "$XINERAMA" = "NO" ]; then - myconf="${myconf} --disable-xinerama" - fi - - if [ "$DPMS" = "NO" ]; then - myconf="${myconf} --disable-dpms" - fi - - use sdl \ - && myconf="${myconf} --enable-sdl" \ - || myconf="${myconf} --disable-sdl --disable-sdltest" - - if [ "$V4L" = "NO" ]; then - myconf="${myconf} --disable-v4l" - fi - - if [ "$SUN" = "NO" ]; then - myconf="${myconf} --disable-sunaudio" - fi - - use dvd \ - && myconf="${myconf} --enable-a52 --enable-ffmpeg-a52" \ - || myconf="${myconf} --disable-a52 --disable-ffmpeg-a52" - - if [ "$SBLIVE" = "NO" ]; then - myconf="${myconf} --disable-ac3passthrough" - fi - - if [ "$RUNTIME_LAME" = "YES" ]; then - myconf="${myconf} --enable-lame-bin" - fi - - if [ ! -z $DEBUGBUILD ]; then - myconf="${myconf} --enable-loader-out" - else - myconf="${myconf} --enable-quiet" - fi - - ( use mmx || use sse || use 3dnow ) && myconf="${myconf} --enable-x86opt" - - use zlib \ - && myconf="${myconf} --enable-libz" \ - || myconf="${myconf} --disable-libz" - - use oggvorbis \ - && myconf="${myconf} --enable-vorbis" \ - || myconf="${myconf} --disable-vorbis --disable-oggtest --disable-vorbistest" - - if [ "$MGA" = "NO" ]; then - myconf="${myconf} --disable-mga" - fi - - if [ "$DMALLOC" = "YES" ]; then - myconf="${myconf} --with-dmallocth" - fi - - use X \ - && myconf="${myconf} --with-x --enable-xft" \ - || myconf="${myconf} --without-x --disable-xft" - - use qt \ - && myconf="${myconf} --with-qt-dir=${QTDIR}" \ - || myconf="${myconf} --without-qt" - - # Rather not use custom ones here .. build should set as high as - # safe by itself. - unset CFLAGS CXXFLAGS LDFLAGS CC CXX - - # Make sure we include freetype2 headers before freetype1 headers, else Xft2 - # borks, bug #11941. - export C_INCLUDE_PATH="${C_INCLUDE_PATH}:/usr/include/freetype2" - export CPLUS_INCLUDE_PATH="${CPLUS_INCLUDE_PATH}:/usr/include/freetype2" - - # Fix qt detection - cp configure configure.orig - sed -e "s:extern \"C\" void exit(int);:/* extern \"C\" void exit(int); */:" \ - < configure.orig > configure - - econf \ - --enable-samples \ - --disable-vidix \ - --with-fpic \ - --with-gnu-ld \ - ${myconf} || die - emake || die -} - -src_install () { - dodir /usr/lib /usr/bin - use avi && dodir /usr/lib/win32 - - einstall || die - - cd ${S} - dodoc COPYING README - cd doc - dodoc CREDITS EXCEPTIONS FreeBSD LICENSING TODO - dodoc VIDEO-PERFORMANCE WARNINGS -} - -pkg_postinst() { - einfo "In order to use certain video modes, you must be root" - einfo "chmod +s /usr/bin/aviplay to suid root" - einfo "As this is considered a security risk on multiuser" - einfo "systems, this is not done by default" -} diff --git a/media-video/avifile/files/digest-avifile-0.7.29.20030204 b/media-video/avifile/files/digest-avifile-0.7.29.20030204 deleted file mode 100644 index 535a9dbe8217..000000000000 --- a/media-video/avifile/files/digest-avifile-0.7.29.20030204 +++ /dev/null @@ -1 +0,0 @@ -MD5 83e2c780428d719caf50547927e45acb avifile-0.7.29-20030204.tgz 2672791 |