diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 00:49:50 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 00:49:50 +0000 |
commit | 04350be86408534f5a86963f7ebc778b503243c0 (patch) | |
tree | e785df12b920643e4fab40721cae566d41d49f02 /media-libs/smpeg | |
parent | added SGI's free software B license (diff) | |
download | gentoo-2-04350be86408534f5a86963f7ebc778b503243c0.tar.gz gentoo-2-04350be86408534f5a86963f7ebc778b503243c0.tar.bz2 gentoo-2-04350be86408534f5a86963f7ebc778b503243c0.zip |
repoman'd
Diffstat (limited to 'media-libs/smpeg')
-rw-r--r-- | media-libs/smpeg/files/digest-smpeg-0.4.4-r1 | 1 | ||||
-rw-r--r-- | media-libs/smpeg/smpeg-0.4.4-r1.ebuild | 46 | ||||
-rw-r--r-- | media-libs/smpeg/smpeg-0.4.4-r2.ebuild | 6 |
3 files changed, 5 insertions, 48 deletions
diff --git a/media-libs/smpeg/files/digest-smpeg-0.4.4-r1 b/media-libs/smpeg/files/digest-smpeg-0.4.4-r1 deleted file mode 100644 index 9aa5597db6c8..000000000000 --- a/media-libs/smpeg/files/digest-smpeg-0.4.4-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 59c76ac704088ef5539210190c4e1fe3 smpeg-0.4.4.tar.gz 315054 diff --git a/media-libs/smpeg/smpeg-0.4.4-r1.ebuild b/media-libs/smpeg/smpeg-0.4.4-r1.ebuild deleted file mode 100644 index ad62cba52888..000000000000 --- a/media-libs/smpeg/smpeg-0.4.4-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r1.ebuild,v 1.3 2002/07/11 06:30:40 drobbins Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="SDL MPEG Player Library" -SRC_URI="ftp://ftp.lokigames.com/pub/open-source/smpeg/${A}" -HOMEPAGE="http://www.lokigames.com/development/smpeg.php3" - -DEPEND=">=media-libs/libsdl-1.2.0 - opengl? ( virtual/opengl virtual/glu ) - gtk? ( =x11-libs/gtk+-1.2* )" - -src_compile() { - - local myconf - if [ "`use mmx`" ] - then - myconf="--enable-mmx" - fi - if [ -z "`use gtk`" ] - then - myconf="${myconf} --disable-gtk-player" - fi - if [ -z "`use X`" ] - then - myconf="${myconf} --disable-gtk-player --without-x" - fi - - if [ -z "`use opengl`" ] - then - myconf="${myconf} --disable-opengl-player" - fi - try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} ${myconf} || die - try emake || die - -} - -src_install () { - - try make DESTDIR=${D} install || die - - dodoc CHANGES COPYING README* TODO - -} diff --git a/media-libs/smpeg/smpeg-0.4.4-r2.ebuild b/media-libs/smpeg/smpeg-0.4.4-r2.ebuild index 5ec272ba2f67..15596aeb71e9 100644 --- a/media-libs/smpeg/smpeg-0.4.4-r2.ebuild +++ b/media-libs/smpeg/smpeg-0.4.4-r2.ebuild @@ -1,12 +1,16 @@ # 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-libs/smpeg/smpeg-0.4.4-r2.ebuild,v 1.4 2002/07/11 06:30:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r2.ebuild,v 1.5 2002/07/23 00:49:50 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="SDL MPEG Player Library" SRC_URI="ftp://ftp.lokigames.com/pub/open-source/smpeg/${P}.tar.gz" HOMEPAGE="http://www.lokigames.com/development/smpeg.php3" +SLOT="0" +LICENSE="LGPL-2" +KEYWORDS="x86" + DEPEND=">=media-libs/libsdl-1.2.0 opengl? ( virtual/opengl virtual/glu ) gtk? ( =x11-libs/gtk+-1.2* )" |