summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-03 03:03:54 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-03 03:03:54 +0000
commit0ac9a31daada4afaa190f7dc2eb8acd876ef76dc (patch)
tree988a6edf5422eb810241c09d28941201a41df8bf /media-video/avifile
parentold (diff)
downloadhistorical-0ac9a31daada4afaa190f7dc2eb8acd876ef76dc.tar.gz
historical-0ac9a31daada4afaa190f7dc2eb8acd876ef76dc.tar.bz2
historical-0ac9a31daada4afaa190f7dc2eb8acd876ef76dc.zip
$DEBUGBUILD -> use debug
Diffstat (limited to 'media-video/avifile')
-rw-r--r--media-video/avifile/avifile-0.7.32.20030219.ebuild19
-rw-r--r--media-video/avifile/avifile-0.7.37.20030522-r2.ebuild11
2 files changed, 13 insertions, 17 deletions
diff --git a/media-video/avifile/avifile-0.7.32.20030219.ebuild b/media-video/avifile/avifile-0.7.32.20030219.ebuild
index 4355c1a3cefb..de05a3386233 100644
--- a/media-video/avifile/avifile-0.7.32.20030219.ebuild
+++ b/media-video/avifile/avifile-0.7.32.20030219.ebuild
@@ -1,20 +1,19 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/avifile/avifile-0.7.32.20030219.ebuild,v 1.3 2003/06/12 14:17:00 seemant Exp $
-
-IUSE="static truetype xv sdl dvd mmx sse 3dnow zlib oggvorbis X qt alsa esd"
+# $Header: /var/cvsroot/gentoo-x86/media-video/avifile/avifile-0.7.32.20030219.ebuild,v 1.4 2003/08/03 03:03:54 vapier Exp $
MY_P="${P/.200/-200}"
MY_S="${PN}0.7-0.7.32"
S="${WORKDIR}/${MY_S}"
DESCRIPTION="Library for AVI-Files"
-SRC_URI="http://avifile.sourceforge.net/${MY_P}.tgz"
HOMEPAGE="http://avifile.sourceforge.net/"
+SRC_URI="http://avifile.sourceforge.net/${MY_P}.tgz"
-SLOT="0.7"
LICENSE="GPL-2"
+SLOT="0.7"
KEYWORDS="x86 ~sparc"
+IUSE="static truetype xv sdl dvd mmx sse 3dnow zlib oggvorbis X qt alsa esd debug"
DEPEND=">=media-libs/jpeg-6b
x86? ( >=media-libs/divx4linux-20020418
@@ -83,11 +82,9 @@ src_compile() {
myconf="${myconf} --enable-lame-bin"
fi
- if [ ! -z $DEBUGBUILD ]; then
- myconf="${myconf} --enable-loader-out"
- else
- myconf="${myconf} --enable-quiet"
- fi
+ use debug \
+ && myconf="${myconf} --enable-loader-out" \
+ || myconf="${myconf} --enable-quiet"
( use mmx || use sse || use 3dnow ) && myconf="${myconf} --enable-x86opt"
@@ -138,7 +135,7 @@ src_compile() {
emake || die
}
-src_install () {
+src_install() {
dodir /usr/lib /usr/bin
use avi && dodir /usr/lib/win32
diff --git a/media-video/avifile/avifile-0.7.37.20030522-r2.ebuild b/media-video/avifile/avifile-0.7.37.20030522-r2.ebuild
index 4400c51c27e6..0be7382a4f63 100644
--- a/media-video/avifile/avifile-0.7.37.20030522-r2.ebuild
+++ b/media-video/avifile/avifile-0.7.37.20030522-r2.ebuild
@@ -1,8 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/avifile/avifile-0.7.37.20030522-r2.ebuild,v 1.3 2003/07/19 22:00:52 seemant Exp $
-
-IUSE="static truetype xv sdl dvd mmx sse 3dnow zlib oggvorbis X qt alsa esd debug"
+# $Header: /var/cvsroot/gentoo-x86/media-video/avifile/avifile-0.7.37.20030522-r2.ebuild,v 1.4 2003/08/03 03:03:54 vapier Exp $
MAJ_PV=${PV:0:3}
MIN_PV=${PV:3:3}
@@ -11,12 +9,13 @@ MY_S="${PN}${MAJ_PV}-${MAJ_PV}${MIN_PV}"
S="${WORKDIR}/${MY_S}"
DESCRIPTION="Library for AVI-Files"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tgz"
HOMEPAGE="http://avifile.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tgz"
-SLOT="0.7"
LICENSE="GPL-2"
+SLOT="0.7"
KEYWORDS="~x86 ~sparc"
+IUSE="static truetype xv sdl dvd mmx sse 3dnow zlib oggvorbis X qt alsa esd debug"
DEPEND=">=media-libs/jpeg-6b
x86? ( >=media-libs/divx4linux-20020418
@@ -150,7 +149,7 @@ src_compile() {
emake || die
}
-src_install () {
+src_install() {
dodir /usr/lib /usr/bin
use avi && dodir /usr/lib/win32