diff --git a/app-text/poppler/poppler076-0.76.0.recipe b/app-text/poppler/poppler076-0.76.1.recipe similarity index 98% rename from app-text/poppler/poppler076-0.76.0.recipe rename to app-text/poppler/poppler076-0.76.1.recipe index 1693d3291..3a2bdd823 100644 --- a/app-text/poppler/poppler076-0.76.0.recipe +++ b/app-text/poppler/poppler076-0.76.1.recipe @@ -221,9 +221,9 @@ COPYRIGHT="2008 Adam Batkin 2007 Will Stephenson 1994 X Consortium" LICENSE="GNU GPL v2" -REVISION="2" +REVISION="1" SOURCE_URI="https://poppler.freedesktop.org/poppler-$portVersion.tar.xz" -CHECKSUM_SHA256="370f5fcfe2bbf0c76fc394d338cd72ed7f2044b67f4eb4b115eb074ccfc70d63" +CHECKSUM_SHA256="e62cd4053f851eecc4a6aa2b81d739fbab1d67b3c60b31ebac7049483cc617b1" SOURCE_DIR="poppler-$portVersion" ARCHITECTURES="!x86_gcc2 x86 x86_64" @@ -419,7 +419,7 @@ BUILD() cmake . $cmakeDirArgs \ -DCMAKE_CXX_FLAGS="-D_BSD_SOURCE" \ -DCMAKE_BUILD_TYPE=Release \ - -DENABLE_XPDF_HEADERS=ON + -DENABLE_UNSTABLE_API_ABI_HEADERS=ON make $jobArgs }