1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-03 02:20:33 -04:00
Commit graph

9 commits

Author SHA1 Message Date
Fernando Apesteguía
72b808f224 graphics/mupdf: update to 1.18.0
ChangeLog: https://mupdf.com/release_history.html

While here rework post-patch and remove noop REINPLACE_CMD

PR:	250473
Submitted by:	uzsolt@uzsolt.hu (maintainer)
2020-10-22 05:36:22 +00:00
Alexandre C. Guimarães
d9286dc68b graphics/zathura: Update to 4.3.
- update graphics/mupdf to 1.14.0
- update graphics/zathura-pdf-mupdf to 0.3.4

PR:		235952
PR:		233727
PR:		229935
PR:		232902
PR:		233021
Approved by:	tcberner (mentor), Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer), Quentin Stievenart <quentin.stievenart@gmail.com> (maintainer)
Differential Revision:	https://reviews.freebsd.org/D19301
2019-02-24 00:44:49 +00:00
Tobias Kortkamp
563dce7f91 graphics/mupdf: Fix linking with libmupdf.so for third-party ports
libmupdf.so references symbols from libmupdfthird.so but does not
link directly against it.

This is problematic for ports using the --as-needed linker option,
such as graphics/zathura-pdf-mupdf (>= 0.3.3) due to Meson's defaults.
zathura-pdf-mupdf itself does not reference symbols from libmupdfthird.so,
and so despite being included in the linker arguments, libmupdfthird.so
is not actually linked in.

$ zathura --version
error: Could not load plugin '/usr/local/lib/zathura/libpdf-mupdf.so' (/usr/local/lib/libmupdf.so.1.13.0: Undefined symbol "js_tointeger").

This is a consequence of us providing shared libraries in spite of
upstream since r433550 to keep package sizes down, but not properly
understanding the dependency between libmupdfthird and libmupdf.

PR:		232059
Submitted by:	Albert Ou <aou@eecs.berkeley.edu>
2018-10-09 07:01:53 +00:00
Tobias Kortkamp
2b120d188b graphics/mupdf: Update to 1.12.0
Changes:	http://git.ghostscript.com/?p=mupdf.git;a=blob;f=CHANGES;h=e37c478a397198eae4c62f623747229c18e9035d;hb=HEAD
PR:		224712
Submitted by:	Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
2018-01-11 14:19:44 +00:00
Tobias Kortkamp
fb788017cd Update to 1.11
- Prevent linking with libcrypto when a pkg-config file for it exists
  on the system [1]
- Bump PORTREVISION of dependent ports

PR:		218996, 218688 [1]
Reported by:	rsmith@xs4all.nl [1]
Submitted by:	Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
Approved by:	lme (mentor)
Differential Revision:	https://reviews.freebsd.org/D10561
2017-05-02 12:22:21 +00:00
Tijl Coosemans
d11e9a6cb1 Patch graphics/mupdf to build shared libraries instead of static ones.
Because the libraries are faily big this significantly reduces the size of
programs linking to it.  Use PORTVERSION as the library version because
upstream does not guarantee compatibility between any two versions.

Add an upstream patch to graphics/llpp to fix brightness increase key.

PR:		216823
Submitted by:	Tobias Kortkamp <t@tobik.me> (maintainer of llpp)
Approved by:	Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
Obtained from:	OpenBSD
2017-02-07 13:39:59 +00:00
Tijl Coosemans
2fbc95a10a - Add dependency on libcurl
- Remove a patch and simplify the Makefile a bit
- Create and install libmupdf_pic.a which can be linked into shared
  libraries such as the zathura-pdf-mupdf plugin

PR:		192397
Approved by:	Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
2014-08-05 19:05:34 +00:00
Kurt Jaeger
d9d7c9a7b9 graphics/mupdf: 1.2 -> 1.5
- For changes since 1.2 see http://www.mupdf.com/news
- new maintainer: Zsolt Udvari

PR:		184335
Submitted by:	Zsolt Udvari <udvzsolt@gmail.com>
Approved by:	lichray@gmail.com (maintainer timeout)
2014-08-04 20:19:28 +00:00
Guido Falsi
1430278cdc - Update to 1.2
- Add javascript support

PR:		ports/178371
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2013-05-09 11:44:36 +00:00