summaryrefslogtreecommitdiffstats
path: root/package/mpg123
AgeCommit message (Collapse)Author
2014-11-28mpg123: needs host-pkgconfPeter Korsgaard
SDL detection is done using pkg-config. Fixes http://autobuild.buildroot.net/results/437/437f408122d7f21420a7cdc9758caf0ab1ba877d/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-10-12mpg132: bump to version 1.21.0Gustavo Zacarias
Also add hash file. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-10-04packages: rename FOO_CONF_OPT into FOO_CONF_OPTSThomas De Schampheleire
To be consistent with the recent change of FOO_MAKE_OPT into FOO_MAKE_OPTS, make the same change for FOO_CONF_OPT. Sed command used: find * -type f | xargs sed -i 's#_CONF_OPT\>#&S#g' Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-06-18mpg123: bump to version 1.20.1Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-06-02mpg123: correct powerpc cpu variant selectionPeter Korsgaard
Fixes http://autobuild.buildroot.net/results/d8a/d8af8f991b4429cf06081ddf2f08043861842a50/ ppc_nofpu should (as the name indicates) only be used for powerpc. It is not clear to me if this code works for powerpc64(le) as well, so this is only selected for classic ppc32. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-06-01mpg123: bump to 1.20.0, providing better optimizations for ARM and AArch64Thomas Petazzoni
As suggested by Gustavo, this patch bumps mpg123 to 1.20.0, and therefore superseds the patch initially provided by Sven Neumann. In 1.20.0, there is a new CPU type arm_fpu, which will compile code for both VFP and NEON, and choose at runtime which one to use. Similarly for AArch64, the option --with-cpu=aarch64 will compile both the NEON and generic decoders, and select at runtime which one to use. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-05-26powerpc: add BR2_POWERPC_CPU_HAS_ALTIVEC to replace adhoc deps/checksCody P Schafer
Signed-off-by: Cody P Schafer <cody@linux.vnet.ibm.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-02-22mpg123: needs MMURyan Barnett
mpg123 needs MMU because the application that is built with this package uses fork. Currently it is difficult to only build the libraries for mpg123 so disabling the package all together when there is no MMU support. Note: mpg123 is an optional dependency of mpd but mpd already requires BR2_USE_MMU so there is no need to add this as a dependency. Fixes: http://autobuild.buildroot.net/results/5b0/5b053af566dd122ae7e58893e77d5d5f3070fb9e Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-02-04mpg132: bump to version 1.18.0Gustavo Zacarias
Fixes a couple of buffer overflows so it should be considered as a security bump (no CVEs though). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-01-13mpg123: bump to version 1.17.0Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2013-11-22mpg123: do not disable optimizationsSven Neumann
It seems pointless to disable even the default optimizations. If at all this should be made dependant on the values of the BR2_OPTIMIZE variables. Signed-off-by: Sven Neumann <neumann@teufel.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2013-10-07mpg123: bump to version 1.16.0Axel Lin
Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2013-09-08Remove multimedia subdirectoryJérôme Pouiller
Unless it was a group of sub-packages, packages was never regrouped by category. multimedia/ was an exception to this rule. This patch move packages/multimedia/ sub-directories to packages/. It keeps two subdirectories for gstream 0.10 and gstreamer 1.X. Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
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
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2007-10-01- just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
2007-09-23Use correct location of mpg123 binaryUlf Samuelsson
2007-08-28Remove renamed mpg123 patchUlf Samuelsson
2007-08-28Remove mpg123 patch from current build, full removal pendingUlf Samuelsson
2007-08-21- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer
toolchain/*/*.mk */Makefile.in -l)
2007-08-21Remove switches if sstrip is runUlf Samuelsson
2007-08-20SED away some whitespaceUlf Samuelsson
2007-08-01Revert bad patch of mpg123Ulf Samuelsson
2007-07-30Use TARGET_CONFIGURE_ARGS in some packages lackingUlf Samuelsson
2007-07-28Bump version of mpg123,use configure, change site to SourceforgeUlf Samuelsson
2007-05-31Cleanup, get rid of MPG123_WORKDIR, use $@, libmad not neededPeter Korsgaard
2006-12-14- forgot to add the cross patch.Bernhard Reutner-Fischer
2006-12-14- Ulrich Hecht writes: The current mpg123 packageBernhard Reutner-Fischer
- ignores TARGET_CC (overwritten in Makefile) - ignores TARGET_CFLAGS - is hardcoded to use the i386 target
2006-11-17- add and use BR2_BZCAT config option.Bernhard Reutner-Fischer
2005-02-10There is no need to have a separate 'Makefile.in' file in theEric Andersen
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
2004-12-26more help updates from Tom CameronMike Frysinger
2004-10-09Make the TAR_VERBOSITY option a bit more saneEric Andersen
2004-10-09use $(TAR_VERBOSITY)Mike Frysinger
2004-10-09final step in buildroot faceliftEric Andersen
2004-10-09Remove the old 'make' directory, and populate the new 'package'Eric Andersen
directory.