aboutsummaryrefslogtreecommitdiff
path: root/sound/mpg123
Commit message (Collapse)AuthorAge
* mpg123: revert back to using autotoolsRosen Penev2020-08-17
| | | | | | | | | | CMake build seems to be experimental and not ready for primetime. Added altivec support. Fixed installing static output libraries to the target. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mpg123: install fmt123.h fileRosen Penev2020-08-16
| | | | | | Seems it's not included in the CMake port. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mpg123: update to 1.26.3Rosen Penev2020-08-14
| | | | | | | | | | | | | | | | | | | | | | Switched to CMake. CMake compiles faster. Added libsyn123 library as it's needed since version 1.26. Before: time make package/mpg123/compile -j 12 Executed in 16.05 secs fish external usr time 26.65 secs 0.00 micros 26.65 secs sys time 4.82 secs 833.00 micros 4.81 secs After: time make package/mpg123/compile -j 12 Executed in 12.12 secs fish external usr time 19.35 secs 0.00 micros 19.35 secs sys time 3.22 secs 752.00 micros 3.22 secs Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Enable VFP/NEON optimizations for aarch64Jeffery To2020-05-12
| | | | | | | | For speexdsp, support for NEON on aarch64 was added in 1.2.0[1]. [1]: https://github.com/xiph/speexdsp/pull/8 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* treewide: Update ARM NEON/VFP detectionJeffery To2020-05-11
| | | | | | | | | | With openwrt/openwrt@8dcc1087602e2dd606e4f6e81a06aee62cfd4f4c, the ARM FPU compiler options are no longer part of CONFIG_TARGET_OPTIMIZATION. This updates various packages that look for NEON/VFP support to search CONFIG_CPU_TYPE instead. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* mpg123: Update to 1.25.13Rosen Penev2019-10-31
| | | | | | | | | | Fixed license information. Small Makefile rearrangements for consistency. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* mpg123: Update to 1.25.10Daniel Engberg2018-04-29
| | | | | | Update mpg123 to 1.25.10 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* mpg123: Update to 1.25.8Daniel Engberg2018-01-09
| | | | | | Update mpg123 to 1.25.8 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* sound/mpg123: Update to 1.25.7Daniel Engberg2017-10-20
| | | | | Update mpg123 to 1.25.7 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* sound/mpg123: Update to 1.25.6Daniel Engberg2017-08-26
| | | | | Update mpg123 to 1.25.6 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* sound/mpg123: Update to 1.25.3Daniel Engberg2017-07-23
| | | | | Update mpg123 to 1.25.3 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* sound/mpg123: Update to 1.25.2Daniel Engberg2017-07-16
| | | | | | | | | | | | | | | | | | | Update mpg123 to 1.25.2 Change download URL to Sourceforge Change deprecated checksum variable (PKG_MD5SUM) to PKG_HASH Add libout123 Add generic optimizations depending on platform have fpu or not Add NEON-specific optimization Remove BUILD_PATENTED, reference: https://github.com/openwrt/packages/pull/4587 Small cleanup of Makefile Thanks to Ted Hess for reviewing and suggesting compilation fix NOTE: mpg123 uses the most recent approach just like ffmpeg that's mentioned here: https://github.com/openwrt/packages/pull/4555 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* mpg123: build with alsa onlyTed Hess2015-12-16
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* mpg123: fix installation by adding a missing backslashHannu Nyman2015-11-14
| | | | | | Fix the installation command by adding a missing "\". Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* mpg123: simplify deps, add more binariesAlexander Ryzhov2015-09-25
| | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* mpg123: add package with release 1.22.3Zoltan HERPAI2015-08-08
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>