From 98e9fa85120be35c27cc34c5e06f58c8b86807dd Mon Sep 17 00:00:00 2001 From: david Date: Thu, 20 Oct 2016 17:28:51 +0200 Subject: [PATCH] gegl: new revision depend on ffmpeg --- gegl.be0 | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/gegl.be0 b/gegl.be0 index ddc493e40..abf319d47 100755 --- a/gegl.be0 +++ b/gegl.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION gegl-0.2.0-1 +# BEE_VERSION gegl-0.2.0-2 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -15,7 +15,8 @@ SRCURL[0]="http://ftp.gtk.org/pub/gegl/${PKGVERSION[2]}/gegl-${PKGVERSION}.tar.b ## Add URLs/pathes to patch files to the PATCHURL array. ## The sources will be patched in the order of the array. -PATCHURL="http://www.linuxfromscratch.org/patches/blfs/7.9/gegl-0.2.0-ffmpeg2-1.patch" +PATCHURL[0]="http://www.linuxfromscratch.org/patches/blfs/7.9/gegl-0.2.0-ffmpeg2-1.patch" +PATCHURL[1]="/src/mariux/beeroot/downloads/gegl-without-exiv2.patch" ############################################################################### ## Add filename patterns to the EXCLUDE array of files that should not @@ -51,13 +52,6 @@ mee_configure() { --without-lua } -mee_configure_post() { - sed -i -e s/^S["HAVE_EXIV2_FALSE"]=""/S["HAVE_EXIV2_FALSE"]="#"/ \ - -i -e s/^S["HAVE_EXIV2_TRUE"]="#"/S["HAVE_EXIV2_TRUE"]=""/ \ - -i -e s/^S["EXIV2_LIBS"]="-lexiv2 "/S["EXIV2_LIBS"]=""/ \ - config.status -} - #mee_build() { # bee_build #}