Date: Sunday, March 6, 2016 @ 00:32:05 Author: heftig Revision: 260988
FS#48463 Modified: gegl02/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-05 23:20:38 UTC (rev 260987) +++ PKGBUILD 2016-03-05 23:32:05 UTC (rev 260988) @@ -4,7 +4,7 @@ pkgname=gegl02 pkgver=0.2.0 -pkgrel=3 +pkgrel=4 pkgdesc="Graph based image processing framework (v0.2)" arch=('i686' 'x86_64') url="http://www.gegl.org/" @@ -34,6 +34,7 @@ patch -Np1 -i ../gegl-0.2.0-CVE-2012-4433.patch 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 } build() {