aboutsummaryrefslogtreecommitdiff
path: root/graphics/atril-lite
Commit message (Collapse)AuthorAgeFilesLines
* Update atril to 1.10.2.Koop Mast2015-09-041-1/+1
| | | | Notes: svn path=/head/; revision=396068
* Update poppler to 0.34.0. [1]Koop Mast2015-08-021-1/+1
| | | | | | | | | | Chase all users of shlib version change of libpoppler.so. PR: 201477 [1] Submitted by: olivierd@ [1] Notes: svn path=/head/; revision=393431
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine Notes: svn path=/head/; revision=393429
* Add patch from upstream that makes mate-desktop support optional. AndKoop Mast2015-07-291-1/+1
| | | | | | | | | | disable this for atril-lite. PR: 201967 Submitted by: Matthieu Volat <mazhe@alkumuna.eu> Notes: svn path=/head/; revision=393164
* Bump portrevision of atril-lite for plist fixes.Koop Mast2015-07-281-1/+1
| | | | | | | Submitted by: antoine@ Notes: svn path=/head/; revision=393072
* * Unbreak the configure on 9.x. There is no zlib.pc file in base.Koop Mast2015-07-281-1/+208
| | | | | | | | | | | | * Atril-lite needs mate-desktop * Keyring support switch in configure was changed to --with-keyring instead of --enable-keyring. * Update atril-lite plist Submitted by: pkg-fallout Notes: svn path=/head/; revision=393070
* * mate-desktop is not needed for atril-lite [1]Koop Mast2015-07-161-1/+1
| | | | | | | | | | | * Disable introspection for now (again). Introspection isn't build correct in the 1.8 series. This has been fixed in atril 1.10. PR: 201610 (based on) [1] Submitted by: Matthieu Volat <mazhe@alkumuna.eu> [1] Notes: svn path=/head/; revision=392291
* Add a lite version of atril.Koop Mast2015-07-154-137/+12
| | | | | | | | PR: 197197 Submitted by: Matthieu Volat <mazhe@alkumuna.eu> Notes: svn path=/head/; revision=392123
* svn cp.Koop Mast2015-07-154-0/+547
Notes: svn path=/head/; revision=392122