summaryrefslogtreecommitdiff
path: root/package/multimedia
AgeCommit message (Collapse)Author
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2009-01-14package/multimedia/gstreamer/gstreamer.mk: Fix missing \Daniel Laird
Fix stupid typo. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2009-01-14package/multimedia/gstreamerDaniel Laird
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>
2009-01-13package/alsa-lib/alsa-lib.mkDaniel Laird
package/gettext/gettext.mk: Both of these components look for iconv when configuring so need to be dependent. Both of these packages can be built with libiconv support. If libiconv is enabled and these are built first then some configure variables get stored in the system cache and then libiconv is not used properly. If libiconv is selected by user make sure it is built before either of these packages are built. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2009-01-12buildroot: get rid of s390 supportPeter Korsgaard
As discussed on the list. It isn't supported by uclibc, so I strongly doubt anyone has been using it.
2009-01-12Disable use of python in alsa-lib, if not configuredUlf Samuelsson
2009-01-11Make sure alsa-lib build with correct python versionUlf Samuelsson
2009-01-10Use correct path to source for libsndfileUlf Samuelsson
2008-12-27libmpd: no need for autoreconf now we don't patch configure.ac anymorePeter Korsgaard
2008-12-26libmpd: get rid of < glib2.16 workaroundPeter Korsgaard
2008-12-26package/multimedia: add libmpd packagePeter Korsgaard
2008-12-08gst-plugins-ugly: add gstreamer ugly pluginsHans-Christian Egtvedt
This patch adds the ugly plugins for gstreamer, for more information see http://gstreamer.freedesktop.org/modules/gst-plugins-ugly.html
2008-12-08gst-plugins-good: add gstreamer good pluginsHans-Christian Egtvedt
This patch adds the good plugins for gstreamer, see http://gstreamer.freedesktop.org/modules/gst-plugins-good.html for more information.
2008-12-08gst-plugins-base: add gstreamer base pluginsHans-Christian Egtvedt
This patch adds the basic plugins for gstreamer, see http://gstreamer.freedesktop.org/modules/gst-plugins-base.html for more information.
2008-12-08gstreamer: add new multimedia package gstreamerHans-Christian Egtvedt
gstreamer is powerful framework for streaming media.
2008-12-08libtheora: add new multimedia package libtheoraHans-Christian Egtvedt
libtheora is a library used by gstreamer when streaming Ogg multimedia.
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-12-05libvorbis: tremor depends on host-autoconf and host-automakeHans-Christian Egtvedt
This patch adds host-autoconf and host-automake as dependencies to tremor, this is needed for it to compile.
2008-12-05alsa-lib: bump version to 1.0.18Hans-Christian Egtvedt
2008-12-04mplayer: set charset explisit to US-ASCII to ease intl compileHans-Christian Egtvedt
This patch set the charset selected by mplayer to US-ASCII because mplayer configure script have problems detecting working cross compiled iconv tools
2008-12-04alsa-util: bump version to 1.0.18 and add patches for this versionHans-Christian Egtvedt
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-12-04alsa-utils: add dependency to libintl if libintl is enabledHans-Christian Egtvedt
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-12-01mplayer: use $(if ...) to add dependencies to mplayerHans-Christian Egtvedt
This patch will add needed libraries with $(if ...) syntax. This should ease readability and make it easy for others to spot where the depencies are added. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-12-01mplayer: remove not needed $(strip ...) calls in MakefileHans-Christian Egtvedt
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-12-01mplayer: make sure alsa-lib is installed before mplayerHans-Christian Egtvedt
This patch adds alsa-lib to a dependency for mplayer if it is selected in kconfig. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-12-01mplayer: add dependency libraries to a variableHans-Christian Egtvedt
This patch will put dependency libraries in a variable and add this to the dependencies to build mplayer. This is done to ease adding new libraries in the future. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-12-01mplayer: disable ivtv video outputHans-Christian Egtvedt
This patch disabled ivtv video output, since it does not compile with Linux kernel 2.6.27 headers. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-11-15mplayer, vlc: move into multimedia categoryPeter Korsgaard
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2008-11-15package/audio: rename audio category to multimediaPeter Korsgaard
Prepare for the merge of audio and video packages. Many packages cannot properly be assigned to either audio or video, because they have support for both (libogg, mplayer, vlc). Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>