summaryrefslogtreecommitdiffstats
path: root/package/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* mplayer: fix libmad checkPeter Korsgaard2011-05-181-1/+1
| | | | | | Closes #3757 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* festival: remove packagesThomas Petazzoni2011-05-1715-468/+0
| | | | | | | Festival does not build, nobody cared since a long time, and they have been marked deprecated since quite some time. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* ffmpeg: Version bump to 0.6.3Mike Williams2011-05-131-1/+1
| | | | | Signed-off-by: Mike Williams <mike@mikebwilliams.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ffmpeg: only build documentation if requestedPeter Korsgaard2011-05-131-0/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ffmpeg: ffmpeg binary requires swscaleMike Williams2011-05-131-0/+1
| | | | | Signed-off-by: Mike Williams <mike@mikebwilliams.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ffmpeg: disable altivec optimizations for PPC CPUs lacking itMike Williams2011-05-131-0/+8
| | | | | | [Peter: use positive logic] Signed-off-by: Mike Williams <mike@mikebwilliams.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* alsa-utils: make /var/lib/alsa directory in targetGustavo Zacarias2011-05-031-0/+1
| | | | | | | | alsactl needs /var/lib/alsa to store asound.state when saving mixer settings so make it in the target. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpg123: bump to version 0.13.3Gustavo Zacarias2011-05-031-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpd: fix build with tremor supportPeter Korsgaard2011-04-032-0/+21
| | | | | | | Tremor needs the common ogg support (in _ogg_common.c) to get built, similar to how it is done when libvorbis is used. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpd: bump to version 0.16.2 and bugfixGustavo Zacarias2011-04-012-3/+3
| | | | | | | | | Bump mpd server to version 0.6.12 Also make ffmpeg support conditional on IPv6 since the new ffmpeg version requires it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* alsa-utils: fix dependenciesPeter Korsgaard2011-03-142-6/+13
| | | | | | | | Most alsa utilites depend on specific alsa-lib options, so ensure those are selected. Arecord is furthermore just a symlink to aplay these days, so get rid of the option. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-good: bump versionPeter Korsgaard2011-03-141-1/+1
| | | | | | Fixes v4l2src building with 2.6.38-rc1+ kernel headers. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* alsa-utils: bump to 1.0.24.2Chih-Min Chao2011-03-142-1/+34
| | | | | | [Peter: fix exp10 breakage on uClibc] Signed-off-by: Chih-Min Chao <cmchao@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* alsa-lib : bump to 1.0.24.1Chih-Min Chao2011-03-141-1/+1
| | | | | Signed-off-by: Chih-Min Chao <cmchao@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* 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>