summaryrefslogtreecommitdiffstats
path: root/package/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* gst-ffmpeg: bump to version 0.10.11Gustavo Zacarias2011-03-062-5/+6
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ffmpeg: bump to version 0.6.1Gustavo Zacarias2011-03-064-25/+40
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpg123: bump to version 1.13.2Gustavo Zacarias2011-03-061-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ffmpeg: disable mmx for low end x86-type processorsGustavo Zacarias2011-02-281-0/+5
| | | | | | | | | ffmpeg enables mmx by default for x86-class processors, so disable it for processors that lack it (i386, i486, i586, i686, pentium pro, geode). Solves bug #3325 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpd: forcibly disable oggflac without flacGustavo Zacarias2011-02-251-1/+1
| | | | | | | | | | If flac and libogg were both built but flac isn't selected in mpd it will be picked up anyway. Forcibly disable oggflac support if flac support is disabled for consistency. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpd: move ffmpeg option upGustavo Zacarias2011-02-251-11/+11
| | | | | | | Move the ffmpeg option up to keep the pretty sort order. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpd: default to tremor input pluginGustavo Zacarias2011-02-251-0/+1
| | | | | | | | MPD requires at least one input plugin to build. If there's none selected default to tremor (vorbis). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpd: fix alsa dependenciesPeter Korsgaard2011-02-251-0/+2
| | | | | | Alsa output support needs pcm and mixer support in alsa-lib. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/multimedia: mark festival packages as brokenPeter Korsgaard2011-02-231-0/+1
| | | | | | | | | | | After spending a couple of hours on it today, I'm still unable to get speech-tools to build and install properly with a uClibc toolchain. So I'm giving up. Mark the entire thing broken as the text-to-speech stuff is unlikely to be used very much on the kind of small systems we're targetting. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpd: add option for ffmpeg supportPeter Korsgaard2011-02-192-0/+18
| | | | | | For all the special file formats supported by ffmpeg. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* taglib: fix buildPeter Korsgaard2011-02-181-0/+4084
| | | | | | | | The old libtool version gets confused about rpath, which breaks the build. FIx it by up upgrading to 1.5.22 (package is not compatible with libtool 2.x, so we cannot just autoreconf). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/multimedia: remove vlcPeter Korsgaard2011-02-173-24/+0
| | | | | | | It has been marked as broken for close to 1 year (aa3439e6a3f), without any effort to fix it, so remove it from the tree. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/multimedia: apply libtool patch where possiblePeter Korsgaard2011-02-178-8/+0
| | | | | | | | | | 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>
* libcue: fix build on uClibc with locale support enabledPeter Korsgaard2011-02-111-0/+50
| | | | | | Caused by a name clash between cue_scanner.c and stdio.h. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpd: new featuresGustavo Zacarias2011-02-102-1/+25
| | | | | | | | | * Add libcue support (.cue file parsing) * Add lame support (mp3 encoding) * Fix slight typo in Config.in wrt LIBCUEFILE Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lame: new packageGustavo Zacarias2011-02-104-0/+64
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libcue: new packageGustavo Zacarias2011-02-103-0/+22
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mplayer: bump version to fix build errorBjørn Forsman2011-02-101-1/+1
| | | | | | | | | | | | | | | | | | | Bump mplayer to the first version that fixes this issue: file.c:23:5: warning: "HAVE_MMAP" is not defined file.c:25:7: warning: "HAVE_MAPVIEWOFFILE" is not defined file.c:77:5: warning: "HAVE_MMAP" is not defined file.c:87:7: warning: "HAVE_MAPVIEWOFFILE" is not defined file.c:124:5: warning: "HAVE_MMAP" is not defined file.c:126:7: warning: "HAVE_MAPVIEWOFFILE" is not defined file.c: In function 'av_file_map': file.c:50: error: 'HAVE_MMAP' undeclared (first use in this function) file.c:50: error: (Each undeclared identifier is reported only once file.c:50: error: for each function it appears in.) make[2]: *** [file.o] Error 1 Signed-off-by: Bjørn Forsman <bjorn.forsman@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpd: fix mpd.conf installation checkGustavo Zacarias2011-02-091-2/+3
| | | | | | | | If target /etc/mpd.conf exists the evaluation will be fail thus breaking the build process. Fix it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpd: fix libao supportGustavo Zacarias2011-02-091-2/+1
| | | | | | | libao output must be explicitly enabled, so fix it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add gst-omapfb packageFelipe Contreras2011-02-073-0/+27
| | | | | | Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add gst-dsp packageFelipe Contreras2011-02-073-0/+28
| | | | | | | [Peter: add tidsp-binaries to _DEPENDENCIES] Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add tidsp-binaries packageFelipe Contreras2011-02-073-0/+21
| | | | | | Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-ffmpeg: needs liboilPeter Korsgaard2011-02-042-1/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gstreamer: update to the latest gstreamer +plugins packagesFelipe Contreras2011-02-047-44/+7
| | | | | | | | | 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>
* libcuefile: convert to cmaketargets infrastructureGustavo Zacarias2011-01-301-25/+6
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: fix python upgrade falloutPeter Korsgaard2011-01-261-1/+1
| | | | | | | A number of packages depended on the libpython make target for python support, which no longer exist. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* python-mad: new packageThomas Petazzoni2011-01-253-0/+51
| | | | | | | | | | | python-mad is a Python binding for the MAD library, a high-quality integer-only MPEG decoder. This package has been introduced as a test to make sure that third-party Python modules that rely on a C extension can properly be built against the Python infrastructure of Buildroot. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gstreamer: remove unnecessary featureFelipe Contreras2011-01-242-14/+2
| | | | | | | | | | | | On 0.10.11 the binary-registry was added, on 0.10.12 the libxml2 dependency was dropped when binary-registry was used, on 0.10.18 the binary-registry was made default, and on 0.10.23 it was the only option. So, libxml2 is not needed any more for the registry. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpd: new packageGustavo Zacarias2011-01-215-0/+310
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* musepack: new packageGustavo Zacarias2011-01-203-0/+26
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libcuefile: new packageGustavo Zacarias2011-01-203-0/+49
| | | | | | [Peter: fix build with ccache] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libreplaygain: new packageGustavo Zacarias2011-01-203-0/+21
| | | | | | [Peter: add comment about why we need autoreconf] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* wavpack: new packageGustavo Zacarias2011-01-203-0/+25
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* faad2: new packageGustavo Zacarias2011-01-203-0/+18
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libsamplerate: new packageGustavo Zacarias2011-01-203-0/+27
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libmad: install pkgconfig fileGustavo Zacarias2011-01-202-5/+27
| | | | | | | | | | Make libmad install mad.pc into staging and target. Needed for mpd. [Peter: remove -lm from mad.pc] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libsndfile: bump to version 1.0.23Gustavo Zacarias2011-01-191-5/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpg123: install to stagingGustavo Zacarias2011-01-191-0/+1
| | | | | | | | | mpg123 also provides a shared library (libmpg123.so), so install into staging so other programs can find it. [Peter: reworded commit message] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpg123: bump to version 1.13.1Gustavo Zacarias2011-01-171-3/+15
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* vorbis-tools: new packageGustavo Zacarias2011-01-113-0/+33
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libao: new packageGustavo Zacarias2011-01-113-0/+29
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* flac: fix powerpc buildGustavo Zacarias2011-01-102-2/+28
| | | | | | | flac incorrectly assumes every powerpc around has altivec. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* alsa-utils: select alsa-libGustavo Zacarias2011-01-101-1/+1
| | | | | | | | Select alsa-libs instead of depending on them otherwise it's just "missing" from the menu. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-good: add option to build cairo pluginPeter Korsgaard2011-01-012-0/+12
| | | | | | Fixes build issue when cairo is built without png support. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ffmpeg: fix build with ccachePeter Korsgaard2011-01-011-1/+1
| | | | | | With ccache, HOSTCC contains a space, so ensure it's properly quoted. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libvorbis: bump versionPeter Korsgaard2010-12-311-1/+1
| | | | | | Derived from patch by Martin Banky. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libogg: bump versionPeter Korsgaard2010-12-311-1/+1
| | | | | | Derived from patch by Martin Banky. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-good: Add option for v4l2Phil Edworthy2010-12-312-1/+9
| | | | | Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libtheora: bump version to 1.1.1Thomas Petazzoni2010-12-141-2/+3
| | | | | | | | This allows to disable the build of the format specification documentation, which was causing issues in cross-compiling mode. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>