aboutsummaryrefslogtreecommitdiff
path: root/libs/flac/Makefile
Commit message (Collapse)AuthorAge
* flac: update to 1.4.3krant2024-02-04
| | | | Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* treewide: remove AUTORELEASEPaul Fertser2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically compute and substitute current values for all $(AUTORELEASE) instances as this feature is deprecated and shouldn't be used. The following temporary change was made to the core: diff --git a/rules.mk b/rules.mk index 57d7995d4fa8..f16367de87a8 100644 --- a/rules.mk +++ b/rules.mk @@ -429,7 +429,7 @@ endef abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1)))) COMMITCOUNT = $(if $(DUMP),0,$(call commitcount)) -AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1)) +AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile)) all: FORCE: ; And this command used to fix affected packages: for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \ sed 's^.*/\([^/]*\)/Makefile^\1^';); do make package/$i/download done Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* flac: update to 1.3.4Rosen Penev2022-03-02
| | | | | | | | Switch to build with cmake for speed and simplicity. Remove now pointless patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* flac: disable vsxRosen Penev2022-01-29
| | | | | | Fixes compilation with powerpc64 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* flac: Update to 1.33Rosen Penev2019-08-14
| | | | | | | | | | Some adjustments to the configure flags. Removed upstreamed patches. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* flac: Fix CVE-2017-6888Rosen Penev2018-08-20
| | | | | | Added PKG_CPE_ID for proper CVE tracking. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* 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>
* libflac: update to 1.3.2, refresh patchesIan Leonard2017-02-19
| | | | | | No mention of sigemptyset seen in source code; dropped patch Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* flac: Fix debug buildsTed Hess2016-04-27
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* flac: Fix musl x86 build (__sigemptyset undefined)Ted Hess2016-03-09
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* libflac: change package/source URLs to xiph.orgTed Hess2015-01-10
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* flac: update to v1.3.1 (CVE-2014-8962, CVE-2014-9028)Jo-Philipp Wich2015-01-10
| | | | | | | | | | | | | | This updates flac to the new upstream release v1.3.1 to fix two known CVEs. Additionally the commit changes the following: * Drop custom Build/Configure recipe in favor to CONFIGURE_ARGS * Refreshes patches and removes changes to *.in files since they're regenerated by autoreconf anyway * Remove now obsolete 020-libFLAC-remove-altivec-options.patch * Add an md5sum for the source archive * Passes --enable-static to configure to force producing a libflac.a Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* flac: Convert license to SPDX format.Ian Leonard2014-07-31
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* flac: Update copyright, add myself as pkg maintainerTed Hess2014-07-17
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* Import flac from oldpackagesTed Hess2014-07-17