comparison src/libsndfile.mk @ 6195:fa90f357f2e0

* src/libsndfile.mk: update to v1.1.0
author John Donoghue <john.donoghue@ieee.org>
date Sat, 30 Apr 2022 08:03:51 -0400
parents d662e5f18584
children 69997c546e61
comparison
equal deleted inserted replaced
6194:408c65b41abc 6195:fa90f357f2e0
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := libsndfile 4 PKG := libsndfile
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.0.31 6 $(PKG)_VERSION := 1.1.0
7 $(PKG)_CHECKSUM := 4ada136ae38b08a7f17160f44ca9f0d85d53da50 7 $(PKG)_CHECKSUM := dd98ff27fb66fbf1ab1e291bc8938449e90778a2
8 $(PKG)_SUBDIR := libsndfile-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := libsndfile-$($(PKG)_VERSION)
9 $(PKG)_FILE := libsndfile-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := libsndfile-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := https://github.com/$(PKG)/$(PKG)/archive/$($(PKG)_VERSION).tar.gz 10 $(PKG)_URL := https://github.com/$(PKG)/$(PKG)/archive/$($(PKG)_VERSION).tar.gz
11 $(PKG)_DEPS := sqlite flac ogg opus vorbis 11 $(PKG)_DEPS := sqlite flac ogg opus vorbis
12 12
13 define $(PKG)_UPDATE 13 define $(PKG)_UPDATE
14 $(WGET) -q -O- 'https://github.com/libsndfile/libsndfile/tags' | \ 14 $(WGET) -q -O- 'https://github.com/libsndfile/libsndfile/tags' | \
15 $(SED) -n 's|.*releases/tag/[v]*\([^"]*\).*|\1|p' | $(SORT) -V | \ 15 $(SED) -n 's|.*releases/tag/[v]*\([^"]*\).*|\1|p' | \
16 tail -1 16 head -1
17 endef 17 endef
18 18
19 define $(PKG)_BUILD 19 define $(PKG)_BUILD
20 cd '$(1)' && cmake \ 20 cd '$(1)' && cmake \
21 $($(PKG)_CMAKE_FLAGS) \ 21 $($(PKG)_CMAKE_FLAGS) \