diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-12-13 21:27:01 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-12-13 21:27:01 +0000 |
commit | 6bf5bc62f510d8bc4515016c26d343acd7637ae4 (patch) | |
tree | a7aa529caee88670493d87a0facec4a04aad881f /media-video/ogle | |
parent | added digest... (diff) | |
download | gentoo-2-6bf5bc62f510d8bc4515016c26d343acd7637ae4.tar.gz gentoo-2-6bf5bc62f510d8bc4515016c26d343acd7637ae4.tar.bz2 gentoo-2-6bf5bc62f510d8bc4515016c26d343acd7637ae4.zip |
remove crufty versions
Diffstat (limited to 'media-video/ogle')
-rw-r--r-- | media-video/ogle/Manifest | 8 | ||||
-rw-r--r-- | media-video/ogle/files/digest-ogle-0.8.5 | 1 | ||||
-rw-r--r-- | media-video/ogle/ogle-0.8.5.ebuild | 59 | ||||
-rw-r--r-- | media-video/ogle/ogle-0.9.1.ebuild | 7 |
4 files changed, 7 insertions, 68 deletions
diff --git a/media-video/ogle/Manifest b/media-video/ogle/Manifest index 976338dbba4d..044f79f044dd 100644 --- a/media-video/ogle/Manifest +++ b/media-video/ogle/Manifest @@ -1,8 +1,6 @@ -MD5 fedcdc2349c08f5a968003b00f421938 ChangeLog 2713 -MD5 a52a94a6ad58c759116c226a3ee32572 ogle-0.8.5.ebuild 1670 MD5 fd89db16cae0d198b839a5fdacb5fb3e ogle-0.9.2.ebuild 1776 -MD5 cffe0a5957c15c84b9d579045a325929 ogle-0.9.1.ebuild 1768 +MD5 1ff3d31690a4dd2dbc6dfb2197529f0d ogle-0.9.1.ebuild 1811 +MD5 fedcdc2349c08f5a968003b00f421938 ChangeLog 2713 MD5 526f11a066c4a4c196484c623e3aa5c5 metadata.xml 164 -MD5 9e5be8c6673243e1604cfbec495081d5 files/digest-ogle-0.9.2 62 -MD5 072cf7eae5df5158d463a4daf99f820d files/digest-ogle-0.8.5 62 MD5 69fb0f18b0f74a88453cf989a0515f08 files/digest-ogle-0.9.1 62 +MD5 9e5be8c6673243e1604cfbec495081d5 files/digest-ogle-0.9.2 62 diff --git a/media-video/ogle/files/digest-ogle-0.8.5 b/media-video/ogle/files/digest-ogle-0.8.5 deleted file mode 100644 index 16e6b7d42466..000000000000 --- a/media-video/ogle/files/digest-ogle-0.8.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 fcf34f2e2880bf5e66016b4107e814d5 ogle-0.8.5.tar.gz 449086 diff --git a/media-video/ogle/ogle-0.8.5.ebuild b/media-video/ogle/ogle-0.8.5.ebuild deleted file mode 100644 index 49366ce8756c..000000000000 --- a/media-video/ogle/ogle-0.8.5.ebuild +++ /dev/null @@ -1,59 +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/ogle/ogle-0.8.5.ebuild,v 1.9 2003/09/07 00:08:13 msterret Exp $ - -inherit libtool - -DESCRIPTION="Full featured DVD player that supports DVD menus." -HOMEPAGE="http://www.dtek.chalmers.se/groups/dvd/" -SRC_URI="http://www.dtek.chalmers.se/groups/dvd/dist/${P}.tar.gz" - -SLOT="0" -KEYWORDS="x86 ppc" -LICENSE="GPL-2" -IUSE="oss mmx alsa" - -DEPEND="media-libs/libdvdcss - media-libs/jpeg - media-libs/libdvdread - media-sound/mad - x11-base/xfree - >=dev-libs/libxml2-2.4.19 - >=media-libs/a52dec-0.7.3 - alsa? ( media-libs/alsa-lib )" - -src_compile() { - # STOP! If you make any changes, make sure to unmerge all copies - # of ogle and ogle-gui from your system and merge ogle-gui using your - # new version of ogle... Changes in this package can break ogle-gui - # very very easily -- blocke - - local myconf="`use_enable mmx` `use_enable oss` `use_enable alsa`" - - if [ "${ARCH}" = "ppc" ] ; then - # if this user doesn't want altivec, don't compile it in - # fixes #14939 - if [ `echo ${CFLAGS} | grep -e "-maltivec" | wc -l` = "0" ] - then - einfo "Disabling alitvec support" - myconf="${myconf} --disable-altivec" - else - einfo "Enabling altivec support" - myconf="${myconf} --enable-altivec" - fi - fi - - elibtoolize - - # configure needs access to the updated CFLAGS - CFLAGS="${CFLAGS} -I/usr/include/libxml2/libxml -I/usr/include/libxml2" - - econf ${myconf} || die - emake CFLAGS="${CFLAGS}" || die -} - -src_install() { - einstall || die - dodoc AUTHORS COPYING ChangeLog HISTORY INSTALL NEWS README TODO - dodoc doc/liba52.txt -} diff --git a/media-video/ogle/ogle-0.9.1.ebuild b/media-video/ogle/ogle-0.9.1.ebuild index 6ad86dcb3b3b..6dff14a17f8d 100644 --- a/media-video/ogle/ogle-0.9.1.ebuild +++ b/media-video/ogle/ogle-0.9.1.ebuild @@ -1,17 +1,18 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ogle/ogle-0.9.1.ebuild,v 1.3 2003/10/10 16:55:00 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ogle/ogle-0.9.1.ebuild,v 1.4 2003/12/13 21:27:00 seemant Exp $ inherit libtool +IUSE="oss mmx alsa xv" + DESCRIPTION="Full featured DVD player that supports DVD menus." HOMEPAGE="http://www.dtek.chalmers.se/groups/dvd/" SRC_URI="http://www.dtek.chalmers.se/groups/dvd/dist/${P}.tar.gz" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ppc ~sparc ~alpha ~hppa ~mips ~arm ~amd64 ~ia64" LICENSE="GPL-2" -IUSE="oss mmx alsa xv" DEPEND=">=media-libs/libdvdcss-1.2.2 media-libs/jpeg |