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 | |
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
32 files changed, 106 insertions, 333 deletions
diff --git a/media-libs/imlib2/imlib2-1.0.6-r1.ebuild b/media-libs/imlib2/imlib2-1.0.6-r1.ebuild index e5d9c9a196a5..03f2b0d3bc6b 100644 --- a/media-libs/imlib2/imlib2-1.0.6-r1.ebuild +++ b/media-libs/imlib2/imlib2-1.0.6-r1.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-libs/imlib2/imlib2-1.0.6-r1.ebuild,v 1.5 2002/07/22 14:37:06 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.0.6-r1.ebuild,v 1.6 2002/07/23 00:49:50 seemant Exp $ inherit libtool @@ -9,6 +9,10 @@ DESCRIPTION="Version 2 of an advanced replacement library for libraries like lib SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.gz" HOMEPAGE="http://enlightenment.org/" +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" + DEPEND="=x11-libs/gtk+-1.2* >=media-libs/giflib-4.1.0 >=media-libs/libpng-1.2.1 diff --git a/media-libs/openquicktime/openquicktime-1.0.ebuild b/media-libs/openquicktime/openquicktime-1.0.ebuild index f80e171eaac9..60291b9f2179 100644 --- a/media-libs/openquicktime/openquicktime-1.0.ebuild +++ b/media-libs/openquicktime/openquicktime-1.0.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-libs/openquicktime/openquicktime-1.0.ebuild,v 1.4 2002/07/11 06:30:39 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/openquicktime/openquicktime-1.0.ebuild,v 1.5 2002/07/23 00:49:50 seemant Exp $ MY_P=${P}-src S=${WORKDIR}/${MY_P} @@ -8,9 +8,13 @@ DESCRIPTION="OpenQuicktime library for linux" SRC_URI="mirror://sourceforge/openquicktime/${MY_P}.tgz" HOMEPAGE="http://openquicktime.sourceforge.net/" +SLOT="0" +LICENSE="LGPL-2.1" +KEYWORDS="x86" + DEPEND="media-sound/lame - media-sound/mpg123 - media-libs/jpeg" + media-sound/mpg123 + media-libs/jpeg" src_compile() { diff --git a/media-libs/sdl-gfx/sdl-gfx-2.0.3.ebuild b/media-libs/sdl-gfx/sdl-gfx-2.0.3.ebuild index 1755589d7cf7..61e20542125c 100644 --- a/media-libs/sdl-gfx/sdl-gfx-2.0.3.ebuild +++ b/media-libs/sdl-gfx/sdl-gfx-2.0.3.ebuild @@ -1,17 +1,20 @@ # 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/sdl-gfx/sdl-gfx-2.0.3.ebuild,v 1.1 2002/07/05 16:18:53 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.3.ebuild,v 1.2 2002/07/23 00:49:50 seemant Exp $ MY_P="${P/sdl-/SDL_}" S=${WORKDIR}/${MY_P} DESCRIPTION="Graphics drawing primitives library for SDL" SRC_URI="http://www.ferzkopp.net/Software/SDL_gfx-2.0/${MY_P}.tar.gz" HOMEPAGE="http://www.ferzkopp.net/Software/SDL_gfx-2.0/" -CFLAGS="${CFLAGS} -O2" -DEPEND="virtual/glibc - >=media-libs/libsdl-1.2" +SLOT="0" +LICENSE="LGPL-2.1" +KEYWORDS="x86" + +DEPEND=">=media-libs/libsdl-1.2" +CFLAGS="${CFLAGS} -O2" src_compile() { diff --git a/media-libs/sdl-image/files/digest-sdl-image-1.2.1-r1 b/media-libs/sdl-image/files/digest-sdl-image-1.2.1-r1 deleted file mode 100644 index 31be9c63c867..000000000000 --- a/media-libs/sdl-image/files/digest-sdl-image-1.2.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 78ec9e3ac36416948fc7803fff494aaf SDL_image-1.2.1.tar.gz 634806 diff --git a/media-libs/sdl-image/sdl-image-1.2.1-r1.ebuild b/media-libs/sdl-image/sdl-image-1.2.1-r1.ebuild deleted file mode 100644 index 4b7b6d897267..000000000000 --- a/media-libs/sdl-image/sdl-image-1.2.1-r1.ebuild +++ /dev/null @@ -1,32 +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-libs/sdl-image/sdl-image-1.2.1-r1.ebuild,v 1.2 2002/07/11 06:30:39 drobbins Exp $ - -MY_P="${P/sdl-/SDL_}" -S=${WORKDIR}/${MY_P} -DESCRIPTION="SDL-image is an image file loading library" -SRC_URI="http://www.libsdl.org/projects/SDL_image/release/${MY_P}.tar.gz" -HOMEPAGE="http://www.libsdl.org/projects/SDL_image/index.html" - -DEPEND="virtual/glibc - >=media-libs/libpng-1.2.1 - >=media-libs/jpeg-6b - >=media-libs/libsdl-1.2" - - -src_compile() { - - ./configure --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --prefix=/usr \ - --host=${CHOST} || die - - emake || die -} - -src_install() { - - # emake prefix=${D}/usr install - make DESTDIR=${D} install -} - diff --git a/media-libs/sdl-image/sdl-image-1.2.2.ebuild b/media-libs/sdl-image/sdl-image-1.2.2.ebuild index 4aa86817a04c..215b44cfe4c7 100644 --- a/media-libs/sdl-image/sdl-image-1.2.2.ebuild +++ b/media-libs/sdl-image/sdl-image-1.2.2.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-libs/sdl-image/sdl-image-1.2.2.ebuild,v 1.2 2002/07/11 06:30:39 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.2.ebuild,v 1.3 2002/07/23 00:49:50 seemant Exp $ MY_P="${P/sdl-/SDL_}" S=${WORKDIR}/${MY_P} @@ -8,25 +8,22 @@ DESCRIPTION="SDL-image is an image file loading library" SRC_URI="http://www.libsdl.org/projects/SDL_image/release/${MY_P}.tar.gz" HOMEPAGE="http://www.libsdl.org/projects/SDL_image/index.html" -DEPEND="virtual/glibc - >=media-libs/libpng-1.2.1 +SLOT="0" +LICENSE="LGPL-2" +KEYWORDS="x86" + +DEPEND=">=media-libs/libpng-1.2.1 >=media-libs/jpeg-6b - >=media-libs/libsdl-1.2" + >=media-libs/libsdl-1.2" src_compile() { - ./configure --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --prefix=/usr \ - --host=${CHOST} || die - + econf || die emake || die } src_install() { - # emake prefix=${D}/usr install make DESTDIR=${D} install } - diff --git a/media-libs/sdl-mixer/files/digest-sdl-mixer-1.2.3 b/media-libs/sdl-mixer/files/digest-sdl-mixer-1.2.3 deleted file mode 100644 index 743cc83bcb38..000000000000 --- a/media-libs/sdl-mixer/files/digest-sdl-mixer-1.2.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 8f21eb27b74e15d21e41400a0ce52e87 SDL_mixer-1.2.3.tar.gz 977140 diff --git a/media-libs/sdl-mixer/sdl-mixer-1.2.3.ebuild b/media-libs/sdl-mixer/sdl-mixer-1.2.3.ebuild deleted file mode 100644 index a2ea7b049204..000000000000 --- a/media-libs/sdl-mixer/sdl-mixer-1.2.3.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyriht 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/sdl-mixer/sdl-mixer-1.2.3.ebuild,v 1.2 2002/07/11 06:30:39 drobbins Exp $ - -MY_P="${P/sdl-/SDL_}" -S=${WORKDIR}/${MY_P} -DESCRIPTION="Simple Direct Media Layer Mixer Library" -SRC_URI="http://www.libsdl.org/projects/SDL_mixer/release/${MY_P}.tar.gz" -HOMEPAGE="http://www.libsdl.org/projects/SDL_mixer/index.html" - -DEPEND=">=media-libs/libsdl-1.2.4 - >=media-libs/smpeg-0.4.4-r1 - mikmod? ( >=media-libs/libmikmod-3.1.10 ) - oggvorbis? ( >=media-libs/libvorbis-1.0_beta4 )" - - -src_compile() { - - local myconf - - use mikmod || myconf="${myconf} --disable-mod" - use mpeg || myconf="${myconf} --disable-music-mp3" - use oggvorbis || myconf="${myconf} --disable-music-ogg" - - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man || die - - emake || die -} - -src_install() { - - make DESTDIR=${D} install || die - - dodoc CHANGES COPYING README -} diff --git a/media-libs/sdl-net/files/digest-sdl-net-1.2.2 b/media-libs/sdl-net/files/digest-sdl-net-1.2.2 deleted file mode 100644 index 7c8b07319045..000000000000 --- a/media-libs/sdl-net/files/digest-sdl-net-1.2.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 02af20a5c01c4f725cb735be1b84e657 SDL_net-1.2.2.tar.gz 164808 diff --git a/media-libs/sdl-net/sdl-net-1.2.2.ebuild b/media-libs/sdl-net/sdl-net-1.2.2.ebuild deleted file mode 100644 index 279baab6c509..000000000000 --- a/media-libs/sdl-net/sdl-net-1.2.2.ebuild +++ /dev/null @@ -1,24 +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/sdl-net/sdl-net-1.2.2.ebuild,v 1.2 2002/07/11 06:30:39 drobbins Exp $ - -A=SDL_net-${PV}.tar.gz -S=${WORKDIR}/SDL_net-${PV} -DESCRIPTION="Simple Direct Media Layer Network Support Library" -SRC_URI="http://www.libsdl.org/projects/SDL_net/release/${A}" -HOMEPAGE="http://www.libsdl.org/projects/SDL_net/index.html" - -DEPEND="virtual/glibc - >=media-libs/libsdl-1.2.0" - -src_compile() { - try ./configure --host=${CHOST} --prefix=/usr --mandir=/usr/share/man - try make -} - -src_install() { - cd ${S} - try make DESTDIR=${D} install - preplib /usr - dodoc CHANGES COPYING README -} diff --git a/media-libs/sdl-net/sdl-net-1.2.4.ebuild b/media-libs/sdl-net/sdl-net-1.2.4.ebuild index d7407ab5f9a9..1071536ca0c1 100644 --- a/media-libs/sdl-net/sdl-net-1.2.4.ebuild +++ b/media-libs/sdl-net/sdl-net-1.2.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-libs/sdl-net/sdl-net-1.2.4.ebuild,v 1.2 2002/07/11 06:30:39 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-net/sdl-net-1.2.4.ebuild,v 1.3 2002/07/23 00:49:50 seemant Exp $ MY_P=${P/sdl-/SDL_} S=${WORKDIR}/${MY_P} @@ -8,8 +8,11 @@ DESCRIPTION="Simple Direct Media Layer Network Support Library" SRC_URI="http://www.libsdl.org/projects/SDL_net/release/${MY_P}.tar.gz" HOMEPAGE="http://www.libsdl.org/projects/SDL_net/index.html" -DEPEND="virtual/glibc - >=media-libs/libsdl-1.2.4" +SLOT="0" +LICENSE="LGPL-2" +KEYWORDS="x86" + +DEPEND=">=media-libs/libsdl-1.2.4" src_install() { einstall || die diff --git a/media-libs/sdl-sound/files/digest-sdl-sound-0.1.4-r1 b/media-libs/sdl-sound/files/digest-sdl-sound-0.1.4-r1 deleted file mode 100644 index 8172d7b86db3..000000000000 --- a/media-libs/sdl-sound/files/digest-sdl-sound-0.1.4-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 d40d64ec615098b29b5156c033385dec SDL_sound-0.1.4.tar.gz 226890 diff --git a/media-libs/sdl-sound/sdl-sound-0.1.4-r1.ebuild b/media-libs/sdl-sound/sdl-sound-0.1.4-r1.ebuild deleted file mode 100644 index 48d15f836a26..000000000000 --- a/media-libs/sdl-sound/sdl-sound-0.1.4-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyriht 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/sdl-sound/sdl-sound-0.1.4-r1.ebuild,v 1.2 2002/07/11 06:30:39 drobbins Exp $ - -MY_P="${P/sdl-/SDL_}" -S=${WORKDIR}/${MY_P} -DESCRIPTION="A library that handles the decoding sound file formats" -SRC_URI="http://icculus.org/SDL_sound/downloads/${MY_P}.tar.gz" -HOMEPAGE="http://icculus.org/SDL_sound/" - -DEPEND="virtual/glibc - >=media-libs/libsdl-1.2.3 - >=media-libs/smpeg-0.4.4-r1 - >=media-libs/libmikmod-3.1.9 - oggvorbis? ( >=media-libs/libvorbis-1.0_beta4 )" - - -src_compile() { - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --enable-midi \ - --disable-flac || die - - emake || die -} - -src_install() { - - make DESTDIR=${D} install || die - - dodoc CHANGELOG COPYING CREDITS INSTALL README TODO -} diff --git a/media-libs/sdl-sound/sdl-sound-0.1.5.ebuild b/media-libs/sdl-sound/sdl-sound-0.1.5.ebuild index 3414c968cc6a..a9ef2a45f8cb 100644 --- a/media-libs/sdl-sound/sdl-sound-0.1.5.ebuild +++ b/media-libs/sdl-sound/sdl-sound-0.1.5.ebuild @@ -1,6 +1,6 @@ # Copyriht 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/sdl-sound/sdl-sound-0.1.5.ebuild,v 1.2 2002/07/11 06:30:39 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/sdl-sound-0.1.5.ebuild,v 1.3 2002/07/23 00:49:50 seemant Exp $ MY_P="${P/sdl-/SDL_}" S=${WORKDIR}/${MY_P} @@ -8,18 +8,18 @@ DESCRIPTION="A library that handles the decoding sound file formats" SRC_URI="http://icculus.org/SDL_sound/downloads/${MY_P}.tar.gz" HOMEPAGE="http://icculus.org/SDL_sound/" -DEPEND="virtual/glibc - >=media-libs/libsdl-1.2.4 +SLOT="0" +LICENSE="LGPL-2.1" +KEYWORDS="x86" + +DEPEND=">=media-libs/libsdl-1.2.4 >=media-libs/smpeg-0.4.4-r1 >=media-libs/libmikmod-3.1.9 oggvorbis? ( >=media-libs/libvorbis-1.0_beta4 )" - src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ + econf \ --enable-midi \ --disable-flac || die diff --git a/media-libs/sdl-ttf/files/digest-sdl-ttf-2.0.4 b/media-libs/sdl-ttf/files/digest-sdl-ttf-2.0.4 deleted file mode 100644 index 4fb90e62ec0f..000000000000 --- a/media-libs/sdl-ttf/files/digest-sdl-ttf-2.0.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 b4a9ba0d9d6240f35774651fea75dcba SDL_ttf-2.0.4.tar.gz 1150901 diff --git a/media-libs/sdl-ttf/sdl-ttf-2.0.4.ebuild b/media-libs/sdl-ttf/sdl-ttf-2.0.4.ebuild deleted file mode 100644 index 5c9d0f036b94..000000000000 --- a/media-libs/sdl-ttf/sdl-ttf-2.0.4.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-ttf/sdl-ttf-2.0.4.ebuild,v 1.2 2002/07/11 06:30:39 drobbins Exp $ - -MY_P="${P/sdl-/SDL_}" -S="${WORKDIR}/${MY_P}" -DESCRIPTION="library that allows you to use TrueType fonts in SDL applications" -SRC_URI="http://www.libsdl.org/projects/SDL_ttf/release/${MY_P}.tar.gz" -HOMEPAGE="http://www.libsdl.org/projects/SDL_ttf/" - -DEPEND=">=media-libs/libsdl-1.2.3 - >=media-libs/freetype-2.0.1" - - -src_compile() { - - ./configure --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --prefix=/usr \ - --host=${CHOST} || die - - emake || die -} - -src_install() { - - make prefix=${D}/usr install || die - - dodoc CHANGES COPYING README -} diff --git a/media-libs/sdl-ttf/sdl-ttf-2.0.5.ebuild b/media-libs/sdl-ttf/sdl-ttf-2.0.5.ebuild index 1533c1d55f77..e08cec49c67b 100644 --- a/media-libs/sdl-ttf/sdl-ttf-2.0.5.ebuild +++ b/media-libs/sdl-ttf/sdl-ttf-2.0.5.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-libs/sdl-ttf/sdl-ttf-2.0.5.ebuild,v 1.2 2002/07/11 06:30:39 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-ttf/sdl-ttf-2.0.5.ebuild,v 1.3 2002/07/23 00:49:50 seemant Exp $ MY_P="${P/sdl-/SDL_}" S="${WORKDIR}/${MY_P}" @@ -8,17 +8,16 @@ DESCRIPTION="library that allows you to use TrueType fonts in SDL applications" SRC_URI="http://www.libsdl.org/projects/SDL_ttf/release/${MY_P}.tar.gz" HOMEPAGE="http://www.libsdl.org/projects/SDL_ttf/" +SLOT="0" +LICENSE="LGPL-2" +KEYWORDS="x86" + DEPEND=">=media-libs/libsdl-1.2.4 >=media-libs/freetype-2.0.1" - src_compile() { - ./configure --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --prefix=/usr \ - --host=${CHOST} || die - + econf || die emake || die } diff --git a/media-libs/sdlmm/sdlmm-0.1.8.ebuild b/media-libs/sdlmm/sdlmm-0.1.8.ebuild index 93db4b3166cc..1df0e9adadf9 100644 --- a/media-libs/sdlmm/sdlmm-0.1.8.ebuild +++ b/media-libs/sdlmm/sdlmm-0.1.8.ebuild @@ -1,20 +1,21 @@ # Copyriht 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/sdlmm/sdlmm-0.1.8.ebuild,v 1.4 2002/07/12 23:17:34 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdlmm/sdlmm-0.1.8.ebuild,v 1.5 2002/07/23 00:49:50 seemant Exp $ MY_P="${P/sdl/SDL}" S=${WORKDIR}/${MY_P} DESCRIPTION="A C++ Wrapper for the Simple DirectMedia Layer" SRC_URI="mirror://sourceforge/sdlmm/${MY_P}.tar.bz2" HOMEPAGE="http://sdlmm.sourceforge.net/" + +SLOT="0" +LICENSE="LGPL-2" +KEYWORDS="x86" + DEPEND=">=media-libs/libsdl-1.2.4" src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man || die - + econf || die emake || die } @@ -22,4 +23,3 @@ src_install() { make DESTDIR=${D} install || die dodoc AUTHORS COPYING README THANKS } - diff --git a/media-libs/sgi-oss-glu/sgi-oss-glu-1.3.ebuild b/media-libs/sgi-oss-glu/sgi-oss-glu-1.3.ebuild index 9b45465f5b7c..81a1d6d589ac 100644 --- a/media-libs/sgi-oss-glu/sgi-oss-glu-1.3.ebuild +++ b/media-libs/sgi-oss-glu/sgi-oss-glu-1.3.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-libs/sgi-oss-glu/sgi-oss-glu-1.3.ebuild,v 1.2 2002/07/11 06:30:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sgi-oss-glu/sgi-oss-glu-1.3.ebuild,v 1.3 2002/07/23 00:49:50 seemant Exp $ MY_P=oss-opengl-glu-20000925-1 S=${WORKDIR}/usr @@ -10,17 +10,18 @@ HOMEPAGE="http://www.mesa3d.org/downloads/sgi.html" DEPEND=">=app-arch/rpm-3.0.6" +SLOT="0" +LICENSE="SGI-B as-is" +KEYWORDS="x86 -ppc -sparc -sparc64" src_unpack() { - rpm2cpio ${DISTDIR}/${P} |cpio -i --make-directories - + rpm2cpio ${DISTDIR}/${MY_P}.i386.rpm |cpio -i --make-directories } src_compile() { einfo "Only binary package, nothing to compile" - } src_install () { @@ -30,5 +31,4 @@ src_install () { insinto /usr/lib doins ${S}/lib/* - } diff --git a/media-libs/skstream/skstream-0.2.2.ebuild b/media-libs/skstream/skstream-0.2.2.ebuild index 74c7bcaae755..3af0e57e66eb 100644 --- a/media-libs/skstream/skstream-0.2.2.ebuild +++ b/media-libs/skstream/skstream-0.2.2.ebuild @@ -1,24 +1,27 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/skstream/skstream-0.2.2.ebuild,v 1.2 2002/07/11 06:30:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/skstream/skstream-0.2.2.ebuild,v 1.3 2002/07/23 00:49:50 seemant Exp $ S=${WORKDIR}/${P} -DESCRIPTION="" +DESCRIPTION="FreeSockets - Portable C++ classes for IP (sockets) applications" SRC_URI="ftp://victor.worldforge.org/pub/worldforge/libs/skstream/${P}.tar.gz" HOMEPAGE="http://www.worldforge.org" + SLOT="0" +LICENSE="LGPL-2" +KEYWORDS="x86" DEPEND="virtual/glibc" src_compile() { - ./configure --host=${CHOST} --prefix=/usr || die - emake || die - + econf || die + emake || die } src_install() { - make DESTDIR=${D} install || die - + make DESTDIR=${D} install || die + + dodoc AUTHORS COPYING ChangeLog NEWS README TODO } diff --git a/media-libs/smjpeg/smjpeg-0.2.1-r2.ebuild b/media-libs/smjpeg/smjpeg-0.2.1-r2.ebuild index af906c8e22f7..593136fd2980 100644 --- a/media-libs/smjpeg/smjpeg-0.2.1-r2.ebuild +++ b/media-libs/smjpeg/smjpeg-0.2.1-r2.ebuild @@ -1,18 +1,23 @@ # 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/smjpeg/smjpeg-0.2.1-r2.ebuild,v 1.6 2002/07/11 06:30:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/smjpeg/smjpeg-0.2.1-r2.ebuild,v 1.7 2002/07/23 00:49:50 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="SDL Motion JPEG Library" SRC_URI="ftp://ftp.linuxgames.com/loki/open-source/smjpeg/${P}.tar.gz" HOMEPAGE="http://www.lokigames.com/development/smjpeg.php3" +SLOT="0" +LICENSE="LGPL-2" +KEYWORDS="x86" + DEPEND=">=media-libs/libsdl-1.1.7" src_compile() { use nas && LDFLAGS="-L/usr/X11R6/lib -lXt" - LDFLAGS="$LDFLAGS" ./configure --prefix=/usr --host=${CHOST} + LDFLAGS="${LDFLAGS}" \ + econf || die make || die } 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* )" diff --git a/media-libs/svgalib/files/digest-svgalib-1.4.2-r1 b/media-libs/svgalib/files/digest-svgalib-1.4.2-r1 deleted file mode 100644 index 4089d8b4c561..000000000000 --- a/media-libs/svgalib/files/digest-svgalib-1.4.2-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 4576058f43adbc2c433aeba25603fd82 svgalib-1.4.2.tar.gz 929044 diff --git a/media-libs/svgalib/svgalib-1.4.2-r1.ebuild b/media-libs/svgalib/svgalib-1.4.2-r1.ebuild deleted file mode 100644 index 4b0ae14ee967..000000000000 --- a/media-libs/svgalib/svgalib-1.4.2-r1.ebuild +++ /dev/null @@ -1,45 +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-libs/svgalib/svgalib-1.4.2-r1.ebuild,v 1.4 2002/07/11 06:30:40 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="a library for running svga graphics on the console" -SRC_URI="http://www.svgalib.org/${P}.tar.gz" -HOMEPAGE="http://www.svgalib.org/" - -DEPEND="virtual/glibc" - -src_unpack() { - unpack ${A} - cd ${S} - patch -p1 < ${FILESDIR}/${PN}-${PV}-gentoo.diff -} - -src_compile() { - - make OPTIMIZE="${CFLAGS}" static || die - make OPTIMIZE="${CFLAGS}" shared || die - make OPTIMIZE="${CFLAGS}" textutils || die - make OPTIMIZE="${CFLAGS}" lrmi || die - make OPTIMIZE="${CFLAGS}" utils || die - # Build the gl stuff tpp - make OPTIMIZE="${CFLAGS}" -C gl || die - make OPTIMIZE="${CFLAGS}" -C gl libvgagl.so.${PV} || die -} - -src_install () { - - dodir /etc/svga /usr/{include,lib,bin,share/man} - make TOPDIR=${D} OPTIMIZE="${CFLAGS}" install || die - insinto /usr/include - doins gl/vgagl.h - dolib.a gl/libvgagl.a - dolib.so gl/libvgagl.so.${PV} - dosym libvgagl.so.${PV} /usr/lib/libvgagl.so - - cd doc - dodoc 0-README CHANGES* DESIGN NEWS TODO - docinto txt - dodoc Driver-programming-HOWTO README.* add_driver svgalib.lsm - -} diff --git a/media-libs/svgalib/svgalib-1.4.3-r1.ebuild b/media-libs/svgalib/svgalib-1.4.3-r1.ebuild index 2151b08ad1a5..0e33ed8faef2 100644 --- a/media-libs/svgalib/svgalib-1.4.3-r1.ebuild +++ b/media-libs/svgalib/svgalib-1.4.3-r1.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/svgalib/svgalib-1.4.3-r1.ebuild,v 1.2 2002/07/11 06:30:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/svgalib/svgalib-1.4.3-r1.ebuild,v 1.3 2002/07/23 00:49:50 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="a library for running svga graphics on the console" SRC_URI="http://www.svgalib.org/${P}.tar.gz" HOMEPAGE="http://www.svgalib.org/" +SLOT="0" +LICENSE="BSD" +KEYWORDS="x86 -ppc -sparc -sparc64" + DEPEND="virtual/glibc" src_unpack() { diff --git a/media-libs/t1lib/t1lib-1.3.1.ebuild b/media-libs/t1lib/t1lib-1.3.1.ebuild index 22399b5c61cb..ef77ea35c835 100644 --- a/media-libs/t1lib/t1lib-1.3.1.ebuild +++ b/media-libs/t1lib/t1lib-1.3.1.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Update: Roman Weber <gentoo@gonzo.ch> -# /space/gentoo/cvsroot/gentoo-x86/media-libs/t1lib/t1lib-1.3.ebuild,v 1.4 2002/04/16 01:14:04 seemant Exp +# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/t1lib-1.3.1.ebuild,v 1.5 2002/07/23 00:49:50 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A Type 1 Rasterizer Library for UNIX/X11" @@ -36,12 +35,7 @@ src_compile() { use tetex \ || myopt="without_doc" echo `pwd` - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --datadir=/etc \ - ${myconf} || die - + econf ${myconf} || die make ${myopt} || die } diff --git a/media-libs/varconf/varconf-0.5.0.ebuild b/media-libs/varconf/varconf-0.5.0.ebuild index b5d959b19d26..0e598cc6df3f 100644 --- a/media-libs/varconf/varconf-0.5.0.ebuild +++ b/media-libs/varconf/varconf-0.5.0.ebuild @@ -1,16 +1,21 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/varconf/varconf-0.5.0.ebuild,v 1.2 2002/07/11 06:30:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/varconf/varconf-0.5.0.ebuild,v 1.3 2002/07/23 00:49:50 seemant Exp $ S="${WORKDIR}/${P}" +DESCRIPTION="A configuration system designed for the STAGE server." SRC_URI="ftp://victor.worldforge.org/pub/worldforge/libs/varconf/${P}.tar.bz2" HOMEPAGE="http://www.worldforge.net" + SLOT="0" +LICENSE="LGPL-2.1" +KEYWORDS="x86" + DEPEND="virtual/glibc" src_compile() { - ./configure --host=${CHOST} --prefix=/usr || die + econf || die emake || die } @@ -19,4 +24,5 @@ src_install() { make DESTDIR=${D} install || die + dodoc AUTHORS COPYING ChangeLog NEWS README THANKS TODO } diff --git a/media-libs/win32codecs/win32codecs-0.60-r1.ebuild b/media-libs/win32codecs/win32codecs-0.60-r1.ebuild index acd635b3e214..ed4fcfd68311 100644 --- a/media-libs/win32codecs/win32codecs-0.60-r1.ebuild +++ b/media-libs/win32codecs/win32codecs-0.60-r1.ebuild @@ -1,17 +1,18 @@ # 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/win32codecs/win32codecs-0.60-r1.ebuild,v 1.3 2002/07/16 11:36:53 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/win32codecs/win32codecs-0.60-r1.ebuild,v 1.4 2002/07/23 00:49:50 seemant Exp $ S=${WORKDIR}/w32codec-${PV} DESCRIPTION="Win32 binary codecs for MPlayer and maybe avifile as well" SRC_URI="ftp://ftp.mplayerhq.hu/MPlayer/releases/w32codec-${PV}.tar.bz2" HOMEPAGE="http://www.mplayerhq.hu/" -DEPEND="" LICENSE="as-is" SLOT="0" KEYWORDS="x86 ppc" +DEPEND="" + src_install() { insinto /usr/lib/win32 diff --git a/media-libs/xpm/xpm-3.4k.ebuild b/media-libs/xpm/xpm-3.4k.ebuild index a7b5e024bff9..d5523dd500b0 100644 --- a/media-libs/xpm/xpm-3.4k.ebuild +++ b/media-libs/xpm/xpm-3.4k.ebuild @@ -1,14 +1,17 @@ # 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/xpm/xpm-3.4k.ebuild,v 1.3 2002/07/11 06:30:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xpm/xpm-3.4k.ebuild,v 1.4 2002/07/23 00:49:50 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="XPM image library" SRC_URI="ftp://ftp.x.org/contrib/libraries/xpm-3.4k.tar.gz" HOMEPAGE="http://koala.ilog.fr/lehors/xpm.html" -DEPEND="virtual/glibc - virtual/x11" +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" + +DEPEND="virtual/x11" src_compile() { diff --git a/media-libs/zvbi/zvbi-0.2.1.ebuild b/media-libs/zvbi/zvbi-0.2.1.ebuild index 0441c6d3d0d2..4cc6515b89f3 100644 --- a/media-libs/zvbi/zvbi-0.2.1.ebuild +++ b/media-libs/zvbi/zvbi-0.2.1.ebuild @@ -1,18 +1,17 @@ # 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/zvbi/zvbi-0.2.1.ebuild,v 1.1 2002/07/16 21:49:36 stroke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/zvbi/zvbi-0.2.1.ebuild,v 1.2 2002/07/23 00:49:50 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="VBI Decoding Library for Zapping" SRC_URI="mirror://sourceforge/zapping/${P}.tar.bz2" HOMEPAGE="http://zapping.sourceforge.net" + SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" - DEPEND="virtual/x11 sys-devel/gettext" -RDEPEND="${DEPEND}" src_compile() { |