mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/gegl02 to 0.2.0-7
This commit is contained in:
parent
77b363b722
commit
f6e3de376b
1 changed files with 6 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
pkgname=gegl02
|
pkgname=gegl02
|
||||||
pkgver=0.2.0
|
pkgver=0.2.0
|
||||||
pkgrel=6
|
pkgrel=7
|
||||||
pkgdesc="Graph based image processing framework (v0.2)"
|
pkgdesc="Graph based image processing framework (v0.2)"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.gegl.org/"
|
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-lua-5.2.patch
|
||||||
patch -Np1 -i ../gegl-0.2.0-remove-src-over-op.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
|
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() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue