Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (b6d115a0dbd05a28d8c830cb182e03921762bc14)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (b6d115a0dbd05a28d8c830cb182e03921762bc14)
  • Date: Sat, 10 Sep 2022 23:20:15 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

audio-libs/flac/HISTORY | 1 +
audio-libs/flac/UP_TRIGGERS | 9 +++++++++
2 files changed, 10 insertions(+)

New commits:
commit b6d115a0dbd05a28d8c830cb182e03921762bc14
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

audio-libs/flac: added generic triggers on major and minor version change

diff --git a/audio-libs/flac/HISTORY b/audio-libs/flac/HISTORY
index 5d7a286..9c96258 100644
--- a/audio-libs/flac/HISTORY
+++ b/audio-libs/flac/HISTORY
@@ -1,5 +1,6 @@
2022-09-10 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.4.0
+ * UP_TRIGGERS: added generic triggers on major and minor version
change

2022-05-28 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 1.3.4
diff --git a/audio-libs/flac/UP_TRIGGERS b/audio-libs/flac/UP_TRIGGERS
new file mode 100755
index 0000000..9d6c1e6
--- /dev/null
+++ b/audio-libs/flac/UP_TRIGGERS
@@ -0,0 +1,9 @@
+local OLD_SPELL_VERSION=""
+spell_ok $SPELL && OLD_SPELL_VERSION="$(installed_version $SPELL)"
+if [ "${VERSION:0:3}" != "${OLD_SPELL_VERSION:0:3}" ]; then
+ message "This is an incompatible update of $SPELL..."
+ message "Figuring out what spells need to be recast, this may take a
while."
+ for each in $(show_up_depends $SPELL 1); do
+ up_trigger $each cast_self
+ done
+fi



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (b6d115a0dbd05a28d8c830cb182e03921762bc14), Pavel Vinogradov, 09/10/2022

Archive powered by MHonArc 2.6.24.

Top of Page