summaryrefslogtreecommitdiffstats
path: root/audio-soft
diff options
context:
space:
mode:
authorVlad Glagolev2016-12-05 19:19:31 -0500
committerVlad Glagolev2016-12-05 19:19:31 -0500
commitfb18a0baf59f792555d6df9b68fb99b878acc72a (patch)
treee7cc6f06371692eadf7240e00b11bceb528ea698 /audio-soft
parent7206d1334df07792d7c23533ff93a013b1c39db5 (diff)
easytag: => 2.4.3
Diffstat (limited to 'audio-soft')
-rwxr-xr-xaudio-soft/easytag/CONFIGURE2
-rwxr-xr-xaudio-soft/easytag/DEPENDS7
-rwxr-xr-xaudio-soft/easytag/DETAILS4
-rw-r--r--audio-soft/easytag/HISTORY5
4 files changed, 9 insertions, 9 deletions
diff --git a/audio-soft/easytag/CONFIGURE b/audio-soft/easytag/CONFIGURE
index e5d9f2b9e0..b098546399 100755
--- a/audio-soft/easytag/CONFIGURE
+++ b/audio-soft/easytag/CONFIGURE
@@ -1 +1 @@
-config_query EASYTAG_GTK3 "Build with gtk+3?" y
+persistent_remove EASYTAG_GTK3
diff --git a/audio-soft/easytag/DEPENDS b/audio-soft/easytag/DEPENDS
index 3e2f12f045..3a32df0601 100755
--- a/audio-soft/easytag/DEPENDS
+++ b/audio-soft/easytag/DEPENDS
@@ -18,12 +18,7 @@ depends pixman &&
depends zlib &&
depends glib2 &&
depends itstool &&
-
-if [ "$EASYTAG_GTK3" == "y" ]; then
- depends gtk+3
-else
- depends gtk+2 '--with-gtk2'
-fi &&
+depends gtk+3 &&
optional_depends libid3tag \
"--enable-mp3" \
diff --git a/audio-soft/easytag/DETAILS b/audio-soft/easytag/DETAILS
index bce0e75a34..5d9ad0bcce 100755
--- a/audio-soft/easytag/DETAILS
+++ b/audio-soft/easytag/DETAILS
@@ -1,9 +1,9 @@
SPELL=easytag
- VERSION=2.2.6
+ VERSION=2.4.3
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
- SOURCE_HASH=sha512:abd2f0e0c378c487d6b8f4761db610bf596a97cdfa469d8e597b3965934aa4e3a2e374afb404dcbd68ea124de194f428fee4ec7fe5e2615e87e92be3c9b8a246
+ SOURCE_HASH=sha512:ef596341772ce7da3b7feec2c82a20ca29d25c2496074c469be5b8dd75d2b2718e689310e0d61de53bc29a4f54ce9f853a336e1a35076046fd107afd28699087
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
LICENSE[0]=GPL
WEB_SITE=http://projects.gnome.org/easytag/
diff --git a/audio-soft/easytag/HISTORY b/audio-soft/easytag/HISTORY
index 459d8d4007..4289256a17 100644
--- a/audio-soft/easytag/HISTORY
+++ b/audio-soft/easytag/HISTORY
@@ -1,3 +1,8 @@
+2016-12-05 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 2.4.3
+ * DEPENDS: updated dependencies
+ * CONFIGURE: dropped deprecated variable
+
2015-03-15 Vlad Glagolev <stealth@sourcemage.org>
* DEPENDS: removed libffi -- it's not a direct dependency