summaryrefslogtreecommitdiffstats
path: root/package/multimedia/libvorbis
Commit message (Collapse)AuthorAgeFilesLines
* libvorbis: select libogg dependencyPeter Korsgaard2009-02-191-4/+1
| | | | Library dependencies should be selected, and not use depends on.
* libvorbis: convert to Makefile.autotools.in formatPeter Korsgaard2009-02-191-49/+9
| | | | | Patch by Sven Neumann <s.neumann@phase-zero.de> Closes #107
* tremor: strip target libPeter Korsgaard2009-02-041-1/+2
|
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-2/+2
|
* 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.
* package/audio: rename audio category to multimediaPeter Korsgaard2008-11-152-0/+165
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>