opt/gimp/Pkgfile
Thomas Penteker e5092a9077 [notify] gimp: 2.6.8 -> 2.6.10
This update fixes several security vulnerabilities in the xwd image loader
2013-12-09 18:27:34 +01:00

30 lines
784 B
Plaintext

# Description: The GIMP
# URL: http://www.gimp.org/
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: Simone Rota, sip at crux dot nu
# Depends on: libart_lgpl, xorg-libxmu, xorg-libxpm, gegl
# Nice to have: gimp-print, libsdl, ghostscript, librsvg, libmng
name=gimp
version=2.8.10
release=1
source=(ftp://ftp.gimp.org/pub/gimp/v2.8/gimp-$version.tar.bz2 cve-2013-1913 cve-2013-1978)
build() {
cd gimp-$version
patch -p1 -i ../cve-2013-1913
patch -p1 -i ../cve-2013-1978
sed -i -e '/$(helpbrowser)/d' plug-ins/Makefile.in
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-static \
--disable-python \
--disable-nls \
--without-webkit
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/{gtk-doc,locale}
}