Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
prspkt
aports
Commits
7b6b3405
Commit
7b6b3405
authored
3 years ago
by
Milan P. Stanić
Browse files
Options
Downloads
Patches
Plain Diff
community/zathura-pdf-mupdf: upgrade to 0.3.8
parent
ef26078b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/zathura-pdf-mupdf/APKBUILD
+8
-9
8 additions, 9 deletions
community/zathura-pdf-mupdf/APKBUILD
community/zathura-pdf-mupdf/fix-meson.build.patch
+17
-12
17 additions, 12 deletions
community/zathura-pdf-mupdf/fix-meson.build.patch
with
25 additions
and
21 deletions
community/zathura-pdf-mupdf/APKBUILD
+
8
−
9
View file @
7b6b3405
# Contributor: Milan P. Stanić <mps@arvanta.net>
# Maintainer: Milan P. Stanić <mps@arvanta.net>
pkgname
=
zathura-pdf-mupdf
pkgver
=
0.3.
7
pkgrel
=
1
pkgver
=
0.3.
8
pkgrel
=
0
pkgdesc
=
"mupdf plugin to zathura"
url
=
"https://git.pwmt.org/pwmt/zathura-pdf-mupdf"
arch
=
"all"
...
...
@@ -11,13 +11,12 @@ options="!check" # no test suite
makedepends
=
"meson ninja mupdf mupdf-dev zathura-dev girara-dev openssl1.1-compat-dev
openjpeg-dev libjpeg-turbo-dev jbig2dec-dev gumbo-parser-dev"
depends
=
"zathura !zathura-pdf-poppler"
source
=
"https://git.pwmt.org/pwmt/zathura-pdf-mupdf/-/archive/
$pkgver
/zathura-pdf-mupdf-
$pkgver
.tar.gz
fix-meson.build.patch"
source
=
"https://pwmt.org/projects/zathura-pdf-mupdf/download/zathura-pdf-mupdf-0.3.8.tar.xz
fix-meson.build.patch
"
build
()
{
abuild-meson
\
-Dlink-external
=
true
\
build
abuild-meson build
meson compile
${
JOBS
:+-j
${
JOBS
}}
-C
build
}
...
...
@@ -26,6 +25,6 @@ package() {
}
sha512sums
=
"
1e27bcf0fc2eb730e77d3dab7c25575e0ae830ca251f380d740a4b8bef588122d279b2c97a7b75fb749daaf24bb458cd54ec7a11321d75bfb5c1b4b0dc0fccac
zathura-pdf-mupdf-0.3.
7
.tar.
g
z
52850bcd043f11a2975479162393d8f877cbe434f8481519f5ae1fae557b367ff380395c8f726b9e39d3d0be9433725533ee6b87d8d56ec9708e4e359336d0b3
fix-meson.build.patch
c2ec4a204446822eb3771673e99ddc42d6ffdfbbb9fc079e09442f0b5a6e2397190d2a8079a92f2d08d5824199760a90d192cb517c9f17676102f3ed69edd5a0
zathura-pdf-mupdf-0.3.
8
.tar.
x
z
2d9c69de4e10edb7d8e95915038c84a68843063e4a84b0284fc7f987002cb1a56eba5087619dd4a29f3077cc7aab5a02755d5c42a325f271725195b86c8aa540
fix-meson.build.patch
"
This diff is collapsed.
Click to expand it.
community/zathura-pdf-mupdf/fix-meson.build.patch
+
17
−
12
View file @
7b6b3405
Author: Milan P. Stanić <mps@arvanta.net>
Date:
Thu Oct 10 20:30:00 2021
+0000
Date:
2022-02-13 18:27:16.000000000
+0000
mupdf 1.19.0 doesn't build libmupdf-third
--- a/meson.build 202
1
-0
7
-1
4
1
6:53:51
.000000000 +0000
+++ b/meson.build 202
1-10
-1
0
1
8:16:59.745621832
+0000
@@ -20,7 +20,6 @@
girara = dependency('girara-gtk3')
--- a/meson.build 202
2
-0
2
-1
3
1
8:27:16
.000000000 +0000
+++ b/meson.build 202
2-04
-1
2
1
2:48:13.812538643
+0000
@@ -20,7 +20,6 @@
glib = dependency('glib-2.0')
cairo = dependency('cairo')
mupdf =
cc.find_library('mupdf'
)
mupdf =
dependency('mupdf', required: false
)
-mupdfthird = cc.find_library('mupdf-third')
build_dependencies = [
zathura,
@@ -28,7 +27,6 @@
build_dependencies = [
glib,
cairo,
mupdf,
- mupdfthird
]
@@ -32,10 +31,10 @@
if not mupdf.found()
# normal build of mupdf
mupdf = cc.find_library('mupdf')
- build_dependencies += [mupdf, mupdfthird]
+ build_dependencies += [mupdf]
else
# build from Debian's libmupdf-dev
- build_dependencies += [mupdf, mupdfthird]
+ build_dependencies += [mupdf]
if get_option('link-external')
libjpeg = dependency('libjpeg')
libjbig2dec = cc.find_library('jbig2dec')
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment