Up to [cvs.netbsd.org] / pkgsrc / graphics / eog
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.67 / (download) - annotate - [select for diffs], Fri Mar 9 12:34:09 2012 UTC (2 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
HEAD
Changes since 1.66: +2 -2
lines
Diff to previous 1.66 (colored)
Bump PKGREVISION for python default version change to 2.7. py-* not affected, since it built different versions depending on the setting already.
Revision 1.66 / (download) - annotate - [select for diffs], Sat Mar 3 00:12:24 2012 UTC (2 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.65: +2 -2
lines
Diff to previous 1.65 (colored)
Recursive bump for pcre-8.30* (shlib major change)
Revision 1.65 / (download) - annotate - [select for diffs], Mon Feb 6 12:40:21 2012 UTC (3 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.64: +2 -2
lines
Diff to previous 1.64 (colored)
Revbump for a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
Revision 1.64 / (download) - annotate - [select for diffs], Sat Nov 26 06:09:10 2011 UTC (5 months, 4 weeks ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.63: +2 -2
lines
Diff to previous 1.63 (colored)
Recursive bump for devel/exempi buildlink addition.
Revision 1.63 / (download) - annotate - [select for diffs], Tue Nov 1 06:01:30 2011 UTC (6 months, 3 weeks ago) by sbd
Branch: MAIN
Changes since 1.62: +2 -2
lines
Diff to previous 1.62 (colored)
Recursive bump for graphics/freetype2 buildlink addition.
Revision 1.62 / (download) - annotate - [select for diffs], Fri Apr 22 13:42:46 2011 UTC (13 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.61: +2 -2
lines
Diff to previous 1.61 (colored)
recursive bump from gettext-lib shlib bump.
Revision 1.61 / (download) - annotate - [select for diffs], Thu Jan 13 13:36:39 2011 UTC (16 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.60: +2 -1
lines
Diff to previous 1.60 (colored)
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Revision 1.60 / (download) - annotate - [select for diffs], Thu Dec 23 11:44:36 2010 UTC (17 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Changes since 1.59: +2 -2
lines
Diff to previous 1.59 (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.59 / (download) - annotate - [select for diffs], Sun Nov 28 13:04:09 2010 UTC (17 months, 3 weeks ago) by drochner
Branch: MAIN
Changes since 1.58: +3 -4
lines
Diff to previous 1.58 (colored)
update to 2.32.1 This switches to the gnome-2.32 release branch.
Revision 1.58 / (download) - annotate - [select for diffs], Mon Nov 15 22:57:12 2010 UTC (18 months, 1 week ago) by abs
Branch: MAIN
Changes since 1.57: +2 -2
lines
Diff to previous 1.57 (colored)
PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome
Revision 1.57 / (download) - annotate - [select for diffs], Tue Sep 14 11:01:03 2010 UTC (20 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.56: +2 -1
lines
Diff to previous 1.56 (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.56 / (download) - annotate - [select for diffs], Tue Jul 6 15:33:39 2010 UTC (22 months, 2 weeks ago) by drochner
Branch: MAIN
Changes since 1.55: +4 -5
lines
Diff to previous 1.55 (colored)
update to 2.30.2 This switches to the gnome-2.30 release branch.
Revision 1.55 / (download) - annotate - [select for diffs], Sun Jun 13 22:44:29 2010 UTC (23 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.54: +2 -2
lines
Diff to previous 1.54 (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.54 / (download) - annotate - [select for diffs], Mon Jan 18 09:58:58 2010 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.53: +2 -1
lines
Diff to previous 1.53 (colored)
Second try at jpeg-8 recursive PKGREVISION bump.
Revision 1.53 / (download) - annotate - [select for diffs], Fri Jan 15 20:04:39 2010 UTC (2 years, 4 months ago) by drochner
Branch: MAIN
Changes since 1.52: +2 -2
lines
Diff to previous 1.52 (colored)
update to 2.28.2 changes: -minor build system fix -translation updates (this belongs to gnome-2.28.2 which didn't make it before the pkgsrc freeze)
Revision 1.52 / (download) - annotate - [select for diffs], Wed Oct 21 17:56:37 2009 UTC (2 years, 7 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.51: +3 -8
lines
Diff to previous 1.51 (colored)
update to 2.28.1 This switches to the gnome-2.28 release branch.
Revision 1.51 / (download) - annotate - [select for diffs], Wed Aug 26 19:57:38 2009 UTC (2 years, 8 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.50: +2 -1
lines
Diff to previous 1.50 (colored)
bump revision because of graphics/jpeg update
Revision 1.50 / (download) - annotate - [select for diffs], Wed Jul 22 09:01:31 2009 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.49: +1 -2
lines
Diff to previous 1.49 (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.49 / (download) - annotate - [select for diffs], Thu Jul 9 18:18:58 2009 UTC (2 years, 10 months ago) by drochner
Branch: MAIN
Changes since 1.48: +2 -2
lines
Diff to previous 1.48 (colored)
update to 2.26.3 changes: -bugfixes -translation updates
Revision 1.48 / (download) - annotate - [select for diffs], Tue May 19 11:15:57 2009 UTC (3 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.47: +2 -2
lines
Diff to previous 1.47 (colored)
Update to 2.26.2: Version 2.26.2 -------------- * UI tweaking (Claudio Saavedra) * Code improvements / fixes (Felix Riemann, Claudio Saavedra) Bug fixes: #579212, JPEG file causes memory corruption (Claudio Saavedra) #580600, eog crashes on drag&drop a directory from places menu (Felix Riemann) New and updated translations: - Jorge González [es] - Ivar Smolin [et] - Funda Wang, Deng Xiyue [zh_CN] New and updated manual translations: - Fotis Tsamis [el]
Revision 1.47 / (download) - annotate - [select for diffs], Tue May 19 08:59:16 2009 UTC (3 years ago) by wiz
Branch: MAIN
Changes since 1.46: +1 -2
lines
Diff to previous 1.46 (colored)
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT block). Uncomment some commented out LICENSE lines while here.
Revision 1.46 / (download) - annotate - [select for diffs], Mon May 18 09:51:07 2009 UTC (3 years ago) by wiz
Branch: MAIN
Changes since 1.45: +4 -2
lines
Diff to previous 1.45 (colored)
Update to 2.26.1. Set LICENSE to gnu-gpl-v2. Version 2.26.1 -------------- * UI improvements (Gabor Kelemen) * Code improvements / fixes (Josselin Mouette, Felix Riemann) Bug fixes: #575772, Move to Trash button has no accelerator (Gabor Kelemen) #576558, Crashes when trying to save write protected file (Josselin Mouette) New and updated translations: - Osama Khalid [ar] - Amitakhya Phukan [as] - Thanos Lefteris, Simos Xenitellis [el] - Jorge González [es] - Claude Paroz [fr] - Shankar Prasad [kn] - Miloš Popovi [sr.po, sr@latin] New and updated manual translations: - Felix Riemann [de] - Marios Zindilis [el] - Claude Paroz [fr]
Revision 1.45 / (download) - annotate - [select for diffs], Tue Apr 7 10:33:41 2009 UTC (3 years, 1 month ago) by drochner
Branch: MAIN
Changes since 1.44: +4 -1
lines
Diff to previous 1.44 (colored)
add a comment section telling how Python plugin support can be enabled (but leave it off because it is not useful yet)
Revision 1.44 / (download) - annotate - [select for diffs], Sun Mar 22 19:01:38 2009 UTC (3 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.43: +1 -9
lines
Diff to previous 1.43 (colored)
Remove msgfmtstrip scripts and targets using them, now that the infrastructure supports this properly (thanks joerg!).
Revision 1.43 / (download) - annotate - [select for diffs], Thu Mar 19 18:39:14 2009 UTC (3 years, 2 months ago) by drochner
Branch: MAIN
Changes since 1.42: +2 -1
lines
Diff to previous 1.42 (colored)
use libtool
Revision 1.42 / (download) - annotate - [select for diffs], Mon Mar 16 23:09:18 2009 UTC (3 years, 2 months ago) by jmcneill
Branch: MAIN
Changes since 1.41: +11 -3
lines
Diff to previous 1.41 (colored)
Update eog to 2.26.0.
Version 2.26.0
--------------
New and updated translations:
- Runa Bhattacharjee [bn_IN]
- Kenneth Nielsen, Ask H. Larsen [da]
- Suso Baleato, Ignacio Casal Quinteiro [gl]
- Yaron Shahrabani [he]
- Rajesh Ranjan [hi]
- Žygimantas Beruka, Gintautas Miliauskas [lt]
- Rajesh Ranjan [mai]
- Ani Peter [ml]
- Sandeep Shedmake [mr]
- Manoj Kumar Giri [or]
- Duarte Loreto [pt]
- Nickolay V. Shmyrev [ru]
- I. Felix [ta]
- Krishna Babu K, Krishnababu K [te]
New and updated manual translations:
- Kenneth Nielsen [da]
- Philip Withnall [en_GB]
- Milo Casagrande [it]
- ukasz Jerna [pl]
Version 2.25.92
---------------
* Code improvements / fixes (Christian Persch, Claudio Saavedra)
* Typo fixes in UI / docs (Milo Casagrande, ukasz Jerna)
Bug fixes:
#550086, Rotate image counterclockwise shortcut (Felix Riemann)
#558086, simplify drag targets handling (Christian Persch)
#572410, eog crashed with SIGSEGV in g_closure_invoke() (Claudio Saavedra)
#572723, Misspelled word in a window (Milo Casagrande)
#572889, Possible typo (ukasz Jerna)
New and updated translations:
- Jordi Mas, David Planella [ca]
- Petr Kovar, Adrian Gunis [cs]
- Marios Zindilis, Simos Xenitellis [el]
- David Lodge, Philip Withnall [en_GB]
- Ivar Smolin [et]
- Claude Paroz [fr]
- Sweta Kothari [gu]
- Milo Casagrande [it]
- Shankar Prasad [kn]
- Changwoo Ryu [ko]
- Manoj Kumar Giri [or]
- Adi Roiban, Jani Monoses [ro]
New and updated manual translations:
- Joan Duran [ca]
- Jorge Gonzalez [es]
- Daniel Nylander [sv]
Version 2.25.91
---------------
* Additional workaround for CVE-2008-5978 (Morten Welinder)
Bug fixes:
#569228, eog: untrusted python modules search path (Morten Welinder)
New and updated translations:
- Ihar Hrachyshka [be@latin]
- Alexander Shopov [bg]
- Kenneth Nielsen [da]
- Christian Kirbach [de]
- Iñaki Larrañaga Murgoitio [eu]
- Gabor Kelemen [hu]
- Takeshi AIHANA [ja]
- Kjartan Maraas [nb]
- Wouter Bolsterlee [nl]
- Tomasz Dominikowski [pl]
- Duarte Loreto [pt]
- Adi Roiban, Jani Monoses [ro]
- Daniel Nylander [sv]
- Theppitak Karoonboonyanan [th]
- Clytie Siddall [vi]
New and updated manual translations:
- Ask. H. Larsen [da]
- Daniel Nylander [sv]
Version 2.25.90
---------------
* Support for deleting files that can't be trashed (Claudio Saavedra)
* Build system improvements / fixes (Luis Medinas, Felix Riemann)
* Code improvements / fixes (Christian Persch, Joaquim Rocha)
Bug fixes:
#441637, Patch to delete file when Trash isn't found (Claudio Saavedra)
#568410, eog 2.25.5 build fails (Felix Riemann)
#568882, don't rely on gtk implementation details (Christian Persch)
#569657, Eog needs update on data/eog.pc.in (Luis Medinas)
#569855, Unref on thumbnail manipulator functions (Joaquim Rocha)
New and updated translations:
- Jordi Mas, Gil Forcada [ca]
- Andre Klapper [de]
- Jorge González [es]
- Ilkka Tuohela [fi]
- Changwoo Ryu [ko]
- Krix Apolinário, Og Maciel, Henrique P. Machado, César Veiga [pt_BR]
- Chao-Hsiung Liao [zh_HK]
- Chao-Hsiung Liao [zh_TW]
New and updated manual translations:
- Andre Klapper [de]
Version 2.25.5
--------------
* Code improvements / fixes (Felix Riemann)
* Drop libgnome dependency (Felix Riemann)
Bug fixes:
#559500, drop libgnome dependency (Felix Riemann)
#557662, Cannot build doc without exif enabled. (Arun Raghavan)
#566104, Reverse Left/Right arrows action in RTL mode (Khaled Hosny)
#566190, scroll buttons of the icons navigation window are reversed for
RTL locales (Yair Hershkovitz)
New and updated translations:
- Gil Forcada, Jordi Mas [ca]
- Marios Zindilis [el]
- Jorge Gonzalez, Jorge González [es]
- Kjartan Maraas [nb]
- Nurali, Nurali Abdurahmonov [uz]
Version 2.25.4
--------------
* Code improvements / fixes (Felix Riemann)
* Python bindings improvements (Felix Riemann)
Bug fixes:
#566367, no weekday calculation in exif date display (Felix Riemann)
New and updated translations:
- Ivar Smolin [et]
- Gabor Kelemen [hu]
- Kjartan Maraas [nb]
New and updated manual translations:
- Jorge Gonzalez [es]
Versio 2.25.3
--------------
* Build system improvements (Daniel Macks, Felix Riemann)
* Code improvements / fixes (Claudio Saavedra, Friedrich Oslage, Tom Parker)
* Fetch tooltip data asynchronously (Claudio Saavedra)
* UI enhancements (Bob Mauchin, Robin Sonefors)
Bug fixes:
#514352, HIG says "Page Setup" not "Page Setup..." (Bob Mauchin)
#555480, Add a delete button (Robin Sonefors)
#558442, eog should load image tooltips data asynchronously (Claudio Saavedra)
#560070, Sub-optimal -I flag ordering (Daniel Macks)
#560073, Poor linking against convenience libs (Daniel Macks, Felix Riemann)
#563570, GNOME Goal: Clean up GLib and GTK+ includes (Claudio Saavedra)
#564290, eog_image_load doesn't correctly clear errors on read issues
(Tom Parker)
#564526, eog SIGBUS on sparc (Friedrich Oslage)
New and updated translations:
- Jorge González [es]
- Mark Krapivner, Yair Hershkovitz [he]
- Daniel Nylander [sv]
Version 2.25.2
--------------
* Build system fixes / improvements (Felix Riemann, Kjartan Maraas)
* Workarounds to make remote images work again (Felix Riemann)
* Fix broken keyboard keys (Frederic Peters)
* String improvements (Luca Ferretti)
* Code improvements (Felix Riemann)
Bug fixes:
- #559579, Don't use "wallpaper" term deprecated by GDP style guide (Luca Ferretti)
- #560065, Build failure: local variable-name collides with system-header symbol (Felix Riemann)
- #560068, Insufficient check for libz (Felix Riemann)
- #560336, need to update the eggtreemultidnd.[ch] copy from libegg (Felix Riemann)
- #560396, can't open menu with keyboard when no image is shown (Frederic Peters)
- #562119, eog doesn't open remote images (Felix Riemann)
New and updated translations:
- Jorge González [es]
Version 2.25.1
--------------
* Improvements to the JPEG metadata reader (Felix Riemann)
* Fix progress reporting when images only need copying during "Save As" (Felix Riemann)
* Fix some critical warnings (Claudio Saavedra, Vincent Untz)
* Do not open some images at 98% or 99% (Felix Riemann)
* Install metadata related headers properly (Pierre-Luc Beaudoin)
* Avoid possible markup "injection attack" (Martin Olsson)
* Copy non-local images locally when setting them as wallpaper (Claudio Saavedra)
* Allow DnD without an enabled collection (Claudio Saavedra)
* Use less deprecated APIs (Felix Riemann, Diego Escalante Urrelo)
* Code & Docs cleanups + improvements
Bug fixes:
- #553232, copy remote wallpapers locally (Claudio Saavedra)
- #476709, I need to drag & drop images from eog's simple viewer (Claudio Saavedra)
- #530447, Eye of GNOME opens images resized at 98% or 99% zoom (Felix Riemann)
- #555940, eog is vulnerable to pango injection attack :-) (Martin Olsson)
- #555942, Not all public EXIF API headers are installed (Pierre-Luc Beaudoin)
- #556086, Use gtk_show_uri instead of gnome_help (Diego Escalante Urrelo)
- #555916, drop libglade dependency; use GtkBuilder (Felix Riemann)
- #556029, Drop gnome-desktop dependency (Felix Riemann)
New and updated translations:
- OsamaKhalid [ar]
- Alexander Shopov [bg]
- Adrian Guniš [cs]
- Pierros Papadeas [el]
- Takeshi AIHANA [ja]
- Jovan Naumovski [mk]
- Wouter Bolsterlee [nl]
- Vladimir Melo [pt_BR]
- Laurent Dhima [sq]
- Daniel Nylander [sv]
- Maxim Dziumanenko [uk]
New and updated manual translations:
- Osama K [ar]
- Mario Blättermann [de]
- Sira Nokyoongtong [th]
Revision 1.41 / (download) - annotate - [select for diffs], Wed Jan 14 15:19:38 2009 UTC (3 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.40: +8 -12
lines
Diff to previous 1.40 (colored)
Update to 2.24.3.1. Sync list of dependencies with eog's configure script. Version 2.24.3.1 ---------------- * Re-roll 2.24.3 tarball using gtk-doc 1.11 to avoid build errors due to using a too recent version in the original release (bug #567578).
Revision 1.40 / (download) - annotate - [select for diffs], Tue Jan 13 16:22:13 2009 UTC (3 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.39: +2 -3
lines
Diff to previous 1.39 (colored)
Update to 2.24.3: Version 2.24.3 -------------- * Memory leaks fixes (Felix Riemann) * Compilation fixes (Daniel Macks) * Code fixes (Tom Parker, Friedrich Oslage, Felix Riemann) * Documentation improvements (Felix Riemann) Bug fixes: #560070, Sub-optimal -I flag ordering (Daniel Macks) #560073, Poor linking against convenience libs (Daniel Macks) #564290, eog_image_load doesn't correctly clear errors on read issues (Tom Parker) #564526, eog SIGBUS on sparc (Friedrich Oslage) New and updated translations: - Ivar Smolin [et]
Revision 1.39 / (download) - annotate - [select for diffs], Mon Dec 15 19:56:25 2008 UTC (3 years, 5 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.38: +2 -1
lines
Diff to previous 1.38 (colored)
calculate the weekday displayed in metadata in a portable way, so that it shows the correct one on NetBSD bump PKGREVISION
Revision 1.38 / (download) - annotate - [select for diffs], Tue Dec 2 11:39:30 2008 UTC (3 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.37: +2 -2
lines
Diff to previous 1.37 (colored)
Update to 2.24.2: Version 2.24.2 -------------- * Fix warnings when dbus disabled (Felix Riemann) * Code fixes (Felix Riemann) * Fix compilation under Mac OS X (Felix Riemann) * Fix broken keyboard keys (Frederic Peters) Bug fixes: #560065, Build failure: local variable-name collides with system-header symbol (Felix Riemann) #560336, need to update the eggtreemultidnd.[ch] copy from libegg (Felix Riemann) #560396, can't open menu with keyboard when no image is shown (Frederic Peters) New and updated translations: - Ivar Smolin [et] - Maxim Dziumanenko [uk]
Revision 1.37 / (download) - annotate - [select for diffs], Sat Oct 25 00:23:03 2008 UTC (3 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.36: +3 -2
lines
Diff to previous 1.36 (colored)
Update to 2.24.1. Add XMP support using exempi. Version 2.24.1 -------------- * Improvements to the JPEG metadata reader (Felix Riemann) * Fix progress reporting when images only need copying during "Save As" (Felix Riemann) * Fix some critical warnings (Claudio Saavedra, Vincent Untz) * Do not open some images at 98% or 99% (Felix Riemann) * Install metadata related headers properly (Pierre-Luc Beaudoin) * Avoid possible markup "injection attack" (Martin Olsson) * Docs improvements. Bug fixes: #530447, Eye of GNOME opens images resized at 98% or 99% zoom (Felix Riemann) #555940, eog is vulnerable to pango injection attack :-) (Martin Olsson) #555942, Not all public EXIF API headers are installed (Pierre-Luc Beaudoin) New and updated translations: - Alexander Shopov [bg] - Adrian Guniš [cs] - Pierros Papadeas [el] - Takeshi AIHANA [ja] - Changwoo Ryu [ko] - Jovan Naumovski [mk] - Wouter Bolsterlee [nl] - Vladimir Melo [pt_BR] - Laurent Dhima [sq] - Daniel Nylander [sv] New and updated manual translations: - Osama K, OsamaKhalid [ar] - Mario Blättermann [de] - Sira Nokyoongtong, Theppitak Karoonboonyanan [th]
Revision 1.36 / (download) - annotate - [select for diffs], Thu Oct 16 18:14:13 2008 UTC (3 years, 7 months ago) by drochner
Branch: MAIN
Changes since 1.35: +3 -3
lines
Diff to previous 1.35 (colored)
update to 2.24.0 This switches to the gnome-2.24 release branch.
Revision 1.35 / (download) - annotate - [select for diffs], Tue Jul 15 11:20:12 2008 UTC (3 years, 10 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.34: +2 -2
lines
Diff to previous 1.34 (colored)
update to 2.22.3 changes: -bugfixes -translation update
Revision 1.34 / (download) - annotate - [select for diffs], Thu Jun 12 02:14:31 2008 UTC (3 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper
Changes since 1.33: +3 -1
lines
Diff to previous 1.33 (colored)
Add DESTDIR support.
Revision 1.33 / (download) - annotate - [select for diffs], Thu May 29 16:41:01 2008 UTC (3 years, 11 months ago) by drochner
Branch: MAIN
Changes since 1.32: +2 -2
lines
Diff to previous 1.32 (colored)
update to 2.22.2 changes: -bugfixes -translation updates
Revision 1.32 / (download) - annotate - [select for diffs], Tue Apr 15 18:34:32 2008 UTC (4 years, 1 month ago) by drochner
Branch: MAIN
Changes since 1.31: +3 -6
lines
Diff to previous 1.31 (colored)
update to 2.22.1 This switches to the gnome-2.22 release branch.
Revision 1.31 / (download) - annotate - [select for diffs], Thu Mar 6 14:53:50 2008 UTC (4 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1
Changes since 1.30: +2 -2
lines
Diff to previous 1.30 (colored)
Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.
Revision 1.30 / (download) - annotate - [select for diffs], Fri Jan 18 05:06:39 2008 UTC (4 years, 4 months ago) by tnn
Branch: MAIN
Changes since 1.29: +2 -1
lines
Diff to previous 1.29 (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.29 / (download) - annotate - [select for diffs], Fri Jan 11 13:37:01 2008 UTC (4 years, 4 months ago) by drochner
Branch: MAIN
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored)
update to 2.20.4 changes: -ninor fixes and cleanup -translation updates
Revision 1.28 / (download) - annotate - [select for diffs], Thu Nov 29 20:37:26 2007 UTC (4 years, 5 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4
Changes since 1.27: +3 -3
lines
Diff to previous 1.27 (colored)
update to 2.20.3 changes: -Plugin API additions and fixes -Misc cleanups and fixed memory leaks -bugfixes -translation updates
Revision 1.27 / (download) - annotate - [select for diffs], Sat Nov 3 16:22:56 2007 UTC (4 years, 6 months ago) by drochner
Branch: MAIN
Changes since 1.26: +7 -4
lines
Diff to previous 1.26 (colored)
update to 2.20.2 This switches to the new gnome-2.20 branch.
Revision 1.26 / (download) - annotate - [select for diffs], Fri Sep 21 13:03:48 2007 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.25: +7 -7
lines
Diff to previous 1.25 (colored)
Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves. Bump PKGREVISION.
Revision 1.25 / (download) - annotate - [select for diffs], Thu Sep 20 22:38:22 2007 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.24: +3 -3
lines
Diff to previous 1.24 (colored)
Fix path to eel.
Revision 1.24 / (download) - annotate - [select for diffs], Thu Sep 20 21:21:37 2007 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
Adapt eel dependencies; bump PKGREVISION.
Revision 1.23 / (download) - annotate - [select for diffs], Thu Sep 20 20:48:54 2007 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.22: +42 -19
lines
Diff to previous 1.22 (colored)
Move eog2 to eog, to make directory name match PKGNAME.
Revision 1.22, Wed May 18 22:02:19 2005 UTC (7 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.21: +1 -1
lines
FILE REMOVED
Remove gnome1 packages except as needed for gnucash. Ok'd by jmmv@ and rh@ (gnome 1 maintainers).
Revision 1.21 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:02 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.20: +1 -2
lines
Diff to previous 1.20 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.20 / (download) - annotate - [select for diffs], Tue Nov 30 18:26:39 2004 UTC (7 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
Bump PKGREVISION for removal of db3 buildlink3.mk file from GConf's buildlink3.mk file. Bump BUILDLINK_DEPENDS where appropriate.
Revision 1.19 / (download) - annotate - [select for diffs], Sun Oct 3 00:14:50 2004 UTC (7 years, 7 months ago) by tv
Branch: MAIN
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (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.18 / (download) - annotate - [select for diffs], Wed Apr 14 19:30:22 2004 UTC (8 years, 1 month ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
Drop the disctinction of xdg and xdg-x11 from USE_DIRS POV. We can choose which one is required in an automatic way by checking USE_X11BASE. This simplifies things and avoids possible problems in the future due to confusion.
Revision 1.17 / (download) - annotate - [select for diffs], Wed Apr 14 16:15:23 2004 UTC (8 years, 1 month ago) by jmmv
Branch: MAIN
Changes since 1.16: +2 -3
lines
Diff to previous 1.16 (colored)
Make use of the new USE_DIRS variable, instead of directly depending on the *-dirs packages.
Revision 1.16 / (download) - annotate - [select for diffs], Mon Apr 12 00:16:43 2004 UTC (8 years, 1 month ago) by snj
Branch: MAIN
Changes since 1.15: +11 -11
lines
Diff to previous 1.15 (colored)
Convert to buildlink3.
Revision 1.15 / (download) - annotate - [select for diffs], Mon Mar 8 19:40:39 2004 UTC (8 years, 2 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.14: +4 -2
lines
Diff to previous 1.14 (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.14 / (download) - annotate - [select for diffs], Sat Jan 24 15:46:43 2004 UTC (8 years, 4 months ago) by grant
Branch: MAIN
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Revision 1.13 / (download) - annotate - [select for diffs], Mon Jan 12 00:14:10 2004 UTC (8 years, 4 months ago) by epg
Branch: MAIN
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Set MAINTAINER to tech-pkg@NetBSD.org.
Revision 1.12 / (download) - annotate - [select for diffs], Sat Jan 3 18:49:42 2004 UTC (8 years, 4 months ago) by reed
Branch: MAIN
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (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.11 / (download) - annotate - [select for diffs], Wed Nov 12 01:31:49 2003 UTC (8 years, 6 months ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
PKGREVISION++ due to devel/popt update.
Revision 1.10 / (download) - annotate - [select for diffs], Sun Jul 13 13:51:59 2003 UTC (8 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
PKGREVISION bump for libiconv update.
Revision 1.9 / (download) - annotate - [select for diffs], Mon May 5 16:32:25 2003 UTC (9 years ago) by jmmv
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Line up PKGREVISION whitespace.
Revision 1.8 / (download) - annotate - [select for diffs], Fri May 2 11:55:14 2003 UTC (9 years ago) by wiz
Branch: MAIN
Changes since 1.7: +2 -2
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], Tue Dec 24 06:10:05 2002 UTC (9 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (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.6 / (download) - annotate - [select for diffs], Sun Dec 1 13:49:39 2002 UTC (9 years, 5 months ago) by salo
Branch: MAIN
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (colored)
USE_PKGLOCALEDIR, remove unnecessary patch, delint.
Revision 1.5 / (download) - annotate - [select for diffs], Mon Oct 21 15:24:32 2002 UTC (9 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Replace USE_LIBINTL with buildlink2.mk inclusion.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Oct 19 10:54:53 2002 UTC (9 years, 7 months ago) by rh
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Track directory layout change at MASTER_SITE_GNOME. Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
Revision 1.3 / (download) - annotate - [select for diffs], Sun Oct 6 14:06:42 2002 UTC (9 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.2: +10 -10
lines
Diff to previous 1.2 (colored)
Convert to buildlink2.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Mar 13 17:37:05 2002 UTC (10 years, 2 months ago) by fredb
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base,
buildlink2
Changes since 1.1: +7 -6
lines
Diff to previous 1.1 (colored)
Give all packages which depend on "png" a version bump, and update all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Jul 22 01:34:20 2001 UTC (10 years, 10 months ago) by wiz
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of eog-0.6, the Eye of Gnome, an image viewing and cataloging program. Package provided by Eric Gillespie Jr. in pkg/13517, partially buildlinked by me.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Jul 22 01:34:20 2001 UTC (10 years, 10 months ago) by wiz
Branch: MAIN
Initial revision