Commit graph

84 commits

Author SHA1 Message Date
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
drochner
c756f4dd2e update to 2.14.4
changes:
-bugfixes
-translation updates
2012-08-10 15:27:29 +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
833922aab2 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:39:49 +00:00
drochner
24a6c614a9 update to 2.14.2
changes:
-bugfixes
-translation update
2012-02-03 15:37:54 +00:00
drochner
c7e0e99951 update to 2.14.1
this switches to the new 2.14 release branch -- many new features
and UI improvements
2011-12-17 13:50:38 +00:00
joerg
9058ca5853 Needs bison. 2011-11-23 15:40:27 +00:00
drochner
c4b93b117b update to 2.12.4
changes: translation updates
2011-11-17 12:59:14 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
obache
cb016392dc Recursive Bump from exiv2 shlib major bump. 2011-10-19 06:50:00 +00:00
wiz
6d16e287f4 Remove patch-aa that was removed from distinfo. 2011-04-28 08:44:18 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
drochner
b1761ed1e9 update to 2.12.3
changes:
-bugfixes
-translation updates
2011-04-14 16:22:54 +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
adam
a0b7d790f9 Revbump 2010-12-04 21:16:35 +00:00
adam
9b8e5985d9 * Fix building on Mac OS X
* Fix building with Exiv2 0.21
2010-12-04 21:15:00 +00:00
adam
306037a495 * Fix buildling on Mac OS X
* Fix buildiing with Exiv2 0.21
2010-12-04 21:13:44 +00:00
drochner
d766d9dc00 update to 2.12.1
This is a new major release, too many changes to list here.

pkgsrc notes:
-users need to enable each liitle piece of functionality (even
 "basic image viewing") in the "Extensions" dialog before the program
 is usable
-there are more extensions which are not built because they need
 additional dependencies (eg slideshow effects, movie player, web
 services, CD burning); for now I've included as much as needed to
 match the functionality of the previous version
 (building extensions as seperate pkgs would be preferrable)
2010-12-03 12:51:34 +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
drochner
ecab9ab068 update to 2.10.12
changes: bugfixes
2010-05-17 16:56:27 +00:00
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
joerg
c35b4c99f9 Recursive bump for libltdl 2009-12-15 21:41:00 +00:00
drochner
3308ac3b2c PKGREVISION bump pkgs which are affected by the libgnome change
to leave out esound
2009-10-29 23:14:13 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
drochner
db4d037c79 drop libgnomeprint(ui) dependencies which are not needed anymore,
bump PKGREVISION
2009-07-30 11:40:42 +00:00
wiz
d70523df21 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00
joerg
3a3c07bc30 Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
drochner
2fb155a20d update to 2.10.11
changes:
-bugfixes
-translation updates
2009-04-07 11:43:57 +00:00
wiz
c80a0e6133 Update to 2.10.10:
version 2.10.10
---------------

	New features and user visible changes:

	* Added ability to hide video and audio files, using the gconf key
	  /apps/gthumb/browser/show_only_images.

	Bugs fixed:

	* #552453: gthumb 2.10.9 contains COPYING for GPL v3
	* #546383: gthumb 2.10.9 fails to link Patch by Götz Waschk.
	* Do not exclude xcf images from the file list.

	New or updated application translations:

	* Romanian (Mihai Varzaru)
	* Thai (Manatsawin Hanmongkolchai)
	* Turkish (M. Emin Akşehirli)
2008-11-07 08:52:05 +00:00
drochner
846c61c606 update to 2.10.9
changes:
-fix build with libgphoto2 2.4.2
-more bugfixes
-translation updates
2008-08-26 16:25:32 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +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
drochner
e23a429d27 update to 2.10.8
fixes some bugs, in particular a threading problem patched in pkgsrc
approved by Min Sik Kim
2008-01-18 21:04:37 +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
drochner
440e42feb0 update to 2.10.7
changes:
-bugfixes
-french manual added
2007-12-17 19:31:29 +00:00
hira
6cdb950b99 Fix comment (GConf2 -> GConf). 2007-09-25 10:54:09 +00:00
wiz
3528e06345 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
wiz
e64b358b66 Use gnome-vfs instead of gnome-vfs2. 2007-09-19 23:13:12 +00:00
drochner
39121d3dc8 update to 2.10.6
changes:
* Added shift+x keybinding to always perform zoom to fit
* Added a shift-w keybinding to force a fit width action
* Faster browsing of remote locations
* Keep the ui responsive when loading and saving remote images and
  when creating video thumbnails
* Much faster loading of exif DataTime tags. This provides faster
  folder loading in the sort-by-DateTime mode
-bugfixes
2007-09-03 16:11:06 +00:00
drochner
2082b5a82b update to 2.10.5
changes:
-bugfixes
-Deleted unused functions
-When generating a new thumbnail, scale the image only if the
 original size is larger than the requested size.
2007-07-17 10:33:38 +00:00
drochner
d227d4ba58 update to 2.10.3
changes:
-bugfixes
-translation updates
2007-06-15 18:09:11 +00:00
wiz
9d27f90a6f opencdk shlib major changed; bump ABI depends and PKGREVISIONs of
affected packages.
2007-06-05 05:36:59 +00:00