Commit Graph

1653 Commits

Author SHA1 Message Date
ajacoutot
487cd303b8 Add a pkg-readmes explaining that some external helper tools may be
needed depending on what kind of file(s) one wants to convert.
e.g. ImageMagick is needed to converting image files.
2012-11-11 09:12:55 +00:00
kili
1190c3f7bc Let configure properly detect jpeglib.h.
This affects quite some C++ classes, so all shared libs
get a major bump.

ok ajacoutot@
2012-11-05 19:32:27 +00:00
kili
4932176be7 Update to poppler-data-0.4.6.
ok ajacoutot@
2012-11-04 21:34:11 +00:00
jasper
36a09a8252 - fix double WANTLIB 2012-10-28 12:08:52 +00:00
ajacoutot
b0370eb3d1 Better way to link with libiconv.
adapted from an original diff by Vadim Zhukov
2012-10-21 18:39:00 +00:00
ajacoutot
83510ea946 Merge -cups into -main since cups,-libs does not depend on anything. 2012-10-19 09:34:48 +00:00
ajacoutot
5aa3862d87 foomatic-db-gutenprint -> gutenprint 2012-10-19 09:27:09 +00:00
ajacoutot
bf1fbaf5d3 Merge -foomatic into -main. There was no reason to subpackage this since
it already dependended on the main package.
Enable support for the native CUPS driver which brings some enhancedm
functionnalities (head cleaning...).
2012-10-19 09:26:10 +00:00
ajacoutot
fecbd0bec8 Tweak example to not have to depend on a specific version of gutenprint. 2012-10-19 08:40:08 +00:00
ajacoutot
93447dd4b2 Enable the gutenprint cups driver. 2012-10-19 08:15:41 +00:00
ajacoutot
767306c380 @exec-update takes care of the cache. 2012-10-19 07:18:28 +00:00
espie
c7f03958d7 zap spaces at end of variables (posix make compliance minor issue) 2012-10-18 21:23:51 +00:00
kili
577f353607 Update to poppler-0.20.5.
ok aja@
2012-10-15 17:44:33 +00:00
sthen
9615c3d6d8 zap trailing whitespace in files where it's present on PERMIT_* lines 2012-10-15 15:18:31 +00:00
ajacoutot
1ab788a05a Update to system-config-printer-1.3.12. 2012-10-13 08:57:38 +00:00
ajacoutot
223627bc6e This requires -liconv to load cups.so. 2012-10-13 08:55:16 +00:00
ajacoutot
4315bfae9a Update to gutenprint-5.2.9. 2012-10-13 08:24:52 +00:00
ajacoutot
f7960bc839 Update to hplip-3.12.10a. 2012-10-12 21:56:07 +00:00
ajacoutot
df9dd3e430 Minor update to foo2zjs-20120909. 2012-10-12 20:00:38 +00:00
ajacoutot
ff06f56920 SECURITY update to cups-pk-helper-0.2.3.
prodded by landry@
2012-10-12 15:47:15 +00:00
ajacoutot
74aab90dcc Unbreak now that we have fedora_gtk+2. 2012-10-11 15:05:37 +00:00
robert
9bb4e3a019 mark as BROKEN because it's broken with fedora 10 2012-10-11 10:13:56 +00:00
ajacoutot
ef0f3cb1bd Better patch from upstream. 2012-10-01 12:47:55 +00:00
ajacoutot
772b3ff2f6 Upstream STR bug numbers. 2012-09-30 09:28:04 +00:00
dcoppa
29796d0572 Don't create the shared libs using soname.
No objections from ajacoutot@ (maintainer)
2012-09-28 13:04:20 +00:00
ajacoutot
aa00ad2704 Fix the @exec-update call. 2012-09-28 10:19:28 +00:00
ajacoutot
d62a678e0e Update to poppler-0.20.4.
input from and ok kili@ (maintainer)
2012-09-27 18:45:34 +00:00
giovanni
c2406dfc84 Add a workaround to prevent cups-driverd(8) from crashing on every update
help and ok ajacoutot@
2012-09-27 10:07:55 +00:00
ajacoutot
ef5cb32a0f Stupid autohell is stupid...
The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).

So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
		ac_cv_path_GTKDOC_REBASE="" \
		ac_cv_path_GTKDOC_MKPDF=""
2012-09-21 14:48:05 +00:00
ajacoutot
5e41632919 Fix RUN_DEPENDS. 2012-09-14 15:36:59 +00:00
ajacoutot
931a20db10 Update to hplip-3.12.9. 2012-09-11 10:52:16 +00:00
ajacoutot
a7c3c50ec0 Committed upstream. 2012-09-11 06:27:46 +00:00
ajacoutot
dc4004efb1 Link to BZ 2012-09-10 11:56:03 +00:00
ajacoutot
eed12faea4 Committed upstream. 2012-09-10 05:28:51 +00:00
ajacoutot
37ffa7b1fa URL to BZ. 2012-09-09 14:25:10 +00:00
kili
764b569ac0 Create mutexes with type PTHREAD_MUTEX_RECURSIVE to stop ghostscript from
aborting.

ok aja@
2012-09-09 08:57:36 +00:00
ajacoutot
37eb8729aa Bugfix update to cups-filters-1.0.24. 2012-09-08 07:55:30 +00:00
ajacoutot
d0d5032b31 Bugfix update to qpdf-3.0.2. 2012-09-08 07:55:00 +00:00
ajacoutot
279d534633 Create both the _cups user and group in -libs instead of splitting them.
Regen WANTLIB while here.
2012-09-08 07:54:03 +00:00
kili
19d3539829 Update to poppler-0.20.3.
ok aja@
2012-09-02 15:21:17 +00:00
ajacoutot
dea8c6536d Update to foomatic-db-4.0.20120901. 2012-09-01 21:47:29 +00:00
ajacoutot
646da5c873 Adapt example. 2012-09-01 21:46:26 +00:00
ajacoutot
cb1c95b2eb Adapt comment. 2012-09-01 21:44:49 +00:00
ajacoutot
b59bb6ed4d Add comment about colord. 2012-09-01 21:09:24 +00:00
ajacoutot
0b558f5f5b Update to cups-filters-1.0.23.
with help from espie@
2012-09-01 18:35:14 +00:00
ajacoutot
0bbbd35e32 register-plist did not catch the devel/glib2 -main -> empty change.
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00
ajacoutot
e2dd3baf5e Update to system-config-printer-1.3.11. 2012-08-28 19:16:19 +00:00
espie
b1b88327aa switch default poppler flavor to no_qt,no_qt4,boostrap, as naddy@ now
sees bulk builds with a critical path sequentially building qt4, poppler,
libreoffice...

passes a full bulk

agreed with kili@, aja@, naddy@
2012-08-28 19:13:11 +00:00
ajacoutot
eed1884d2f Update to py-cups-1.9.62. 2012-08-28 19:11:04 +00:00
ajacoutot
7282ba3640 +qpdf 2012-08-24 07:39:41 +00:00