[Lunar-commits] <moonbase> thunar-media-tags-plugin: fixed download url and build
Duncan Gibson
engelsman at lunar-linux.org
Fri Jan 28 22:39:11 CET 2011
commit 18bb4e8c17757b44df04f4c3748439bdae023c17
Author: Duncan Gibson <duncan.gibson at xs4all.nl>
Date: Fri Jan 28 22:39:11 2011 +0100
thunar-media-tags-plugin: fixed download url and build
patched BUILD so that configure finds exo-1 and thunarx-2
---
xfce4/goodies/thunar-media-tags-plugin/BUILD | 3 +++
xfce4/goodies/thunar-media-tags-plugin/DETAILS | 17 +++++++++--------
2 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/xfce4/goodies/thunar-media-tags-plugin/BUILD b/xfce4/goodies/thunar-media-tags-plugin/BUILD
index 12e8e69..b438cb5 100644
--- a/xfce4/goodies/thunar-media-tags-plugin/BUILD
+++ b/xfce4/goodies/thunar-media-tags-plugin/BUILD
@@ -4,6 +4,9 @@
# make sure proper PKG_CONFIG_PATH is set
export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" &&
+ sedit 's/exo-0.3/exo-1/' configure &&
+ sedit 's/thunarx-1/thunarx-2/' configure &&
+
./configure --build=$BUILD \
--prefix=${MODULE_PREFIX} \
$OPTS &&
diff --git a/xfce4/goodies/thunar-media-tags-plugin/DETAILS b/xfce4/goodies/thunar-media-tags-plugin/DETAILS
index 380a34d..9fe7f0c 100644
--- a/xfce4/goodies/thunar-media-tags-plugin/DETAILS
+++ b/xfce4/goodies/thunar-media-tags-plugin/DETAILS
@@ -1,7 +1,8 @@
MODULE=thunar-media-tags-plugin
- VERSION=0.1.2
+ MAJOR=0.1
+ VERSION=$MAJOR.2
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/
+ SOURCE_URL=http://archive.xfce.org/src/thunar-plugins/$MODULE/$MAJOR/
SOURCE_VFY=sha1:5f7fab5e647a2678629cc297a367611715ad8a57
MODULE_PREFIX=${XFCE4_PREFIX:-/usr}
WEB_SITE=http://www.xfce.org
@@ -13,10 +14,10 @@ cat << EOF
The Thunar Media Tags Plugin (thunar-media-tags-plugin) adds special
features for media files to the Thunar File Manager.
Currently, these are:
- * a so-called bulk renamer, which allows users to rename multiple
- audio files at once, based on their tags (e.g. ID3 or OGG/Vorbis),
- * a special media file page for the file properties dialog, which
- displays detailed information about quality, length etc.,
- * and finally, an audio tag editor which is reachable from both,
- renamer and the properties page.
+ * a so-called bulk renamer, which allows users to rename multiple
+ audio files at once, based on their tags (e.g. ID3 or OGG/Vorbis),
+ * a special media file page for the file properties dialog, which
+ displays detailed information about quality, length etc.,
+ * and finally, an audio tag editor which is reachable from both,
+ renamer and the properties page.
EOF
More information about the Lunar-commits
mailing list