summaryrefslogtreecommitdiffstats
path: root/package/multimedia/gst-plugins-good
Commit message (Collapse)AuthorAgeFilesLines
* package/multimedia/gstreamer: bump versionPeter Korsgaard2009-04-291-1/+2
| | | | Patch by Sven Neumann <s.neumann@raumfeld.com>, closes #101.
* gst-plugins-good: remove dependencies for matroska pluginPeter Korsgaard2009-02-261-1/+0
| | | | | | | This was forgotten when adding config options for zlib and bzip2. The matroska plugin doesn't need these dependencies, they are optional. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
* gst-plugins-good: add missing FLAC dependencyPeter Korsgaard2009-02-261-0/+1
| | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
* gstreamer: flac plugin supportPeter Korsgaard2009-02-252-0/+10
| | | | Patch by Sven Neumann. Closes #99.
* gst-plugins-good: Fix style issues and use of --disable-png.Daniel Laird2009-01-231-14/+14
| | | | | | | Update ordering and configure options. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* package/multimedia/gst-plugins-good/Config.inDaniel Laird2009-01-222-37/+57
| | | | | | | | | | | | package/multimedia/gst-plugins-good/gst-plugins-good.mk Always disable ESD Move JPEG/PNG Add BZIP2/ZLIB options as posted by Markus Add LIBXML2 dependency for annodex Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* package/multimedia/gst-plugins-good/Config.inDaniel Laird2009-01-221-3/+4
| | | | | | | | | Use select instead of depends on as it makes clear what people need rather than hiding options based on choices they dont know they need to make. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* package/multimedia/gst-plugins-good/gst-plugins-good.mkDaniel Laird2009-01-212-0/+55
| | | | | | | | | | | package/multimedia/gst-plugins-good/Config.in gst-plugins-good does not build unless some package dependencies are forced. This patch allows you to turn off some of the plugins with these dependencies and hides others that require some packages (like PNG/JPEG) Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* Finish the gtk-doc stuff and start on the smae thing with LARGEFILE and NLS.Thomas Lundquist2009-01-181-3/+1
|
* package/multimedia/gstreamerDaniel Laird2009-01-141-1/+3
| | | | | | | | | | package/multimedia/gst-plugins-*: I do not want docs installed in rootfs. Stop it installing the docs in the ROOTFS by using the same fix as has been applied to cairo. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* gst-plugins-good: add gstreamer good pluginsHans-Christian Egtvedt2008-12-082-0/+361
This patch adds the good plugins for gstreamer, see http://gstreamer.freedesktop.org/modules/gst-plugins-good.html for more information.