milis/talimatname/genel/x/xsane/talimat

19 lines
483 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: SANE-1.0.24 için ön uç. Görüntü kalitesini ve kullanımı kolaylaştırmak için ek özelliklere sahiptir
# URL: http://www.xsane.org/
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: gtk2 sane lcms gimp libjpeg-turbo
isim=xsane
surum=0.999
devir=2
kaynak=(http://www.xsane.org/download/xsane-$surum.tar.gz)
derle() {
cd xsane-$surum
sed -i -e 's/png_ptr->jmpbuf/png_jmpbuf(png_ptr)/' src/xsane-save.c
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}