summaryrefslogtreecommitdiff
path: root/package/audio
AgeCommit message (Collapse)Author
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>
2008-11-14libogg: convert to Makefile.autotools.inPeter Korsgaard
Also remove --enable-shared and --enable-static as it's default and --disable-oggtest and $(DISABLE_NLS) as they are not supported. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2008-11-14package: Kconfig: use menu instead of menuconfig for sub menusPeter Korsgaard
As discussed on the list - These things should normally not be (un)selectable.
2008-10-26package: cleanup PKG_CONFIG_SYSROOTPeter Korsgaard
PKG_CONFIG_SYSROOT_DIR and friends get set in package/Makefile.in, so there's no need to set it in the makefiles of the individual packages as well. Based on a patch by Markus Heidelberg.
2008-10-20package/: remove redundant install-strip in *_TARGET_INSTALL_OPTPeter Korsgaard
It's default now.
2008-09-18aumix: fix install rule to target to support multiple projectsHans-Christian Egtvedt
This patch will let aumix depend on an installed file on the target root file system instead of touched file. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-09-07libid3tag: don't depend on libmadPeter Korsgaard
libid3tag doesn't use libmad.
2008-09-06speex: fix paths (broken by r23330)Peter Korsgaard
Patch by Markus Heidelberg <markus.heidelberg@web.de>
2008-09-06mpg123: fix paths (broken by r23330)Peter Korsgaard
2008-09-06madplay: fix paths (broken by r23330)Peter Korsgaard
2008-09-06libsndfile: fix paths (broken by r23330)Peter Korsgaard
2008-09-06libmad: fix paths (broken by r23330)Peter Korsgaard
2008-09-06libid3tag: fix paths (broken by r23330)Peter Korsgaard
2008-09-06festival: fix path in AUTOTARGETS (broken by r23330)Peter Korsgaard
2008-09-06asterisk: fix paths (broken by r23330)Peter Korsgaard
2008-09-06alsa-utils: fix paths (broken by r23330)Peter Korsgaard
2008-09-06alsa-lib: fix paths (broken by r23330)Peter Korsgaard
2008-09-06festival: fix more paths (broken by r23330)Peter Korsgaard
Patch by Markus Heidelberg <markus.heidelberg@web.de>
2008-09-06festival: fix paths (broken by r23330)Peter Korsgaard
Patch by Michel Wilson <michel@crondor.net>
2008-09-05audio: Move all audio packages into audio subdirDaniel Laird
Moved all audio packages into a subdir called audio. I then created a Config.in and made sure that a audio.mk existed. Daniel Laird