summaryrefslogtreecommitdiffstats
path: root/package/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* gst-plugins-good: fix v4l2 related build error with new (3.9+) kernel headersPeter Korsgaard2013-07-091-0/+30
| | | | | | | | Fix from gstreamer git. Fixes http://autobuild.buildroot.net/results/e2b/e2b1c5219676c7d033353b7bd8273440c40dcf49/ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Introduce BR2_TOOLCHAIN_USES_{UCLIBC, GLIBC}Thomas Petazzoni2013-07-042-6/+2
| | | | | | | | | | | | | | | | | Currently, when we need to do a conditional on the type of C library used, we need to take into account the three toolchain backends. As we are going to add eglibc support to the Buildroot toolchain backend, it would become even uglier, so this patch introduces two new hidden options: BR2_TOOLCHAIN_USES_UCLIBC and BR2_TOOLCHAIN_USES_GLIBC, that exist regardless of the toolchain backend. The entire Buildroot code base is converted to use those options. Note that we have intentionally created only one option (BR2_TOOLCHAIN_USES_GLIBC) for both glibc and eglibc, since they are essentially the same, as far as Buildroot is concerned. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Remove BR2_HAVE_DEVFILESThomas Petazzoni2013-07-041-2/+1
| | | | | | | | | | | | This finally removes the BR2_HAVE_DEVFILES option, that was used to install/keep development files on target. With the recent migration of the internal backend to the package infrastructure, we had anyway lost the ability to build gcc for the target, and install the uClibc development files on the target. [Peter: also remove support/scripts/copy.sh] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst1-plugins-bad: add missing depends on C++ for the OpenCV pluginThomas Petazzoni2013-07-021-0/+4
| | | | | | | | | | | OpenCV requires C++ support, so we shouldn't select it without depending on C++ support. Fixes: http://autobuild.buildroot.org/results/71f/71f2d8a267a0d159521407a9a2330e68d756c4b3/build-end.log. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst1-plugins-ugly: libdvdread needs largefile supportPeter Korsgaard2013-06-301-0/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-omx: fix _LICENSE_FILES tagPeter Korsgaard2013-06-271-1/+1
| | | | | | It is <pkg>_LICENSE_FILES, not <pkg>_LICENSE_FILE. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* multimedia: reorganize for gst1Spenser Gilliland2013-06-211-7/+12
| | | | | Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-omx: add gst-omx packageSpenser Gilliland2013-06-214-0/+176
| | | | | | | gst-omx enables OpenMAX based accelerated video decode. Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst1-plugins-good: add libvpx supportSpenser Gilliland2013-06-212-0/+11
| | | | | | | adds libvpx support to gst1-plugins-good Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst1-plugins-ugly: add gstreamer1 ugly pluginsSpenser Gilliland2013-06-213-0/+174
| | | | | | | | Adds gstreamer 1.X ugly plugins [Peter: fix Config.in typo] Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst1-plugins-bad: add gstreamer1 bad pluginsSpenser Gilliland2013-06-214-0/+1142
| | | | | | | | Adds gstreamer 1.X bad plugins [Peter: strip trailing newlines in Config.in] Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst1-plugins-good: add gstreamer1 good pluginsSpenser Gilliland2013-06-213-0/+731
| | | | | | | Adds gstreamer 1.X good plugins. Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst1-plugins-base: add gstreamer1 base pluginsSpenser Gilliland2013-06-213-0/+359
| | | | | | | | Adds gstreamer 1.X base plugins. [Peter: strip trailing newlines in Config.in] Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gstreamer1: Add gstreamer version 1.0.7 packageSpenser Gilliland2013-06-213-0/+94
| | | | | | | | This patch adds the gstreamer version 1.x series to buildroot. [Peter: strip trailing newlines in Config.in] Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add header to packages where missingAlexandre Belloni2013-06-213-0/+18
| | | | | | Reported-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gstreamer: update for gstreamer1Spenser Gilliland2013-06-201-0/+3
| | | | | | [Peter: fix long line, trailing space, Gstreamer/GStreamer] Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add gstreamer plugin for Hantro x170Alexandre Belloni2013-06-154-0/+60
| | | | | | [Peter: Config.in: add comment about glibc dependency] Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add proprietary libraries for Hantro x170 HW decodingAlexandre Belloni2013-06-153-0/+43
| | | | | | [Peter: select on2-8170-modules, ensure dest dirs exist] Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pulseaudio : bump to version 4.0Jeremy Rosen2013-06-102-38/+3
| | | | | | | removes a patch that was integrated upstream Signed-off-by: Jérémy Rosen <jeremy.rosen@openwide.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Fix package headersJerzy Grzegorek2013-06-071-1/+0
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Normalize separator size to 80Alexandre Belloni2013-06-0618-36/+36
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Remove description and url from headerAlexandre Belloni2013-06-061-1/+1
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Fix package headers to comply with coding styleAlexandre Belloni2013-06-068-0/+8
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Merge branch 'next'Peter Korsgaard2013-06-026-3/+65
|\
| * pulseaudio : bump to version 3.0Jeremy Rosen2013-05-301-2/+2
| | | | | | | | | | Signed-off-by: Jérémy Rosen <jeremy.rosen@openwide.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * libopenmax: Add libopenmax virtual packageSpenser Gilliland2013-05-301-0/+1
| | | | | | | | | | | | | | | | this adds the libopenmax virtual package for hardware based video acceleration [Peter: fix openmax-without-any-backends check] Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * libvpx: new package libvpxSpenser Gilliland2013-05-303-0/+61
| | | | | | | | | | | | | | | | | | | | adds webm multimedia support and the VP8 encoder/decoder library. http://www.webmproject.org/ [Peter: strip trailing spaces, wrap help text] Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * mpg123: bump to version 1.15.4Gustavo Zacarias2013-05-281-1/+1
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | Revert "pulseaudio : bump to version 3.0"Peter Korsgaard2013-05-301-2/+2
| | | | | | | | | | | | This reverts commit d3bde0a64edb5a3392314d2cdd2c4e4057d15831. This wasn't supposed to be applied to master.
* | pulseaudio : bump to version 3.0Jeremy Rosen2013-05-291-2/+2
| | | | | | | | | | Signed-off-by: Jérémy Rosen <jeremy.rosen@openwide.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | Revert "mpg123: bump to version 1.15.4"Peter Korsgaard2013-05-281-1/+1
| | | | | | | | | | | | This reverts commit 609aa4156aa6fbda182856d3dab7df752c54eb78. This was supposed to have been for next, not 2013.05.
* | mpg123: bump to version 1.15.4Gustavo Zacarias2013-05-281-1/+1
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | bellagio: add license informationgilles.talis@gmail.com2013-05-171-0/+2
| | | | | | | | | | Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | bellagio: needs toolchain with threads supportgilles.talis@gmail.com2013-05-171-2/+3
| | | | | | | | | | | | | | | | Fixes: http://autobuild.buildroot.org/results/a4b/a4b7e19f4eee1de8d8722c2ade673fcb816a811e Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | gst-plugins-bad: fix build of directfb pluginArnout Vandecappelle (Essensium/Mind)2013-05-131-0/+22
| | | | | | | | | | Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | pulseaudio: fix build with orcArnout Vandecappelle (Essensium/Mind)2013-05-121-1/+8
| | | | | | | | | | | | | | | | | | | | | | The configure script gets orcc from pkg-config, which sets it to /usr/bin/orcc instead of $(HOST_DIR)/usr/bin/orcc. So set the path explicitly instead of relying on pkg-config. While we're at it, also add an explicit enable/disable to configure. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | pulseaudio: link against json-cThomas Petazzoni2013-05-102-0/+32
|/ | | | | | | | | | | | | | Add an upstream patch that makes Pulseaudio link against json-c instead of json, so that it works with json-c 0.11, and doesn't cause problems with libjson has been also installed in the system. Note that this fix has been merged in Pulseaudio after the 3.0 release, so we will have to keep this patch around when bumping to 3.0. Fixes http://autobuild.buildroot.org/results/91ffd3196092c48b88f59adb12741b3f93064dea/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* add daemon mode support to pulseaudioJeremy Rosen2013-05-043-0/+59
| | | | | | | | | | pulseaudio documentation recommends not using the daemon mode unless you are on a headless system, but since that is the common case for a buildroot installation, install the related user and groups [Peter: fix typos, ifeq check, unconditionally install into target] Signed-off-by: Jérémy Rosen <jeremy.rosen@openwide.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gstreamer: needs threads support in toolchainPeter Korsgaard2013-05-031-2/+3
| | | | | | Indirectly fixes http://autobuild.buildroot.net/results/453ac64daf384702512ac68f1779f375e337332d/build-end.log Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ffmpeg: define licenseLuca Ceresoli2013-05-021-0/+7
| | | | | Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: 1.6.x needs C++ support in toolchainPeter Korsgaard2013-04-291-0/+1
| | | | | | Fixes http://autobuild.buildroot.net/results/b36f5492401a8bba8ed04614decfbf4152464740/ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* madplay: add license informationSimon Dawson2013-04-151-0/+2
| | | | | Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpd: bump to version 0.17.4Gustavo Zacarias2013-04-121-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* alsa-utils: needs host-gettextGustavo Zacarias2013-04-111-1/+1
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/31ca7306ca345bf057a844eab5b5d711e6c82842/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ffmpeg: adjust ARM optimizationsGustavo Zacarias2013-04-111-1/+1
| | | | | | | We no longer support ARM less than v3 so kill dead code. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpg123: bump to version 1.15.3Gustavo Zacarias2013-04-101-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* aumix: needs host-gettextGustavo Zacarias2013-04-031-1/+1
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/fff0ddfd7cebe6535f506be41d09c6e64290f93a/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gstreamer: add missing dependencies on host-flex and host-bisonThomas Petazzoni2013-03-251-1/+1
| | | | | | | | Fixes: http://autobuild.buildroot.org/results/f9f32bfd44a3f74ec30fc61594bf6eb04f80f872/build-end.log. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* aumix.mk: fix whitespaceJerzy Grzegorek2013-03-041-4/+4
| | | | | | | | No functional change. [Peter: adjust commit message] Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpg123: bump to 1.15.1Yegor Yefremov2013-03-011-1/+1
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>