summaryrefslogtreecommitdiffstats
path: root/audio-libs
diff options
context:
space:
mode:
authorVlad Glagolev2022-07-27 15:00:42 -0700
committerVlad Glagolev2022-07-27 15:00:42 -0700
commitda97cf81e92b1a70425212bda93f4548b56f502b (patch)
tree7c21413e1ce095563ce6ec6f5ab3b3b5777b0fe7 /audio-libs
parent444299947be76d1a24b405ec2a48dafac18010e6 (diff)
libsamplerate: switch to PKG-CONFIG provider (automated)
Diffstat (limited to 'audio-libs')
-rwxr-xr-xaudio-libs/libsamplerate/DEPENDS2
-rw-r--r--audio-libs/libsamplerate/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/audio-libs/libsamplerate/DEPENDS b/audio-libs/libsamplerate/DEPENDS
index 0b9ec1b1bf..6f9b5ea1dd 100755
--- a/audio-libs/libsamplerate/DEPENDS
+++ b/audio-libs/libsamplerate/DEPENDS
@@ -1,4 +1,4 @@
-depends pkgconfig &&
+depends PKG-CONFIG &&
optional_depends libsndfile \
"--enable-sndfile" \
diff --git a/audio-libs/libsamplerate/HISTORY b/audio-libs/libsamplerate/HISTORY
index 5cb59f9917..adc05a1a01 100644
--- a/audio-libs/libsamplerate/HISTORY
+++ b/audio-libs/libsamplerate/HISTORY
@@ -1,3 +1,6 @@
+2022-07-27 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS: switch to PKG-CONFIG provider (automated)
+
2019-05-21 Ismael Luceno <ismael@sourcemage.org>
* PRE_BUILD: Fixed build against musl