diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-01-18 15:35:48 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-01-18 15:35:48 +0000 |
commit | 486bbb836e733df74653ea873b0c482bc52df75f (patch) | |
tree | 43390bc8ae27ba6ab0bdcdeb7fc73ef6579ba855 | |
parent | bd9caf979ed8212003a552480a6cda941ab30ac4 (diff) | |
download | pkgsrc-486bbb836e733df74653ea873b0c482bc52df75f.tar.gz |
Initial import of gstreamer0.10, version 0.10.1. This is an update of
gstreamer0.8 to the 0.10 series. Changes:
Changes since 0.10.0:
* element factory leak fixes
* tests cleanup
* BaseSrc seeking in other format than BYTES
* collectpad fixes
Bugs fixed since 0.10.0:
* 322441 : getcontext() in common/m4/gst-mcsc.m4 uses incorrect stac...
* 323041 : [BASESRC] basesrc does not handle a seek to non-bytes for...
* 323870 : [tools] gst-feedback needs updating for 0.9/0.10
* 323882 : gst-launch manpage needs updates
* 323905 : use return val of g_list_append
API added since 0.10.0:
* GST_TYPE_STATIC_CAPS
* GST_TYPE_STATIC_PAD_TEMPLATE
* GstNetTimeProvider::active
* gst_base_src_set_format
Changes from the 0.8 series to 0.10 series:
* Refcounting and API revised for thread safety, see rules in
docs/design/part-MT-refcounting.txt
* Scheduling is now done by the elements, they start/stop
processing threads themselves. This removes the need for
a separate scheduler.
* State changes now happen from sink to source. This makes sure
that downstream elements are ready to process data when upstream
starts producing.
* EOS/ERROR/... does not change the state of elements anymore. This
means that when the application sets the state on an element, it
remains in this state.
* GMainLoop integration. Information on the state of the pipeline
is now received in the mainloop via the GstBus.
* Events move separate from the datastream, this allows for both
in and out of sync delivery of events.
* Generic _pull() replaced by _pull_region() so that random access
can be made faster.
* data passing happens from PAUSED, called the preroll phase. In this
state no data is rendered but it is queued in the sinks.
* negotiation simplified. Caps are now attached to buffers and travel
along with the datastream.
* GstBuffer is now subclassable.
* Ghostpads now look and feel like real pads.
* New Seeking/flushing policy.
* Addition of base classes and helper functions in the core to abstract
away the harder parts of plugin development.
-rw-r--r-- | multimedia/gstreamer0.10/ALTERNATIVES | 7 | ||||
-rw-r--r-- | multimedia/gstreamer0.10/DESCR | 9 | ||||
-rw-r--r-- | multimedia/gstreamer0.10/Makefile | 53 | ||||
-rw-r--r-- | multimedia/gstreamer0.10/PLIST | 117 | ||||
-rw-r--r-- | multimedia/gstreamer0.10/buildlink3.mk | 24 | ||||
-rw-r--r-- | multimedia/gstreamer0.10/distinfo | 6 | ||||
-rw-r--r-- | multimedia/gstreamer0.10/patches/patch-aa | 14 |
7 files changed, 230 insertions, 0 deletions
diff --git a/multimedia/gstreamer0.10/ALTERNATIVES b/multimedia/gstreamer0.10/ALTERNATIVES new file mode 100644 index 00000000000..b8d69262aac --- /dev/null +++ b/multimedia/gstreamer0.10/ALTERNATIVES @@ -0,0 +1,7 @@ +bin/gst-feedback @PREFIX@/bin/gst-feedback-0.10 +bin/gst-inspect @PREFIX@/bin/gst-inspect-0.10 +bin/gst-launch @PREFIX@/bin/gst-launch-0.10 +bin/gst-md5sum @PREFIX@/bin/gst-md5sum-0.10 +bin/gst-typefind @PREFIX@/bin/gst-typefind-0.10 +bin/gst-xmlinspect @PREFIX@/bin/gst-xmlinspect-0.10 +bin/gst-xmllaunch @PREFIX@/bin/gst-xmllaunch-0.10 diff --git a/multimedia/gstreamer0.10/DESCR b/multimedia/gstreamer0.10/DESCR new file mode 100644 index 00000000000..09c06f6bab2 --- /dev/null +++ b/multimedia/gstreamer0.10/DESCR @@ -0,0 +1,9 @@ +GStreamer is a library that allows the construction of graphs of +media-handling components, ranging from simple Ogg/Vorbis playback to +complex audio (mixing) and video (non-linear editing) processing. + +Applications can take advantage of advances in codec and filter technology +transparently. Developers can add new codecs and filters by writing a +simple plugin with a clean, generic interface. + +GStreamer is released under the LGPL. diff --git a/multimedia/gstreamer0.10/Makefile b/multimedia/gstreamer0.10/Makefile new file mode 100644 index 00000000000..06600be86ce --- /dev/null +++ b/multimedia/gstreamer0.10/Makefile @@ -0,0 +1,53 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/01/18 15:35:48 jmmv Exp $ +# + +DISTNAME= gstreamer-0.10.1 +PKGNAME= ${DISTNAME:S/gstreamer/gstreamer0.10/} +CATEGORIES= multimedia gnome +MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= jmmv@NetBSD.org +HOMEPAGE= http://www.gstreamer.net/ +COMMENT= Open source multimedia framework + +BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison + +GNU_CONFIGURE= yes +USE_PKGLOCALEDIR= yes +USE_LIBTOOL= yes +USE_TOOLS+= gmake perl pkg-config + +CONFIGURE_ARGS+= --disable-examples +CONFIGURE_ARGS+= --disable-tests +CONFIGURE_ENV+= ac_cv_path_PYTHON=${TRUE:Q} +CONFIGURE_ENV+= ac_cv_path_XSLTPROC=${TRUE:Q} + +PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-base-uninstalled.pc.in +PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-base.pc.in +PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-check-uninstalled.pc.in +PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-check.pc.in +PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-controller-uninstalled.pc.in +PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-controller.pc.in +PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-dataprotocol-uninstalled.pc.in +PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-dataprotocol.pc.in +PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-net-uninstalled.pc.in +PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-net.pc.in +PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-uninstalled.pc.in +PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer.pc.in + +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "NetBSD" +# We must have a glib2 compiled with the RTLD_GLOBAL fix; if not, plugins +# won't work at all. +BUILDLINK_DEPENDS.glib2+= glib2>=2.4.0nb1 +.endif +.undef f + +.include "../../devel/glib2/buildlink3.mk" +.include "../../devel/popt/buildlink3.mk" +.include "../../multimedia/gstreamer0.10/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" +.include "../../mk/x11.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/multimedia/gstreamer0.10/PLIST b/multimedia/gstreamer0.10/PLIST new file mode 100644 index 00000000000..d23db822694 --- /dev/null +++ b/multimedia/gstreamer0.10/PLIST @@ -0,0 +1,117 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/18 15:35:48 jmmv Exp $ +bin/gst-feedback-0.10 +bin/gst-inspect-0.10 +bin/gst-launch-0.10 +bin/gst-md5sum-0.10 +bin/gst-typefind-0.10 +bin/gst-xmlinspect-0.10 +bin/gst-xmllaunch-0.10 +include/gstreamer-0.10/gst/base/gstadapter.h +include/gstreamer-0.10/gst/base/gstbasesink.h +include/gstreamer-0.10/gst/base/gstbasesrc.h +include/gstreamer-0.10/gst/base/gstbasetransform.h +include/gstreamer-0.10/gst/base/gstcollectpads.h +include/gstreamer-0.10/gst/base/gstpushsrc.h +include/gstreamer-0.10/gst/base/gsttypefindhelper.h +include/gstreamer-0.10/gst/controller/gstcontroller.h +include/gstreamer-0.10/gst/dataprotocol/dataprotocol.h +include/gstreamer-0.10/gst/glib-compat.h +include/gstreamer-0.10/gst/gst.h +include/gstreamer-0.10/gst/gstbin.h +include/gstreamer-0.10/gst/gstbuffer.h +include/gstreamer-0.10/gst/gstbus.h +include/gstreamer-0.10/gst/gstcaps.h +include/gstreamer-0.10/gst/gstchildproxy.h +include/gstreamer-0.10/gst/gstclock.h +include/gstreamer-0.10/gst/gstcompat.h +include/gstreamer-0.10/gst/gstconfig.h +include/gstreamer-0.10/gst/gstelement.h +include/gstreamer-0.10/gst/gstelementfactory.h +include/gstreamer-0.10/gst/gstenumtypes.h +include/gstreamer-0.10/gst/gsterror.h +include/gstreamer-0.10/gst/gstevent.h +include/gstreamer-0.10/gst/gstfilter.h +include/gstreamer-0.10/gst/gstformat.h +include/gstreamer-0.10/gst/gstghostpad.h +include/gstreamer-0.10/gst/gstindex.h +include/gstreamer-0.10/gst/gstindexfactory.h +include/gstreamer-0.10/gst/gstinfo.h +include/gstreamer-0.10/gst/gstinterface.h +include/gstreamer-0.10/gst/gstiterator.h +include/gstreamer-0.10/gst/gstmacros.h +include/gstreamer-0.10/gst/gstmarshal.h +include/gstreamer-0.10/gst/gstmessage.h +include/gstreamer-0.10/gst/gstminiobject.h +include/gstreamer-0.10/gst/gstobject.h +include/gstreamer-0.10/gst/gstpad.h +include/gstreamer-0.10/gst/gstpadtemplate.h +include/gstreamer-0.10/gst/gstparse.h +include/gstreamer-0.10/gst/gstpipeline.h +include/gstreamer-0.10/gst/gstplugin.h +include/gstreamer-0.10/gst/gstpluginfeature.h +include/gstreamer-0.10/gst/gstquery.h +include/gstreamer-0.10/gst/gstregistry.h +include/gstreamer-0.10/gst/gstsegment.h +include/gstreamer-0.10/gst/gststructure.h +include/gstreamer-0.10/gst/gstsystemclock.h +include/gstreamer-0.10/gst/gsttaglist.h +include/gstreamer-0.10/gst/gsttagsetter.h +include/gstreamer-0.10/gst/gsttask.h +include/gstreamer-0.10/gst/gsttrace.h +include/gstreamer-0.10/gst/gsttypefind.h +include/gstreamer-0.10/gst/gsttypefindfactory.h +include/gstreamer-0.10/gst/gsturi.h +include/gstreamer-0.10/gst/gstutils.h +include/gstreamer-0.10/gst/gstvalue.h +include/gstreamer-0.10/gst/gstversion.h +include/gstreamer-0.10/gst/gstxml.h +include/gstreamer-0.10/gst/net/gstnet.h +include/gstreamer-0.10/gst/net/gstnetclientclock.h +include/gstreamer-0.10/gst/net/gstnettimepacket.h +include/gstreamer-0.10/gst/net/gstnettimeprovider.h +lib/gstreamer-0.10/libgstcoreelements.la +lib/gstreamer-0.10/libgstcoreindexers.la +lib/libgstbase-0.10.la +lib/libgstcontroller-0.10.la +lib/libgstdataprotocol-0.10.la +lib/libgstnet-0.10.la +lib/libgstreamer-0.10.la +lib/pkgconfig/gstreamer-0.10.pc +lib/pkgconfig/gstreamer-base-0.10.pc +lib/pkgconfig/gstreamer-controller-0.10.pc +lib/pkgconfig/gstreamer-dataprotocol-0.10.pc +lib/pkgconfig/gstreamer-net-0.10.pc +man/man1/gst-feedback-${PKGVERSION} +man/man1/gst-inspect-${PKGVERSION} +man/man1/gst-launch-${PKGVERSION} +man/man1/gst-md5sum-${PKGVERSION} +man/man1/gst-typefind-${PKGVERSION} +man/man1/gst-xmlinspect-${PKGVERSION} +man/man1/gst-xmllaunch-${PKGVERSION} +share/aclocal/gst-element-check-0.10.m4 +${PKGLOCALEDIR}/locale/af/LC_MESSAGES/gstreamer-0.10.mo +${PKGLOCALEDIR}/locale/az/LC_MESSAGES/gstreamer-0.10.mo +${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/gstreamer-0.10.mo +${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/gstreamer-0.10.mo +${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gstreamer-0.10.mo +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gstreamer-0.10.mo +${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/gstreamer-0.10.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gstreamer-0.10.mo +${PKGLOCALEDIR}/locale/it/LC_MESSAGES/gstreamer-0.10.mo +${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/gstreamer-0.10.mo +${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gstreamer-0.10.mo +${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/gstreamer-0.10.mo +${PKGLOCALEDIR}/locale/sq/LC_MESSAGES/gstreamer-0.10.mo +${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/gstreamer-0.10.mo +${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gstreamer-0.10.mo +${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/gstreamer-0.10.mo +${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gstreamer-0.10.mo +${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/gstreamer-0.10.mo +${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/gstreamer-0.10.mo +@dirrm lib/gstreamer-0.10 +@dirrm include/gstreamer-0.10/gst/net +@dirrm include/gstreamer-0.10/gst/dataprotocol +@dirrm include/gstreamer-0.10/gst/controller +@dirrm include/gstreamer-0.10/gst/base +@dirrm include/gstreamer-0.10/gst +@dirrm include/gstreamer-0.10 diff --git a/multimedia/gstreamer0.10/buildlink3.mk b/multimedia/gstreamer0.10/buildlink3.mk new file mode 100644 index 00000000000..50c0a7c9c8c --- /dev/null +++ b/multimedia/gstreamer0.10/buildlink3.mk @@ -0,0 +1,24 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/01/18 15:35:48 jmmv Exp $ + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +GSTREAMER0.10_BUILDLINK3_MK:= ${GSTREAMER0.10_BUILDLINK3_MK}+ + +.if !empty(BUILDLINK_DEPTH:M+) +BUILDLINK_DEPENDS+= gstreamer0.10 +.endif + +BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngstreamer0.10} +BUILDLINK_PACKAGES+= gstreamer0.10 + +.if !empty(GSTREAMER0.10_BUILDLINK3_MK:M+) +BUILDLINK_DEPENDS.gstreamer0.10+= gstreamer0.10>=0.10.1 +BUILDLINK_PKGSRCDIR.gstreamer0.10?= ../../multimedia/gstreamer0.10 + +PRINT_PLIST_AWK+= /^@dirrm (include|lib)\/gstreamer-0.10(\/gst)?$$/ \ + { print "@comment in gstreamer0.10: " $$0; next; } +.endif # GSTREAMER0.10_BUILDLINK3_MK + +.include "../../devel/glib2/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/multimedia/gstreamer0.10/distinfo b/multimedia/gstreamer0.10/distinfo new file mode 100644 index 00000000000..89f7647b6d7 --- /dev/null +++ b/multimedia/gstreamer0.10/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/01/18 15:35:48 jmmv Exp $ + +SHA1 (gstreamer-0.10.1.tar.bz2) = f609bfd921ce35fdeb6661f0f0ef3e156b7f3d8f +RMD160 (gstreamer-0.10.1.tar.bz2) = 24f2011de5d119673c33955f635de56d8c751fc0 +Size (gstreamer-0.10.1.tar.bz2) = 1457061 bytes +SHA1 (patch-aa) = 30bcb5c78a97bdf2c8b5e90b6b030e97b04fa2ed diff --git a/multimedia/gstreamer0.10/patches/patch-aa b/multimedia/gstreamer0.10/patches/patch-aa new file mode 100644 index 00000000000..ec4c8d9a77a --- /dev/null +++ b/multimedia/gstreamer0.10/patches/patch-aa @@ -0,0 +1,14 @@ +$NetBSD: patch-aa,v 1.1.1.1 2006/01/18 15:35:48 jmmv Exp $ + +--- tools/Makefile.in.orig 2005-12-23 14:48:14.000000000 +0100 ++++ tools/Makefile.in +@@ -41,8 +41,7 @@ PRE_UNINSTALL = : + POST_UNINSTALL = : + build_triplet = @build@ + host_triplet = @host@ +-bin_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \ +- $(am__EXEEXT_4) $(am__EXEEXT_5) $(am__EXEEXT_6) ++bin_PROGRAMS = $(am__EXEEXT_2) $(am__EXEEXT_4) $(am__EXEEXT_6) + subdir = tools + DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |