wiz
c1b44346cd
Mark packages that are not ready for python-3.3 also not ready for 3.4,
...
until proven otherwise.
2014-05-09 07:36:53 +00:00
ryoon
60806aa001
Recursive revbump from x11/pixman
...
Fix PR pkg/48777
2014-05-05 00:47:34 +00:00
wiz
aa67e11089
Mark packages as not ready for python-3.x where applicable;
...
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
2014-01-25 10:29:56 +00:00
ryoon
3fba1a52dd
Recursive revbump from pango-1.36.0
2013-10-10 14:41:44 +00:00
adam
d2cb6dec32
Revbump after cairo update
2013-09-02 19:50:38 +00:00
wiz
e0b49a2fed
Bump PKGREVISION for libXft changes for NetBSD native X support on
...
NetBSD 6, requested by tron.
2013-06-06 12:53:40 +00:00
tron
a36fb86593
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
...
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00
wiz
c83ffb8583
Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
...
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
2013-06-03 10:04:30 +00:00
wiz
0602d449ce
Recursive bump for png-1.6.
2013-02-16 11:17:56 +00:00
joerg
0c98fa0f73
Don't accidently pick up eog-3 as dependency.
2012-12-28 22:21:14 +00:00
adam
3f2cc57b2b
Revbump after updating graphics/pango
2012-10-08 23:00:34 +00:00
asau
08f35c7155
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
2012-10-06 14:10:39 +00:00
tron
14215633d2
Mass recursive bump after the dependence fix of the "cairo" package
...
requested by Thomas Klausner.
2012-10-02 17:10:28 +00:00
obache
c38c120ee5
recursive bump from libffi shlib major bump
...
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
adam
b15c922bcc
Revbump after updating graphics/cairo
2012-09-07 19:16:05 +00:00
wiz
68808ff07a
Recursive bump for startup-notification* dependency change, requested
...
by Obache.
2012-07-15 08:22:46 +00:00
sbd
21792a9296
Recursive PKGREVISION bump for libxml2 buildlink addition.
2012-06-14 07:43:06 +00:00
dholland
7e751949e4
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
...
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00
wiz
8b5589a2ea
Bump PKGREVISION for python default version change to 2.7.
...
py-* not affected, since it built different versions depending on the
setting already.
2012-03-09 12:33:57 +00:00
wiz
ee311e3b36
Recursive bump for pcre-8.30* (shlib major change)
2012-03-03 00:11:51 +00:00
wiz
833922aab2
Revbump for
...
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
2012-02-06 12:39:49 +00:00
sbd
86985ff188
Recursive bump for devel/exempi buildlink addition.
2011-11-26 06:09:10 +00:00
sbd
04daa2f1b8
Recursive bump for graphics/freetype2 buildlink addition.
2011-11-01 06:00:33 +00:00
obache
1d9df3258a
recursive bump from gettext-lib shlib bump.
2011-04-22 13:41:54 +00:00
wiz
af3596f984
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
2011-01-13 13:36:05 +00:00
dsainty
1f40f3a084
Mechanically replace references to graphics/jpeg with the suitable
...
alternative from mk/jpeg.buildlink3.mk
This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).
The mechanical edits were applied via the following script:
#!/bin/sh
for d in */*; do
[ -d "$d" ] || continue
for i in "$d/"Makefile* "$d/"*.mk; do
case "$i" in *.orig|*"*"*) continue;; esac
out="$d/x"
sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
-e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
< "$i" > "$out"
if cmp -s "$i" "$out"; then
rm -f "$out"
else
echo "Edited $i"
mv -f "$i" "$i.orig" && mv "$out" "$i"
fi
done
done
2010-12-23 11:44:24 +00:00
drochner
f54faa15f9
update to 2.32.1
...
This switches to the gnome-2.32 release branch.
2010-11-28 13:04:09 +00:00
abs
9987fa4b3a
PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome
2010-11-15 22:56:08 +00:00
wiz
200e3c4a04
Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
...
version, and bump all depends.
Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
drochner
03784106d2
add one
2010-07-26 11:13:43 +00:00
drochner
ed7b2c27ed
update to 2.30.2
...
This switches to the gnome-2.30 release branch.
2010-07-06 15:32:17 +00:00
wiz
e8d8834f6a
Bump PKGREVISION for libpng shlib name change.
...
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
wiz
91871f449e
Second try at jpeg-8 recursive PKGREVISION bump.
2010-01-18 09:58:37 +00:00
drochner
3c64fa9b53
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)
2010-01-15 20:04:39 +00:00
drochner
f4ab1f7087
update to 2.28.1
...
This switches to the gnome-2.28 release branch.
2009-10-21 17:56:37 +00:00
sno
6f7368d4db
bump revision because of graphics/jpeg update
2009-08-26 19:56:37 +00:00
wiz
d70523df21
Remove USE_DIRS from pkgsrc.
...
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.
Packages needing empty directories can use the @pkgdir command in PLIST.
Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00
drochner
ea553ea91f
update to 2.26.3
...
changes:
-bugfixes
-translation updates
2009-07-09 18:18:58 +00:00
joerg
3a3c07bc30
Remove @dirrm entries from PLISTs
2009-06-14 17:59:04 +00:00
wiz
f79fe363d2
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]
2009-05-19 11:15:57 +00:00
wiz
60f460ab01
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
...
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
wiz
ece78e9d68
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]
2009-05-18 09:51:07 +00:00
drochner
d9dc7c2efa
add a comment section telling how Python plugin support can be
...
enabled (but leave it off because it is not useful yet)
2009-04-07 10:33:41 +00:00
wiz
b1076bb765
Remove msgfmtstrip scripts and targets using them, now that the
...
infrastructure supports this properly (thanks joerg!).
2009-03-22 19:01:37 +00:00
drochner
032e7c1835
use libtool
2009-03-19 18:39:14 +00:00
jmcneill
2dace19316
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 Beručka, 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]
2009-03-16 23:09:18 +00:00
wiz
872e35b181
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 ).
2009-01-14 15:19:38 +00:00
wiz
c24b742a1c
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]
2009-01-13 16:22:13 +00:00
drochner
84dbf5e5ee
calculate the weekday displayed in metadata in a portable way,
...
so that it shows the correct one on NetBSD
bump PKGREVISION
2008-12-15 19:56:25 +00:00
wiz
ed69af37a5
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]
2008-12-02 11:39:30 +00:00