summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-19 11:28:21 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-19 11:28:21 +0000
commitc1831cadcbe5d9f020fe03c6be2e348449216833 (patch)
tree35bb1cca5ad456f6b333789e8d1c449b631cdcec /media-video/ogle
parentadded NVIDIA license (diff)
downloadhistorical-c1831cadcbe5d9f020fe03c6be2e348449216833.tar.gz
historical-c1831cadcbe5d9f020fe03c6be2e348449216833.tar.bz2
historical-c1831cadcbe5d9f020fe03c6be2e348449216833.zip
repoman'd
Diffstat (limited to 'media-video/ogle')
-rw-r--r--media-video/ogle/files/digest-ogle-0.8.31
-rw-r--r--media-video/ogle/ogle-0.8.3.ebuild53
-rw-r--r--media-video/ogle/ogle-0.8.4.ebuild5
3 files changed, 3 insertions, 56 deletions
diff --git a/media-video/ogle/files/digest-ogle-0.8.3 b/media-video/ogle/files/digest-ogle-0.8.3
deleted file mode 100644
index 3b9886e9d8cf..000000000000
--- a/media-video/ogle/files/digest-ogle-0.8.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b2ada7bc14c2ed6ccc154493e186694f ogle-0.8.3.tar.gz 405249
diff --git a/media-video/ogle/ogle-0.8.3.ebuild b/media-video/ogle/ogle-0.8.3.ebuild
deleted file mode 100644
index 1ee8231c9955..000000000000
--- a/media-video/ogle/ogle-0.8.3.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/media-video/ogle/ogle-0.8.3.ebuild,v 1.3 2002/06/15 18:45:42 danarmak Exp $
-
-inherit libtool
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Ogle is a full featured DVD player that supports DVD menus"
-SRC_URI="http://www.dtek.chalmers.se/groups/dvd/dist/${P}.tar.gz"
-HOMEPAGE="http://www.dtek.chalmers.se/groups/dvd/"
-
-DEPEND="media-libs/libdvdcss
- media-libs/jpeg
- media-libs/libdvdread
- x11-base/xfree
- >=dev-libs/libxml2-2.4.19
- >=media-libs/a52dec-0.7.3
- alsa? ( media-libs/alsa-lib )"
-
-SLOT=""
-LICENSE="GPL-2"
-
-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 mmx || myconf="--disable-mmx"
- use oss || myconf="${myconf} --disable-oss"
- use alsa || myconf="${myconf} --disable-alsa"
-
- 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.8.4.ebuild b/media-video/ogle/ogle-0.8.4.ebuild
index 517b5a720cf5..3fb937222ffc 100644
--- a/media-video/ogle/ogle-0.8.4.ebuild
+++ b/media-video/ogle/ogle-0.8.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/media-video/ogle/ogle-0.8.4.ebuild,v 1.2 2002/07/04 02:18:56 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ogle/ogle-0.8.4.ebuild,v 1.3 2002/07/19 11:28:21 seemant Exp $
inherit libtool
@@ -17,8 +17,9 @@ DEPEND="media-libs/libdvdcss
>=media-libs/a52dec-0.7.3
alsa? ( media-libs/alsa-lib )"
-SLOT=""
+SLOT="0"
LICENSE="GPL-2"
+KEYWORDS="x86"
src_compile() {