summaryrefslogtreecommitdiffstats
path: root/package/multimedia/libvorbis
Commit message (Collapse)AuthorAgeFilesLines
* libvorbis: remove unused cruft from pre-autotools.inPeter Korsgaard2009-12-171-9/+0
| | | | | | The AUTOTARGETS macro handles this already. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* host-pkgconfig is now host-pkg-configThomas Petazzoni2009-12-151-2/+1
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libvorbis: split tremor into its own packageSven Neumann2009-12-082-80/+2
| | | | | | | | | This commit splits the Tremor fixed-point implementation out of the libvorbis package and creates a new package called 'tremor' for it. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* tremor: build specific svn revisionPeter Korsgaard2009-10-041-10/+4
| | | | | | | | Select a specific svn revision (current trunk: r16259) instead of the latest from the trunk. Simplifies support, mirroring and makes the system reproducible. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: Remove unnecessary dependencies on uclibc.Will Newton2009-09-031-2/+2
| | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* tremor: provide libvorbis* alias for targetsPeter Korsgaard2009-07-211-4/+4
| | | | | | | several packages depend on libvorbis, so also provide libvorbis targets when tremor is selected. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libvorbis: fix tremor install into staging_dirPeter Korsgaard2009-07-161-5/+9
| | | | | | | | | Closes #387. When tremor is selected, the normal libvorbis shouldn't get built and tremer should get installed into staging_dir as well. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libvorbis: bump versionPeter Korsgaard2009-07-121-1/+1
| | | | | | bugfix release - Fixes playback of very short files. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lib{ogg,vorbis}: bump versionPeter Korsgaard2009-06-241-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pkgconfig: add pkgconfig package for targetPeter Korsgaard2009-03-182-3/+2
| | | | | | | | | | | | | The host versions shouldn't be visible in Kconfig, so remove the reference to BR2_PACKAGE_PKGCONFIG everywhere and prefix the host targets with host-. At the same time add pkgconfig for the target (E.G. for development) and let BR2_PACKAGE_PKGCONFIG control that package. Notice: all defconfigs in the tree have been updated, but make sure to disable the pkgconfig package (unless you want it) if you use an external config, otherwise you'll end up with pkgconfig and glib2 in the target.
* 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>