]> git.pld-linux.org Git - packages/mupdf.git/commitdiff
up to 1.23.10 master auto/th/mupdf-1.23.10-1
authorJan Palus <atler@pld-linux.org>
Tue, 6 Feb 2024 23:38:14 +0000 (00:38 +0100)
committerJan Palus <atler@pld-linux.org>
Tue, 6 Feb 2024 23:38:14 +0000 (00:38 +0100)
mupdf adds SO_VERSION to library name _if_ LINUX_OR_OPENBSD was set to
"yes" during build (not autodetected) but there's still no SONAME and
SO_VERSION consists of MINOR and PATCH (no MAJOR) so it does not seem
very useful.

mupdf-soname.patch
mupdf.spec

index f36aeb019cb7fc53c3c789215e3057bebaceb61a..0dbe6e94e58a187cc81befa61c0cbcad00bf2352 100644 (file)
@@ -3,9 +3,9 @@
 @@ -76,7 +76,7 @@
        $(LINK_CMD)
  
- $(OUT)/%.$(SO):
+ $(OUT)/%.$(SO)$(SO_VERSION):
 -      $(LINK_CMD) $(LIB_LDFLAGS) $(THIRD_LIBS) $(LIBCRYPTO_LIBS)
 +      $(LINK_CMD) $(LIB_LDFLAGS) $(THIRD_LIBS) $(LIBCRYPTO_LIBS) -Wl,-soname,$(shell basename $@)
$(OUT)/%.def: $(OUT)/%.$(SO)
-       $(GENDEF_CMD)
+ ifneq ($(SO_VERSION),)
      ln -sf $(notdir $@) $(patsubst %$(SO_VERSION), %, $@)
+ endif
index 6e4b08faa4a868945c483809b16bc02603988d81..39561499f98e6bba51dafb8f9163f163944ab6ca 100644 (file)
@@ -5,12 +5,12 @@
 Summary:       MuPDF - lightweight PDF, XPS and CBZ viewer and parser/rendering library
 Summary(pl.UTF-8):     MuPDF - lekka przeglÄ…darka PDF, XPS, CBZ
 Name:          mupdf
-Version:       1.23.7
+Version:       1.23.10
 Release:       1
 License:       AGPL v3+
 Group:         Applications/Text
 Source0:       https://www.mupdf.com/downloads/archive/%{name}-%{version}-source.tar.lz
-# Source0-md5: a90256a0e31e3096ce249a0fc7ecfb9e
+# Source0-md5: 01388f28be12c2f449c777c361262a4c
 Patch0:                %{name}-soname.patch
 Patch1:                %{name}-flags.patch
 URL:           https://www.mupdf.com/
This page took 0.308754 seconds and 4 git commands to generate.