[SCM] ecasound/master: Add 01_fix-ruby-path.patch

ghedo at users.alioth.debian.org ghedo at users.alioth.debian.org
Mon Mar 31 10:05:06 UTC 2014


The following commit has been merged in the master branch:
commit c55d1b030459e718a98ea467d4836c30492b7d51
Author: Alessandro Ghedini <alessandro at ghedini.me>
Date:   Tue Feb 18 18:43:28 2014 +0100

    Add 01_fix-ruby-path.patch
    
    Closes: #739127

diff --git a/debian/patches/01_fix-ruby-path.patch b/debian/patches/01_fix-ruby-path.patch
new file mode 100644
index 0000000..a25760e
--- /dev/null
+++ b/debian/patches/01_fix-ruby-path.patch
@@ -0,0 +1,18 @@
+Description: Fix ruby install path undr ruby2.0
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/739127
+Forwarded: no
+Author: Alessandro Ghedini <ghedo at debian.org>
+Last-Update: 2014-02-18
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -749,7 +749,7 @@
+   rubyecasound_support=no
+   ECA_S_RUBY_SITEDIR=""
+ else
+-  ECA_S_RUBY_SITEDIR="`ruby -e 'require "rbconfig"; include Config; print CONFIG[["sitedir"]] + "/" + CONFIG[["MAJOR"]] + "." + CONFIG[["MINOR"]]'`"
++  ECA_S_RUBY_SITEDIR="`ruby -e 'require "rbconfig"; include RbConfig; print CONFIG[["sitedir"]] + "/" + CONFIG[["MAJOR"]] + "." + CONFIG[["MINOR"]]'`"
+ fi
+ 
+ AC_SUBST(ECA_S_RUBY_SITEDIR)
diff --git a/debian/patches/series b/debian/patches/series
index 650bd14..7f3ddfb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+01_fix-ruby-path.patch
 02_build-shared-libecasoundc.patch
 03_increase-read-timeout.patch

-- 
ecasound packaging



More information about the pkg-multimedia-commits mailing list