summaryrefslogtreecommitdiffstats
path: root/audio-libs
diff options
context:
space:
mode:
authorVlad Glagolev2022-07-27 15:00:44 -0700
committerVlad Glagolev2022-07-27 15:00:44 -0700
commit074098c1b5dcb921e05bfc0851632c2b9e670048 (patch)
tree2c27334a6437e48127c30c06f26c9017d4c97943 /audio-libs
parenta94099e7f969328be42aa742318039170d502acb (diff)
libsndfile: switch to PKG-CONFIG provider (automated)
Diffstat (limited to 'audio-libs')
-rwxr-xr-xaudio-libs/libsndfile/DEPENDS2
-rw-r--r--audio-libs/libsndfile/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/audio-libs/libsndfile/DEPENDS b/audio-libs/libsndfile/DEPENDS
index bf5f061dd5..c4bf74bcfd 100755
--- a/audio-libs/libsndfile/DEPENDS
+++ b/audio-libs/libsndfile/DEPENDS
@@ -1,5 +1,5 @@
depends autoconf &&
-depends pkgconfig &&
+depends PKG-CONFIG &&
depends libtool &&
optional_depends alsa-lib \
diff --git a/audio-libs/libsndfile/HISTORY b/audio-libs/libsndfile/HISTORY
index 3867f4287e..5856442b58 100644
--- a/audio-libs/libsndfile/HISTORY
+++ b/audio-libs/libsndfile/HISTORY
@@ -1,3 +1,6 @@
+2022-07-27 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS: switch to PKG-CONFIG provider (automated)
+
2021-05-22 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: version 1.0.31, SECURITY_PATCH++ for several
issues found by OSS-Fuzz