2289 Commits

Author SHA1 Message Date
ajacoutot
19aa2451de Update to cups-filters-1.13.5. 2017-04-28 08:13:07 +00:00
landry
8ba575e8a3 Update to apvlv 0.1.5.
Switch to github, migrated to gtk+3
2017-04-27 21:37:04 +00:00
edd
5680081913 Ensure '$OpenBSD$' is not expanded in mk_plists.py.
OK sthen@, thanks.
2017-04-19 13:13:18 +00:00
benoit
4c0a1ee1c1 Patch to make it build with clang. 2017-04-18 20:16:33 +00:00
ajacoutot
b01f4a7a3b Update to hplip-3.17.4. 2017-04-18 18:18:35 +00:00
sthen
b32e3ac6fe declare set_width as void (uses "return;", which is an error in clang) 2017-04-16 14:48:29 +00:00
sthen
814fe8dae3 honour CC 2017-04-16 14:43:16 +00:00
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
feinerer
1556e7c10e Update to GL2PS 1.4.0
"go ahead and commit" pirofti@
2017-04-06 11:26:00 +00:00
ajacoutot
de79eacf9d Long overdue update to foo2zjs-20170320. 2017-04-04 21:24:44 +00:00
ajacoutot
dded12e7f8 Remove foo2hiperc-z1, it conflicts with foo2zjs; reported by espie@ 2017-04-04 21:24:13 +00:00
ajacoutot
298c5cce70 Update to cups-2.2.3.
naddy agrees about the commit; it'll hopefully lower the amount of emails
I get about "my printer does not work" during a release cycle.
2017-03-29 20:50:51 +00:00
kili
2960e18fc5 Remove poppler-qt subpackage (qt3 support).
It's not used by anything, totally dead upstream
and just clutters the port.

ok aja@, landry@
2017-03-26 19:51:36 +00:00
ajacoutot
935da2d738 Needs devel/gettext-tools. 2017-03-10 18:49:43 +00:00
ajacoutot
c9cf6fd01c Allow "Negotiate" as an AuthType/DefaultAuthType instead of locally
patching cupsd.conf (from upstream).
2017-03-10 03:23:29 +00:00
ajacoutot
4c4ef00ca5 Update to gtklp-1.3.3. 2017-03-07 14:21:20 +00:00
sthen
662b8c7aa4 My mirror only has the texmf pregen not the 1800MB of other files,
so remove it from MASTER_SITES (which isn't even used for fetching the
pregen). Fetch problem reported by rsadowski.
2017-02-28 09:40:35 +00:00
ajacoutot
eb00f9adbd Regen WANTLIB. 2017-02-21 09:19:31 +00:00
kili
80672a19ba Update to poppler-0.52.0.
Minor bumps for poppler-qt{4,5} because of symbol additions,
even if they are considered 'private'.
2017-02-19 20:53:26 +00:00
ajacoutot
a4751d331b Missed bump. 2017-02-18 17:33:51 +00:00
ajacoutot
1722249aa0 idn -> idn2 after gnutls WANTLIB change. 2017-02-18 17:32:37 +00:00
ajacoutot
16c9ece07e Update to cups-filters-1.13.4. 2017-02-18 12:04:57 +00:00
bentley
8b2958f76e Fix WANTLIB.
From sthen@
2017-01-28 22:31:39 +00:00
bentley
0237d7f6d1 Configure fails without the runtime dependencies.
No build, no bump.

Failure pointed out by kili@
2017-01-27 22:47:29 +00:00
bentley
1cf171caba +sile 2017-01-27 08:35:36 +00:00
bentley
9626c1884f Import sile-0.9.4.
SILE is a typesetting system. Its job is to produce beautiful printed
documents.

SILE takes some textual instructions and turns them into PDF output. It has
features inspired by TeX and InDesign, but seeks to be more flexible,
extensible and programmable than them. It's useful both for typesetting
documents written in the SILE language, and as a processing system for
styling and outputting structured data.

ok landry@
2017-01-27 08:34:57 +00:00
ajacoutot
f93b027a7a Remove kerberos policy from the default configuration file to prevent cups
from failing to start. Initial breakage reported by Anthony Campbell.
2017-01-26 00:56:55 +00:00
ajacoutot
77c424c7d6 Update to cups-filters-1.13.3. 2017-01-19 04:28:47 +00:00
ajacoutot
dc6b5b8dac Update to cups-2.2.2. 2017-01-19 03:08:52 +00:00
kili
e2aa85bb03 Update to poppler-0.51.0. 2017-01-17 13:03:30 +00:00
nigel
63daca7b4f Remove extra entries from PLIST
ok ajacoutot@
2017-01-15 22:29:46 +00:00
ajacoutot
fdf56f498b Update to gutenprint-5.2.12. 2017-01-14 17:15:51 +00:00
landry
4ddd8a47b9 bump ports depending on python3 in print 2017-01-03 19:25:45 +00:00
ajacoutot
6cdffeb534 Update to cups-filters-1.13.2. 2016-12-29 09:59:15 +00:00
landry
b7a25edbed Missed REVISION-qt bump in r1.115, WANTLIB-qt changed... and PLIST_DB
complained loudly here.
2016-12-27 17:38:25 +00:00
zhuk
a47f492f02 Adapt to new x11/qt5 layout, mostly REVISION bumps due to changed deps.
The devel/kf5 to be handled separately, please wait.
2016-12-25 14:34:39 +00:00
zhuk
6193f45340 Tweak the poppler linking bits, making -lestdc++ come only to those
subpackages where it's really needed.

Relies on the recent libtool from base.
2016-12-25 13:54:34 +00:00
zhuk
09f4c0a932 Zap patches not needed anymore, since our libtool "supports" -bindir.
In some cases there still happen -bindir-related failure, but I failed
to reproduce, and noone else sees them for now. Even more, those two
patches do not cover all -bindir cases in sources, so if/when libtool
will fail, you'd need two more patches anyway.

okay aja@
2016-12-18 19:21:00 +00:00
ajacoutot
f9b6c3fe7c Update to cups-filters-1.13.1. 2016-12-18 09:36:04 +00:00
zhuk
1ed37b91f1 Unbreak after poppler switch from openjpeg to openjp2. 2016-12-17 20:40:29 +00:00
zhuk
6fd16ae210 Unbreak after poppler switch from openjpeg to openjp2. 2016-12-17 16:25:31 +00:00
zhuk
e9c12cefdd Unbreak after poppler switch from openjpeg to openjp2. 2016-12-17 16:15:35 +00:00
zhuk
119453df54 poppler 0.50 picks up openjp2 by default, unlike previous versions, which
preferred openjpeg due to some bugs in openjp2.

Tweaking LIB_DEPENDS and WANTLIB entries. More stuff to come with Qt update.

Comitting now to avoid bulk builds breakage.
2016-12-17 15:31:57 +00:00
kili
74a98ff827 aja@ wants a new poppler, so update to 0.50.0. 2016-12-17 01:20:10 +00:00
ajacoutot
94715d0679 Update to cups-filters-1.13.0. 2016-12-10 07:34:44 +00:00
ajacoutot
fdbd7bb85b Update to cups-filters-1.12.0. 2016-11-28 10:14:23 +00:00
ajacoutot
4390e86c36 Update to hplip-3.16.11. 2016-11-26 09:48:11 +00:00
kili
358c347bb5 Update to poppler-0.49. 2016-11-23 20:45:00 +00:00
dcoppa
c6c84588b4 Fix printing a test page from hp-setup
OK ajacoutot@
2016-11-14 15:29:24 +00:00
ajacoutot
9804b78551 Create a link from foomatic-rip to foomatic-rip-hplip; some old filters
still look for it.

reported by dcoppa@
2016-11-14 12:58:23 +00:00