Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / mupdf


Commits:
80273cb2 by Robin Candau at 2024-07-25T10:21:44+02:00
upgpkg: 1.24.8-1: New upstream release
https://github.com/ArtifexSoftware/mupdf/releases/tag/1.24.8

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- mupdf-1.23.9-cpp_ldflags.patch


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = mupdf
        pkgdesc = Lightweight PDF and XPS viewer
-       pkgver = 1.24.7
+       pkgver = 1.24.8
        pkgrel = 1
        url = https://mupdf.com/
        arch = x86_64
@@ -27,7 +27,7 @@ pkgbase = mupdf
        makedepends = tesseract
        makedepends = zlib
        options = staticlibs
-       source = git+https://github.com/ArtifexSoftware/mupdf.git#tag=1.24.7
+       source = git+https://github.com/ArtifexSoftware/mupdf.git#tag=1.24.8
        source = git+https://github.com/ArtifexSoftware/mujs.git
        source = git+https://github.com/ArtifexSoftware/thirdparty-lcms2.git
        source = git+https://github.com/ArtifexSoftware/extract.git
@@ -36,14 +36,14 @@ pkgbase = mupdf
        source = mupdf.pc
        source = mupdf-1.23.9-cpp_ldflags.patch
        source = mupdf-1.23.9-install_targets.patch
-       sha256sums = 
ce2593d42a467e58f7f0d7bf8525c323889d1adaed4742a72b38b8f5de1e593a
+       sha256sums = 
477449e6b6c99632990a2e72721b101c9ec57d0dae6fc47f2b1d78d2b5d69619
        sha256sums = SKIP
        sha256sums = SKIP
        sha256sums = SKIP
        sha256sums = 
ccff66979249bd4ab4ba8918660f194eb90eb0ae231b16e36a6cecdcf471883f
        sha256sums = 
a435f44425f5432c074dee745d8fbaeb879038ec1f1ec64f037c74662f09aca8
        sha256sums = 
bb797ac84edc9856fa828f87e9be684714b7ab2c8bca3372a81fbfa0da018ac4
-       sha256sums = 
152222c0bc066404d9e38be7abbba20748b0a4bbc9cb30403d19e3b176ab257f
+       sha256sums = 
782745085168ebb7f06bf6330ff49897dbeae7d20a9e242fe98bf434f7eb82f0
        sha256sums = 
ceb2b16a12bf193d514969f995dfca4c2d12d489c2690928db2db4afe09f6c8c
 
 pkgname = libmupdf
@@ -76,7 +76,7 @@ pkgname = mupdf-gl
        depends = libgl
        depends = libmupdf
        depends = openssl
-       provides = mupdf=1.24.7
+       provides = mupdf=1.24.8
        conflicts = mupdf
 
 pkgname = mupdf-tools


=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@
 
 pkgbase=mupdf
 pkgname=(libmupdf mupdf mupdf-gl mupdf-tools python-mupdf)
-pkgver=1.24.7
+pkgver=1.24.8
 pkgrel=1
 pkgdesc='Lightweight PDF and XPS viewer'
 arch=('x86_64')
@@ -51,14 +51,14 @@ source=(
   $pkgbase-1.23.9-cpp_ldflags.patch
   $pkgbase-1.23.9-install_targets.patch
 )
-sha256sums=('ce2593d42a467e58f7f0d7bf8525c323889d1adaed4742a72b38b8f5de1e593a'
+sha256sums=('477449e6b6c99632990a2e72721b101c9ec57d0dae6fc47f2b1d78d2b5d69619'
             'SKIP'
             'SKIP'
             'SKIP'
             'ccff66979249bd4ab4ba8918660f194eb90eb0ae231b16e36a6cecdcf471883f'
             'a435f44425f5432c074dee745d8fbaeb879038ec1f1ec64f037c74662f09aca8'
             'bb797ac84edc9856fa828f87e9be684714b7ab2c8bca3372a81fbfa0da018ac4'
-            '152222c0bc066404d9e38be7abbba20748b0a4bbc9cb30403d19e3b176ab257f'
+            '782745085168ebb7f06bf6330ff49897dbeae7d20a9e242fe98bf434f7eb82f0'
             'ceb2b16a12bf193d514969f995dfca4c2d12d489c2690928db2db4afe09f6c8c')
 
 prepare() {


=====================================
mupdf-1.23.9-cpp_ldflags.patch
=====================================
@@ -6,6 +6,6 @@ diff -ruN a/scripts/wrap/__main__.py b/scripts/wrap/__main__.py
                                      {cpp_files_text}
                                      {link_l_flags(libmupdf)}
 +                                    {os.environ.get("LDFLAGS") or ""}
-                                 ''').strip().replace( '\n', ' \\\n')
+                                 ''')
                                  )
                          jlib.build(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mupdf/-/commit/80273cb2183854647d5a9df14366509b0edab2f5

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mupdf/-/commit/80273cb2183854647d5a9df14366509b0edab2f5
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to