diff options
author | drochner <drochner@pkgsrc.org> | 2006-06-14 11:19:19 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-06-14 11:19:19 +0000 |
commit | 411f8e6462988f7056ac26151c0d9d85e821905f (patch) | |
tree | b12d356c01a2aa54fb30a59975230fb14fe06648 /multimedia/gst-plugins0.10-base | |
parent | f323e16aff7c262a07b504789c3041d18578feee (diff) | |
download | pkgsrc-411f8e6462988f7056ac26151c0d9d85e821905f.tar.gz |
update to 0.10.8
changes: bugfixes
Diffstat (limited to 'multimedia/gst-plugins0.10-base')
-rw-r--r-- | multimedia/gst-plugins0.10-base/Makefile.common | 4 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-base/distinfo | 9 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-base/patches/patch-ab | 18 |
3 files changed, 6 insertions, 25 deletions
diff --git a/multimedia/gst-plugins0.10-base/Makefile.common b/multimedia/gst-plugins0.10-base/Makefile.common index f3c8608632a..5df28298bf7 100644 --- a/multimedia/gst-plugins0.10-base/Makefile.common +++ b/multimedia/gst-plugins0.10-base/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.4 2006/04/03 16:11:39 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.5 2006/06/14 11:19:19 drochner Exp $ # GST_PLUGINS0.10_TYPE= base -GST_PLUGINS0.10_VER= 0.10.5 +GST_PLUGINS0.10_VER= 0.10.8 # Disable all drivers and features by default. .for driver in alsa \ diff --git a/multimedia/gst-plugins0.10-base/distinfo b/multimedia/gst-plugins0.10-base/distinfo index c0279c1ae13..7a5e8a0c7e4 100644 --- a/multimedia/gst-plugins0.10-base/distinfo +++ b/multimedia/gst-plugins0.10-base/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.6 2006/04/03 16:11:39 jmmv Exp $ +$NetBSD: distinfo,v 1.7 2006/06/14 11:19:19 drochner Exp $ -SHA1 (gst-plugins-base-0.10.5.tar.bz2) = a0e721cc1ea52212c4906894e8f86168c794d38e -RMD160 (gst-plugins-base-0.10.5.tar.bz2) = 80bd0023d92a985230146c77d0c91f4afc7c0a14 -Size (gst-plugins-base-0.10.5.tar.bz2) = 1100090 bytes -SHA1 (patch-ab) = 94492cdfab49737e419b39c11b65d76f9bee2e3b +SHA1 (gst-plugins-base-0.10.8.tar.bz2) = b428fe9caa17edd78a87d50931691a6d47c20e72 +RMD160 (gst-plugins-base-0.10.8.tar.bz2) = 41f5647fb0be2d0038ca925a0479e5c8ac57ab4a +Size (gst-plugins-base-0.10.8.tar.bz2) = 1234234 bytes diff --git a/multimedia/gst-plugins0.10-base/patches/patch-ab b/multimedia/gst-plugins0.10-base/patches/patch-ab deleted file mode 100644 index d7f9883e650..00000000000 --- a/multimedia/gst-plugins0.10-base/patches/patch-ab +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2006/01/18 15:41:03 jmmv Exp $ - ---- tests/Makefile.in.orig 2005-12-23 16:28:21.000000000 +0100 -+++ tests/Makefile.in -@@ -371,10 +371,12 @@ target_alias = @target_alias@ - @BUILD_EXAMPLES_TRUE@SUBDIRS_EXAMPLES = examples - @HAVE_CHECK_FALSE@SUBDIRS_CHECK = - @HAVE_CHECK_TRUE@SUBDIRS_CHECK = check -+@USE_X_FALSE@SUBDIRS_ICLES = -+@USE_X_TRUE@SUBDIRS_ICLES = icles - SUBDIRS = \ - $(SUBDIRS_CHECK) \ - $(SUBDIRS_EXAMPLES) \ -- icles -+ $(SUBDIRS_ICLES) - - DIST_SUBDIRS = \ - check \ |