diff options
author | Juergen Daubert <jue@jue.li> | 2019-01-08 12:02:39 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2019-01-08 12:02:39 +0100 |
commit | 0c04df0b56c5fe99dcd15bb4241938666415fa7d (patch) | |
tree | 758589c13e08950ce36db27ff3cb7d82514697f7 /poppler/Pkgfile | |
parent | 3c7e920de2137ef948c6c708160de77d956c6491 (diff) | |
download | opt-0c04df0b56c5fe99dcd15bb4241938666415fa7d.tar.gz opt-0c04df0b56c5fe99dcd15bb4241938666415fa7d.tar.xz |
[notify] poppler: update to 0.73.0
ABI has been changed, rebuild of direct dependent ports
like cups-filters required. Run revdep after update.
Diffstat (limited to 'poppler/Pkgfile')
-rw-r--r-- | poppler/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/poppler/Pkgfile b/poppler/Pkgfile index d559d8581..45ad21209 100644 --- a/poppler/Pkgfile +++ b/poppler/Pkgfile @@ -4,7 +4,7 @@ # Depends on: cmake cairo lcms2 name=poppler -version=0.72.0 +version=0.73.0 release=1 source=(https://poppler.freedesktop.org/poppler-$version.tar.xz) @@ -14,7 +14,7 @@ build() { cmake . \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=/usr/lib \ - -DENABLE_XPDF_HEADERS=ON \ + -DENABLE_UNSTABLE_API_ABI_HEADERS=ON \ -DENABLE_UTILS=ON \ -DENABLE_SPLASH=ON \ -DENABLE_CPP=ON \ |