Commit graph

127 commits

Author SHA1 Message Date
mef
73c07a1e7f (MASTER_SITES) Strip off 'old/' leaf. Both current and new exist there. 2014-12-26 23:21:10 +00:00
jperkin
01654bfc6f Fix build on SunOS (needs explicit -lsocket -lnsl). 2014-08-21 16:06:44 +00:00
ryoon
60806aa001 Recursive revbump from x11/pixman
Fix PR pkg/48777
2014-05-05 00:47:34 +00:00
wiz
d33dfdeb7c Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
ryoon
3fba1a52dd Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
wiz
6068eaecf6 recursive bump for libmng-2.0.2 shlib major bump and dependency change 2013-10-09 17:39:01 +00:00
adam
d2cb6dec32 Revbump after cairo update 2013-09-02 19:50:38 +00:00
wiz
e0b49a2fed Bump PKGREVISION for libXft changes for NetBSD native X support on
NetBSD 6, requested by tron.
2013-06-06 12:53:40 +00:00
tron
a36fb86593 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00
wiz
53745b22ea Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882
2013-06-03 10:05:17 +00:00
wiz
d1b820f37b Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
adam
f4c3b89da7 Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
ryoon
50cf488bd4 Bump PKGREVISION from graphics/sane-backends. 2012-12-10 12:32:39 +00:00
adam
3f2cc57b2b Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
asau
08f35c7155 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
tron
14215633d2 Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
2012-10-02 17:10:28 +00:00
obache
c38c120ee5 recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
adam
b15c922bcc Revbump after updating graphics/cairo 2012-09-07 19:16:05 +00:00
wiz
744c90554a Bump PKGREVISION for fix in librsvg/buildlink3.mk. 2012-08-13 14:25:37 +00:00
sbd
21792a9296 Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
wiz
ee311e3b36 Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
wiz
5a1e8b0499 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:40:37 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
wiz
93d2e9e29e Update to 0.99.8:
xsane-0.994 -> 0.995:
---------------------

 - changed layout of copy setup, removed border around all setup tabs

 - changed layout of xsane main window

 - xsane-front-gtk.c: xsane_browse_filename_callback: xsane.cms_function_option_menu is only updated when xsane.enable_color_management is active

 - xsane-save.c: write_smtp_header(): it is allowed to specify multiple mail receivers in a comma separated list now

 - xsane-save.c: write_smtp_header(): MAIL FROM and RCPT TO use syntax "<user@domain.org>" instead of "user@domain.org" now

 - xsane-front-gtk.c: created xsane_progress_bar_set_fraction which uses the gtk2
   functions when available and which only updates the progress_bar every 2.5 percent
   what speeds up several functions - especially saving file routines -

   xsane*.c: replaced all gtk_progress_bar_update() by xsane_progress_bar_set_fraction()

 - xsane-back-gtk.c: in function xsane_back_gtk_value_update()
   replaced comparison for SANE_FIX values
     if (new_val != val)
   by
     if (abs(new_val - val) > 1)

 - changed all "scanarea" to "scan_area" or "scan area"

 - xsane-gtk-1_x-compat.h: changed gtk_progress_bar_set_ellipsize() to
   gtk_progress_bar_set_ellipsize(pbar, mode)

 - xsane_help_no_devices() changed buf size to 1024

 - translations: U=updated, N=not updated, A=added/new
   ca cs da de es fi fr hu it ja nl pa pl pt pt_BR ro ru sk sl sr sv tr vi zh zh_CN
   U  N  U  N  N  A  N  N  U  N  N  U  N  N  N     N  N  U  N  U  N  N  N  N  N
   99599 99599 96 99595 99 99595 99 99599 96 96    96 99 99599 99592 99 96 96 992

xsane-0.995 -> 0.996:
---------------------

 - removed bug when deleting medium types: removed free() command, added realloc()

 - xsane_viewer.c: reduced maximum viewer size form gdk_screen_width/gdk_screen_height to
   gdk_screen_width-1/gdk_screen_height-1

 - xsane-save.c: PDF: ICC object 4+5 are initialized with offset 0
 - xsane-save.c: PDF: objects with offset 0 are makred free (f) in xref table


xsane-0.996 -> 0.997:
---------------------

 - removed SANE_CAP_ALWAYS_SETTABLE (not SANE1)
 - added test for (opt->size == 0) for SANE_TYPE_STRING in xsane.c
 - in gtk_adjustment_new changed page_size from (min-max)*1e-30 to 0
   because new gtk versions don`t like non zero values for spinbuttons
 - added several gdk_drawable_unref(mask)

xsane-0.997 -> 0.998:
---------------------
 - removed bug saving image as 16 bit png:
   until now all low byte data has been a copy of the high byte data,
   so in fact all images saved untile xsane-0.997 are saved as 8 bit image
   in a 16 bit format.
 - changed some more gtk_adjustment_new(...) page_sizes to 0
 - added several bytes_read = and bytes_written = before fread, read, fwrite, write
 - added some items_done = before fscanf
 - corrected some format stings (missing "%s")
2011-07-12 13:25:57 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
wiz
ffa6b87c2d Fix build with png-1.5. 2011-02-01 10:32:00 +00:00
wiz
d3ff4e2b88 Set LICENSE. 2011-02-01 10:31:53 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
dsainty
1f40f3a084 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-23 11:44:24 +00:00
abs
9987fa4b3a PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
wiz
200e3c4a04 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
wiz
e8d8834f6a 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:43:46 +00:00
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
zafer
8f0cec0e3f remove tuwien from list. service suspended. 2009-10-24 14:35:32 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
joerg
3a3c07bc30 Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
zafer
62b08c5689 update master. ok'd by obache. 2009-04-28 21:43:49 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
wiz
8e810a2bc9 Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
wiz
a73293016c Remove ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 00:01:08 +00:00
wiz
dfd78e950c Remove ftp.no.mostang.com and ftp.de.mostang.com from MASTER_SITES,
they don't resolve. From Zafer Aydogan in PR 37315.
2007-11-11 23:51:54 +00:00
wiz
3528e06345 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
wiz
cf98dc96e5 Adapt for librsvg rename. Bump PKGREVISION. 2007-09-20 21:37:35 +00:00
wiz
42825e73a6 Bump PKGREVISION for gnome-vfs rename. 2007-09-19 23:18:43 +00:00
wiz
9d27f90a6f opencdk shlib major changed; bump ABI depends and PKGREVISIONs of
affected packages.
2007-06-05 05:36:59 +00:00
wiz
2d1a8cc474 Bump PKGREVISION for gnome-keyring ABI bump. 2007-03-21 12:05:41 +00:00
wiz
8ca3e3eeb1 Update to 0.99.4:
xsane-0.993 -> 0.994:
---------------------

 - corrected postscript bug: moved "/DeviceRGB setcolorspace" and
 "CSA... setcolorspace" from document setup to page setup

 - added black point compensation to printer setup dialog

 - xsane-scan.c: if (channels==1) then scanner_default_gray_icm_profile
 is used instead of scanner_default_color_icm_profile

 - xsane-scan.c: bugfix segfault when scanning: when
 scanner_default_color_icm_profile is not defined then "" is used
 instead of scanner_default_color_icm_profile
2007-03-08 18:24:46 +00:00
wiz
89a8fcd086 Update to 0.99.3. From the xsane.CHANGES file:
xsane-0.992 -> 0.993:
---------------------

 - removed proofing intent options saturation and perceptual, only
   relative and absolutle colorimetric are available now

 - added CMS transformation to saving routines: pnm(8bit), pnm(16bit
   ascii and binary), png, jpeg, tiff, gimp-plugin, ps, pdf
   (missing routines: multipage)

 - added support for gtk_file_chooser_dialog
   all filenames are handled as full paths (beginning with a slahs) now,
   the "change working directory" option has been removed

 - made "CANCEL" and "OK" button positions the same as gimp uses
   it (CANCEL=left, OK=right)

 - added browse function for projects directories

 - removed bugs in mail mode:
    write(fd, "\r\n\r\n", 2) -> write(fd, "\r\n\r\n", 4)
    write(fd, "\r\n", 1)     -> write(fd, "\r\n", 2)

 - added embedded ICC profiles for postscript (CSA+CRD) and pdf

 - added 12 bits/channel support for postscript

 - added flatedecode without Asci85 compression for PDF
2007-02-27 08:47:05 +00:00
wiz
a2351c8715 Update to 0.99.2:
xsane-0.991 -> 0.992:
---------------------
 - there was still a bug concerning the gimp plugin
   when xsane has been quit in copy mode and afterwards
   started as gimp plugin then xsane used the printer paper
   size in the preview window. This is solved now:
   replaced preferences.xsane_mode by xsane.xsane_mode
   in xsane_define_maximum_output_size()

 - xsane_save_scaled_image sometimes did not write the last line
   and produced a tuncated image. this is corrected now

 - viewer: when saved image is cloned and the viewer of the cloned
   image is closed then no dialog pops up any more

 - translations: U=updated, N=not updated, A=added/new
   ca cs da de es fr hu it ja nl pl pt pt_BR ro ru sk sl sr sv tr vi zh zh_CN
   A  N  N  N  N  N  N  U  N  N  N  N  N     N  N  N  N  N  N  N  N  N  A
   99299 99 99 96 95 99    95 99 99 96 96    96 99 98 99 76 92 99 96 96 992

 - xsane-preview.c: preview_create_batch_icon():
   bugfix: files (in) are closed directly after use now,
   bug report from Norman Hill - thanks

 - corrected order of filetypes in xsane_back_gtk_filetype_menu_set_history, now
   the filetype are not mixed any more when the disk icon is pressed

 - replaced all "\n" by "\r\n" in email

 - corrected some signdness warnings in xsane-preview.c (buf)

 - fixed memory bug that caused crash when setup was closed (display_notebook):
   added strdup to preferences.browser = strdup(getenv(STRINGIFY(ENVIRONMENT_BROWSER_NAME)));

 - added command line option --xsane-rc / -r to change give alternative filename for xsane.rc

 - added support for color management:
   - added tab "color management" to setup/preferences
   - preview can display ICC/ICM corrected images with 8bits/color and with 16bits/color input bit depth
   - viewer can display ICC/ICM corrected images with 8bits/color and with 16bits/color input bit depth
   - gamma correction and medium selection is disabled when color management is enabled
   - added support for embedded ICC/ICM files for
     - tiff
     - jpeg
     - png
     - gimp plugin

 - replaced several GtkObject* by GtkWidget* to avoid type-punned-pointer warning

 - replaced several (void**) typecasts in xsane-rc-io.c to avoid type-punned-pointer warning
2007-02-02 19:14:59 +00:00