pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/gstreamer Update gstreamer to 0.8.1:
details: https://anonhg.NetBSD.org/pkgsrc/rev/e654062fc203
branches: trunk
changeset: 473070:e654062fc203
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Thu Apr 15 21:20:32 2004 +0000
description:
Update gstreamer to 0.8.1:
Features of this release
* Parallel installability with 0.6.x series
* Internationalization
* New translations in this release: Swedish, Afrikaans, Azerbeaijani
* Translations: af, az, fr, nl, sr, sv
* New scheduler: entry
* Reworked capabilities and negotiation subsystem
* Reworked tagging subsystem
* Reworked interactivity subsystem (for DVD playback)
* Consistent error and debug signaling
* Dynamic debug logging
* Portability fixes
* Binding support fixes
* ChangeLog use
* Coding style consistency
Bugs fixed in this release
* 136841 : Some code will need to be rewritten to compile against gc...
* 136904 : [opt] support loop in multi-loop based group
* 137279 : [patch] dispose/finalize functions for gst core elements
* 137625 : HAVE_ATOMIC_H is not used
* 138705 : Problem testing gstreamer 0.8.0
* 139002 : Compilation error
* 139109 : Compilation of gst-plugins fails because of errors in header
* 139617 : v4l2src ! spider ! ximagesink : crashes
diffstat:
multimedia/gstreamer/Makefile | 5 ++---
multimedia/gstreamer/PLIST | 29 +++++++++++++++++++----------
multimedia/gstreamer/buildlink3.mk | 5 ++++-
multimedia/gstreamer/distinfo | 6 +++---
multimedia/gstreamer/plugins.mk | 12 ++++++------
5 files changed, 34 insertions(+), 23 deletions(-)
diffs (129 lines):
diff -r 82447f0d6ccb -r e654062fc203 multimedia/gstreamer/Makefile
--- a/multimedia/gstreamer/Makefile Thu Apr 15 21:17:08 2004 +0000
+++ b/multimedia/gstreamer/Makefile Thu Apr 15 21:20:32 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2004/04/06 09:30:01 jmmv Exp $
+# $NetBSD: Makefile,v 1.11 2004/04/15 21:20:32 jmmv Exp $
#
-DISTNAME= gstreamer-0.8.0
-PKGREVISION= 1
+DISTNAME= gstreamer-0.8.1
CATEGORIES= multimedia gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gstreamer/0.8/}
EXTRACT_SUFX= .tar.bz2
diff -r 82447f0d6ccb -r e654062fc203 multimedia/gstreamer/PLIST
--- a/multimedia/gstreamer/PLIST Thu Apr 15 21:17:08 2004 +0000
+++ b/multimedia/gstreamer/PLIST Thu Apr 15 21:20:32 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2004/04/06 09:30:01 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.4 2004/04/15 21:20:32 jmmv Exp $
bin/gst-complete
bin/gst-complete-0.8
bin/gst-compprep
@@ -90,6 +90,12 @@
lib/gstreamer-0.8/libgstelements.a
lib/gstreamer-0.8/libgstelements.la
lib/gstreamer-0.8/libgstelements.so
+lib/gstreamer-0.8/libgstentrygthreadscheduler.a
+lib/gstreamer-0.8/libgstentrygthreadscheduler.la
+lib/gstreamer-0.8/libgstentrygthreadscheduler.so
+lib/gstreamer-0.8/libgstentryomegascheduler.a
+lib/gstreamer-0.8/libgstentryomegascheduler.la
+lib/gstreamer-0.8/libgstentryomegascheduler.so
lib/gstreamer-0.8/libgstgetbits.a
lib/gstreamer-0.8/libgstgetbits.la
lib/gstreamer-0.8/libgstgetbits.so
@@ -122,19 +128,22 @@
lib/pkgconfig/gstreamer-control-0.8.pc
libdata/gstreamer-0.8/compreg.xml
libdata/gstreamer-0.8/registry.xml
-man/man1/gst-complete-0.8.1
-man/man1/gst-compprep-0.8.1
-man/man1/gst-feedback-0.8.1
-man/man1/gst-inspect-0.8.1
-man/man1/gst-launch-0.8.1
-man/man1/gst-md5sum-0.8.1
-man/man1/gst-register-0.8.1
-man/man1/gst-typefind-0.8.1
-man/man1/gst-xmllaunch-0.8.1
+man/man1/gst-complete-${PKGVERSION}
+man/man1/gst-compprep-${PKGVERSION}
+man/man1/gst-feedback-${PKGVERSION}
+man/man1/gst-inspect-${PKGVERSION}
+man/man1/gst-launch-${PKGVERSION}
+man/man1/gst-md5sum-${PKGVERSION}
+man/man1/gst-register-${PKGVERSION}
+man/man1/gst-typefind-${PKGVERSION}
+man/man1/gst-xmllaunch-${PKGVERSION}
share/aclocal/gst-element-check-0.8.m4
+${PKGLOCALEDIR}/locale/af/LC_MESSAGES/gstreamer-0.8.mo
+${PKGLOCALEDIR}/locale/az/LC_MESSAGES/gstreamer-0.8.mo
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gstreamer-0.8.mo
${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gstreamer-0.8.mo
${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/gstreamer-0.8.mo
+${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gstreamer-0.8.mo
@exec ${MKDIR} %D/share/doc/${PKGNAME}/pwg
@dirrm share/doc/${PKGNAME}/pwg
@exec ${MKDIR} %D/share/doc/${PKGNAME}/manual
diff -r 82447f0d6ccb -r e654062fc203 multimedia/gstreamer/buildlink3.mk
--- a/multimedia/gstreamer/buildlink3.mk Thu Apr 15 21:17:08 2004 +0000
+++ b/multimedia/gstreamer/buildlink3.mk Thu Apr 15 21:20:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.6 2004/04/06 09:30:01 jmmv Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2004/04/15 21:20:32 jmmv Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
GSTREAMER_BUILDLINK3_MK:= ${GSTREAMER_BUILDLINK3_MK}+
@@ -13,6 +13,9 @@
.if !empty(GSTREAMER_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.gstreamer+= gstreamer>=0.8.0nb1
BUILDLINK_PKGSRCDIR.gstreamer?= ../../multimedia/gstreamer
+
+PRINT_PLIST_AWK+= /^@dirrm (include|lib)\/gstreamer-0.8(\/gst)?$$/ \
+ { print "@comment in gstreamer: " $$0; next; }
.endif # GSTREAMER_BUILDLINK3_MK
.include "../../devel/glib2/buildlink3.mk"
diff -r 82447f0d6ccb -r e654062fc203 multimedia/gstreamer/distinfo
--- a/multimedia/gstreamer/distinfo Thu Apr 15 21:17:08 2004 +0000
+++ b/multimedia/gstreamer/distinfo Thu Apr 15 21:20:32 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2004/04/06 09:30:01 jmmv Exp $
+$NetBSD: distinfo,v 1.4 2004/04/15 21:20:32 jmmv Exp $
-SHA1 (gstreamer-0.8.0.tar.bz2) = bdbc340d4896a2b1c5aee02339bed52ecde61283
-Size (gstreamer-0.8.0.tar.bz2) = 1120465 bytes
+SHA1 (gstreamer-0.8.1.tar.bz2) = 37016774662375af2c2641e750c4dc2f2c317aad
+Size (gstreamer-0.8.1.tar.bz2) = 1177592 bytes
SHA1 (patch-aa) = 749f788b2639bdffb48cf937aae0520db2ba864f
diff -r 82447f0d6ccb -r e654062fc203 multimedia/gstreamer/plugins.mk
--- a/multimedia/gstreamer/plugins.mk Thu Apr 15 21:17:08 2004 +0000
+++ b/multimedia/gstreamer/plugins.mk Thu Apr 15 21:20:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: plugins.mk,v 1.2 2004/04/12 21:31:36 jmmv Exp $
+# $NetBSD: plugins.mk,v 1.3 2004/04/15 21:20:32 jmmv Exp $
#
# This Makefile fragment is intended to be included by packages that install
# GStreamer modules. It takes care of rebuilding the corresponding databases
@@ -19,15 +19,15 @@
DEINSTALL_EXTRA_TMPL+= ../../multimedia/gstreamer/files/plugins.tmpl
USE_PKGINSTALL= YES
-PRINT_PLIST_AWK+= /^libdata\/gstreamer-0.8/ { next; }
-PRINT_PLIST_AWK+= /^@dirrm libdata\/gstreamer-0.8/ { next; }
-PRINT_PLIST_AWK+= /^@dirrm lib\/gstreamer-0.8$$/ \
- { print "@comment in gstreamer: " $$0; next; }
-
.if defined(_GSTREAMER_NO_DEPEND)
BUILDLINK_PREFIX.gstreamer= ${LOCALBASE}
.else
USE_BUILDLINK3= YES
+
+PRINT_PLIST_AWK+= /^libdata\/gstreamer-0.8/ { next; }
+PRINT_PLIST_AWK+= /^@dirrm libdata\/gstreamer-0.8/ { next; }
+
+BUILDLINK_DEPENDS.gstreamer+= gstreamer>=0.8.1
. include "../../multimedia/gstreamer/buildlink3.mk"
.endif
Home |
Main Index |
Thread Index |
Old Index