summaryrefslogtreecommitdiffstats
path: root/package/multimedia
Commit message (Collapse)AuthorAgeFilesLines
...
* mplayer: force cross-compile modePeter Korsgaard2009-01-201-0/+1
|
* libmad: unbreak build with gcc-4.3.xPeter Korsgaard2009-01-201-0/+33
| | | | | libmad used the long deprecated -fforce-mem gcc flag, which no longer is recognized in gcc-4.3.x. It has long been a noop, so simply remove it.
* mplayer: add patch to fix compilation against alsa-lib 1.0.18Hans-Christian Egtvedt2009-01-203-72/+163
| | | | | | | | | This adds a patch to fix compilation against alsa-lib 1.0.18. It is basically a grab of the change from mplayer repository. It also refreshes the other patches so they apply clean. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* Getting rid of a bit more configure options that's been centralized.Thomas Lundquist2009-01-182-3/+1
|
* Finish the gtk-doc stuff and start on the smae thing with LARGEFILE and NLS.Thomas Lundquist2009-01-184-12/+4
|
* Make alsa-lib depend on libpython, if new BR2_PACKAGE_ALSA_LIB_PYTHON is ↵Ulf Samuelsson2009-01-172-2/+14
| | | | selected
* Fix legacy strings for alsa-utils & remove man pagesUlf Samuelsson2009-01-162-0/+31
|
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-1613-26/+26
|
* package/multimedia/gstreamer/gstreamer.mk: Fix missing \Daniel Laird2009-01-141-1/+1
| | | | | | | Fix stupid typo. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* package/multimedia/gstreamerDaniel Laird2009-01-144-3/+11
| | | | | | | | | | 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>
* package/alsa-lib/alsa-lib.mkDaniel Laird2009-01-131-1/+1
| | | | | | | | | | | 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>
* buildroot: get rid of s390 supportPeter Korsgaard2009-01-121-3/+0
| | | | | As discussed on the list. It isn't supported by uclibc, so I strongly doubt anyone has been using it.
* Disable use of python in alsa-lib, if not configuredUlf Samuelsson2009-01-121-0/+2
|
* Make sure alsa-lib build with correct python versionUlf Samuelsson2009-01-111-0/+5
|
* Use correct path to source for libsndfileUlf Samuelsson2009-01-101-1/+1
|
* libmpd: no need for autoreconf now we don't patch configure.ac anymorePeter Korsgaard2008-12-271-1/+0
|
* libmpd: get rid of < glib2.16 workaroundPeter Korsgaard2008-12-261-17/+0
|
* package/multimedia: add libmpd packagePeter Korsgaard2008-12-265-0/+134
|
* gst-plugins-ugly: add gstreamer ugly pluginsHans-Christian Egtvedt2008-12-083-0/+129
| | | | | | This patch adds the ugly plugins for gstreamer, for more information see http://gstreamer.freedesktop.org/modules/gst-plugins-ugly.html
* gst-plugins-good: add gstreamer good pluginsHans-Christian Egtvedt2008-12-083-0/+362
| | | | | | | This patch adds the good plugins for gstreamer, see http://gstreamer.freedesktop.org/modules/gst-plugins-good.html for more information.
* gst-plugins-base: add gstreamer base pluginsHans-Christian Egtvedt2008-12-084-0/+248
| | | | | | | This patch adds the basic plugins for gstreamer, see http://gstreamer.freedesktop.org/modules/gst-plugins-base.html for more information.
* gstreamer: add new multimedia package gstreamerHans-Christian Egtvedt2008-12-084-0/+86
| | | | | gstreamer is powerful framework for streaming media.
* libtheora: add new multimedia package libtheoraHans-Christian Egtvedt2008-12-083-0/+30
| | | | | libtheora is a library used by gstreamer when streaming Ogg multimedia.
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-0812-16/+16
|
* libvorbis: tremor depends on host-autoconf and host-automakeHans-Christian Egtvedt2008-12-051-1/+1
| | | | | | This patch adds host-autoconf and host-automake as dependencies to tremor, this is needed for it to compile.
* alsa-lib: bump version to 1.0.18Hans-Christian Egtvedt2008-12-051-1/+1
|
* mplayer: set charset explisit to US-ASCII to ease intl compileHans-Christian Egtvedt2008-12-041-0/+1
| | | | | | This patch set the charset selected by mplayer to US-ASCII because mplayer configure script have problems detecting working cross compiled iconv tools
* alsa-util: bump version to 1.0.18 and add patches for this versionHans-Christian Egtvedt2008-12-043-1/+25
| | | | | Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* alsa-utils: add dependency to libintl if libintl is enabledHans-Christian Egtvedt2008-12-041-1/+1
| | | | | Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* mplayer: use $(if ...) to add dependencies to mplayerHans-Christian Egtvedt2008-12-011-7/+1
| | | | | | | | 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>
* mplayer: remove not needed $(strip ...) calls in MakefileHans-Christian Egtvedt2008-12-011-2/+2
| | | | | Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* mplayer: make sure alsa-lib is installed before mplayerHans-Christian Egtvedt2008-12-011-0/+4
| | | | | | | | 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>
* mplayer: add dependency libraries to a variableHans-Christian Egtvedt2008-12-011-1/+3
| | | | | | | | | 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>
* mplayer: disable ivtv video outputHans-Christian Egtvedt2008-12-011-0/+1
| | | | | | | | 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>
* mplayer, vlc: move into multimedia categoryPeter Korsgaard2008-11-157-0/+6581
| | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
* package/audio: rename audio category to multimediaPeter Korsgaard2008-11-1544-0/+4564
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>