summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-09-01 14:30:19 +0000
committerjmmv <jmmv@pkgsrc.org>2004-09-01 14:30:19 +0000
commit629c57b91afedad0f532fba6d369aeec99ac0528 (patch)
treeab2f01e4077e76c1dd2d86eeb531ea54e926793b /multimedia
parent00c2ef36e57869f766bb91e6bf2305c988d1a760 (diff)
downloadpkgsrc-629c57b91afedad0f532fba6d369aeec99ac0528.tar.gz
Update to 0.8.5:
Changes since 0.8.4: * New Translation: Albanian (sq), Laurent Dhima * first release that works on Windows with MSVC7 * fixed lists can now be intersected * transform functions from fraction to double added * optimal scheduler fixes * fixation fixes * filesrc fixes * typefind fixes Bugs fixed since 0.8.4: * 145100 : segfault in gst_pad_call_get_function * 147889 : gst_element_link_pads_filtered may ignore named dest pad ... * 148692 : GstQueue binary compatibility breakage * 149981 : Win32 not included in the source distribution * 150242 : GStreamer doesn't copy some buffer flags correctly API changes since 0.8.4: - API additions: * A new function, gst_scheduler_register, has been added. * A new enum member of GstBufferFlag, GST_BUFFER_DELTA_UNIT has been added. - API depreciations: * GstBufferFlag has a deprecated enum member, GST_BUFFER_KEY_UNIT. Buffers should be marked with GST_BUFFER_DELTA_UNIT when they're not key units instead, since key units are the more common case. Changes since 0.8.3: * New Translation: Czech (cs), Miloslav Trmac * New Translation: Catalan (ca), Jordi Mallach * gst_init () now behaves like gtk_init () * queue fixes * ongoing win32 build integration * bytestream now has GstFilePad * gst-register is now i18n-ized * GstCaps XML-ization works again * Fixed enum GValue * Added GstFraction GValue Bugs fixed since 0.8.3: * 109831 : clocks aren't refcounted properly * 123774 : state change on bin should set same state change on all c... * 134663 : failed assertion at end of movie in totem * 137863 : CPU/Memory leak when using spider decoder * 140219 : no man page for gst-xmlinspect * 141378 : gstreamer crashes during initialization due to a recent c... * 141692 : gst_init() type function that ignores arguments it doesn'... * 142418 : Win32 Debug build should not be the same as the Release one * 142422 : Win32 Build documentation missing * 142795 : [PATCH] Memory leak in queue element * 142813 : [PATCH] Deadlock in optimal scheduler * 142850 : GST-Register didn't find any plugins * 142903 : [PATCH] fdsrc element never resets buffer offset to zero * 143741 : cross compiling issue * 143777 : [opt] problem after removing some elemnts and putting the... * 143953 : Crash cause by gst_data_is_writable + audioconvert * 144185 : Double-free memory * 145137 : patch to make GstCaps XML functions actually do something * 145338 : [PATCH] Fix a bus error in the optimal scheduler * 145391 : gstvalue.c: ref klasses instead of peek * 145520 : registry rebuilds too easily * 147707 : FreeBSD dosn't have strndup * 147713 : opt scheduler resorts the chain incorrectly * 147819 : [PATCH] Add some checks in the opt scheduler * 147894 : opt scheduler decoupled elements mismanagement * 147929 : [PATCH] running gst-register in non-utf8 locale can cause...
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gstreamer/Makefile15
-rw-r--r--multimedia/gstreamer/PLIST80
-rw-r--r--multimedia/gstreamer/distinfo6
3 files changed, 69 insertions, 32 deletions
diff --git a/multimedia/gstreamer/Makefile b/multimedia/gstreamer/Makefile
index c82b7558e48..620e68fbd8b 100644
--- a/multimedia/gstreamer/Makefile
+++ b/multimedia/gstreamer/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2004/07/06 16:28:53 recht Exp $
+# $NetBSD: Makefile,v 1.15 2004/09/01 14:30:19 jmmv Exp $
#
-DISTNAME= gstreamer-0.8.3
-PKGREVISION= 2
+DISTNAME= gstreamer-0.8.5
CATEGORIES= multimedia gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gstreamer/0.8/}
EXTRACT_SUFX= .tar.bz2
@@ -40,6 +39,16 @@ PYTHON_VERSIONS_ACCEPTED= 23 23pth 22 22pth
BUILDLINK_DEPENDS.glib2+= glib2>=2.4.0nb1
.endif
+# XXX: Set up compatibility links for gstreamer-0.8.3; this is just a
+# workaround for our broken libtool naming, and it should be removed when
+# our libtool is fixed.
+post-install:
+.for f in gstcontrol gstreamer
+ cd ${PREFIX}/lib && ${LN} -fs lib${f}-0.8.so.5 lib${f}-0.8.so.3
+ cd ${PREFIX}/lib && ${LN} -fs lib${f}-0.8.so.5.0 lib${f}-0.8.so.3.0
+.endfor
+.undef f
+
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
diff --git a/multimedia/gstreamer/PLIST b/multimedia/gstreamer/PLIST
index 0555d58d988..987d52c46ef 100644
--- a/multimedia/gstreamer/PLIST
+++ b/multimedia/gstreamer/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2004/06/29 23:20:20 recht Exp $
+@comment $NetBSD: PLIST,v 1.7 2004/09/01 14:30:19 jmmv Exp $
bin/gst-complete
bin/gst-complete-0.8
bin/gst-compprep
@@ -21,6 +21,7 @@ bin/gst-xmllaunch
bin/gst-xmllaunch-0.8
include/gstreamer-0.8/gst/bytestream/adapter.h
include/gstreamer-0.8/gst/bytestream/bytestream.h
+include/gstreamer-0.8/gst/bytestream/filepad.h
include/gstreamer-0.8/gst/control/control.h
include/gstreamer-0.8/gst/control/dparam.h
include/gstreamer-0.8/gst/control/dparam_smooth.h
@@ -123,11 +124,15 @@ lib/libgstcontrol-0.8.la
lib/libgstcontrol-0.8.so
lib/libgstcontrol-0.8.so.3
lib/libgstcontrol-0.8.so.3.0
+lib/libgstcontrol-0.8.so.5
+lib/libgstcontrol-0.8.so.5.0
lib/libgstreamer-0.8.a
lib/libgstreamer-0.8.la
lib/libgstreamer-0.8.so
lib/libgstreamer-0.8.so.3
lib/libgstreamer-0.8.so.3.0
+lib/libgstreamer-0.8.so.5
+lib/libgstreamer-0.8.so.5.0
lib/pkgconfig/gstreamer-0.8.pc
lib/pkgconfig/gstreamer-control-0.8.pc
libdata/gstreamer-0.8/compreg.xml
@@ -140,66 +145,89 @@ 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-xmlinspect-0.8.1
man/man1/gst-xmllaunch-0.8.1
share/aclocal/gst-element-check-0.8.m4
share/doc/gstreamer-0.8/GstBin.html
share/doc/gstreamer-0.8/GstClock.html
+share/doc/gstreamer-0.8/GstElement.html
share/doc/gstreamer-0.8/GstElementFactory.html
+share/doc/gstreamer-0.8/GstGhostPad.html
+share/doc/gstreamer-0.8/GstImplementsInterface.html
+share/doc/gstreamer-0.8/GstIndex.html
share/doc/gstreamer-0.8/GstIndexFactory.html
share/doc/gstreamer-0.8/GstObject.html
+share/doc/gstreamer-0.8/GstPad.html
share/doc/gstreamer-0.8/GstPadTemplate.html
share/doc/gstreamer-0.8/GstPipeline.html
share/doc/gstreamer-0.8/GstPluginFeature.html
share/doc/gstreamer-0.8/GstQueue.html
+share/doc/gstreamer-0.8/GstRealPad.html
share/doc/gstreamer-0.8/GstRegistry.html
+share/doc/gstreamer-0.8/GstScheduler.html
share/doc/gstreamer-0.8/GstSchedulerFactory.html
+share/doc/gstreamer-0.8/GstTagSetter.html
share/doc/gstreamer-0.8/GstThread.html
share/doc/gstreamer-0.8/GstTypeFindFactory.html
share/doc/gstreamer-0.8/GstXML.html
-share/doc/gstreamer-0.8/ch03.html
+share/doc/gstreamer-0.8/api-index.html
share/doc/gstreamer-0.8/gstreamer-0.8.devhelp
+share/doc/gstreamer-0.8/gstreamer-Gst.html
+share/doc/gstreamer-0.8/gstreamer-GstAtomic.html
+share/doc/gstreamer-0.8/gstreamer-GstBuffer.html
+share/doc/gstreamer-0.8/gstreamer-GstCPU.html
+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
+share/doc/gstreamer-0.8/gstreamer-GstGError.html
+share/doc/gstreamer-0.8/gstreamer-GstInfo.html
+share/doc/gstreamer-0.8/gstreamer-GstMacros.html
+share/doc/gstreamer-0.8/gstreamer-GstMemChunk.html
+share/doc/gstreamer-0.8/gstreamer-GstParse.html
+share/doc/gstreamer-0.8/gstreamer-GstPlugin.html
+share/doc/gstreamer-0.8/gstreamer-GstProbe.html
+share/doc/gstreamer-0.8/gstreamer-GstQuery.html
+share/doc/gstreamer-0.8/gstreamer-GstRegistryPool.html
+share/doc/gstreamer-0.8/gstreamer-GstStructure.html
share/doc/gstreamer-0.8/gstreamer-GstSystemClock.html
-share/doc/gstreamer-0.8/gstreamer-gst.html
-share/doc/gstreamer-0.8/gstreamer-gstatomic.html
-share/doc/gstreamer-0.8/gstreamer-gstbuffer.html
-share/doc/gstreamer-0.8/gstreamer-gstcaps.html
+share/doc/gstreamer-0.8/gstreamer-GstTagList.html
+share/doc/gstreamer-0.8/gstreamer-GstTypeFind.html
+share/doc/gstreamer-0.8/gstreamer-GstTypes.html
+share/doc/gstreamer-0.8/gstreamer-GstUriHandler.html
+share/doc/gstreamer-0.8/gstreamer-GstUriType.html
+share/doc/gstreamer-0.8/gstreamer-GstUtils.html
+share/doc/gstreamer-0.8/gstreamer-GstValue.html
+share/doc/gstreamer-0.8/gstreamer-GstVersion.html
+share/doc/gstreamer-0.8/gstreamer-compat.html
share/doc/gstreamer-0.8/gstreamer-gstconfig.html
-share/doc/gstreamer-0.8/gstreamer-gstcpu.html
-share/doc/gstreamer-0.8/gstreamer-gstdata.html
-share/doc/gstreamer-0.8/gstreamer-gsterror.html
-share/doc/gstreamer-0.8/gstreamer-gstevent.html
-share/doc/gstreamer-0.8/gstreamer-gstformat.html
-share/doc/gstreamer-0.8/gstreamer-gstinfo.html
-share/doc/gstreamer-0.8/gstreamer-gstinterface.html
-share/doc/gstreamer-0.8/gstreamer-gstmemchunk.html
-share/doc/gstreamer-0.8/gstreamer-gstparse.html
-share/doc/gstreamer-0.8/gstreamer-gstplugin.html
-share/doc/gstreamer-0.8/gstreamer-gstprobe.html
-share/doc/gstreamer-0.8/gstreamer-gstquery.html
-share/doc/gstreamer-0.8/gstreamer-gstregistrypool.html
-share/doc/gstreamer-0.8/gstreamer-gststructure.html
-share/doc/gstreamer-0.8/gstreamer-gsttag.html
-share/doc/gstreamer-0.8/gstreamer-gsttaginterface.html
-share/doc/gstreamer-0.8/gstreamer-gsturi.html
-share/doc/gstreamer-0.8/gstreamer-gstutils.html
-share/doc/gstreamer-0.8/gstreamer-gstvalue.html
+share/doc/gstreamer-0.8/gstreamer-hierarchy.html
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-0.8/ix01.html
+share/doc/gstreamer-libs-0.8/api-index.html
share/doc/gstreamer-libs-0.8/gstreamer-libs-0.8.devhelp
+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
share/doc/gstreamer-libs-0.8/gstreamer-libs.html
share/doc/gstreamer-libs-0.8/index.html
share/doc/gstreamer-libs-0.8/index.sgml
${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/en_GB/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/sq/LC_MESSAGES/gstreamer-0.8.mo
${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
diff --git a/multimedia/gstreamer/distinfo b/multimedia/gstreamer/distinfo
index 53f4af214a0..c97f2875266 100644
--- a/multimedia/gstreamer/distinfo
+++ b/multimedia/gstreamer/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2004/06/28 16:30:31 jmmv Exp $
+$NetBSD: distinfo,v 1.6 2004/09/01 14:30:19 jmmv Exp $
-SHA1 (gstreamer-0.8.3.tar.bz2) = 71d8ee8db2ae8f5de4f05dd33491d4e8a6ae5902
-Size (gstreamer-0.8.3.tar.bz2) = 1286174 bytes
+SHA1 (gstreamer-0.8.5.tar.bz2) = 37f83718890d732db700530cecad48d75e8314ad
+Size (gstreamer-0.8.5.tar.bz2) = 1385864 bytes
SHA1 (patch-aa) = 749f788b2639bdffb48cf937aae0520db2ba864f