Hello community,
here is the log from the commit of package zathura-plugin-pdf-mupdf for
openSUSE:Factory checked in at 2020-05-20 18:45:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zathura-plugin-pdf-mupdf (Old)
and /work/SRC/openSUSE:Factory/.zathura-plugin-pdf-mupdf.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zathura-plugin-pdf-mupdf"
Wed May 20 18:45:31 2020 rev:2 rq:807400 version:0.3.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/zathura-plugin-pdf-mupdf/zathura-plugin-pdf-mupdf.changes
2020-02-11 22:25:27.627569383 +0100
+++
/work/SRC/openSUSE:Factory/.zathura-plugin-pdf-mupdf.new.2738/zathura-plugin-pdf-mupdf.changes
2020-05-20 18:46:11.733381157 +0200
@@ -1,0 +2,5 @@
+Tue May 19 16:48:37 UTC 2020 - Ondřej Súkup <[email protected]>
+
+- fix dep on libjpeg
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ zathura-plugin-pdf-mupdf.spec ++++++
--- /var/tmp/diff_new_pack.QFocBe/_old 2020-05-20 18:46:12.617383143 +0200
+++ /var/tmp/diff_new_pack.QFocBe/_new 2020-05-20 18:46:12.617383143 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package zathura-plugin-pdf-poppler
+# spec file for package zathura-plugin-pdf-mupdf
#
# Copyright (c) 2020 SUSE LLC
#
@@ -20,7 +20,7 @@
Name: zathura-plugin-pdf-mupdf
Version: 0.3.5
Release: 0
-Summary: PDF support for zathura via mupdf
+Summary: Zathura PDF support through MuPDF
License: Zlib
Group: Productivity/Office/Other
URL: https://pwmt.org/projects/%{realname}/
@@ -29,20 +29,23 @@
BuildRequires: pkgconfig
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(girara-gtk3)
+BuildRequires: pkgconfig(jbig2dec)
+BuildRequires: pkgconfig(libjpeg)
+BuildRequires: pkgconfig(libopenjp2)
BuildRequires: pkgconfig(zathura)
-Requires: zathura
BuildRequires: mupdf-devel-static
+Requires: zathura
Provides: zathura-pdf-mupdf-plugin
+Conflicts: zathura-plugin-pdf-poppler
%description
-The zathura-pdf-poppler plugin adds PDF support to zathura by using the
poppler rendering engine.
-
+Zathura-plugin-MupDF extends the document viewing support of Zathura to PDF,
EPUB and OpenXPS with the help of MuPDF rendering engine.
%prep
%setup -q -n %{realname}-%{version}
%build
export CFLAGS="%{optflags}"
-%meson
+%meson -Dlink-external=true
%meson_build
%install