summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD.M.D. Ljungmark <spider@gentoo.org>2002-04-12 20:55:43 +0000
committerD.M.D. Ljungmark <spider@gentoo.org>2002-04-12 20:55:43 +0000
commitfaa1f6789d93e0b8fddbf7fcbd67837d942d34e5 (patch)
tree30f4508ebdcb5030a2385101fccd985bf8148f93 /media-video/bcast
parentmore png dependency updates (diff)
downloadhistorical-faa1f6789d93e0b8fddbf7fcbd67837d942d34e5.tar.gz
historical-faa1f6789d93e0b8fddbf7fcbd67837d942d34e5.tar.bz2
historical-faa1f6789d93e0b8fddbf7fcbd67837d942d34e5.zip
libpng changes
Diffstat (limited to 'media-video/bcast')
-rw-r--r--media-video/bcast/ChangeLog7
-rw-r--r--media-video/bcast/bcast-2000c-r2.ebuild52
-rw-r--r--media-video/bcast/files/bcast-2000c-r2-gentoo.diff21
-rw-r--r--media-video/bcast/files/digest-bcast-2000c-r21
4 files changed, 80 insertions, 1 deletions
diff --git a/media-video/bcast/ChangeLog b/media-video/bcast/ChangeLog
index f89fa78093bc..2f6c5168c93e 100644
--- a/media-video/bcast/ChangeLog
+++ b/media-video/bcast/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-video/bcast
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/media-video/bcast/ChangeLog,v 1.2 2002/04/12 17:05:59 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/bcast/ChangeLog,v 1.3 2002/04/12 20:55:43 spider Exp $
+
+
+*bcast-2000c-r2 (11 Apr 2002)
+ 11 Apr 2002; Spider <spider@gentoo.org>
+ Update with another -r for libpng compability
*bcast-2000c-r1 (11 Apr 2002)
11 Apr 2002; Spider <spider@gentoo.org>
diff --git a/media-video/bcast/bcast-2000c-r2.ebuild b/media-video/bcast/bcast-2000c-r2.ebuild
new file mode 100644
index 000000000000..b688ec6ac0c5
--- /dev/null
+++ b/media-video/bcast/bcast-2000c-r2.ebuild
@@ -0,0 +1,52 @@
+# 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-video/bcast/bcast-2000c-r2.ebuild,v 1.1 2002/04/12 20:55:43 spider Exp $
+
+A=${P}-src.tar.gz
+S=${WORKDIR}/${P}
+DESCRIPTION="Realtime audio and video editor"
+SRC_URI="ftp://heroines.sourceforge.net/pub/heroines/${A}"
+HOMEPAGE="http://heroines.sourceforge.net/"
+
+DEPEND="virtual/glibc dev-lang/nasm
+ >=sys-devel/gcc-2.95.2
+ =dev-libs/glib-1.2*
+ >=media-libs/libpng-1.2.1
+ virtual/x11"
+
+RDEPEND="virtual/glibc
+ >=sys-devel/gcc-2.95.2
+ =dev-libs/glib-1.2*
+ >=media-libs/libpng-1.2.1
+ virtual/x11"
+
+src_unpack() {
+ unpack ${A}
+ patch -p0 < ${FILESDIR}/${PF}-gentoo.diff
+}
+
+src_compile() {
+
+ try ./configure
+ try make
+
+}
+
+src_install () {
+
+ into /usr
+ dobin bcast/bcast2000
+ dolib.so bcbase/libbcbase.so
+ dolib.so guicast/libguicast.so
+ insopts -m 755
+ insinto /usr/lib/bcast/plugins
+ doins plugins/*.plugin
+ dodoc COPYING
+ docinto html
+ dodoc docs/*.html docs/*.png docs/*.jpg
+
+}
+
+
+
diff --git a/media-video/bcast/files/bcast-2000c-r2-gentoo.diff b/media-video/bcast/files/bcast-2000c-r2-gentoo.diff
new file mode 100644
index 000000000000..8cf70c3a580c
--- /dev/null
+++ b/media-video/bcast/files/bcast-2000c-r2-gentoo.diff
@@ -0,0 +1,21 @@
+--- bcast-2000c/bcast/Makefile~ Tue Jan 2 22:27:16 2001
++++ bcast-2000c/bcast/Makefile Sat Jun 2 16:50:30 2001
+@@ -199,6 +199,7 @@
+ -I../quicktime/libdv \
+ -I../audiofile \
+ -I../esound \
++ -I../tiff \
+ $(shell glib-config --cflags)
+
+ export CFLAGS
+--- bcast-2000c/bcast/main.C~ Tue Jan 2 22:27:16 2001
++++ bcast-2000c/bcast/main.C Sat Jun 2 16:51:24 2001
+@@ -231,7 +231,7 @@
+ char path[1024];
+
+ // get the plugin directories
+- sprintf(global_plugin_dir, "/usr/local/bcast/plugins");
++ sprintf(global_plugin_dir, "/usr/X11R6/lib/bcast/plugins");
+ defaults->get("GLOBAL_PLUGIN_DIR", global_plugin_dir);
+ sprintf(local_plugin_dir, "");
+ defaults->get("LOCAL_PLUGIN_DIR", local_plugin_dir);
diff --git a/media-video/bcast/files/digest-bcast-2000c-r2 b/media-video/bcast/files/digest-bcast-2000c-r2
new file mode 100644
index 000000000000..3c42b267f808
--- /dev/null
+++ b/media-video/bcast/files/digest-bcast-2000c-r2
@@ -0,0 +1 @@
+MD5 1648ade202eadfca9522d5371c003820 bcast-2000c-src.tar.gz 5402399