summaryrefslogtreecommitdiff
path: root/audio/rubyripper/configure.patch
diff options
context:
space:
mode:
authorDugan Chen <thedoogster [at] gmail [dot] com>2015-07-13 09:14:17 +0700
committerRobby Workman <rworkman@slackbuilds.org>2015-07-16 10:57:21 -0500
commit7e529f73c02dd018d4cbd63488f480495a7bae43 (patch)
tree412c3159073f2ec38437bfc5f6ef362bb0f7699d /audio/rubyripper/configure.patch
parentfecb3e210a08f7824ffae74e8d407842ee1b2c38 (diff)
downloadslackbuilds-7e529f73c02dd018d4cbd63488f480495a7bae43.tar.gz
audio/rubyripper: Updated for version 0.6.2 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/rubyripper/configure.patch')
-rw-r--r--audio/rubyripper/configure.patch15
1 files changed, 10 insertions, 5 deletions
diff --git a/audio/rubyripper/configure.patch b/audio/rubyripper/configure.patch
index 0ceaa60e5d..a2cf2547ad 100644
--- a/audio/rubyripper/configure.patch
+++ b/audio/rubyripper/configure.patch
@@ -1,11 +1,16 @@
---- rubyripper-0.6.0/configure.orig 2010-08-31 09:01:59.859303468 -0400
-+++ rubyripper-0.6.0/configure 2010-08-31 09:02:08.122305957 -0400
-@@ -110,7 +110,7 @@
+--- configure.orig 2015-07-12 10:56:29.415500175 -0700
++++ configure 2015-07-12 10:56:57.546148494 -0700
+@@ -110,10 +110,10 @@
puts "Testing support for the graphical frontend..."
begin
- require 'gtk2'
+- puts "ruby-gtk2 bindings found"
+ require 'gtk2/base'
- puts "ruby-gtk2 bindings found"
++ puts "rubygem-gtk2 bindings found"
rescue LoadError
- puts "ruby-gtk2 is not found. The graphical frontend won't work!"
+- puts "ruby-gtk2 is not found. The graphical frontend won't work!"
++ puts "rubygem-gtk2 is not found. The graphical frontend won't work!"
+ end
+
+ puts "\nTesting support for freedb metadata fetching..."