summaryrefslogtreecommitdiff
path: root/package/multimedia
AgeCommit message (Collapse)Author
2011-10-20gst-plugins-good: add pulseaudio supportPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-10-20mpd: add pulseaudio supportPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-10-20package: add pulseaudioPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-10-20mpg123: fix module loading with libtool / !HAVE_DEVFILESPeter Korsgaard
mpg123 enables loadable modules support if libtool is detected, but by default tries to load <module>.la, which we strip from the rootfs unless HAVE_DEVFILES is enabled. Fix it by directly loading .so files instead. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-10-15mpd: bump to version 0.16.5Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-10-15libmpd: bump to version 11.8.17Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-10-08libplayer: mark python bindings as brokenPeter Korsgaard
As it doesn't build. - upstream didn't adjust player_init call when prototype changed: http://hg.geexbox.org/libplayer/rev/e3705df5ce2e - It tries to build the extension for the host, and not the target: building 'player' extension /usr/bin/gcc -pthread -fno-strict-aliasing -O2 .. /usr/bin/ld: skipping incompatible ./../../src/libplayer.so when searching for -lplayer. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-10-06libplayer: remove unneeded extra AUTOTARGETS parametersPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-10-06Add the libplayer packageMaxime Ripard
[Peter: use select instead of depends for mplayer/gstreamer, small tweaks] Signed-off-by: Maxime Ripard <maxime@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-10-05Add lame support in gstreamerMaxime Ripard
Signed-off-by: Maxime Ripard <maxime@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-10-05gst-plugins-bad: fix bzip2 typoPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-10-05mpg123: tweak audio module selectionPeter Korsgaard
Fix build if host has libarts-dev, and add optional sdl+portaudio support. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-10-03Revert "gst-plugins-base: disable parallel build"Peter Korsgaard
This reverts commit 54b60ba6aa0ff1b6c851e704bc36945ca052b2b3. As requested by Sven. Not needed as we now have fixed the testchannels issue.
2011-10-02gst-plugins-base: fix build by disabling testchannels examplePeter Korsgaard
Testchannels doesn't build because it forgets to link with libgstinterfaces. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-10-02mpd: fixup sample configGustavo Zacarias
Fix sample mpd.conf so that the playlists directory lives inside the main mpd data directory. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-10-02mpg123: bump to version 1.13.4Gustavo Zacarias
Bump mpg123 to version 1.13.4, fixes for very long files (endless streams). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-30gst-plugins-bad: add more config optionsSven Neumann
The recent update added some new plugins. This commit makes them selectable in buildroot. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-30gst-plugins-base: disable parallel buildSven Neumann
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>
2011-09-30mpd: ffmpeg needs ipv6, so add proper dependenciesPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-29package: remove useless arguments from CMAKETARGETSThomas Petazzoni
Thanks to the pkgparentdir and pkgname functions, we can rewrite the GENTARGETS 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>
2011-09-29package: remove useless arguments from AUTOTARGETSThomas Petazzoni
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>
2011-09-29package: remove useless arguments from GENTARGETSThomas Petazzoni
Thanks to the pkgparentdir and pkgname functions, we can rewrite the GENTARGETS 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>
2011-09-29gst-plugins-bad: audioparsers plugin is moved to -goodPeter Korsgaard
Thanks to Sven for noticing. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-29gst-plugins-bad: bump versionPeter Korsgaard
And sort options alphabetically. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-29gst-plugins-ugly: bump versionPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-29gst-plugins-good: bump versionPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-29gst-plugins-base: bump versionPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-29gstreamer: bump versionPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-29gst-plugins-good: sort plug-ins alphabeticallySven Neumann
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-27gstreamer: add option to disable gst_debug tracing functionalityPeter Korsgaard
Shrinks gst library sizes with ~1MB (depending on the amount of plugins enabled). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-25taglib: bump to 1.7Sven Neumann
Bump the version of taglib to 1.7. This version does not any longer ship with a configure script so convert the package from autotargets to cmaketargets. The 1.7 version offers optional support for MP4 and WMA files. Expose these options in buildroot. [Peter: drop unneded dependencies, keep target install, fix Config.in indent] Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-13mpd: bump to version 0.16.4Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-13portaudio: disable parallel buildPeter Korsgaard
The portaudio build system contains a race condition, which gets triggered by high BR2_JLEVEL settings - It tries to use libportaudio.la before it is created: make[3]: *** No rule to make target `../../../lib/libportaudio.la', needed by `libportaudiocpp.la'. Stop. Fix it by disabling parallel build. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-12package: add portaudioMurat Demirten
PortAudio is a free, cross-platform, open-source, audio I/O library. [Peter: fix whitespace, dependencies, alsa-lib name] Signed-off-by: Murat Demirten <mdemirten@yh.com.tr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-12musepack: disable parallel buildPeter Korsgaard
The musepack build system contains a race condition, which gets triggered by high BR2_JLEVEL settings - It tries to link against libmpcdec before it is created: Linking C executable mpcgain /scratch/peko/host/usr/lib/gcc/arm-unknown-linux-uclibcgnueabi/4.4.6/../../../../arm-unknown-linux-uclibcgnueabi/bin/ld: cannot find -lmpcdec collect2: ld returned 1 exit status make[3]: *** [mpcgain/mpcgain] Error 1 Fix it by disabling parallel build. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-12taglib: remove --program-prefixYann E. MORIN
--program-prefix is now set in the auto-target infrastructure. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-12mpg123: remove --program-prefixYann E. MORIN
--program-prefix is now set in the auto-target infrastructure. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-11mpd: bump to version 0.16.3Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-11musepack: bump to r475Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-11libao: bump to version 1.1.0Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-11libsamplerate: bump to version 0.1.8Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-11libsndfile: bump to version 1.0.25Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-11libcuefile: bump to r475Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-11libreplaygain: bump to r475Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-08-04package: mark liboil + swfdec as deprecatedPeter Korsgaard
They are dead upstream, and will be removed during 2011.11 cycle unless someone speaks up. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-24gst-plugins-ugly: fix dependencies for mad MP3 decoder plug-inSven Neumann
The mad plug-in depends on libid3tag. This dependency used to be implicit by selecting the id3tag plug-in. Now that this plug-in is not any longer part of gst-plugins-ugly we need an explicit dependency on libid3tag. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-24gst-plugins-ugly: update configuration optionsSven Neumann
Remove the option for the libid3tag plug-in as is not any longer found in gst-plugins-ugly. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-24gst-plugins-good: update configuration optionsSven Neumann
Update the list of plugins that can be selected/deselected. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-07gst-plugins-bad: clean up configurationSven Neumann
Remove obsoleted configurations and add options for new dependency-less plugins. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-07gst-plugins: ivborbis (aka tremor) moved to gst-plugins-baseSven Neumann
The integer vorbis decoder moved from gst-plugins-bad to gst-plugins-base. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>