Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (c6d7c95493fd968586ff93c15d82d3ef6e16d088)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (c6d7c95493fd968586ff93c15d82d3ef6e16d088)
  • Date: Sun, 12 Jan 2014 09:32:09 -0600

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

audio-soft/easytag/CONFIGURE | 1 +
audio-soft/easytag/DEPENDS | 8 +++++++-
audio-soft/easytag/DETAILS | 4 ++--
audio-soft/easytag/HISTORY | 4 ++++
4 files changed, 14 insertions(+), 3 deletions(-)

New commits:
commit c6d7c95493fd968586ff93c15d82d3ef6e16d088
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

easytag: updated to 2.1.9

diff --git a/audio-soft/easytag/CONFIGURE b/audio-soft/easytag/CONFIGURE
new file mode 100755
index 0000000..4f64657
--- /dev/null
+++ b/audio-soft/easytag/CONFIGURE
@@ -0,0 +1 @@
+config_query EASYTAG_GTK3 "Build with gtk+3 (experimental)?" n
diff --git a/audio-soft/easytag/DEPENDS b/audio-soft/easytag/DEPENDS
index 910bc63..1f79b01 100755
--- a/audio-soft/easytag/DEPENDS
+++ b/audio-soft/easytag/DEPENDS
@@ -1,5 +1,10 @@
depends glib2 &&
-depends gtk+2 &&
+
+if [ "$EASYTAG_GTK3" == "y" ]; then
+ depends gtk+3 "--with-gtk3"
+else
+ depends gtk+2
+fi &&

optional_depends libid3tag \
"--enable-mp3" \
@@ -70,3 +75,4 @@ depends pango &&
depends pcre &&
depends pixman &&
depends zlib
+
diff --git a/audio-soft/easytag/DETAILS b/audio-soft/easytag/DETAILS
index 1b32d9e..2a4006e 100755
--- a/audio-soft/easytag/DETAILS
+++ b/audio-soft/easytag/DETAILS
@@ -1,9 +1,9 @@
SPELL=easytag
- VERSION=2.1.8
+ VERSION=2.1.9
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:cf5d92902276b8d462c695aaa0d1072684d60cbfc45d07fb2ac7b345907a775b94665612088b33f3272db22d4b4eb78f4a4e36f2caf6e151a08f640841208e48
+
SOURCE_HASH=sha512:498d2268367287eb018936f6bed7b8688e1a7231cef43b87285b0b460ea5f5e53a802a4480e31b4421ea1a15383108a92769dcfa8ae1b657e790a04996f8820a

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 8e61852..ffdb5df 100644
--- a/audio-soft/easytag/HISTORY
+++ b/audio-soft/easytag/HISTORY
@@ -1,3 +1,7 @@
+2014-01-12 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.1.9
+ * CONFIGURE: added for option to build with GTK3
+
2013-09-26 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: removed extra harfbuzz dependency




  • [SM-Commit] GIT changes to master grimoire by Robin Cook (c6d7c95493fd968586ff93c15d82d3ef6e16d088), Robin Cook, 01/12/2014

Archive powered by MHonArc 2.6.24.

Top of Page