From afc8170f6db94635300893a471a40ef9a125de12 Mon Sep 17 00:00:00 2001 From: drochner Date: Thu, 12 Oct 2006 13:33:58 +0000 Subject: update to 0.10.4 changes: -added apev2mux element -many bugfixes --- multimedia/gst-plugins0.10-good/Makefile | 6 +++++- multimedia/gst-plugins0.10-good/Makefile.common | 4 ++-- multimedia/gst-plugins0.10-good/PLIST | 3 ++- multimedia/gst-plugins0.10-good/distinfo | 9 +++++---- multimedia/gst-plugins0.10-good/patches/patch-ab | 13 +++++++++++++ 5 files changed, 27 insertions(+), 8 deletions(-) create mode 100644 multimedia/gst-plugins0.10-good/patches/patch-ab diff --git a/multimedia/gst-plugins0.10-good/Makefile b/multimedia/gst-plugins0.10-good/Makefile index 6bfb7a1e5d0..e2e9de3b498 100644 --- a/multimedia/gst-plugins0.10-good/Makefile +++ b/multimedia/gst-plugins0.10-good/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/07/05 08:12:30 drochner Exp $ +# $NetBSD: Makefile,v 1.7 2006/10/12 13:33:58 drochner Exp $ # .include "Makefile.common" @@ -16,6 +16,10 @@ CONFIGURE_ARGS+= --enable-annodex GCONF2_SCHEMAS= gstreamer-0.10.schemas +post-install: + ${INSTALL_DATA} ${WRKSRC}/gconf/gstreamer-0.10.schemas \ + ${GCONF2_SCHEMAS_DIR} + .include "../../devel/GConf2/schemas.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/multimedia/gst-plugins0.10-good/Makefile.common b/multimedia/gst-plugins0.10-good/Makefile.common index 6f7b0aa92cf..d206276ab19 100644 --- a/multimedia/gst-plugins0.10-good/Makefile.common +++ b/multimedia/gst-plugins0.10-good/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.6 2006/07/02 11:18:16 drochner Exp $ +# $NetBSD: Makefile.common,v 1.7 2006/10/12 13:33:58 drochner Exp $ # GST_PLUGINS0.10_TYPE= good -GST_PLUGINS0.10_VER= 0.10.3 +GST_PLUGINS0.10_VER= 0.10.4 # Disable all drivers and features by default. .for driver in aalib \ diff --git a/multimedia/gst-plugins0.10-good/PLIST b/multimedia/gst-plugins0.10-good/PLIST index 211b70811bf..eaf93aad9d5 100644 --- a/multimedia/gst-plugins0.10-good/PLIST +++ b/multimedia/gst-plugins0.10-good/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2006/06/14 11:23:17 drochner Exp $ +@comment $NetBSD: PLIST,v 1.5 2006/10/12 13:33:58 drochner Exp $ lib/gstreamer-0.10/libgstalaw.la lib/gstreamer-0.10/libgstalpha.la lib/gstreamer-0.10/libgstalphacolor.la @@ -9,6 +9,7 @@ lib/gstreamer-0.10/libgstautodetect.la lib/gstreamer-0.10/libgstavi.la lib/gstreamer-0.10/libgstcutter.la lib/gstreamer-0.10/libgstdebug.la +lib/gstreamer-0.10/libgstefence.la lib/gstreamer-0.10/libgsteffectv.la lib/gstreamer-0.10/libgstflxdec.la lib/gstreamer-0.10/libgstgconfelements.la diff --git a/multimedia/gst-plugins0.10-good/distinfo b/multimedia/gst-plugins0.10-good/distinfo index d0f24de4286..c057615d4e7 100644 --- a/multimedia/gst-plugins0.10-good/distinfo +++ b/multimedia/gst-plugins0.10-good/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.5 2006/06/14 11:23:17 drochner Exp $ +$NetBSD: distinfo,v 1.6 2006/10/12 13:33:58 drochner Exp $ -SHA1 (gst-plugins-good-0.10.3.tar.bz2) = 4989c57fd6c080d75f40e508ae9036ed69ff71fe -RMD160 (gst-plugins-good-0.10.3.tar.bz2) = 9010c136cfe11659f17dac05f587f51c23a37d95 -Size (gst-plugins-good-0.10.3.tar.bz2) = 1165391 bytes +SHA1 (gst-plugins-good-0.10.4.tar.bz2) = 8d99da6d912d03296aa9908af3f6840e2191df14 +RMD160 (gst-plugins-good-0.10.4.tar.bz2) = 23d774f547e9cdc4929c5bcd24aa21019c2a6b8d +Size (gst-plugins-good-0.10.4.tar.bz2) = 1225739 bytes SHA1 (patch-aa) = f6ea3afbb377a7dad86c1350d4af7b1dfdca8a6a +SHA1 (patch-ab) = 16c8e67c63cf2c06a5e21eedad722f89ce73561f diff --git a/multimedia/gst-plugins0.10-good/patches/patch-ab b/multimedia/gst-plugins0.10-good/patches/patch-ab new file mode 100644 index 00000000000..d5ee88adb42 --- /dev/null +++ b/multimedia/gst-plugins0.10-good/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.3 2006/10/12 13:33:58 drochner Exp $ + +--- configure.orig 2006-10-07 00:33:28.000000000 +0200 ++++ configure +@@ -25821,7 +25821,7 @@ rm -f conftest.mmap + + + +-if test "x$ac_cv_func_mmap_fixed_mapped" == "xyes"; then ++if test "x$ac_cv_func_mmap_fixed_mapped" = "xyes"; then + GST_HAVE_MMAP_TRUE= + GST_HAVE_MMAP_FALSE='#' + else -- cgit v1.2.3