Skip to content

Commit

Permalink
gegl: new revision
Browse files Browse the repository at this point in the history
depend on ffmpeg
  • Loading branch information
david committed Nov 18, 2016
1 parent dae30ab commit 98e9fa8
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions gegl.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand All @@ -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
Expand Down Expand Up @@ -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
#}
Expand Down

0 comments on commit 98e9fa8

Please sign in to comment.