extra/gegl02 to 0.2.0-7

This commit is contained in:
Kevin Mihelich 2016-12-23 14:32:21 +00:00
parent 77b363b722
commit f6e3de376b

View file

@ -7,7 +7,7 @@
pkgname=gegl02
pkgver=0.2.0
pkgrel=6
pkgrel=7
pkgdesc="Graph based image processing framework (v0.2)"
arch=('i686' 'x86_64')
url="http://www.gegl.org/"
@ -38,6 +38,11 @@ prepare() {
patch -Np1 -i ../gegl-0.2.0-lua-5.2.patch
patch -Np1 -i ../gegl-0.2.0-remove-src-over-op.patch
sed -i 's/avcodec_alloc_frame/av_frame_alloc/g' operations/external/ff-*.c
# Fix build with libopenraw 0.1.0
sed -i 's/OR_DATA_TYPE_CFA/OR_DATA_TYPE_RAW/' operations/external/openraw.c
sed -ri 's/(libopenraw(-gnome)?)-1\.0/\1-0.1/' configure.ac
autoreconf -vi
}
build() {