[SCM] handbrake/master: Actually commit the patch

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun Sep 28 17:58:19 UTC 2014


The following commit has been merged in the master branch:
commit 85f4adc804155a9eb62b99a4d6f857f9786a064f
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sun Sep 28 19:58:12 2014 +0200

    Actually commit the patch

diff --git a/debian/patches/005-use-libtoolize.patch b/debian/patches/005-use-libtoolize.patch
new file mode 100644
index 0000000..44f35ce
--- /dev/null
+++ b/debian/patches/005-use-libtoolize.patch
@@ -0,0 +1,33 @@
+Description: Test for libtoolize
+ libtool is not used anywhere.
+Bug-Debian: https://bugs.debian.org/761757
+Forwarded: https://reviews.handbrake.fr/r/764/
+Author: Sebastian Ramacher <sramacher at debian.org>
+Last-Update: 2014-09-28
+
+Index: handbrake/gtk/autogen.sh
+===================================================================
+--- handbrake.orig/gtk/autogen.sh
++++ handbrake/gtk/autogen.sh
+@@ -49,7 +49,7 @@ fi
+ }
+ 
+ (grep "^AM_PROG_LIBTOOL" $srcdir/configure.ac >/dev/null) && {
+-  (libtool --version) < /dev/null > /dev/null 2>&1 || {
++  (libtoolize --version) < /dev/null > /dev/null 2>&1 || {
+     echo
+     echo "**Error**: You must have \`libtool' installed."
+     echo "You can get it from: ftp://ftp.gnu.org/pub/gnu/"
+Index: handbrake/make/configure.py
+===================================================================
+--- handbrake.orig/make/configure.py
++++ handbrake/make/configure.py
+@@ -1423,7 +1423,7 @@ try:
+         autoconf = ToolProbe( 'AUTOCONF.exe', 'autoconf', abort=False )
+         automake = ToolProbe( 'AUTOMAKE.exe', 'automake', abort=False )
+         cmake    = ToolProbe( 'CMAKE.exe',    'cmake', abort=False )
+-        libtool  = ToolProbe( 'LIBTOOL.exe',  'libtool', abort=False )
++        libtool  = ToolProbe( 'LIBTOOLIZE.exe',  'libtoolize', abort=False )
+         pkgconfig = ToolProbe( 'PKGCONFIG.exe', 'pkg-config', abort=False )
+ 
+         xcodebuild = ToolProbe( 'XCODEBUILD.exe', 'xcodebuild', abort=False )

-- 
handbrake packaging



More information about the pkg-multimedia-commits mailing list