Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bbb157f76cb2d6b3f8cfc7fc98072819d0e8d8aa)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bbb157f76cb2d6b3f8cfc7fc98072819d0e8d8aa)
  • Date: Sat, 14 Mar 2009 10:52:48 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

audio-creation/ardour2/HISTORY | 1 +
audio-creation/ardour2/POST_REMOVE | 3 +++
2 files changed, 4 insertions(+)

New commits:
commit bbb157f76cb2d6b3f8cfc7fc98072819d0e8d8aa
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ardour2: regenerate mime db on remove

diff --git a/audio-creation/ardour2/HISTORY b/audio-creation/ardour2/HISTORY
index bca7f7d..b9f544d 100644
--- a/audio-creation/ardour2/HISTORY
+++ b/audio-creation/ardour2/HISTORY
@@ -1,6 +1,7 @@
2009-03-14 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: PATCHLEVEL=1
* PRE_BUILD: apply patch
+ * POST_REMOVE: added, to regenerate mime db on spell's removal
* libsndfile-ext.patch: added, to use fixed external libsndfile

2009-01-28 Arjan Bouter <abouter AT sourcemage.org>
diff --git a/audio-creation/ardour2/POST_REMOVE
b/audio-creation/ardour2/POST_REMOVE
new file mode 100755
index 0000000..d0dc233
--- /dev/null
+++ b/audio-creation/ardour2/POST_REMOVE
@@ -0,0 +1,3 @@
+if is_depends_enabled $SPELL shared-mime-info; then
+ "$INSTALL_ROOT/usr/bin/update-mime-database" "$INSTALL_ROOT/usr/share/mime"
+fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bbb157f76cb2d6b3f8cfc7fc98072819d0e8d8aa), Vlad Glagolev, 03/14/2009

Archive powered by MHonArc 2.6.24.

Top of Page