Skip to content

Commit 669e53c

Browse files
committed
contrib: flac: update to 1.5.0
"This release finally makes the encoder multithreaded! Furthermore, the decoder can now handle chained Ogg FLAC files. As always, a lot of things have been fixed and improved." The relevant patches have been upstreamed and the microbench tool has been dropped.
1 parent 6c52a36 commit 669e53c

5 files changed

+2
-228
lines changed

contrib/src/flac/0001-Fixed-compilation-of-get_utf8_argv-for-Windows-UWP.patch

Lines changed: 0 additions & 148 deletions
This file was deleted.

contrib/src/flac/0001-include-share-compat.h-use-fseek-if-fseeko-is-not-av.patch

Lines changed: 0 additions & 33 deletions
This file was deleted.

contrib/src/flac/0002-CMake-disable-fseeko-on-32-bit-Android-before-API-24.patch

Lines changed: 0 additions & 39 deletions
This file was deleted.

contrib/src/flac/SHA512SUMS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20bdf0990a7432ac765037764bc8733a0d5646866fe6cc6f4868152d2a051c89676e501012ae489c7f87b3aacb45a5b30265afaca164cf0cf53ac058644a74c5 flac-1.4.2.tar.xz
1+
34c9193b804e990b0828a5759e4d7ef1d1859174262d3b305d03e65285edb35c7f429e8071d9dd2c6da0c16e842b40b439bf215704636ae15dd5886151f0d17a flac-1.5.0.tar.xz

contrib/src/flac/rules.mak

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# FLAC
22

3-
FLAC_VERSION := 1.4.2
3+
FLAC_VERSION := 1.5.0
44
FLAC_URL := $(GITHUB)/xiph/flac/releases/download/$(FLAC_VERSION)/flac-$(FLAC_VERSION).tar.xz
55

66
PKGS += flac
@@ -15,12 +15,6 @@ $(TARBALLS)/flac-$(FLAC_VERSION).tar.xz:
1515

1616
flac: flac-$(FLAC_VERSION).tar.xz .sum-flac
1717
$(UNPACK)
18-
$(APPLY) $(SRC)/flac/0001-Fixed-compilation-of-get_utf8_argv-for-Windows-UWP.patch
19-
# use fseek/ftell on 32-bit Android < 24
20-
$(APPLY) $(SRC)/flac/0001-include-share-compat.h-use-fseek-if-fseeko-is-not-av.patch
21-
$(APPLY) $(SRC)/flac/0002-CMake-disable-fseeko-on-32-bit-Android-before-API-24.patch
22-
# disable building a tool we don't use
23-
sed -e 's,add_subdirectory("microbench"),#add_subdirectory("microbench"),' -i.orig $(UNPACK_DIR)/CMakeLists.txt
2418
$(call pkg_static,"src/libFLAC/flac.pc.in")
2519
$(MOVE)
2620

0 commit comments

Comments
 (0)