summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2002-09-05 05:32:02 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2002-09-05 05:32:02 +0000
commit8afb3b0b99bc6bd234638888d744b053cc38fb6d (patch)
treefee9edc0fb0f66ec986c44464fd33b2ffd55d5df /media-video/bcast/bcast-2000c-r2.ebuild
parentlittle fix for HIGHMEM (diff)
downloadgentoo-2-8afb3b0b99bc6bd234638888d744b053cc38fb6d.tar.gz
gentoo-2-8afb3b0b99bc6bd234638888d744b053cc38fb6d.tar.bz2
gentoo-2-8afb3b0b99bc6bd234638888d744b053cc38fb6d.zip
resolves bug #7336. patch for gcc3.2 support and lintoo clean up
Diffstat (limited to 'media-video/bcast/bcast-2000c-r2.ebuild')
-rw-r--r--media-video/bcast/bcast-2000c-r2.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/media-video/bcast/bcast-2000c-r2.ebuild b/media-video/bcast/bcast-2000c-r2.ebuild
index 3176e12ccf39..d4ebe1e5631a 100644
--- a/media-video/bcast/bcast-2000c-r2.ebuild
+++ b/media-video/bcast/bcast-2000c-r2.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/bcast/bcast-2000c-r2.ebuild,v 1.4 2002/08/01 11:59:02 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/bcast/bcast-2000c-r2.ebuild,v 1.5 2002/09/05 05:32:01 mkennedy Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Realtime audio and video editor"
@@ -11,6 +11,7 @@ DEPEND="dev-lang/nasm
=dev-libs/glib-1.2*
>=media-libs/libpng-1.2.1
virtual/x11"
+RDEPEND="${DEPEND}"
SLOT="0"
LICENSE="GPL-2"
@@ -18,18 +19,17 @@ KEYWORDS="x86"
src_unpack() {
unpack ${A}
- patch -p0 < ${FILESDIR}/${PF}-gentoo.diff
+ patch -p0 < ${FILESDIR}/${PF}-gentoo.diff || die
+ cd ${S}
+ patch -p1 <${FILESDIR}/bcast-2000c-gcc3-gentoo.patch || die
}
src_compile() {
-
./configure || die
make || die
-
}
src_install () {
-
into /usr
dobin bcast/bcast2000
dolib.so bcbase/libbcbase.so