update to 0.10.25
changes: Improve the byte-reader API GObject introspection support Improve clock accuracy on win32 Optimisations in capabilities checking Optimisations and fixes in the basetransform base class new 64-bit scaling utility function variants Various bug-fixes and improvements
This commit is contained in:
parent
ccb0ade6bd
commit
cd7de02ab0
3 changed files with 9 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.30 2009/08/17 17:40:25 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.31 2009/10/21 16:39:38 drochner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gstreamer-0.10.24
|
||||
DISTNAME= gstreamer-0.10.25
|
||||
PKGNAME= ${DISTNAME:S/gstreamer/gstreamer0.10/}
|
||||
CATEGORIES= multimedia gnome
|
||||
MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.18 2009/08/17 17:40:25 drochner Exp $
|
||||
@comment $NetBSD: PLIST,v 1.19 2009/10/21 16:39:38 drochner Exp $
|
||||
bin/gst-feedback-0.10
|
||||
bin/gst-inspect-0.10
|
||||
bin/gst-launch-0.10
|
||||
|
@ -18,6 +18,7 @@ include/gstreamer-0.10/gst/base/gsttypefindhelper.h
|
|||
${PLIST.gstcheck}include/gstreamer-0.10/gst/check/gstbufferstraw.h
|
||||
${PLIST.gstcheck}include/gstreamer-0.10/gst/check/gstcheck.h
|
||||
${PLIST.gstcheck}include/gstreamer-0.10/gst/check/gstconsistencychecker.h
|
||||
${PLIST.gstcheck}include/gstreamer-0.10/gst/check/internal-check.h
|
||||
include/gstreamer-0.10/gst/controller/gstcontroller.h
|
||||
include/gstreamer-0.10/gst/controller/gstcontrolsource.h
|
||||
include/gstreamer-0.10/gst/controller/gstinterpolationcontrolsource.h
|
||||
|
@ -246,6 +247,7 @@ share/locale/da/LC_MESSAGES/gstreamer-0.10.mo
|
|||
share/locale/de/LC_MESSAGES/gstreamer-0.10.mo
|
||||
share/locale/en_GB/LC_MESSAGES/gstreamer-0.10.mo
|
||||
share/locale/es/LC_MESSAGES/gstreamer-0.10.mo
|
||||
share/locale/eu/LC_MESSAGES/gstreamer-0.10.mo
|
||||
share/locale/fi/LC_MESSAGES/gstreamer-0.10.mo
|
||||
share/locale/fr/LC_MESSAGES/gstreamer-0.10.mo
|
||||
share/locale/hu/LC_MESSAGES/gstreamer-0.10.mo
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.21 2009/08/17 17:40:25 drochner Exp $
|
||||
$NetBSD: distinfo,v 1.22 2009/10/21 16:39:38 drochner Exp $
|
||||
|
||||
SHA1 (gstreamer-0.10.24.tar.bz2) = bb93174f1c19560e119092a16e8acc3a905b6bb4
|
||||
RMD160 (gstreamer-0.10.24.tar.bz2) = f77e4d1585567c0e4dd61c1301ba2032b2a04177
|
||||
Size (gstreamer-0.10.24.tar.bz2) = 2982027 bytes
|
||||
SHA1 (gstreamer-0.10.25.tar.bz2) = e3cda2dcac9dbbfc2e61ba79fcd3bff1313dc7f4
|
||||
RMD160 (gstreamer-0.10.25.tar.bz2) = 79f0d117f46d4138acb35fac6594a7aeba4c4a7e
|
||||
Size (gstreamer-0.10.25.tar.bz2) = 3045572 bytes
|
||||
SHA1 (patch-aa) = bc10562292a005ec43d64401964eddf50d9aa1d5
|
||||
SHA1 (patch-ac) = 9008a73a998c93724cd404b0b1c4f64921d37024
|
||||
SHA1 (patch-ad) = e37dcc2de746d7b2cf3c97acd5a55325640822c4
|
||||
|
|
Loading…
Reference in a new issue