aboutsummaryrefslogtreecommitdiff
path: root/libs/libvorbis
Commit message (Collapse)AuthorAge
* libvorbis: fix soname of shared librariesRobert Högberg2023-05-13
| | | | | | | | | When building with cmake we don't get libvorbis*.so.N which means that some applications may fail to dynamically load libvorbis libraries. This seems to be a problem specific to cmake (autotools builds work). Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
* treewide: back to cmake.mkRosen Penev2021-06-12
| | | | | | Ninja was merged to base and therefore we can now use normal cmake.mk Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: build CMake projects with NinjaRosen Penev2021-03-27
| | | | | | | | | | | | | | | | | | | | faster to compile. A small selection of packages was tested going from: Executed in 696.30 secs fish external usr time 82.98 mins 395.00 micros 82.98 mins sys time 9.02 mins 0.00 micros 9.02 mins to: Executed in 592.20 secs fish external usr time 84.84 mins 361.00 micros 84.84 mins sys time 8.85 mins 57.00 micros 8.85 mins Tested by running make -j 12 and wiping staging/build_dir/target_x Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libvorbis: update to 1.3.7Rosen Penev2020-07-11
| | | | | | | | | | | | | | | | | | | | | | Switched to CMake for the faster compilation and the simpler Makefile. Minor Makefile cleanups. Before: time make package/libvorbis/compile -j 12 Executed in 24.40 secs fish external usr time 21.17 secs 0.00 micros 21.17 secs sys time 3.05 secs 426.00 micros 3.05 secs After: time make package/libvorbis/compile -j 12 Executed in 9.19 secs fish external usr time 11.29 secs 0.00 micros 11.29 secs sys time 1.43 secs 421.00 micros 1.43 secs 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>
* libvorbis: build with LTO on armIan Leonard2018-04-11
| | | | | | Reduces library size by 0.6% Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* libvorbis: update to 1.3.6Ian Leonard2018-04-11
| | | | | | | | | Resolves CVEs: 2018-5146 2017-14632 2017-14633 Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* libvorbis: add patch for CVE-2017-14632 and CVE-2017-14633Ted Hess2018-02-10
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* libvorbis: upgrade to 1.3.5Ian Leonard2015-04-11
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* libvorbis: Convert license to SPDX format.Ian Leonard2014-07-31
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* libvorbis: Update copyright, pkg release, use version 1.3.4thess2014-07-16
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* Import libvorbis from oldpackagesTed Hess2014-07-16