./multimedia/gstreamer0.10, Open source multimedia framework

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2017Q1, Version: 0.10.36nb9, Package name: gstreamer0.10-0.10.36nb9, Maintainer: pkgsrc-users

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.


Required to run:
[devel/glib2] [devel/gobject-introspection] [textproc/libxml2]

Required to build:
[pkgtools/cwrappers]

Package options: introspection

Master sites:

SHA1: ff95b5316b920e7c2836588bba18fa61395fbd03
RMD160: 5dd01d8ea7afe98e96037bf73f995654f469096e
Filesize: 3570.024 KB

Version history: (Expand)


CVS history: (Expand)


   2017-04-23 12:13:36 by Benny Siegert | Files touched by this commit (2)
Log message:
Pullup ticket #5304 - requested by sevan
multimedia/gstreamer0.10: build fix

Revisions pulled up:
- multimedia/gstreamer0.10/distinfo                             1.37
- multimedia/gstreamer0.10/patches/patch-configure              1.1

---
   Module Name:    pkgsrc
   Committed By:   schwarz
   Date:           Mon Apr 17 19:50:07 UTC 2017

   Modified Files:
           pkgsrc/multimedia/gstreamer0.10: distinfo
   Added Files:
           pkgsrc/multimedia/gstreamer0.10/patches: patch-configure

   Log message:
   added a patch to ensure that configure does not break when the --version
   output of flex contains more than one space character (which is the case
   on MacOS X El Capitan, for example)