summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-06-21 14:13:12 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-06-21 14:13:12 +0000
commit7e0f526b9addb3a20e4bd5a022fc9c5588a4a6e5 (patch)
tree02698cf993fac0be339df2f99313f494e6df8443 /media-libs
parentadded aalib as an optional dependency (diff)
downloadgentoo-2-7e0f526b9addb3a20e4bd5a022fc9c5588a4a6e5.tar.gz
gentoo-2-7e0f526b9addb3a20e4bd5a022fc9c5588a4a6e5.tar.bz2
gentoo-2-7e0f526b9addb3a20e4bd5a022fc9c5588a4a6e5.zip
removed older ebuilds
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/xine-lib/files/digest-xine-lib-0.9.101
-rw-r--r--media-libs/xine-lib/files/digest-xine-lib-0.9.9-r11
-rw-r--r--media-libs/xine-lib/files/digest-xine-lib-0.9.9-r21
-rw-r--r--media-libs/xine-lib/xine-lib-0.9.10.ebuild76
-rw-r--r--media-libs/xine-lib/xine-lib-0.9.9-r1.ebuild76
-rw-r--r--media-libs/xine-lib/xine-lib-0.9.9-r2.ebuild91
6 files changed, 0 insertions, 246 deletions
diff --git a/media-libs/xine-lib/files/digest-xine-lib-0.9.10 b/media-libs/xine-lib/files/digest-xine-lib-0.9.10
deleted file mode 100644
index 69d20b605797..000000000000
--- a/media-libs/xine-lib/files/digest-xine-lib-0.9.10
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2f17619b58b2e6c84c1421ed36045983 xine-lib-0.9.10.tar.gz 2023140
diff --git a/media-libs/xine-lib/files/digest-xine-lib-0.9.9-r1 b/media-libs/xine-lib/files/digest-xine-lib-0.9.9-r1
deleted file mode 100644
index 0020fb7cc1b1..000000000000
--- a/media-libs/xine-lib/files/digest-xine-lib-0.9.9-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fd628882e9140311868f28da929fbd75 xine-lib-0.9.9.tar.gz 1986745
diff --git a/media-libs/xine-lib/files/digest-xine-lib-0.9.9-r2 b/media-libs/xine-lib/files/digest-xine-lib-0.9.9-r2
deleted file mode 100644
index 0020fb7cc1b1..000000000000
--- a/media-libs/xine-lib/files/digest-xine-lib-0.9.9-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fd628882e9140311868f28da929fbd75 xine-lib-0.9.9.tar.gz 1986745
diff --git a/media-libs/xine-lib/xine-lib-0.9.10.ebuild b/media-libs/xine-lib/xine-lib-0.9.10.ebuild
deleted file mode 100644
index e8110ceec47a..000000000000
--- a/media-libs/xine-lib/xine-lib-0.9.10.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# Author Martin Schlemmer <azarah@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-0.9.10.ebuild,v 1.1 2002/05/26 22:22:34 agenkin Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Xine is a free gpl-licensed video player for unix-like systems"
-SRC_URI="http://xine.sourceforge.net/files/xine-lib-${PV}.tar.gz"
-HOMEPAGE="http://xine.sourceforge.net/"
-
-DEPEND="X? ( virtual/x11 )
- avi? ( >=media-libs/win32codecs-0.50
- media-libs/divx4linux )
- esd? ( media-sound/esound )
- dvd? ( >=media-libs/libdvdcss-0.0.3.3
- >=media-libs/libdvdread-0.9.2 )
- arts? ( kde-base/kdelibs )
- alsa? ( media-libs/alsa-lib )
- aalib? ( media-libs/aalib )
- oggvorbis? ( media-libs/libvorbis )"
-
-RDEPEND="${DEPEND}
- nls? ( sys-devel/gettext )"
-
-SLOT="0"
-
-src_compile() {
-
- libtoolize --copy --force
-
- # Most of these are not working currently, but are here for completeness
- local myconf
- use X || myconf="${myconf} --disable-x11 --disable-xv"
- use esd || myconf="${myconf} --disable-esd --disable-esdtest"
- use nls || myconf="${myconf} --disable-nls"
- use alsa || myconf="${myconf} --disable-alsa --disable-alsatest"
- use arts || myconf="${myconf} --disable-arts --disable-artstest"
- # This breaks because with the test disabled, it defaults to "found" check with
- # the next release until then let it autodetect. See bug #2377.
- # use aalib || myconf="${myconf} --disable-aalib --disable-aalibtest"
-
- use oggvorbis \
- || myconf="${myconf} --disable-ogg --disable-oggtest --disable-vorbis --disable-vorbistest"
-
- use avi \
- && myconf="${myconf} --with-w32-path=/usr/lib/win32" \
- || myconf="${myconf} --disable-asf"
-
- # This is ``fixes'' compilation problems when em8300 libs installed
- # The proper fix is to follow.
- myconf="${myconf} --disable-dxr3 --disable-dxr3test"
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --sysconfdir=/etc \
- ${myconf} || die
-
- emake || die
-}
-
-src_install() {
-
- make prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- infodir=${D}/usr/share/info \
- docdir=${D}/usr/share/doc/${PF}/html \
- sysconfdir=${D}/etc \
- install || die
-
- dodoc AUTHORS COPYING ChangeLog INSTALL README TODO
- cd ${S}/doc
- dodoc dataflow.dia README*
-
-}
diff --git a/media-libs/xine-lib/xine-lib-0.9.9-r1.ebuild b/media-libs/xine-lib/xine-lib-0.9.9-r1.ebuild
deleted file mode 100644
index 3580fad6c7f1..000000000000
--- a/media-libs/xine-lib/xine-lib-0.9.9-r1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# Author Martin Schlemmer <azarah@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-0.9.9-r1.ebuild,v 1.2 2002/05/11 19:01:25 agenkin Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Xine is a free gpl-licensed video player for unix-like systems"
-SRC_URI="http://xine.sourceforge.net/files/xine-lib-${PV}.tar.gz"
-HOMEPAGE="http://xine.sourceforge.net/"
-
-DEPEND="X? ( virtual/x11 )
- avi? ( >=media-libs/win32codecs-0.50
- media-libs/divx4linux )
- esd? ( media-sound/esound )
- dvd? ( >=media-libs/libdvdcss-0.0.3.3
- >=media-libs/libdvdread-0.9.2 )
- arts? ( kde-base/kdelibs )
- alsa? ( media-libs/alsa-lib )
- aalib? ( media-libs/aalib )
- oggvorbis? ( media-libs/libvorbis )"
-
-RDEPEND="${DEPEND}
- nls? ( sys-devel/gettext )"
-
-SLOT="0"
-
-src_compile() {
-
- libtoolize --copy --force
-
- # Most of these are not working currently, but are here for completeness
- local myconf
- use X || myconf="${myconf} --disable-x11 --disable-xv"
- use esd || myconf="${myconf} --disable-esd --disable-esdtest"
- use nls || myconf="${myconf} --disable-nls"
- use alsa || myconf="${myconf} --disable-alsa --disable-alsatest"
- use arts || myconf="${myconf} --disable-arts --disable-artstest"
- # This breaks because with the test disabled, it defaults to "found" check with
- # the next release until then let it autodetect. See bug #2377.
- # use aalib || myconf="${myconf} --disable-aalib --disable-aalibtest"
-
- use oggvorbis \
- || myconf="${myconf} --disable-ogg --disable-oggtest --disable-vorbis --disable-vorbistest"
-
- use avi \
- && myconf="${myconf} --with-w32-path=/usr/lib/win32" \
- || myconf="${myconf} --disable-asf"
-
- # This is ``fixes'' compilation problems when em8300 libs installed
- # The proper fix is to follow.
- myconf="${myconf} --disable-dxr3 --disable-dxr3test"
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --sysconfdir=/etc \
- ${myconf} || die
-
- emake || die
-}
-
-src_install() {
-
- make prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- infodir=${D}/usr/share/info \
- docdir=${D}/usr/share/doc/${PF}/html \
- sysconfdir=${D}/etc \
- install || die
-
- dodoc AUTHORS COPYING ChangeLog INSTALL README TODO
- cd ${S}/doc
- dodoc dataflow.dia README*
-
-}
diff --git a/media-libs/xine-lib/xine-lib-0.9.9-r2.ebuild b/media-libs/xine-lib/xine-lib-0.9.9-r2.ebuild
deleted file mode 100644
index aec33eb13c28..000000000000
--- a/media-libs/xine-lib/xine-lib-0.9.9-r2.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# Author Martin Schlemmer <azarah@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-0.9.9-r2.ebuild,v 1.1 2002/06/08 13:52:05 seemant Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Xine is a free gpl-licensed video player for unix-like systems"
-SRC_URI="http://xine.sourceforge.net/files/xine-lib-${PV}.tar.gz"
-HOMEPAGE="http://xine.sourceforge.net/"
-
-DEPEND="X? ( virtual/x11 )
- avi? ( >=media-libs/win32codecs-0.50
- media-libs/divx4linux )
- esd? ( media-sound/esound )
- dvd? ( >=media-libs/libdvdcss-0.0.3.3
- >=media-libs/libdvdread-0.9.2 )
- arts? ( kde-base/kdelibs )
- alsa? ( media-libs/alsa-lib )
- aalib? ( media-libs/aalib )
- oggvorbis? ( media-libs/libvorbis )"
-
-RDEPEND="${DEPEND}
- nls? ( sys-devel/gettext )"
-
-SLOT="0"
-src_unpack() {
-
- unpack ${A}
- cd ${S}
-
- for i in ${S} ${S}/src/video_out
- do
- cp ${i}/Makefile.in ${i}/Makefile.in.orig
- sed 's:$(SDL_CFLAGS):$(DIRECTFB_CFLAGS) $(SDL_CFLAGS):' \
- ${i}/Makefile.in.orig > ${i}/Makefile.in
- done
-}
-
-src_compile() {
-
- libtoolize --copy --force
-
- # Most of these are not working currently, but are here for completeness
- local myconf
- use X || myconf="${myconf} --disable-x11 --disable-xv"
- use esd || myconf="${myconf} --disable-esd --disable-esdtest"
- use nls || myconf="${myconf} --disable-nls"
- use alsa || myconf="${myconf} --disable-alsa --disable-alsatest"
- use arts || myconf="${myconf} --disable-arts --disable-artstest"
- # This breaks because with the test disabled, it defaults to "found" check with
- # the next release until then let it autodetect. See bug #2377.
- # use aalib || myconf="${myconf} --disable-aalib --disable-aalibtest"
-
- use oggvorbis \
- || myconf="${myconf} --disable-ogg --disable-oggtest --disable-vorbis --disable-vorbistest"
-
- use avi \
- && myconf="${myconf} --with-w32-path=/usr/lib/win32" \
- || myconf="${myconf} --disable-asf"
-
- # This is ``fixes'' compilation problems when em8300 libs installed
- # The proper fix is to follow.
- myconf="${myconf} --disable-dxr3 --disable-dxr3test"
-
- use directfb \
- && CPPFLAGS="${CPPFLAGS} -I/usr/include/directfb"
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --sysconfdir=/etc \
- ${myconf} || die
-
- emake || die
-}
-
-src_install() {
-
- make prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- infodir=${D}/usr/share/info \
- docdir=${D}/usr/share/doc/${PF}/html \
- sysconfdir=${D}/etc \
- install || die
-
- dodoc AUTHORS COPYING ChangeLog INSTALL README TODO
- cd ${S}/doc
- dodoc dataflow.dia README*
-
-}