From 0e8ee8aa99490554b0ed6846cb3892ec206812c9 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 28 Dec 2016 11:59:39 +0000 Subject: Initial revision --- handbrake/build/patches/handbrake.fribidi_autoconf.patch | 8 ++++++++ handbrake/build/patches/handbrake.libdvdread_automake.patch | 11 +++++++++++ 2 files changed, 19 insertions(+) create mode 100644 handbrake/build/patches/handbrake.fribidi_autoconf.patch create mode 100644 handbrake/build/patches/handbrake.libdvdread_automake.patch (limited to 'handbrake/build') 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 -- cgit v1.2.3-79-gdb01