Up to [cvs.NetBSD.org] / pkgsrc / graphics / gimageview
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.67, Sun Mar 6 16:02:47 2011 UTC (12 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
HEAD
Changes since 1.66: +1 -1
lines
FILE REMOVED
Remove GTK1 using packages for which noone spoke up for the last two weeks on pkgsrc-users in the thread "[HEADS UP] Package removal -- please check".
Revision 1.66 / (download) - annotate - [select for diffs], Tue Feb 1 08:50:31 2011 UTC (12 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.65: +2 -1
lines
Diff to previous 1.65 (colored)
Set LICENSE.
Revision 1.65 / (download) - annotate - [select for diffs], Thu Jan 13 13:38:02 2011 UTC (12 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.64: +2 -2
lines
Diff to previous 1.64 (colored)
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Revision 1.64 / (download) - annotate - [select for diffs], Thu Dec 23 11:44:37 2010 UTC (12 years, 11 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Changes since 1.63: +2 -2
lines
Diff to previous 1.63 (colored)
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
Revision 1.63 / (download) - annotate - [select for diffs], Mon Nov 15 22:57:14 2010 UTC (13 years ago) by abs
Branch: MAIN
Changes since 1.62: +2 -2
lines
Diff to previous 1.62 (colored)
PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome
Revision 1.62 / (download) - annotate - [select for diffs], Tue Sep 14 11:01:57 2010 UTC (13 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.61: +2 -2
lines
Diff to previous 1.61 (colored)
Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that version, and bump all depends. Per discussion on pkgsrc-changes.
Revision 1.61 / (download) - annotate - [select for diffs], Sun Jun 13 22:44:31 2010 UTC (13 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.60: +2 -2
lines
Diff to previous 1.60 (colored)
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.
Revision 1.60 / (download) - annotate - [select for diffs], Mon Jan 18 09:59:00 2010 UTC (13 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.59: +2 -2
lines
Diff to previous 1.59 (colored)
Second try at jpeg-8 recursive PKGREVISION bump.
Revision 1.59 / (download) - annotate - [select for diffs], Wed Aug 26 19:57:41 2009 UTC (14 years, 3 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.58: +2 -2
lines
Diff to previous 1.58 (colored)
bump revision because of graphics/jpeg update
Revision 1.58 / (download) - annotate - [select for diffs], Wed Jul 22 09:01:31 2009 UTC (14 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.57: +1 -2
lines
Diff to previous 1.57 (colored)
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
Revision 1.57 / (download) - annotate - [select for diffs], Wed Feb 25 01:17:01 2009 UTC (14 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.56: +3 -1
lines
Diff to previous 1.56 (colored)
Fix build with newer GTK. DESTDIR support.
Revision 1.56 / (download) - annotate - [select for diffs], Thu Mar 6 14:53:50 2008 UTC (15 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.55: +2 -2
lines
Diff to previous 1.55 (colored)
Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.
Revision 1.55 / (download) - annotate - [select for diffs], Fri Jan 18 05:06:39 2008 UTC (15 years, 10 months ago) by tnn
Branch: MAIN
Changes since 1.54: +2 -2
lines
Diff to previous 1.54 (colored)
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@
Revision 1.54 / (download) - annotate - [select for diffs], Fri Sep 21 13:03:49 2007 UTC (16 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.53: +2 -2
lines
Diff to previous 1.53 (colored)
Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves. Bump PKGREVISION.
Revision 1.53 / (download) - annotate - [select for diffs], Thu Sep 20 21:37:36 2007 UTC (16 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.52: +3 -3
lines
Diff to previous 1.52 (colored)
Adapt for librsvg rename. Bump PKGREVISION.
Revision 1.52 / (download) - annotate - [select for diffs], Wed Sep 19 23:18:54 2007 UTC (16 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.51: +2 -2
lines
Diff to previous 1.51 (colored)
Bump PKGREVISION for gnome-vfs rename.
Revision 1.51 / (download) - annotate - [select for diffs], Tue Jun 5 05:37:27 2007 UTC (16 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2
Changes since 1.50: +2 -2
lines
Diff to previous 1.50 (colored)
opencdk shlib major changed; bump ABI depends and PKGREVISIONs of affected packages.
Revision 1.50 / (download) - annotate - [select for diffs], Wed Mar 21 12:05:46 2007 UTC (16 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.49: +2 -2
lines
Diff to previous 1.49 (colored)
Bump PKGREVISION for gnome-keyring ABI bump.
Revision 1.49 / (download) - annotate - [select for diffs], Sat Sep 16 12:20:37 2006 UTC (17 years, 2 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Changes since 1.48: +2 -2
lines
Diff to previous 1.48 (colored)
Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency. This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
Revision 1.48 / (download) - annotate - [select for diffs], Wed Jul 5 05:37:41 2006 UTC (17 years, 5 months ago) by jlam
Branch: MAIN
Changes since 1.47: +2 -3
lines
Diff to previous 1.47 (colored)
Sweep pkgsrc and convert packages that included intltool/buildlink3.mk to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
Revision 1.47 / (download) - annotate - [select for diffs], Mon Apr 17 13:46:31 2006 UTC (17 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.46: +2 -2
lines
Diff to previous 1.46 (colored)
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.
Revision 1.46 / (download) - annotate - [select for diffs], Mon Mar 6 00:18:16 2006 UTC (17 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.45: +2 -2
lines
Diff to previous 1.45 (colored)
Belatedly bump PKGREVISION for all libtasn1 dependencies, since libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
Revision 1.45 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:47 2006 UTC (17 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.44: +2 -2
lines
Diff to previous 1.44 (colored)
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
Revision 1.44 / (download) - annotate - [select for diffs], Sun Feb 5 23:09:31 2006 UTC (17 years, 9 months ago) by joerg
Branch: MAIN
Changes since 1.43: +2 -2
lines
Diff to previous 1.43 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.43 / (download) - annotate - [select for diffs], Tue Jan 24 07:32:11 2006 UTC (17 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.42: +2 -2
lines
Diff to previous 1.42 (colored)
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because of the shlib major bump. PKGREVISION++ for the dependencies.
Revision 1.42 / (download) - annotate - [select for diffs], Sat Dec 31 12:32:36 2005 UTC (17 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.41: +2 -2
lines
Diff to previous 1.41 (colored)
Recursive PKGREVISION bump for gnutls shlib major bump. Bump BUILDLINK_RECOMMENDED.
Revision 1.41 / (download) - annotate - [select for diffs], Fri Nov 25 21:23:15 2005 UTC (18 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.40: +2 -2
lines
Diff to previous 1.40 (colored)
Bump PKGREVISION for libgsf dependencies, and BUILDLINK_DEPENDS because of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
Revision 1.40 / (download) - annotate - [select for diffs], Wed Aug 10 20:56:17 2005 UTC (18 years, 3 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.39: +2 -3
lines
Diff to previous 1.39 (colored)
Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
Revision 1.39 / (download) - annotate - [select for diffs], Thu Jul 21 16:29:51 2005 UTC (18 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.38: +2 -2
lines
Diff to previous 1.38 (colored)
Change path from devel/pkgconfig to devel/pkg-config. No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
Revision 1.38 / (download) - annotate - [select for diffs], Wed Jun 1 18:02:55 2005 UTC (18 years, 6 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.37: +1 -2
lines
Diff to previous 1.37 (colored)
Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
Revision 1.37 / (download) - annotate - [select for diffs], Sun May 22 20:08:05 2005 UTC (18 years, 6 months ago) by jlam
Branch: MAIN
Changes since 1.36: +2 -2
lines
Diff to previous 1.36 (colored)
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
Revision 1.36 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:03 2005 UTC (18 years, 7 months ago) by tv
Branch: MAIN
Changes since 1.35: +1 -2
lines
Diff to previous 1.35 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.35 / (download) - annotate - [select for diffs], Sat Feb 5 18:20:20 2005 UTC (18 years, 9 months ago) by jklos
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.34: +2 -1
lines
Diff to previous 1.34 (colored)
Bumped PKGREVISION due to change in libwmf.
Revision 1.34 / (download) - annotate - [select for diffs], Fri Jan 14 09:32:31 2005 UTC (18 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.33: +2 -4
lines
Diff to previous 1.33 (colored)
Changes 0.2.27: * Added some options for slideshow * Added Xine image loader for movie thumbnail * The bug that sometime same files are appeared number of times on same thumbnail view, has been fixed * Enable to open archived files which has "[" in its filename * Other minor bug fixes are made
Revision 1.33 / (download) - annotate - [select for diffs], Wed Nov 10 20:01:14 2004 UTC (19 years ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.32: +7 -1
lines
Diff to previous 1.32 (colored)
Link the binary program against -lpthread so that librsvg can be dlopened at runtime without at segfault. Fixes crashes reported in PR pkg/27058.
Revision 1.32 / (download) - annotate - [select for diffs], Wed Oct 27 20:14:20 2004 UTC (19 years, 1 month ago) by drochner
Branch: MAIN
Changes since 1.31: +2 -3
lines
Diff to previous 1.31 (colored)
update to 0.2.26 Version-0.2.26 * Improved performance of redrawing thumbnail view. * Improved preference of "fit image size to window" feature. (Thanks! > Brent Baccala <baccala@users.sourceforge.net>) * Fixed bugs on 64bit envirponment. (Thanks! > Tomoya TAKA <tomoya@olive.plala.or.jp>) * Enabled to open EXIF view from image window. * Added image scale preferences for slideshow. * Removed obsolete summary modes of thumbnail view. ("List" and "Thumbnail" mode) * Fixed compile time error on Gtk+-2.4 * Other minor fixes and improvements. Version-0.2.25 * Adapt to latest MPlayer. * Xienerama support. * "270" orientation label is changed to "-90". * Some minor usabilty fix of comment view.
Revision 1.31 / (download) - annotate - [select for diffs], Sun Oct 3 00:14:51 2004 UTC (19 years, 2 months ago) by tv
Branch: MAIN
Changes since 1.30: +2 -2
lines
Diff to previous 1.30 (colored)
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
Revision 1.30 / (download) - annotate - [select for diffs], Fri May 7 01:14:48 2004 UTC (19 years, 7 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.29: +2 -2
lines
Diff to previous 1.29 (colored)
Drop maintainership; I don't have the enough free time to maintain all these packages.
Revision 1.29 / (download) - annotate - [select for diffs], Mon Apr 19 15:04:59 2004 UTC (19 years, 7 months ago) by jmmv
Branch: MAIN
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored)
Bump PKGREVISION due to libcroco's update (major version bump in library name).
Revision 1.28 / (download) - annotate - [select for diffs], Wed Apr 14 16:15:23 2004 UTC (19 years, 7 months ago) by jmmv
Branch: MAIN
Changes since 1.27: +2 -3
lines
Diff to previous 1.27 (colored)
Make use of the new USE_DIRS variable, instead of directly depending on the *-dirs packages.
Revision 1.27 / (download) - annotate - [select for diffs], Fri Mar 26 02:27:41 2004 UTC (19 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
PKGREVISION bump after openssl-security-fix-update to 0.9.6m. Buildlink files: RECOMMENDED version changed to current version.
Revision 1.26 / (download) - annotate - [select for diffs], Mon Mar 8 19:40:39 2004 UTC (19 years, 8 months ago) by jmmv
Branch: MAIN
Changes since 1.25: +3 -3
lines
Diff to previous 1.25 (colored)
Handle some shared directories by depending on (or updating dependancies to the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
Revision 1.25 / (download) - annotate - [select for diffs], Fri Feb 20 17:49:45 2004 UTC (19 years, 9 months ago) by jmmv
Branch: MAIN
Changes since 1.24: +16 -8
lines
Diff to previous 1.24 (colored)
bl3ify, add explicit dependencies on everything used directly by this package and use pkgsrc intltool.
Revision 1.24 / (download) - annotate - [select for diffs], Sat Feb 14 17:21:41 2004 UTC (19 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.23: +1 -3
lines
Diff to previous 1.23 (colored)
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
Revision 1.23 / (download) - annotate - [select for diffs], Mon Feb 9 18:47:37 2004 UTC (19 years, 9 months ago) by jmmv
Branch: MAIN
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).
Revision 1.22 / (download) - annotate - [select for diffs], Sat Jan 24 15:46:43 2004 UTC (19 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Revision 1.21 / (download) - annotate - [select for diffs], Fri Jan 23 21:50:45 2004 UTC (19 years, 10 months ago) by jmmv
Branch: MAIN
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA. This shouldn't be needed if we had non-recursive dependancies *sigh*.
Revision 1.20 / (download) - annotate - [select for diffs], Thu Jan 22 12:56:12 2004 UTC (19 years, 10 months ago) by jmmv
Branch: MAIN
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
Bump PKGREVISION due to librsvg2 and swfdec updates.
Revision 1.19 / (download) - annotate - [select for diffs], Sun Jan 4 17:30:55 2004 UTC (19 years, 11 months ago) by jmmv
Branch: MAIN
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
Bump revision due to librsvg2 update (libcroco added as a dependancy).
Revision 1.18 / (download) - annotate - [select for diffs], Sat Jan 3 18:49:42 2004 UTC (19 years, 11 months ago) by reed
Branch: MAIN
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
Bump package revisions for tiff update. Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
Revision 1.17 / (download) - annotate - [select for diffs], Sun Dec 28 23:37:06 2003 UTC (19 years, 11 months ago) by jmmv
Branch: MAIN
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy). ( We really need non-recursive dependancies... *sigh* )
Revision 1.16 / (download) - annotate - [select for diffs], Thu Dec 18 14:19:49 2003 UTC (19 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.15: +7 -6
lines
Diff to previous 1.15 (colored)
Revision bump since major version of shared librsvg2 changed (cosmetics included)
Revision 1.15 / (download) - annotate - [select for diffs], Sat Dec 13 00:45:23 2003 UTC (19 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Bump PKGREVISION for atk library major bump.
Revision 1.14 / (download) - annotate - [select for diffs], Thu Dec 4 19:48:25 2003 UTC (20 years ago) by xtraeme
Branch: MAIN
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Bump PKGREVISION (libxml2, libxslt and imlib2 were updated).
Revision 1.13 / (download) - annotate - [select for diffs], Wed Nov 12 01:31:49 2003 UTC (20 years ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.12: +2 -1
lines
Diff to previous 1.12 (colored)
PKGREVISION++ due to devel/popt update.
Revision 1.12 / (download) - annotate - [select for diffs], Fri Sep 12 01:47:39 2003 UTC (20 years, 2 months ago) by simonb
Branch: MAIN
Changes since 1.11: +2 -3
lines
Diff to previous 1.11 (colored)
Update to 0.2.24. Changes include: # "Auto fit without zoom in" feature has been fixed. # Added "Fit width" and "Fit height" feature. # The bug that sometimes mplayer fails to start playing has been fixed. # Fixed double freeing bug of JPEG loader. (Thanks! > sheepman <sheepman@tcn.zaq.ne.jp>) # Fixed a bug in DnD support (Thanks! > MINAMI Hirokazu <h_minami@users.sourceforge.net>) # Remove trailing slash when create directory. (Thanks! > Douglas Brebner <douglas+mail@fang.demon.co.uk>). # Updated libexif to 0.5.11. # Other code improvements. The "Remove trailing slash when create directory" change in particular makes this package work much better under NetBSD.
Revision 1.11 / (download) - annotate - [select for diffs], Thu Aug 28 20:05:18 2003 UTC (20 years, 3 months ago) by xtraeme
Branch: MAIN
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Change my email address to the NetBSD one, ok'ed by wiz@
Revision 1.10 / (download) - annotate - [select for diffs], Sun Jul 13 13:52:02 2003 UTC (20 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.9: +2 -1
lines
Diff to previous 1.9 (colored)
PKGREVISION bump for libiconv update.
Revision 1.9 / (download) - annotate - [select for diffs], Sat Jul 12 11:29:43 2003 UTC (20 years, 4 months ago) by zuntum
Branch: MAIN
Changes since 1.8: +7 -11
lines
Diff to previous 1.8 (colored)
Update gimageview to version 0.2.23 Provided by Juan RP in PR#21851 Changes: Version-0.2.23 * Fixed clash bug of slideshow. * Plugged memory leak of JPEG loader. * Other minor fixes. Version-0.2.22 * Added automatic rotation by EXIF data. (contributed from Frank Fischer <frank_fischer@gmx.de>. Thanks!) * Fixed detecting file name extension as case insensitive. (Thanks! > Ricky Faulstich <Ricky@Faulstich.com>) * Fixed typo (Thanks! > Ricky Faulstich <Ricky@Faulstich.com>) Version-0.2.21 * Fixed compile error. Version-0.2.20 * Image loaders, IO streamers, Image View and Thumbnail View Embders now are implemented as plugin. * Now GImageView can be compiled against linux-fb backend of Gtk+-2.0 by "--with-gtk2=gtk+-linux-fb-2.0" configure opotion. * Merged Cygwin patch provided by Masahiro Sakai. Now GImageView can be compiled on Cygwin. * Added some key binding to directory view on thumbnail window. CTRL + Cursor Left CTRL + Cursor Up: Change top directory to parent CTRL + Cursor Right CTRL + Cursor Down: Change top directory to selected * "Thumbnail 2" mode has been renamed to "Album" mode. * Added a key binding to "Album" mode. SHIFT + Cursor: select the fucesed image and open it. * Modified directory list preference to make it easy. * "Load thumbnails recursively in one tab" can be attached to mouse button. * Now gimv doesn't zoom in by default when fit to frame automatically. * JPEG loader is added. Most of its codes are taken from libgnome-ui. Creating JPEG thumbnails are much faster than GdkPixbuf. * Added "Slideshow (selected)" and "Slideshow (from the selected)". * Now you can override MPlayer options by $(datadir)/gimageview/mplayerrc. * Enabled to play audio with visualizer (Visualizer feature is supported by Xine view only). * Set focus to the suitable thumbnail when files are deleted. * Added rotation indicator in toolbar of image window. * Two new duplicates finders are added. One is "md5sum" and another one is "File Size". * Clash bug of Xine view has been fixed. * Other minor fixes.
Revision 1.8 / (download) - annotate - [select for diffs], Fri May 2 11:55:17 2003 UTC (20 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.7: +2 -3
lines
Diff to previous 1.7 (colored)
Dependency bumps, needed because of devel/pth's major bump, and related dependency bumps.
Revision 1.7 / (download) - annotate - [select for diffs], Wed Feb 5 05:06:35 2003 UTC (20 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.6: +3 -2
lines
Diff to previous 1.6 (colored)
gnome[12]-dirs shouldn't have buildlink2.mk files as they don't have either shared libraries or header files. Remove references to these buildlink2.mk files from package Makefiles.
Revision 1.6 / (download) - annotate - [select for diffs], Tue Jan 28 23:00:53 2003 UTC (20 years, 10 months ago) by jmmv
Branch: MAIN
Changes since 1.5: +3 -1
lines
Diff to previous 1.5 (colored)
Depend on gnome1-dirs to handle shared directories. Bump PKGREVISION.
Revision 1.5 / (download) - annotate - [select for diffs], Mon Jan 20 22:00:38 2003 UTC (20 years, 10 months ago) by drochner
Branch: MAIN
Changes since 1.4: +11 -10
lines
Diff to previous 1.4 (colored)
update to 0.2.13 changes: Added a movie toolbar in image view (include preview on thumbnail window). Changed player toolbar as slideshow toolbar. Updated franch translation. Supports WMF(Windows Meta File) format (libwmf-0.2.8 or later is required). Minor bug fixes.
Revision 1.4 / (download) - annotate - [select for diffs], Sun Jan 19 08:48:49 2003 UTC (20 years, 10 months ago) by tron
Branch: MAIN
Changes since 1.3: +2 -3
lines
Diff to previous 1.3 (colored)
Use "mk/pthread.buildlink2.mk" instead of "devel/pth/buildlink2.mk" to use native threads on platforms which support them.
Revision 1.3 / (download) - annotate - [select for diffs], Fri Jan 10 07:40:12 2003 UTC (20 years, 10 months ago) by cjep
Branch: MAIN
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
USE_PKGLOCALEDIR=yes
Revision 1.2 / (download) - annotate - [select for diffs], Tue Dec 24 06:10:05 2002 UTC (20 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Bump PKGREVISION because of dependency on latest freetype2 or glib2 package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Dec 19 14:39:27 2002 UTC (20 years, 11 months ago) by grant
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of gimageview 0.2.10 into the NetBSD packages collection. GImageView is a GTK+ based image viewer. It supports tabbed browsing, thumbnail table views, directory tree views, drag and drop, reading thumbnail cache of other famous image viewers, and has a flexible user interface. Submitted in PR pkg/19455 by Juan RP.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Dec 19 14:39:27 2002 UTC (20 years, 11 months ago) by grant
Branch: MAIN
Initial revision