CVS log for pkgsrc/graphics/gimageview/Attic/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / graphics / gimageview
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.67
Sun Mar 6 16:02:47 2011 UTC (14 years ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
HEAD
FILE REMOVED
Changes since revision 1.66: +1 -1
lines
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 - view: text, markup, annotated - select for diffs
Tue Feb 1 08:50:31 2011 UTC (14 years, 1 month ago) by wiz
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +2 -1
lines
Set LICENSE.
Revision 1.65: download - view: text, markup, annotated - select for diffs
Thu Jan 13 13:38:02 2011 UTC (14 years, 2 months ago) by wiz
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +2 -2
lines
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Revision 1.64: download - view: text, markup, annotated - select for diffs
Thu Dec 23 11:44:37 2010 UTC (14 years, 3 months ago) by dsainty
Branches: MAIN
CVS tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +2 -2
lines
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 - view: text, markup, annotated - select for diffs
Mon Nov 15 22:57:14 2010 UTC (14 years, 4 months ago) by abs
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -2
lines
PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome
Revision 1.62: download - view: text, markup, annotated - select for diffs
Tue Sep 14 11:01:57 2010 UTC (14 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -2
lines
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 - view: text, markup, annotated - select for diffs
Sun Jun 13 22:44:31 2010 UTC (14 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -2
lines
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 - view: text, markup, annotated - select for diffs
Mon Jan 18 09:59:00 2010 UTC (15 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +2 -2
lines
Second try at jpeg-8 recursive PKGREVISION bump.
Revision 1.59: download - view: text, markup, annotated - select for diffs
Wed Aug 26 19:57:41 2009 UTC (15 years, 6 months ago) by sno
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -2
lines
bump revision because of graphics/jpeg update
Revision 1.58: download - view: text, markup, annotated - select for diffs
Wed Jul 22 09:01:31 2009 UTC (15 years, 8 months ago) by wiz
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +1 -2
lines
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 - view: text, markup, annotated - select for diffs
Wed Feb 25 01:17:01 2009 UTC (16 years ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +3 -1
lines
Fix build with newer GTK. DESTDIR support.
Revision 1.56: download - view: text, markup, annotated - select for diffs
Thu Mar 6 14:53:50 2008 UTC (17 years ago) by wiz
Branches: 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
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -2
lines
Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.
Revision 1.55: download - view: text, markup, annotated - select for diffs
Fri Jan 18 05:06:39 2008 UTC (17 years, 2 months ago) by tnn
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -2
lines
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 - view: text, markup, annotated - select for diffs
Fri Sep 21 13:03:49 2007 UTC (17 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -2
lines
Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
Revision 1.53: download - view: text, markup, annotated - select for diffs
Thu Sep 20 21:37:36 2007 UTC (17 years, 6 months ago) by wiz
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +3 -3
lines
Adapt for librsvg rename. Bump PKGREVISION.
Revision 1.52: download - view: text, markup, annotated - select for diffs
Wed Sep 19 23:18:54 2007 UTC (17 years, 6 months ago) by wiz
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2
lines
Bump PKGREVISION for gnome-vfs rename.
Revision 1.51: download - view: text, markup, annotated - select for diffs
Tue Jun 5 05:37:27 2007 UTC (17 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -2
lines
opencdk shlib major changed; bump ABI depends and PKGREVISIONs of
affected packages.
Revision 1.50: download - view: text, markup, annotated - select for diffs
Wed Mar 21 12:05:46 2007 UTC (18 years ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -2
lines
Bump PKGREVISION for gnome-keyring ABI bump.
Revision 1.49: download - view: text, markup, annotated - select for diffs
Sat Sep 16 12:20:37 2006 UTC (18 years, 6 months ago) by jmmv
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2
lines
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 - view: text, markup, annotated - select for diffs
Wed Jul 5 05:37:41 2006 UTC (18 years, 8 months ago) by jlam
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -3
lines
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 - view: text, markup, annotated - select for diffs
Mon Apr 17 13:46:31 2006 UTC (18 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -2
lines
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.
Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon Mar 6 00:18:16 2006 UTC (19 years ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -2
lines
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 - view: text, markup, annotated - select for diffs
Sat Mar 4 21:29:47 2006 UTC (19 years ago) by jlam
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -2
lines
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 - view: text, markup, annotated - select for diffs
Sun Feb 5 23:09:31 2006 UTC (19 years, 1 month ago) by joerg
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2
lines
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Jan 24 07:32:11 2006 UTC (19 years, 2 months ago) by wiz
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2
lines
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Dec 31 12:32:36 2005 UTC (19 years, 2 months ago) by wiz
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2
lines
Recursive PKGREVISION bump for gnutls shlib major bump.
Bump BUILDLINK_RECOMMENDED.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Nov 25 21:23:15 2005 UTC (19 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2
lines
Bump PKGREVISION for libgsf dependencies, and BUILDLINK_DEPENDS because
of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Aug 10 20:56:17 2005 UTC (19 years, 7 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -3
lines
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 - view: text, markup, annotated - select for diffs
Thu Jul 21 16:29:51 2005 UTC (19 years, 8 months ago) by wiz
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2
lines
Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Jun 1 18:02:55 2005 UTC (19 years, 9 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -2
lines
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 - view: text, markup, annotated - select for diffs
Sun May 22 20:08:05 2005 UTC (19 years, 10 months ago) by jlam
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2
lines
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 - view: text, markup, annotated - select for diffs
Mon Apr 11 21:46:03 2005 UTC (19 years, 11 months ago) by tv
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -2
lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat Feb 5 18:20:20 2005 UTC (20 years, 1 month ago) by jklos
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -1
lines
Bumped PKGREVISION due to change in libwmf.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Jan 14 09:32:31 2005 UTC (20 years, 2 months ago) by adam
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -4
lines
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 - view: text, markup, annotated - select for diffs
Wed Nov 10 20:01:14 2004 UTC (20 years, 4 months ago) by jmmv
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +7 -1
lines
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 - view: text, markup, annotated - select for diffs
Wed Oct 27 20:14:20 2004 UTC (20 years, 4 months ago) by drochner
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -3
lines
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 - view: text, markup, annotated - select for diffs
Sun Oct 3 00:14:51 2004 UTC (20 years, 5 months ago) by tv
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2
lines
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 - view: text, markup, annotated - select for diffs
Fri May 7 01:14:48 2004 UTC (20 years, 10 months ago) by xtraeme
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2
lines
Drop maintainership; I don't have the enough free time to maintain
all these packages.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Apr 19 15:04:59 2004 UTC (20 years, 11 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2
lines
Bump PKGREVISION due to libcroco's update (major version bump in library name).
Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Apr 14 16:15:23 2004 UTC (20 years, 11 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -3
lines
Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Mar 26 02:27:41 2004 UTC (21 years ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2
lines
PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Mar 8 19:40:39 2004 UTC (21 years ago) by jmmv
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -3
lines
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 - view: text, markup, annotated - select for diffs
Fri Feb 20 17:49:45 2004 UTC (21 years, 1 month ago) by jmmv
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +16 -8
lines
bl3ify, add explicit dependencies on everything used directly by this package
and use pkgsrc intltool.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Feb 14 17:21:41 2004 UTC (21 years, 1 month ago) by jlam
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -3
lines
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 - view: text, markup, annotated - select for diffs
Mon Feb 9 18:47:37 2004 UTC (21 years, 1 month ago) by jmmv
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2
lines
Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Jan 24 15:46:43 2004 UTC (21 years, 2 months ago) by grant
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2
lines
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Jan 23 21:50:45 2004 UTC (21 years, 2 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2
lines
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 - view: text, markup, annotated - select for diffs
Thu Jan 22 12:56:12 2004 UTC (21 years, 2 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2
lines
Bump PKGREVISION due to librsvg2 and swfdec updates.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Jan 4 17:30:55 2004 UTC (21 years, 2 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2
lines
Bump revision due to librsvg2 update (libcroco added as a dependancy).
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Jan 3 18:49:42 2004 UTC (21 years, 2 months ago) by reed
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2
lines
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 - view: text, markup, annotated - select for diffs
Sun Dec 28 23:37:06 2003 UTC (21 years, 2 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2
lines
Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).
( We really need non-recursive dependancies... *sigh* )
Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Dec 18 14:19:49 2003 UTC (21 years, 3 months ago) by adam
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +7 -6
lines
Revision bump since major version of shared librsvg2 changed (cosmetics included)
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Dec 13 00:45:23 2003 UTC (21 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2
lines
Bump PKGREVISION for atk library major bump.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Dec 4 19:48:25 2003 UTC (21 years, 3 months ago) by xtraeme
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2
lines
Bump PKGREVISION (libxml2, libxslt and imlib2 were updated).
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Nov 12 01:31:49 2003 UTC (21 years, 4 months ago) by salo
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1
lines
PKGREVISION++ due to devel/popt update.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Sep 12 01:47:39 2003 UTC (21 years, 6 months ago) by simonb
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -3
lines
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 - view: text, markup, annotated - select for diffs
Thu Aug 28 20:05:18 2003 UTC (21 years, 6 months ago) by xtraeme
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2
lines
Change my email address to the NetBSD one, ok'ed by wiz@
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Jul 13 13:52:02 2003 UTC (21 years, 8 months ago) by wiz
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1
lines
PKGREVISION bump for libiconv update.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Jul 12 11:29:43 2003 UTC (21 years, 8 months ago) by zuntum
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +7 -11
lines
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 - view: text, markup, annotated - select for diffs
Fri May 2 11:55:17 2003 UTC (21 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -3
lines
Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Feb 5 05:06:35 2003 UTC (22 years, 1 month ago) by jlam
Branches: MAIN
CVS tags: netbsd-1-6-1-base,
netbsd-1-6-1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -2
lines
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 - view: text, markup, annotated - select for diffs
Tue Jan 28 23:00:53 2003 UTC (22 years, 1 month ago) by jmmv
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -1
lines
Depend on gnome1-dirs to handle shared directories. Bump PKGREVISION.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Jan 20 22:00:38 2003 UTC (22 years, 2 months ago) by drochner
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +11 -10
lines
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 - view: text, markup, annotated - select for diffs
Sun Jan 19 08:48:49 2003 UTC (22 years, 2 months ago) by tron
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -3
lines
Use "mk/pthread.buildlink2.mk" instead of "devel/pth/buildlink2.mk" to
use native threads on platforms which support them.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jan 10 07:40:12 2003 UTC (22 years, 2 months ago) by cjep
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1
lines
USE_PKGLOCALEDIR=yes
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Dec 24 06:10:05 2002 UTC (22 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1
lines
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 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Dec 19 14:39:27 2002 UTC (22 years, 3 months ago) by grant
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
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 - view: text, markup, annotated - select for diffs
Thu Dec 19 14:39:27 2002 UTC (22 years, 3 months ago) by grant
Branches: MAIN
Initial revision
CVSweb <webmaster@jp.NetBSD.org>