comparison src/libsndfile.mk @ 6834:0982b9ab58c7

* src/libsndfile.mk: update to v1.2.2
author John Donoghue <john.donoghue@ieee.org>
date Mon, 14 Aug 2023 08:24:57 -0400
parents 06d8d561046e
children
comparison
equal deleted inserted replaced
6833:b787041d48b2 6834:0982b9ab58c7
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.2.0 6 $(PKG)_VERSION := 1.2.2
7 $(PKG)_CHECKSUM := 48050964a229bc53cd3e6134caedce27802f75c7 7 $(PKG)_CHECKSUM := 28acc1c19b06c18f38f906d7efef404b2078a19a
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 lame mpg123 ogg opus vorbis 11 $(PKG)_DEPS := sqlite flac lame mpg123 ogg opus vorbis
12 12