gegl: closes FS#1651

This commit is contained in:
Danny Rawlins 2018-05-07 22:00:04 +10:00
parent 0d8d48fab6
commit 7345543dd1
2 changed files with 7 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/eHTiaGLjDVojsORkKwYmiRyeZiYPRF0FJlGMeHE1NFWfJzHzCU2jy5vTZBUNPIA61bCbfCP8WqUvN6wnpabWgM=
SHA256 (Pkgfile) = 9464d6f3a70c55e9ece1e82faf5c7e2886255cbb17f840c5e8040377e5d86a0d
RWSE3ohX2g5d/eXN8cBbdaNAznETQV9xh1PSS1qouUijkkFgydbF71BamSGDrvcOaWh0yfb7iu3jP+9rIzh8daqifipBgw33WAM=
SHA256 (Pkgfile) = 59f584afb4f6792318baf211288df4a6916d349d8f3fd8a1cd591afcf6c6fe8f
SHA256 (.footprint) = 2fec6a1b0d7184810f854849405a822f81e4b12a1dcab5fbb7463687fb855480
SHA256 (gegl-0.2.0.tar.bz2) = df2e6a0d9499afcbc4f9029c18d9d1e0dd5e8710a75e17c9b1d9a6480dd8d426

View File

@ -2,8 +2,8 @@
# URL: http://gegl.org
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: Simone Rota, sip at crux dot nu
# Depends on: babl, gtk
# Nice to have: libsdl
# Depends on: babl gtk
# Optional: libsdl ffmpeg3
name=gegl
version=0.2.0
@ -12,7 +12,9 @@ source=(http://ftp.gimp.org/pub/$name/0.2/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr --disable-docs
[ -e '/usr/lib/ffmpeg3/pkgconfig/libavformat.pc' ] || PKGMK_GEGL+=' --without-libavformat'
PKG_CONFIG_PATH="/usr/lib/ffmpeg3/pkgconfig:$PKG_CONFIG_PATH" \
./configure $PKGMK_GEGL --prefix=/usr --disable-docs
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/locale