Commit graph

33 commits

Author SHA1 Message Date
Guillaume Lasmayous
ad88ca48cf Mention CVE-2010-4267 2011-01-19 17:41:33 +00:00
David Sainty
e2d791ed0f Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in *; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done
2010-12-26 05:01:21 +00:00
Grégoire Sutre
bfe7f7c8af Do not put hplip-systray.desktop into the (pkg) system-wide autostart
directory.
2010-09-09 13:18:35 +00:00
Grégoire Sutre
83da093331 Bump PKGREVISION. This should have been done before...
Reported by khorben.
2010-09-04 09:25:32 +00:00
Grégoire Sutre
a0eb1ce4ef Take maintainership (with agreement of previous maintainer). 2010-09-02 13:03:01 +00:00
Grégoire Sutre
1c2a8cbe10 Update DESCR with http://hplipopensource.com/hplip-web/about.html. 2010-09-02 10:11:27 +00:00
Grégoire Sutre
184fdd2692 Use INSTALLATION_DIRS instead of post-install ${MKDIR}. 2010-09-02 07:31:03 +00:00
Grégoire Sutre
27be53bd04 Add fully expanded variable for icondir in hplip.conf.in. 2010-09-02 00:15:11 +00:00
Grégoire Sutre
fd79e3680b Install hplip-systray.desktop only for option gui. 2010-09-01 23:46:57 +00:00
Grégoire Sutre
216a8bfe0a Replace brute-force subtitutions with specific (manually checked) ones. 2010-09-01 23:06:49 +00:00
Grégoire Sutre
d2b965d8da Put PPD files under share/hplip and add a symbolic link to them in
share/cups/model (to make cupsd aware of them).
2010-08-31 21:43:13 +00:00
Grégoire Sutre
1ef265a372 Move the inclusion of options.mk before the for loop that uses EGFILES
since its contents is modified by options.mk.
2010-08-30 22:44:55 +00:00
Grégoire Sutre
645cf2a788 Compile all Python files. 2010-08-30 18:43:34 +00:00
Grégoire Sutre
64ae33f542 Remove dependency on xsane since (a) scanning with hp-scan works without
it and (b) xsane pulls gimp.
2010-08-30 16:56:33 +00:00
Grégoire Sutre
157f0e3999 Minor fixes. 2010-08-30 15:39:24 +00:00
Grégoire Sutre
a4af01ce29 Add message instructing to update sane.d/dll.conf. 2010-08-30 15:30:22 +00:00
Grégoire Sutre
7002f16b20 Add options. Use HPLIP official dependencies (see options.mk). 2010-08-30 10:18:02 +00:00
Grégoire Sutre
b96ca4c77e Replace the python interpreter in all scripts since `env python' may not
pick the right one.  Also add a runtime dependency on perl as it is
required by foomatic-rip-hplip and hpcac.
2010-08-29 10:07:31 +00:00
Grégoire Sutre
6d4d1aceba Use ${VARBASE} instead of hardcoded '/var'. 2010-08-29 08:42:28 +00:00
Grégoire Sutre
232965d96e Enable installation of all drivers and ppd files. 2010-08-28 22:19:42 +00:00
Grégoire Sutre
2b0e70f0d9 Fix minor warnings reported by pkglint. 2010-08-28 22:00:04 +00:00
Grégoire Sutre
5820dae3b0 Fix two warnings reported by pkglint. 2010-08-28 21:39:22 +00:00
Grégoire Sutre
36ac421df3 Improved handling of configuration files. 2010-08-28 21:29:14 +00:00
Grégoire Sutre
512823289f Update PLIST and patch checksums. 2010-08-28 01:57:48 +00:00
Grégoire Sutre
5ee8af838f Fixed more hardcoded paths in configure.in and Makefile.am. 2010-08-28 01:41:45 +00:00
Grégoire Sutre
cbc00955d3 Replace '/etc' with $(sysconfdir). 2010-08-28 00:49:01 +00:00
Grégoire Sutre
ffc15f5d5c Leave dbus enabled (default). 2010-08-27 23:37:55 +00:00
Grégoire Sutre
11d56903b7 Fix previous commit. 2010-08-27 23:25:16 +00:00
Grégoire Sutre
2b8df67a1b Simpler and hopefully more portable dlopen() and ftime() patches. 2010-08-27 23:21:16 +00:00
Grégoire Sutre
8b08cb84cb Update to hplip 3.10.6. 2010-08-27 22:30:04 +00:00
Thomas Klausner
41f92d5420 Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:46:54 +00:00
Pierre Pronchery
042f17c541 Fixed the cups backend and filter directories 2010-05-06 00:51:22 +00:00
Pierre Pronchery
33703d8974 Builds and installs on NetBSD (untested so far) 2010-05-06 00:25:14 +00:00