diff options
author | drochner <drochner@pkgsrc.org> | 2010-07-22 12:59:47 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-07-22 12:59:47 +0000 |
commit | fa703c608021e4e392bb574e35bd5dde57f75330 (patch) | |
tree | d433382a7a92d45b10ef1892c8b85b2396a9a8ef | |
parent | 1df9cd57e09768baa8e80b31dc86646ecb2564d0 (diff) | |
download | pkgsrc-fa703c608021e4e392bb574e35bd5dde57f75330.tar.gz |
update to 0.10.24
changes:
-Use Orc for SIMD and other optimisations, and remove liboil dependency
-fixes, minor feature extensions
-rw-r--r-- | multimedia/gst-plugins0.10-good/Makefile.common | 6 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-good/PLIST | 3 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-good/distinfo | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/multimedia/gst-plugins0.10-good/Makefile.common b/multimedia/gst-plugins0.10-good/Makefile.common index 00e305fb1ad..59f6b65df50 100644 --- a/multimedia/gst-plugins0.10-good/Makefile.common +++ b/multimedia/gst-plugins0.10-good/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.27 2010/07/13 17:52:17 drochner Exp $ +# $NetBSD: Makefile.common,v 1.28 2010/07/22 12:59:47 drochner Exp $ # # used by audio/gst-plugins0.10-esound/Makefile # used by audio/gst-plugins0.10-flac/Makefile @@ -13,7 +13,7 @@ # used by net/gst-plugins0.10-soup/Makefile GST_PLUGINS0.10_TYPE= good -GST_PLUGINS0.10_VER= 0.10.23 +GST_PLUGINS0.10_VER= 0.10.24 # Disable all drivers and features by default. .for driver in aalib \ @@ -47,7 +47,7 @@ CONFIGURE_ARGS+= --disable-${driver} .endfor .include "../../multimedia/gst-plugins0.10-base/plugins.mk" - +.include "../../devel/orc/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" BUILDLINK_API_DEPENDS.gst-plugins0.10-base+= gst-plugins0.10-base>=0.10.23 .include "../../multimedia/gst-plugins0.10-base/buildlink3.mk" diff --git a/multimedia/gst-plugins0.10-good/PLIST b/multimedia/gst-plugins0.10-good/PLIST index 8184a9bcd18..4a3f5eae623 100644 --- a/multimedia/gst-plugins0.10-good/PLIST +++ b/multimedia/gst-plugins0.10-good/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.21 2010/07/13 17:52:17 drochner Exp $ +@comment $NetBSD: PLIST,v 1.22 2010/07/22 12:59:47 drochner Exp $ lib/gstreamer-0.10/libgstalaw.la lib/gstreamer-0.10/libgstalpha.la lib/gstreamer-0.10/libgstalphacolor.la @@ -75,6 +75,7 @@ share/locale/pl/LC_MESSAGES/gst-plugins-good-0.10.mo share/locale/pt_BR/LC_MESSAGES/gst-plugins-good-0.10.mo share/locale/ru/LC_MESSAGES/gst-plugins-good-0.10.mo share/locale/sk/LC_MESSAGES/gst-plugins-good-0.10.mo +share/locale/sl/LC_MESSAGES/gst-plugins-good-0.10.mo share/locale/sq/LC_MESSAGES/gst-plugins-good-0.10.mo share/locale/sr/LC_MESSAGES/gst-plugins-good-0.10.mo share/locale/sv/LC_MESSAGES/gst-plugins-good-0.10.mo diff --git a/multimedia/gst-plugins0.10-good/distinfo b/multimedia/gst-plugins0.10-good/distinfo index 2b5416856fd..f7a4b09e6e5 100644 --- a/multimedia/gst-plugins0.10-good/distinfo +++ b/multimedia/gst-plugins0.10-good/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.29 2010/07/13 17:52:17 drochner Exp $ +$NetBSD: distinfo,v 1.30 2010/07/22 12:59:47 drochner Exp $ -SHA1 (gst-plugins-good-0.10.23.tar.bz2) = d819a2690e5bfe83f1277c850b737a13f8f28c12 -RMD160 (gst-plugins-good-0.10.23.tar.bz2) = b19a61d796e0c384e074f61fc0515826fb6f6061 -Size (gst-plugins-good-0.10.23.tar.bz2) = 2882183 bytes +SHA1 (gst-plugins-good-0.10.24.tar.bz2) = a0736c604a0f7da948a08f406157c420883ab339 +RMD160 (gst-plugins-good-0.10.24.tar.bz2) = b81ecec34c76ee6ec0dcaa84f8b2734b74af42ec +Size (gst-plugins-good-0.10.24.tar.bz2) = 2921780 bytes SHA1 (patch-ab) = ed06a86961ee93cd1e680fed42eb06acf806f91c SHA1 (patch-ba) = 0f2cc16c39f8bc2a4854ec928b7c0b60d0559eb5 SHA1 (patch-bb) = ec781545a7583405a25e8a4dcf689e777f6ac51f |