[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f3c69dcc97e1e8b2d7bb92a8c5fca585a9eb1951)

Vlad Glagolev scm at sourcemage.org
Thu Jul 10 17:50:58 EDT 2008


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

 ruby-raa/rubyripper/BUILD     |    2 +-
 ruby-raa/rubyripper/DEPENDS   |    3 ++-
 ruby-raa/rubyripper/DETAILS   |    6 +++---
 ruby-raa/rubyripper/HISTORY   |    6 ++++++
 ruby-raa/rubyripper/PRE_BUILD |    4 ++++
 5 files changed, 16 insertions(+), 5 deletions(-)

New commits:
commit f3c69dcc97e1e8b2d7bb92a8c5fca585a9eb1951
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    rubyripper: => 0.5.1 + fixes

diff --git a/ruby-raa/rubyripper/BUILD b/ruby-raa/rubyripper/BUILD
index b7a0402..f3bd83a 100755
--- a/ruby-raa/rubyripper/BUILD
+++ b/ruby-raa/rubyripper/BUILD
@@ -1,3 +1,3 @@
-OPTS="--enable-cli --enable-lang-all $OPTS" &&
+OPTS="--enable-cli $OPTS" &&
 
 default_build
diff --git a/ruby-raa/rubyripper/DEPENDS b/ruby-raa/rubyripper/DEPENDS
index 840847c..ec7ebf4 100755
--- a/ruby-raa/rubyripper/DEPENDS
+++ b/ruby-raa/rubyripper/DEPENDS
@@ -1,7 +1,8 @@
+depends ruby &&
 depends cdparanoia &&
-depends ruby-gettext &&
 
 suggest_depends ruby-gtk2 "--enable-gtk2" "" "for GUI frontend" &&
+suggest_depends ruby-gettext "--enable-lang-all" "" "for translation support" &&
 suggest_depends flac "" "" "for FLAC encoding support" &&
 suggest_depends vorbis-tools "" "" "for Ogg Vorbis encoding support" &&
 suggest_depends lame "" "" "for MP3 encoding support" &&
diff --git a/ruby-raa/rubyripper/DETAILS b/ruby-raa/rubyripper/DETAILS
index 7de11bf..74fc1c7 100755
--- a/ruby-raa/rubyripper/DETAILS
+++ b/ruby-raa/rubyripper/DETAILS
@@ -1,9 +1,9 @@
            SPELL=rubyripper
-         VERSION=0.5.0
+         VERSION=0.5.1
           SOURCE=$SPELL-$VERSION.tar.bz2
    SOURCE_URL[0]=http://rubyripper.googlecode.com/files/$SOURCE
-     SOURCE_HASH=sha512:1f645cce124a77c7efac8484f469a253470ffea70c919c51d95b3f1b68650b1c4dddc35a2f364e64c0b72afb90382b1e1c892ba82a39e7c7fdeda89daae61066
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+     SOURCE_HASH=sha512:64013771caca1c11ec9d3f3dd3e1f085b067811dc857ad198a143464a8fa401486da8830414ca2d14b1c7c5e815fccd2f25d9702fa0878037f6186fb9063ba52
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
         WEB_SITE=http://code.google.com/p/rubyripper/
       LICENSE[0]=GPL
          ENTERED=20080423
diff --git a/ruby-raa/rubyripper/HISTORY b/ruby-raa/rubyripper/HISTORY
index c27fa52..072e922 100644
--- a/ruby-raa/rubyripper/HISTORY
+++ b/ruby-raa/rubyripper/HISTORY
@@ -1,2 +1,8 @@
+2008-07-11 Vlad Glagolev <stealth at sourcemage.org>
+	* DETAILS: updated spell to 0.5.1, quoting the paths!
+	* BUILD: moved lang option to DEPENDS
+	* DEPENDS: multilang support is now optional, added missing ruby dep
+	* PRE_BUILD: added a fix for the wrong-quoted commands
+
 2008-04-23 Vlad Glagolev <stealth at sourcemage.org>
 	* BUILD, DEPENDS, DETAILS: spell created
diff --git a/ruby-raa/rubyripper/PRE_BUILD b/ruby-raa/rubyripper/PRE_BUILD
new file mode 100755
index 0000000..8ff23ed
--- /dev/null
+++ b/ruby-raa/rubyripper/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+sed -i "s:\`::g" configure



More information about the SM-Commit mailing list