milis/talimatname/genel/libwmf/talimat

28 lines
960 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.

# Description: Microsoft'un yerli Windows Meta Dosyası Biçimi (WMF) içindeki vektör görüntülerini okumak için bir kütüphane
# URL: http://wvware.sourceforge.net/libwmf.html
# Packager: milisarge
# Depends on: gsfonts libjpeg-turbo xorg-libx11 gdk-pixbuf gtk2 xorg-libxt
name=libwmf
version=0.2.8.4
release=1
source=(
http://downloads.sourceforge.net/sourceforge/wvware/$name-$version.tar.gz
libwmf.0.2.8.4-libpng-1.5.patch
libwmf.0.2.8.4-useafterfree.patch)
build(){
cd $name-$version
patch -p1 -i $SRC/libwmf.0.2.8.4-libpng-1.5.patch
patch -p1 -i $SRC/libwmf.0.2.8.4-useafterfree.patch
./configure --prefix=/usr \
--with-gsfontdir=/usr/share/fonts/Type1 \
--with-fontdir=/usr/share/fonts/Type1 \
--with-gsfontmap=/usr/share/ghostscript/9.14/Resource/Init/Fontmap.GS
make
make DESTDIR=$PKG install
# rm fonts already in gsfonts packages
rm -rf $PKG/usr/share/fonts
}