summaryrefslogtreecommitdiff
path: root/package/multimedia
AgeCommit message (Collapse)Author
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>