summaryrefslogtreecommitdiffstats
path: root/package/multimedia/gst-plugins-base
Commit message (Collapse)AuthorAgeFilesLines
* gst-plugins-base: bump versionPeter Korsgaard2012-03-143-27/+7Star
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-base: add missing orc dependencyFelipe Contreras2012-02-111-0/+4
| | | | | | Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-base: fix build with updated tremorPeter Korsgaard2012-01-261-0/+139
| | | | | | Patch sent upstream. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Revert "gst-plugins-base: disable parallel build"Peter Korsgaard2011-10-031-2/+0Star
| | | | | | | This reverts commit 54b60ba6aa0ff1b6c851e704bc36945ca052b2b3. As requested by Sven. Not needed as we now have fixed the testchannels issue.
* gst-plugins-base: fix build by disabling testchannels examplePeter Korsgaard2011-10-021-0/+26
| | | | | | Testchannels doesn't build because it forgets to link with libgstinterfaces. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-base: disable parallel buildSven Neumann2011-09-301-0/+2
| | | | | | | | Parallel builds sometimes break when audio/testchannels is compiled before the gstinterfaces library. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: remove useless arguments from AUTOTARGETSThomas Petazzoni2011-09-291-1/+1
| | | | | | | | | | Thanks to the pkgparentdir and pkgname functions, we can rewrite the AUTOTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-base: bump versionPeter Korsgaard2011-09-291-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins: ivborbis (aka tremor) moved to gst-plugins-baseSven Neumann2011-07-072-0/+11
| | | | | | | The integer vorbis decoder moved from gst-plugins-bad to gst-plugins-base. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-base: add option for dependency-less pluginSven Neumann2011-07-072-0/+9
| | | | | | | Make the build of the dependency-less plugin 'encoding' optional. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/multimedia: apply libtool patch where possiblePeter Korsgaard2011-02-171-1/+0Star
| | | | | | | | | | Now that we have libtool-2.2.x patch support, we can get rid of a bunch of _LIBTOOL_PATH = NO, fixing (potential) cross link issues. Notice: libmad/libid3tag/madplay/taglib not changed, as they use a very old 1.5 version, where our buildroot-libtool-v1.5.patch doesn't apply. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gstreamer: update to the latest gstreamer +plugins packagesFelipe Contreras2011-02-042-3/+2Star
| | | | | | | | | liboil is not needed not used any more. orc _can_ be used instead, but it's not needed. [Peter: get rid of liboil selects] Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-base: tighten alsa dependencyPeter Korsgaard2010-11-041-2/+8
| | | | | | | alsa support needs pcm+mixer support in alsa, but this isn't checked by configure, so do it in the .mk instead. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pango: needs C++ for freetype handlingPeter Korsgaard2010-08-301-0/+4
| | | | | | | | | Pango was recently updated to v1.28 as a dependency of webkit, but its freetype support has unfortunately been rewritten with parts in C++ (since pango 1.25), so adjust dependencies of pango and users of it to require C++ support. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-base: ensure <stdint.h> is usedPeter Korsgaard2010-07-221-1/+3
| | | | | | Otherwise the build breaks with the emulation _stdint.h in gstfft.c. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-base: make sure alsa-lib is detected if presentPeter Korsgaard2010-05-261-1/+2
| | | | | | | | Make sure alsa-lib is built before gst-plugins-base if enabled, so configure detects the presence of alsa and builds alsasink/src. Reported-by: Phil Edworthy <Phil.Edworthy@renesas.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: remove redundant DISABLE_{IPV6,NLS,LARGEFILE} configure argsPeter Korsgaard2010-03-221-2/+0Star
| | | | | | | Makefile.autotools.in automatically adds these to the configure invocation, so there's no need to explicitly list them. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-base: update to new upstream release 0.10.25Sven Neumann2009-10-072-1/+12
| | | | | | | | | Update gst-plugins-base to version 0.10.25. Also add new config option to enable/disable the Pango font renderer plug-in. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-base: don't search host headers if freetype isn't availablePeter Korsgaard2009-07-221-0/+5
| | | | | | | | freetype is only used by examples, but if it is not found and the host has a freetype-config script, then the host include dirs are added to the search path causing trouble. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-base: Bump version to 0.10.23.Will Newton2009-06-162-1/+10
| | | | | | | | | Also add a config option for the app plugin that was moved from to gst-plugins-base from gst-plugins-bad in version 0.10.22. Closes #393. Signed-off-by: Will Newton <will.newton@gmail.com>
* package/multimedia/gstreamer: bump versionPeter Korsgaard2009-04-292-32/+2Star
| | | | Patch by Sven Neumann <s.neumann@raumfeld.com>, closes #101.
* Finish the gtk-doc stuff and start on the smae thing with LARGEFILE and NLS.Thomas Lundquist2009-01-181-3/+1Star
|
* 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-base: add gstreamer base pluginsHans-Christian Egtvedt2008-12-083-0/+247
This patch adds the basic plugins for gstreamer, see http://gstreamer.freedesktop.org/modules/gst-plugins-base.html for more information.