milis/talimatname/genel/i/imagemagick/talimat

45 lines
1.4 KiB
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: Resim dosyaları için görüntüleme/düzenleme programı
# URL: http://www.imagemagick.org/
# Paketçi: milisarge
# Gerekler: freetype ghostscript lcms libgsf giflib libxml2 openexr libwmf libpng librsvg libwebp djvulibre
# Grup: sistem
# Grup: medya tasarım
isim=imagemagick
surum=6.9.3-6
devir=1
_surum=6.9.3-6
kaynak=(https://launchpad.net/imagemagick/main/6.9.3-6/+download/ImageMagick-$surum.tar.gz)
derle() {
cd ImageMagick-*
[ "`uname -m`" == "i686" ] && EXTRAOPTS="--with-gcc-arch=i686"
[ "`uname -m`" == "x86_64" ] && EXTRAOPTS="--with-gcc-arch=x86-64"
sed '/AC_PATH_XTRA/d' -i configure.ac
./configure --prefix=/usr \
--enable-static=no \
--enable-shared \
--with-webp \
--with-gslib \
--with-perl \
--with-perl-options="INSTALLDIRS=vendor" \
--with-x \
--with-frozenpaths=no \
--with-modules \
--disable-openmp \
--enable-hdri \
--with-wmf \
--with-gs-font-dir=/usr/share/fonts/Type1 \
--with-lqr \
--with-rsvg \
--enable-opencl \
--with-openjp2 \
$EXTRAOPTS
make
make DESTDIR=$PKG install
find $PKG -name perllocal.pod -exec rm {} \;
}