Update to 0.8.9:
Changes since 0.8.8: * Probe fixes * Thread and queue fixes fixes * Documentation updates * Important GstBin state change fix - see #166371 if you subclass Bugs fixed since 0.8.8: * 94464 : [threads] gst_scheduler_add_scheduler() doesn't ref passe... * 123775 : [PATCH] [api] setting state on element should force highe... * 142588 : [threads] if all elements have been removed from a bin, s... * 150546 : [api] Error for calling gst_pad_push in a get function is... * 162276 : [build] gstregistry.h and gstxmlregistry.c don't build wi... * 163234 : [PATCH] plugin loading isn't thread-safe * 163383 : [PATCH] ogm plugins won't register * 163801 : [PATCH] mem leak in xml registry loading * 164062 : [PATCH] tee capsnego is broken * 164261 : [PATCH] GST parsing doesn't recognise urls without a file... * 165272 : [PATCH] Problem compiling gstreamer 0.8.8 * 165365 : [PATCH] gst_string_wrap() segfaults on NULL strings * 165922 : add locking in opt * 166269 : Typo in current .po file msgid string * 166362 : data discarded by probes is leaked * 166371 : GstBin derived classes not notified of state change
This commit is contained in:
parent
7dbb36a003
commit
a8aa2c26db
3 changed files with 15 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.21 2005/01/23 20:41:48 recht Exp $
|
||||
# $NetBSD: Makefile,v 1.22 2005/02/09 13:37:17 jmmv Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gstreamer-0.8.8
|
||||
DISTNAME= gstreamer-0.8.9
|
||||
CATEGORIES= multimedia gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gstreamer/0.8/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.11 2005/01/06 11:23:44 jmmv Exp $
|
||||
@comment $NetBSD: PLIST,v 1.12 2005/02/09 13:37:17 jmmv Exp $
|
||||
bin/gst-complete
|
||||
bin/gst-complete-0.8
|
||||
bin/gst-compprep
|
||||
|
@ -141,7 +141,6 @@ share/doc/gstreamer-0.8/gstreamer-GstCaps.html
|
|||
share/doc/gstreamer-0.8/gstreamer-GstCompat.html
|
||||
share/doc/gstreamer-0.8/gstreamer-GstData.html
|
||||
share/doc/gstreamer-0.8/gstreamer-GstElementDetails.html
|
||||
share/doc/gstreamer-0.8/gstreamer-GstEnumTypes.html
|
||||
share/doc/gstreamer-0.8/gstreamer-GstEvent.html
|
||||
share/doc/gstreamer-0.8/gstreamer-GstFilter.html
|
||||
share/doc/gstreamer-0.8/gstreamer-GstFormat.html
|
||||
|
@ -171,10 +170,16 @@ share/doc/gstreamer-0.8/gstreamer-support.html
|
|||
share/doc/gstreamer-0.8/gstreamer.html
|
||||
share/doc/gstreamer-0.8/index.html
|
||||
share/doc/gstreamer-0.8/index.sgml
|
||||
share/doc/gstreamer-libs-0.8/GstDParam.html
|
||||
share/doc/gstreamer-libs-0.8/GstDParamLinInterp.html
|
||||
share/doc/gstreamer-libs-0.8/GstDParamManager.html
|
||||
share/doc/gstreamer-libs-0.8/GstDParamSmooth.html
|
||||
share/doc/gstreamer-libs-0.8/GstUnitConvert.html
|
||||
share/doc/gstreamer-libs-0.8/api-index.html
|
||||
share/doc/gstreamer-libs-0.8/gstreamer-control.html
|
||||
share/doc/gstreamer-libs-0.8/gstreamer-libs-0.8.devhelp
|
||||
share/doc/gstreamer-libs-0.8/gstreamer-libs-GstControl.html
|
||||
share/doc/gstreamer-libs-0.8/gstreamer-libs-gstbytestream.html
|
||||
share/doc/gstreamer-libs-0.8/gstreamer-libs-gstcontrol.html
|
||||
share/doc/gstreamer-libs-0.8/gstreamer-libs-gstdataprotocol.html
|
||||
share/doc/gstreamer-libs-0.8/gstreamer-libs-gstgetbits.html
|
||||
share/doc/gstreamer-libs-0.8/gstreamer-libs-hierarchy.html
|
||||
|
@ -185,6 +190,7 @@ ${PKGLOCALEDIR}/locale/af/LC_MESSAGES/gstreamer-0.8.mo
|
|||
${PKGLOCALEDIR}/locale/az/LC_MESSAGES/gstreamer-0.8.mo
|
||||
${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/gstreamer-0.8.mo
|
||||
${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gstreamer-0.8.mo
|
||||
${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gstreamer-0.8.mo
|
||||
${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/gstreamer-0.8.mo
|
||||
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gstreamer-0.8.mo
|
||||
${PKGLOCALEDIR}/locale/it/LC_MESSAGES/gstreamer-0.8.mo
|
||||
|
@ -195,6 +201,7 @@ ${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/gstreamer-0.8.mo
|
|||
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gstreamer-0.8.mo
|
||||
${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/gstreamer-0.8.mo
|
||||
${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gstreamer-0.8.mo
|
||||
${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/gstreamer-0.8.mo
|
||||
@dirrm share/doc/gstreamer-libs-0.8
|
||||
@exec ${MKDIR} %D/share/doc/${PKGNAME}/pwg
|
||||
@dirrm share/doc/${PKGNAME}/pwg
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.8 2005/01/06 11:23:44 jmmv Exp $
|
||||
$NetBSD: distinfo,v 1.9 2005/02/09 13:37:17 jmmv Exp $
|
||||
|
||||
SHA1 (gstreamer-0.8.8.tar.bz2) = 01c5c420167d1238ecf5323bb418b02061a628ff
|
||||
Size (gstreamer-0.8.8.tar.bz2) = 1408026 bytes
|
||||
SHA1 (gstreamer-0.8.9.tar.bz2) = 047d7091bf020f6bac12d4bc496d2b7e7e3ab867
|
||||
Size (gstreamer-0.8.9.tar.bz2) = 1456548 bytes
|
||||
SHA1 (patch-aa) = 749f788b2639bdffb48cf937aae0520db2ba864f
|
||||
|
|
Loading…
Reference in a new issue