summaryrefslogtreecommitdiffstats
path: root/audio-creation
diff options
context:
space:
mode:
authorVlad Glagolev2022-07-27 15:00:36 -0700
committerVlad Glagolev2022-07-27 15:00:36 -0700
commit38287d505d671fbf59d4cdb5a2326729cf2c1c92 (patch)
tree3f567ab14e7a10789989381677851f6ba28e4caf /audio-creation
parent874e390317cd8d78b28d441a661c5dc4791648ff (diff)
phasex: switch to PKG-CONFIG provider (automated)
Diffstat (limited to 'audio-creation')
-rwxr-xr-xaudio-creation/phasex/DEPENDS2
-rw-r--r--audio-creation/phasex/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/audio-creation/phasex/DEPENDS b/audio-creation/phasex/DEPENDS
index 69bf651f9f..cf85a9c876 100755
--- a/audio-creation/phasex/DEPENDS
+++ b/audio-creation/phasex/DEPENDS
@@ -1,4 +1,4 @@
-depends pkgconfig &&
+depends PKG-CONFIG &&
depends gtk+2 &&
depends alsa-lib &&
depends JACK-DRIVER
diff --git a/audio-creation/phasex/HISTORY b/audio-creation/phasex/HISTORY
index 85bd9139ef..25a7110ab3 100644
--- a/audio-creation/phasex/HISTORY
+++ b/audio-creation/phasex/HISTORY
@@ -1,3 +1,6 @@
+2022-07-27 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS: switch to PKG-CONFIG provider (automated)
+
2007-08-14 Juuso Alasuutari <iuso@sourcemage.org>
* DETAILS: Updated to 0.11.1.
* PRE_BUILD: Corrected gcc flags' insertion.