pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/gst-plugins0.10-good update to 0.10.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/6f012e19db77
branches: trunk
changeset: 519922:6f012e19db77
user: drochner <drochner%pkgsrc.org@localhost>
date: Thu Oct 12 13:33:58 2006 +0000
description:
update to 0.10.4
changes:
-added apev2mux element
-many bugfixes
diffstat:
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(-)
diffs (83 lines):
diff -r cefe72b74edc -r 6f012e19db77 multimedia/gst-plugins0.10-good/Makefile
--- a/multimedia/gst-plugins0.10-good/Makefile Thu Oct 12 13:30:36 2006 +0000
+++ b/multimedia/gst-plugins0.10-good/Makefile Thu Oct 12 13:33:58 2006 +0000
@@ -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 @@
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 -r cefe72b74edc -r 6f012e19db77 multimedia/gst-plugins0.10-good/Makefile.common
--- a/multimedia/gst-plugins0.10-good/Makefile.common Thu Oct 12 13:30:36 2006 +0000
+++ b/multimedia/gst-plugins0.10-good/Makefile.common Thu Oct 12 13:33:58 2006 +0000
@@ -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 -r cefe72b74edc -r 6f012e19db77 multimedia/gst-plugins0.10-good/PLIST
--- a/multimedia/gst-plugins0.10-good/PLIST Thu Oct 12 13:30:36 2006 +0000
+++ b/multimedia/gst-plugins0.10-good/PLIST Thu Oct 12 13:33:58 2006 +0000
@@ -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/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 -r cefe72b74edc -r 6f012e19db77 multimedia/gst-plugins0.10-good/distinfo
--- a/multimedia/gst-plugins0.10-good/distinfo Thu Oct 12 13:30:36 2006 +0000
+++ b/multimedia/gst-plugins0.10-good/distinfo Thu Oct 12 13:33:58 2006 +0000
@@ -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 -r cefe72b74edc -r 6f012e19db77 multimedia/gst-plugins0.10-good/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins0.10-good/patches/patch-ab Thu Oct 12 13:33:58 2006 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index