summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-10-04 16:04:34 +0000
committerAchim Gottinger <achim@gentoo.org>2000-10-04 16:04:34 +0000
commitaf4da055c86e639373b210c8b0edc346d0222425 (patch)
tree5470b337b96442c3e90d853bb44ed1f4a2cadeba /media-libs
parent*** empty log message *** (diff)
downloadgentoo-2-af4da055c86e639373b210c8b0edc346d0222425.tar.gz
gentoo-2-af4da055c86e639373b210c8b0edc346d0222425.tar.bz2
gentoo-2-af4da055c86e639373b210c8b0edc346d0222425.zip
*** empty log message ***
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/alsa-lib/alsa-lib-0.5.8-r1.ebuild31
-rw-r--r--media-libs/alsa-lib/files/digest-alsa-lib-0.5.8-r11
-rw-r--r--media-libs/giflib/giflib-4.1.0-r1.ebuild6
-rw-r--r--media-libs/smpeg/smpeg-0.4.1.ebuild4
4 files changed, 6 insertions, 36 deletions
diff --git a/media-libs/alsa-lib/alsa-lib-0.5.8-r1.ebuild b/media-libs/alsa-lib/alsa-lib-0.5.8-r1.ebuild
deleted file mode 100644
index f09f90fa9ca4..000000000000
--- a/media-libs/alsa-lib/alsa-lib-0.5.8-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-0.5.8-r1.ebuild,v 1.3 2000/09/15 20:09:01 drobbins Exp $
-
-P=alsa-lib-0.5.8
-A=${P}.tar.bz2
-S=${WORKDIR}/${P}
-DESCRIPTION="Advanced Linux Sound Architecture / Library"
-SRC_URI="ftp://ftp.alsa-project.org/pub/lib/"${A}
-HOMEPAGE="http://www.alsa-project.org/"
-
-src_unpack() {
- unpack ${A}
-}
-
-src_compile() {
- cd ${S}
- try ./configure --host=${CHOST} --prefix=/usr
- try make
-}
-
-src_install() {
- cd ${S}
- try make DESTDIR=${D} install
- dodoc ChangeLog COPYING
-}
-
-
-
-
diff --git a/media-libs/alsa-lib/files/digest-alsa-lib-0.5.8-r1 b/media-libs/alsa-lib/files/digest-alsa-lib-0.5.8-r1
deleted file mode 100644
index 6e047cad4aa7..000000000000
--- a/media-libs/alsa-lib/files/digest-alsa-lib-0.5.8-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 40b5d43c4a1db9fde74a7192f4d52a9d alsa-lib-0.5.8.tar.bz2
diff --git a/media-libs/giflib/giflib-4.1.0-r1.ebuild b/media-libs/giflib/giflib-4.1.0-r1.ebuild
index 671917dc0ddb..6ca80eef121c 100644
--- a/media-libs/giflib/giflib-4.1.0-r1.ebuild
+++ b/media-libs/giflib/giflib-4.1.0-r1.ebuild
@@ -1,13 +1,15 @@
## Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/media-libs/giflib/giflib-4.1.0-r1.ebuild,v 1.3 2000/09/15 20:09:01 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/giflib/giflib-4.1.0-r1.ebuild,v 1.4 2000/10/04 16:04:34 achim Exp $
P=giflib-4.1.0
A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="giflib"
-SRC_URI="ftp://prtr-13.ucsc.edu/pub/libungif/"${A}
+SRC_URI="ftp://metalab.unc.edu/pub/Linux/libs/giflib/${A}
+ ftp://prtr-13.ucsc.edu/pub/libungif/${A}"
+
HOMEPAGE="http://prtr-13.ucsc.edu/~badger/software/libungif/index.shtml"
src_compile() {
cd ${S}
diff --git a/media-libs/smpeg/smpeg-0.4.1.ebuild b/media-libs/smpeg/smpeg-0.4.1.ebuild
index ee0b61c69b06..d4b1bc7d7fa6 100644
--- a/media-libs/smpeg/smpeg-0.4.1.ebuild
+++ b/media-libs/smpeg/smpeg-0.4.1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.1.ebuild,v 1.1 2000/10/04 15:25:44 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.1.ebuild,v 1.2 2000/10/04 16:04:34 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.lokigames.com/development/smpeg.php3"
src_compile() {
cd ${S}
- try ./configure --prefix=/usr --host=${CHOST}
+ try ./configure --prefix=/usr --host=${CHOST} --disable-opengl-player
try make
}