* update poppler to 24.12.0-1
This commit is contained in:
parent
84a24fb0f0
commit
6bd0585c06
@ -1,6 +1,6 @@
|
||||
pkgbase = poppler
|
||||
pkgver = 24.11.0
|
||||
pkgrel = 2
|
||||
pkgver = 24.12.0
|
||||
pkgrel = 1
|
||||
url = https://poppler.freedesktop.org/
|
||||
arch = x86_64
|
||||
arch = powerpc64le
|
||||
@ -36,15 +36,13 @@ pkgbase = poppler
|
||||
makedepends = boost
|
||||
makedepends = glib2-devel
|
||||
options = !emptydirs
|
||||
source = https://poppler.freedesktop.org/poppler-24.11.0.tar.xz
|
||||
source = https://poppler.freedesktop.org/poppler-24.11.0.tar.xz.sig
|
||||
source = https://poppler.freedesktop.org/poppler-24.12.0.tar.xz
|
||||
source = https://poppler.freedesktop.org/poppler-24.12.0.tar.xz.sig
|
||||
source = test::git+https://gitlab.freedesktop.org/poppler/test.git#commit=ff3133cdb6cb496ee1d2c3231bfa35006a5e8410
|
||||
source = add_removed_headers_back.patch
|
||||
validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7
|
||||
sha256sums = 7723d880565211740c13649d24a300257b86ddd7fa2d208187ff7e5cc8dfbd58
|
||||
sha256sums = 1cf374c3146f3f685d9257701bf0c2866c61d6c202c14d1f5c01a1f3a089028a
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = 3face2bc5303d0c2af0b48685595a988a8a185c4b3726347ffd19563faf9ab50
|
||||
sha256sums = 0efc9bd1797f0f0dfa514d4109e82c99d7e98c3e95587c70945508493074fcdf
|
||||
|
||||
pkgname = poppler
|
||||
pkgdesc = PDF rendering library based on xpdf 3.0
|
||||
@ -66,12 +64,12 @@ pkgname = poppler
|
||||
optdepends = poppler-data: highly recommended encoding data to display PDF documents with certain encodings and characters
|
||||
provides = libpoppler.so
|
||||
provides = libpoppler-cpp.so
|
||||
conflicts = poppler-qt3<24.11.0
|
||||
conflicts = poppler-qt4<24.11.0
|
||||
conflicts = poppler-qt3<24.12.0
|
||||
conflicts = poppler-qt4<24.12.0
|
||||
|
||||
pkgname = poppler-glib
|
||||
pkgdesc = Poppler glib bindings
|
||||
depends = poppler=24.11.0
|
||||
depends = poppler=24.12.0
|
||||
depends = glib2
|
||||
depends = gcc-libs
|
||||
depends = freetype2
|
||||
@ -81,7 +79,7 @@ pkgname = poppler-glib
|
||||
|
||||
pkgname = poppler-qt5
|
||||
pkgdesc = Poppler Qt5 bindings
|
||||
depends = poppler=24.11.0
|
||||
depends = poppler=24.12.0
|
||||
depends = qt5-base
|
||||
depends = lcms2
|
||||
depends = freetype2
|
||||
@ -91,7 +89,7 @@ pkgname = poppler-qt5
|
||||
|
||||
pkgname = poppler-qt6
|
||||
pkgdesc = Poppler Qt6 bindings
|
||||
depends = poppler=24.11.0
|
||||
depends = poppler=24.12.0
|
||||
depends = qt6-base
|
||||
depends = lcms2
|
||||
depends = freetype2
|
||||
|
@ -1,12 +1,11 @@
|
||||
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
|
||||
# Maintainer: AndyRTR <andyrtr@archlinux.org>
|
||||
# Maintainer: Robin Candau <antiz@archlinux.org>
|
||||
# Contributor: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgbase=poppler
|
||||
pkgname=('poppler' 'poppler-glib' 'poppler-qt5' 'poppler-qt6')
|
||||
pkgver=24.11.0
|
||||
pkgrel=2
|
||||
pkgver=24.12.0
|
||||
pkgrel=1
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
license=('GPL-2.0-only'
|
||||
'GPL-3.0-or-later'
|
||||
@ -23,22 +22,12 @@ url="https://poppler.freedesktop.org/"
|
||||
# https://gitlab.freedesktop.org/poppler/poppler
|
||||
source=(https://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz{,.sig}
|
||||
test::git+https://gitlab.freedesktop.org/poppler/test.git#commit=ff3133cdb6cb496ee1d2c3231bfa35006a5e8410
|
||||
add_removed_headers_back.patch
|
||||
)
|
||||
sha256sums=('7723d880565211740c13649d24a300257b86ddd7fa2d208187ff7e5cc8dfbd58'
|
||||
sha256sums=('1cf374c3146f3f685d9257701bf0c2866c61d6c202c14d1f5c01a1f3a089028a'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'3face2bc5303d0c2af0b48685595a988a8a185c4b3726347ffd19563faf9ab50')
|
||||
'0efc9bd1797f0f0dfa514d4109e82c99d7e98c3e95587c70945508493074fcdf')
|
||||
validpgpkeys=('CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7') # Albert Astals Cid <aacid@kde.org>
|
||||
|
||||
prepare() {
|
||||
cd "$pkgname-$pkgver"
|
||||
# Temporary patch to add back removed headers in 24.11.0
|
||||
# that are still needed by scribus.
|
||||
# Those headers should be added back in 24.12.0
|
||||
patch -Np1 < "$srcdir/add_removed_headers_back.patch"
|
||||
}
|
||||
|
||||
build() {
|
||||
cmake -B build -S "$pkgname-$pkgver" \
|
||||
-DCMAKE_INSTALL_PREFIX:PATH=/usr \
|
||||
|
8
poppler/README.md
Normal file
8
poppler/README.md
Normal file
@ -0,0 +1,8 @@
|
||||
# poppler
|
||||
|
||||
## Soname bump on new upstream releases (on libpoppler.so)
|
||||
|
||||
New upstream releases include a soname bump in `libpoppler.so`.
|
||||
You can run `sogrep` on the built `poppler` package, targeting `libpoppler.so`, to identify the list of packages to rebuilb against it (e.g. `for repo in core extra; do for lib in $(find-libprovides poppler-24.12.0-1-x86_64.pkg.tar.zst | sed 's/=.*//g'); do sogrep -r $repo libpoppler.so; done; done | sort | uniq`).
|
||||
|
||||
Creating ToDos to track those rebuilds (in `staging`) is encouraged. For instance: <https://archlinux.org/todo/poppler-24120/>
|
@ -1,34 +0,0 @@
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index bb1c73a..7ad1a05 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -675,11 +675,13 @@ if(ENABLE_UNSTABLE_API_ABI_HEADERS)
|
||||
poppler/Array.h
|
||||
poppler/CachedFile.h
|
||||
poppler/Catalog.h
|
||||
+ poppler/CharCodeToUnicode.h
|
||||
poppler/DateInfo.h
|
||||
poppler/Dict.h
|
||||
poppler/Error.h
|
||||
poppler/FILECacheLoader.h
|
||||
poppler/FileSpec.h
|
||||
+ poppler/FontEncodingTables.h
|
||||
poppler/FontInfo.h
|
||||
poppler/Form.h
|
||||
poppler/Function.h
|
||||
@@ -720,6 +722,7 @@ if(ENABLE_UNSTABLE_API_ABI_HEADERS)
|
||||
poppler/UnicodeCClassTables.h
|
||||
poppler/UnicodeCompTables.h
|
||||
poppler/UnicodeDecompTables.h
|
||||
+ poppler/ViewerPreferences.h
|
||||
poppler/XRef.h
|
||||
poppler/CharTypes.h
|
||||
poppler/ErrorCodes.h
|
||||
@@ -755,6 +758,7 @@ if(ENABLE_UNSTABLE_API_ABI_HEADERS)
|
||||
splash/SplashBitmap.h
|
||||
splash/SplashClip.h
|
||||
splash/SplashErrorCodes.h
|
||||
+ splash/SplashFont.h
|
||||
splash/SplashFontEngine.h
|
||||
splash/SplashFontFile.h
|
||||
splash/SplashFontFileID.h
|
Loading…
x
Reference in New Issue
Block a user