summaryrefslogtreecommitdiffstats
path: root/handbrake/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-12-28 11:59:39 +0000
committer Eric Hameleers <alien@slackware.com>2016-12-28 11:59:39 +0000
commit0e8ee8aa99490554b0ed6846cb3892ec206812c9 (patch)
tree2a21f737af02cdcd13b12003c57c4b37afcc6065 /handbrake/build
parent04f4b921d8f433eec4ffc2752b9b28767e507316 (diff)
downloadasb-0e8ee8aa99490554b0ed6846cb3892ec206812c9.tar.gz
asb-0e8ee8aa99490554b0ed6846cb3892ec206812c9.tar.xz
Initial revision
Diffstat (limited to 'handbrake/build')
-rw-r--r--handbrake/build/patches/handbrake.fribidi_autoconf.patch8
-rw-r--r--handbrake/build/patches/handbrake.libdvdread_automake.patch11
2 files changed, 19 insertions, 0 deletions
diff --git a/handbrake/build/patches/handbrake.fribidi_autoconf.patch b/handbrake/build/patches/handbrake.fribidi_autoconf.patch
new file mode 100644
index 00000000..fe2e83e6
--- /dev/null
+++ b/handbrake/build/patches/handbrake.fribidi_autoconf.patch
@@ -0,0 +1,8 @@
+--- HandBrake-1.0.0/contrib/fribidi/module.defs.orig 2016-12-24 19:08:46.000000000 +0100
++++ HandBrake-1.0.0/contrib/fribidi/module.defs 2016-12-28 09:47:17.856815181 +0100
+@@ -15,4 +15,4 @@
+ FRIBIDI.CONFIGURE.extra = --with-glib=no
+ endif
+
+-FRIBIDI.CONFIGURE.bootstrap = ./bootstrap;
++FRIBIDI.CONFIGURE.bootstrap = sed -i -e "s/AC_CONFIG_MACRO_DIRS/AC_CONFIG_MACRO_DIR/" configure.ac; ./bootstrap;
diff --git a/handbrake/build/patches/handbrake.libdvdread_automake.patch b/handbrake/build/patches/handbrake.libdvdread_automake.patch
new file mode 100644
index 00000000..8eef8ffe
--- /dev/null
+++ b/handbrake/build/patches/handbrake.libdvdread_automake.patch
@@ -0,0 +1,11 @@
+--- HandBrake-1.0.0/contrib/libdvdread/module.defs.orig 2016-12-24 19:08:46.000000000 +0100
++++ HandBrake-1.0.0/contrib/libdvdread/module.defs 2016-12-28 11:07:55.988812280 +0100
+@@ -8,7 +8,7 @@
+ #LIBDVDREAD.FETCH.url = https://download.videolan.org/pub/videolan/libdvdread/5.0.3/libdvdread-5.0.3.tar.bz2
+ #LIBDVDREAD.FETCH.sha256 = 321cdf2dbdc83c96572bc583cd27d8c660ddb540ff16672ecb28607d018ed82b
+
+-LIBDVDREAD.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache configure; autoreconf -I m4 -fiv;
++LIBDVDREAD.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache configure; sed -i -e "s/AC_CONFIG_MACRO_DIRS/AC_CONFIG_MACRO_DIR/" configure.ac; autoreconf -I m4 -fiv;
+
+ ifeq (1-mingw,$(BUILD.cross)-$(BUILD.system))
+ LIBDVDREAD.CONFIGURE.extra = --enable-dlfcn