gimp.guncellendi
This commit is contained in:
parent
fb9901757d
commit
1dc5609280
|
@ -1,19 +1,21 @@
|
|||
# Description: GIMP, GNU Görüntü İşleme Programı'nın kısaltmasıdır. Fotoğraf rötuşlama, görüntü kompozisyonu ve görüntü yazarlığı gibi görevler için serbestçe dağıtılan bir programdır.
|
||||
# URL: http://www.gimp.org/
|
||||
# Packager: milisarge@gmail.com
|
||||
# Depends on: shared-mime-info gtk2 python-gtk curl libexif xorg-libxmu xorg-libxpm openexr gegl poppler libmng alsa-lib babl
|
||||
# Packager: milisarge
|
||||
# Depends on: shared-mime-info gtk2 python-gtk curl libexif xorg-libxmu xorg-libxpm openexr gegl poppler libmng alsa-lib babl libgudev libwmf
|
||||
|
||||
name=gimp
|
||||
version=2.8.16
|
||||
version=2.8.20
|
||||
release=1
|
||||
source=(http://download.gimp.org/pub/gimp/v2.8/gimp-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr --sysconfdir=/etc \
|
||||
--enable-mp --enable-gimp-console --enable-gimp-remote \
|
||||
--enable-python --with-gif-compression=lzw --with-libcurl \
|
||||
--without-aa --without-hal --without-gvfs --without-gnomevfs
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
gdk-pixbuf-query-loaders --update-cache
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr --sysconfdir=/etc \
|
||||
--enable-mp --enable-gimp-console --enable-gimp-remote \
|
||||
--enable-python --with-gif-compression=lzw --with-libcurl \
|
||||
--without-aa --without-hal --without-gvfs --without-gnomevfs
|
||||
make -j1
|
||||
make DESTDIR=$PKG install
|
||||
sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' "${PKG}"/usr/lib/gimp/2.0/plug-ins/*.py
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue