diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-06-21 14:13:12 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-06-21 14:13:12 +0000 |
commit | 7e0f526b9addb3a20e4bd5a022fc9c5588a4a6e5 (patch) | |
tree | 02698cf993fac0be339df2f99313f494e6df8443 /media-video/xine-ui | |
parent | added aalib as an optional dependency (diff) | |
download | gentoo-2-7e0f526b9addb3a20e4bd5a022fc9c5588a4a6e5.tar.gz gentoo-2-7e0f526b9addb3a20e4bd5a022fc9c5588a4a6e5.tar.bz2 gentoo-2-7e0f526b9addb3a20e4bd5a022fc9c5588a4a6e5.zip |
removed older ebuilds
Diffstat (limited to 'media-video/xine-ui')
-rw-r--r-- | media-video/xine-ui/files/digest-xine-ui-0.9.10 | 1 | ||||
-rw-r--r-- | media-video/xine-ui/files/digest-xine-ui-0.9.9-r1 | 2 | ||||
-rw-r--r-- | media-video/xine-ui/files/digest-xine-ui-0.9.9-r2 | 1 | ||||
-rw-r--r-- | media-video/xine-ui/xine-ui-0.9.10.ebuild | 47 | ||||
-rw-r--r-- | media-video/xine-ui/xine-ui-0.9.9-r1.ebuild | 59 | ||||
-rw-r--r-- | media-video/xine-ui/xine-ui-0.9.9-r2.ebuild | 70 |
6 files changed, 0 insertions, 180 deletions
diff --git a/media-video/xine-ui/files/digest-xine-ui-0.9.10 b/media-video/xine-ui/files/digest-xine-ui-0.9.10 deleted file mode 100644 index 017a038eb743..000000000000 --- a/media-video/xine-ui/files/digest-xine-ui-0.9.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 1811dba3177a40bd704adb6e806c700e xine-ui-0.9.10.tar.gz 2663431 diff --git a/media-video/xine-ui/files/digest-xine-ui-0.9.9-r1 b/media-video/xine-ui/files/digest-xine-ui-0.9.9-r1 deleted file mode 100644 index 6c4fae6f3ce9..000000000000 --- a/media-video/xine-ui/files/digest-xine-ui-0.9.9-r1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 32bbdc8c44064b601c4a46623fc82562 xine-ui-0.9.9.tar.gz 2624150 -MD5 d5c776c50fc89e9cd87eea8a223eb7cb xine-ui-gentoo-extra.tar.bz2 27015 diff --git a/media-video/xine-ui/files/digest-xine-ui-0.9.9-r2 b/media-video/xine-ui/files/digest-xine-ui-0.9.9-r2 deleted file mode 100644 index eb77e3320db6..000000000000 --- a/media-video/xine-ui/files/digest-xine-ui-0.9.9-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 32bbdc8c44064b601c4a46623fc82562 xine-ui-0.9.9.tar.gz 2624150 diff --git a/media-video/xine-ui/xine-ui-0.9.10.ebuild b/media-video/xine-ui/xine-ui-0.9.10.ebuild deleted file mode 100644 index 851031a995de..000000000000 --- a/media-video/xine-ui/xine-ui-0.9.10.ebuild +++ /dev/null @@ -1,47 +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-video/xine-ui/xine-ui-0.9.10.ebuild,v 1.1 2002/05/26 22:28:42 agenkin Exp $ - -DESCRIPTION="Xine is a free gpl-licensed video player for unix-like systems" -HOMEPAGE="http://xine.sourceforge.net/" - -DEPEND="virtual/glibc - media-libs/libpng - >=media-libs/xine-lib-${PV} - nls? ( sys-devel/gettext ) - X? ( virtual/x11 ) - directfb? ( >=dev-libs/DirectFB-0.9.9 ) - gnome? ( gnome-base/ORBit )" - -SLOT="0" - -SRC_URI="http://xine.sourceforge.net/files/xine-ui-${PV}.tar.gz" -S=${WORKDIR}/${P} - -src_compile() { - - # Most of these are not working currently, but are here for completeness - local myconf - use X || myconf="${myconf} --disable-x11 --disable-xv" - use nls || myconf="${myconf} --disable-nls" - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --sysconfdir=/etc \ - ${myconf} || die - - emake || die -} - -src_install() { - - make DESTDIR=${D} \ - docdir=/usr/share/doc/${PF} \ - docsdir=/usr/share/doc/${PF} \ - install || die - - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README -} diff --git a/media-video/xine-ui/xine-ui-0.9.9-r1.ebuild b/media-video/xine-ui/xine-ui-0.9.9-r1.ebuild deleted file mode 100644 index a33b427e1bb5..000000000000 --- a/media-video/xine-ui/xine-ui-0.9.9-r1.ebuild +++ /dev/null @@ -1,59 +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-video/xine-ui/xine-ui-0.9.9-r1.ebuild,v 1.7 2002/06/16 17:53:53 lostlogic 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-ui-${PV}.tar.gz - directfb? ( http://www.ibiblio.org/gentoo/distfiles/${PN}-gentoo-extra.tar.bz2 )" -HOMEPAGE="http://xine.sourceforge.net/" - -DEPEND="virtual/glibc - media-libs/libpng - >=media-libs/xine-lib-${PV} - nls? ( sys-devel/gettext ) - X? ( virtual/x11 ) - directfb? ( >=dev-libs/DirectFB-0.9.10 ) - gnome? ( gnome-base/ORBit )" - -SLOT="0" - -src_unpack() { - - unpack ${P}.tar.gz - - # for some reason upstream skipped on including some files for the - # DirectFB front-end for this. - use directfb && ( \ - unpack ${PN}-gentoo-extra.tar.bz2 - mv ${WORKDIR}/dfb/* ${S}/src/dfb - ) -} - -src_compile() { - - # Most of these are not working currently, but are here for completeness - local myconf - use X || myconf="${myconf} --disable-x11 --disable-xv" - use nls || myconf="${myconf} --disable-nls" - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --sysconfdir=/etc \ - ${myconf} || die - - emake || die -} - -src_install() { - - make DESTDIR=${D} \ - docdir=/usr/share/doc/${PF} \ - docsdir=/usr/share/doc/${PF} \ - install || die - - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README -} diff --git a/media-video/xine-ui/xine-ui-0.9.9-r2.ebuild b/media-video/xine-ui/xine-ui-0.9.9-r2.ebuild deleted file mode 100644 index 4b2ce6781ded..000000000000 --- a/media-video/xine-ui/xine-ui-0.9.9-r2.ebuild +++ /dev/null @@ -1,70 +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-video/xine-ui/xine-ui-0.9.9-r2.ebuild,v 1.1 2002/06/16 17:36:21 lostlogic 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-ui-${PV}.tar.gz - directfb? ( http://www.ibiblio.org/gentoo/distfiles/${PN}-gentoo-extra.tar.bz2 )" -HOMEPAGE="http://xine.sourceforge.net/" - -DEPEND="virtual/glibc - media-libs/libpng - >=media-libs/xine-lib-${PV} - nls? ( sys-devel/gettext ) - X? ( virtual/x11 ) - directfb? ( >=dev-libs/DirectFB-0.9.10 ) - gnome? ( gnome-base/ORBit )" - -SLOT="0" - -src_unpack() { - - unpack ${P}.tar.gz - - cd ${S} - - # for some reason upstream skipped on including some files for the - # DirectFB front-end for this. - use directfb && ( \ - unpack ${PN}-gentoo-extra.tar.bz2 - mv ${WORKDIR}/dfb/* ${S}/src/dfb - ) || ( \ - sed -e "s:dfb::" src/Makefile.in \ - > src/Makefile.in.hacked - mv src/Makefile.in.hacked src/Makefile.in - ) - - sed -e "s:LDFLAGS =:LDFLAGS = -L/lib:" src/xitk/Makefile.in \ - > src/xitk/Makefile.in.hacked - mv src/xitk/Makefile.in.hacked src/xitk/Makefile.in - -} - -src_compile() { - - # Most of these are not working currently, but are here for completeness - local myconf - use X || myconf="${myconf} --disable-x11 --disable-xv" - use nls || myconf="${myconf} --disable-nls" - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --sysconfdir=/etc \ - ${myconf} || die - - emake || die -} - -src_install() { - - make DESTDIR=${D} \ - docdir=/usr/share/doc/${PF} \ - docsdir=/usr/share/doc/${PF} \ - install || die - - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README -} |