milis/talimatname/genel/poppler-glib/talimat

35 lines
936 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:Xpdf 3.0'a dayalı PDF işleme kütüphanesi
# URL: http://poppler.freedesktop.org/
# Packager: alihan-ozturk28@hotmail.com
# Depends on: poppler xorg-libxxf86vm libpng xorg-fontconfig libjpeg-turbo cairo libxml2 openjpeg lcms lcms2 glib
name=poppler-glib
version=0.46.0
release=1
source=(http://poppler.freedesktop.org/poppler-$version.tar.xz)
build() {
cd poppler-$version
CXXFLAGS="-std=c++11"
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-static \
--disable-poppler-qt4 \
--disable-poppler-qt5 \
--enable-poppler-glib \
--disable-xpdf-headers
make
make -C poppler DESTDIR=$PKG install-libLTLIBRARIES
make -C glib DESTDIR=$PKG install
install -m755 -d $PKG/usr/lib/pkgconfig
install -m644 poppler-glib.pc $PKG/usr/lib/pkgconfig/
rm -f $PKG/usr/lib/libpoppler.*
rm -rf $PKG/usr/share/gtk-doc/html/poppler/
}