Commit graph

7558 commits

Author SHA1 Message Date
wiz
ba3d61195b Build fix:
Add v4l plugin to PLIST, if videodev.h header is found on Linux.

From Aleksey Cheusov in PR 41218.
2009-04-15 12:25:30 +00:00
reed
2fa9df0338 Added new package: gimmage 2009-04-15 04:06:42 +00:00
reed
eab4117087 Add new package: gimmage
The gimmage package provides a GTKMM-based image viewer.
It includes keyboard shortcuts and a file browser.
2009-04-15 04:04:13 +00:00
tron
a6ca85049f Fix typo in comment. 2009-04-14 19:24:30 +00:00
tron
6c41d87ebe Add patch for the security vulnerability reported in SA34634/CVE-2009-0793
taken from Redhat's Bugzilla.
2009-04-14 18:54:38 +00:00
rh
b422e03187 Use fhs filesystem layout to make ImageViewer more hier(7) compliant.
Bump PKGREVISION.
2009-04-13 12:35:33 +00:00
sno
c1d2f0abdf PkgSrc changes:
- Updating package for p5 module Image::Size to 3.2
  - Add license artistic 2.0

Upstream changes:
3.2	Monday February 23, 2009, 05:00:00 AM -0800

	* lib/Image/Size.pm
	* t/all.t
	Make the package buildable in a pure-Perl software stack. Per
	RT ticket #42930, make Compress::Zlib optional, so that those
	who do not need it are not required to install it. Updated the
	test around the compressed-SWF file to skip if Compress::Zlib
	is absent.

	* Build.PL (restored)
	* ChangeLog (deleted)
	* ChangeLog.xml (added)
	* MANIFEST (deleted)
	* Makefile.PL (deleted)
	* README.Win32 (deleted)
	* etc/ChangeLogML.xsd (added)
	Making large-scale house-keeping changes to the build/dist
	process. Replace ChangeLog (plain-text) with a ChangeLogML file
	created from the CVS/SVN history and hand-adjusted; add the XSD
	for ChangeLogML; restore Build.PL and heavily enhance; and
	remove README.Win32, Makefile.PL and MANIFEST.

	* lib/Image/Size.pm
	Per RT ticket #43452, make the cache visible outside the
	lexical scope of the module This allows the hash to be used
	with packages like IPC::Shareable or IPC::MM to enable sharing
	the cache between processes. Added extra documentation of this,
	and a new section describing approaches to cache-sharing.

	Transaction revision: 136
	* imgsize
	* lib/Image/Size.pm
	Fix URL/specification of the license info for LGPL.
2009-04-12 12:05:43 +00:00
sno
3a04342e3b PkgSrc changes:
- Updating module to 2.41

Upstream changes:
2.41    Added backend support for grouping features in GD::SVG module.
2.40    ** Do not use - contains a bug **
2.39	Makefile.PL will refuse to run if the proper version of libgd is
        unavailable.
2.38	Fixed bizarre warning about /usr/include/gd.h != /usr/include/gd.h.
2.37	GD/Image.pm did not bring in croak() properly, meaning that
        incorrect error messages are printed out when any of the
        newFromXXX() calls are made.
2.36	Instructions on using gdAntiAliased with palette images.
2009-04-12 00:32:42 +00:00
sno
085dd4bff8 PkgSrc changes:
- allow optionally build a gd which supports xpm
2009-04-12 00:29:26 +00:00
sno
dfca1e1ce5 PkgSrc changes:
- removed packages p5-IO-Compress-Base, p5-IO-Compress-Zlib,
    p5-IO-Compress-Bzip2 and p5-Compress-Zlib because they are
    merged into p5-IO-Compress
  - Updated dependend packages to depend on p5-IO-Compress
    and bump PKGREVISION

Upstream changes:
  2.017 30 March 2009

      * Merged IO-Compress-Base, IO-Compress-Bzip2, IO-Compress-Zlib &
        Compress-Zlib into IO-Compress.
      * The interface to Compress-Raw-Zlib now uses the new LimitOutput
        feature. This will make all of the zlib-related IO-Compress modules
        less greedy in their memory consumption.
      * Removed MAN3PODS from Makefile.PL
      * A few changes to get the test harness to work on VMS courtesy of
        Craig. A. Berry.
      * IO::Compress::Base & IO::Uncompress::Base
        Downgraded some croaks in the constructors to just set $! (by letting
        the code attempt to open a file and fail).
        This makes the behavior more consistent to a standard open.
        [RT #42657]
      * IO::Uncompress::Base
        Doing a seek with MultiStream could drop some of the uncompressed
        data. Fixed.
      * IO::Compress::Zip
        - Fixed problem with the uncompressed & uncompressed fields when
          zip64 is enabled. They were set to 0x0000FFFF instead of
          0xFFFFFFFF. Also the ZIP64 extra field was 4 bytes short.
          Problem spotted by Dino Chiesa.
      * IO::Uncompress::Unzip
        - use POSIX::mktime instead of Time::Local::timelocal to convert
          the zip DOS time field into Unix time.
      * Compress::Zlib
        - Documented Compress::Zlib::zlib_version()
2009-04-11 23:15:19 +00:00
minskim
45644f5331 Resolve conflicts between dvipng and teTeX-bin.
Both packages installed bin/dvipng and bin/dvigif; now only dvipng
installs them.
2009-04-11 22:09:43 +00:00
sno
ce35598ee8 Renamed package from SWF-File to p5-SWF-File, because it's a perl5 module
oked by rhaen@ & joerg@ (with rename of p5-PAR)
2009-04-11 21:02:21 +00:00
reed
bec128a5ca clutter needs newer MesaLib headers.
The clutter build failed because GLX_FRONT_LEFT_EXT and
GLX_BIND_TO_TEXTURE_RGBA_EXT were not defined. (I had MesaLib-6.4.2nb3
installed.)
So add BUILDLINK_API_DEPENDS.MesaLib+= MesaLib>=7.0
2009-04-11 17:19:00 +00:00
joerg
69ca732749 Use META_PACKAGE. 2009-04-08 23:05:45 +00:00
hasso
84c7a2b87f Make it compile on DragonFly master. 2009-04-07 19:10:25 +00:00
drochner
2fb155a20d update to 2.10.11
changes:
-bugfixes
-translation updates
2009-04-07 11:43:57 +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
kefren
f39208eaf2 Update to mono 2.4 2009-04-07 08:21:19 +00:00
hasso
4b49f91786 Make it build on DragonFly master. 2009-04-07 08:09:06 +00:00
chuck
c920a5e1e4 Added graphics/p5-GDGraph-boxplot version 1.00 2009-04-06 19:10:31 +00:00
chuck
4974c24c1b GD::Graph::boxplot is a perl5 module that uses GD::Graph, GD, and
Statistics::Descriptive to create and display PNG output for box
and whisker graphs.
2009-04-06 19:07:13 +00:00
wiz
09067fd69b Bump PKGREVISION for py-gstreamer0.10 PKGNAME fix. 2009-04-03 07:55:23 +00:00
tron
114fece0f0 Backout last change because "lib/config" gets created by the INSTALL
script and removed by the DEINSTALL script. Problem pointed out
by Joerg Sonnenberger.
2009-04-01 17:12:57 +00:00
tron
b7163e2ec9 Fix package list problem introduced in revision 1 by adding
"lib/graphviz/config" back. Problem noted by Jens Rehsack.
2009-04-01 16:36:06 +00:00
he
43cafc3804 Bump PKGREVISION following the update of textproc/icu, and the
corresponding change of ABI.

OK'ed by wiz@ (as was the textproc/icu update).
2009-03-25 22:37:12 +00:00
darcy
e9660daec1 Drop MAINTAINERSIP at MAINTAINER's request. 2009-03-24 13:35:47 +00:00
wiz
1ff67eec45 Update to 0.9.9:
* Changes in libotf 0.9.9

** New function OTF_get_variation_glyphs returns glyphs selected by
variation selectors.

** The funciton OTF_drive_cmap handles a variation selector.

** The example program `otfview' can handle variation selectors.

** The function OTF_drive_gpos is obsolte now, and the new function
OTF_drive_gpos2 should be used instead.  See the comment of the member
"glyph_id" of type "OTF_Glyph" for the detail.

** If a font doesn't have GDEF table, automatically synthesized GDEF
table is used.
2009-03-22 21:12:51 +00:00
markd
a63d2fc22c add missing patch from previous. 2009-03-22 20:07:31 +00:00
markd
2f9d584e7e Fix build with exiv2-0.18 - from gentoo patches.
Bump PKGREVISION.
2009-03-22 20:03:18 +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
gdt
979c847ab2 upstream updated distfile after release, essentially incorporating patch-aa 2009-03-22 18:17:15 +00:00
snj
4cdfe3b988 Update to 2.24.1.
==============
Version 2.24.1
==============

* Release for GNOME 2.26.0

Updates translations:

F Wolff (af)
Khaled Hosny (ar)
Ihar Hrachyshka (be@latin)
Suso Baleato (gl)
Rajesh Ranjan (hi)
Margulan Moldabekov (kk)
Adi Roiban (ro)
Laurent Dhima (sq)
Krishna Babu K (te)
2009-03-22 15:59:36 +00:00
gdt
d80bfc170c Update to 1.18, a security/maintenance release.
From NEWS:

 New in ver 1.18
 ===============

Changes in API
----------------------
*none*

Implementation
----------------------
All errors moved to fatal, since there is no easy recovery strategy
Vulnerability fixes on cmsio1.c
Status check, many functions now check the status when calling other functions. Improved robustness against ill-formed profiles.
_cmsSaveProfile didn't copy tags from a file based profile, fixed.

Utilities
----------
icctrans: CMYKcm support wrongly implemented, fixed.
icclink: linking 3 to 7 channels didn't work in some cases, fixed.
2009-03-22 14:50:48 +00:00
wiz
318a0fdc7c Update to 0.9.5:
digiKam 0.9.5-rc1 - Release date: 2009-03-15

NEW FEATURES:

General        : Internal CImg library updated to 1.3.0.

BUGFIXES FROM KDE BUGZILLA (alias B.K.O | http://bugs.kde.org):

001 ==> 169037 : Crash when tagging photos.
002 ==> 173314 : digiKam crashes while exiting the photo-editing mode in KDE 3.5.10.
003 ==> 185279 : Raw pictures from Panasonic LX2 have totally wrong colours in digikam show modus.
2009-03-22 10:09:12 +00:00
manu
0529d18242 Leave over maintainership to pkgsrc-users 2009-03-22 04:53:38 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
joerg
0d0e90a320 Include pyversion.mk include the protected part of the buildlink3.mk
files, not over and over again.
2009-03-20 17:30:09 +00:00
drochner
032e7c1835 use libtool 2009-03-19 18:39:14 +00:00
drochner
56b5c22787 pull in libjpeg explicitely (used to be through libgphoto) 2009-03-19 18:27:27 +00:00
jmcneill
deef7569e9 to tech-multimedia 2009-03-18 13:29:07 +00:00
drochner
cf4e58bba1 pull in libjpeg explicitely (used to be through libgphoto) 2009-03-18 13:27:22 +00:00
jmcneill
fa2612c4ca Update libgnomecanvasmm to 2.26.0.
2.26.0:

* Updated version number to match GNOME version.
2009-03-17 23:02:51 +00:00
jmcneill
5ae1c9bfc8 Update libgnomecanvas to 2.26.0.
libgnomecanvas 2.26.0
---------------------

What's new since 2.25.90

Translations
	* Amitakhya Phukan (as)
	* Reşat SABIQ (crh)
	* Suso Baleato (gl)
	* Rajesh Ranjan (hi)
	* Francesco Marletta (it)

libgnomecanvas 2.25.90
---------------------

What's new since 2.19.2

Bug fixes
	* Avoid tearing while repainting (Federico Mena Quintero)
	* Fix compilation with gcc 2.x (Jens Granseur)
	* Register gailcanvas into a11y type system (Sven Herzberg)
	* Do not use deprecated GTK_OBJECT macros (Stefan Kost)
	* Use single GTK+ includes (Cosimo Cecchi, Przemysław Grzegorczyk)

Translations
	* Khaled Hosny (ar)
	* Khandakar Mujahidul Islam (bn)
	* Reşat SABIQ (crh)
	* Lucas Lommer (cs)
	* Jorge González (es)
	* Iñaki Larrañaga Murgoitio (eu)
	* Pauli Virtanen (fi)
	* Robert-André Mauchin (fr)
	* Ignacio Casal Quinteiro (gl)
	* Launchpad Translations Administrators (hr)
	* Francesco Marletta (it)
	* Vladimer Sichinava ვლადიმერ სიჭინავა (ka)
	* Raivis Dejus (lv)
	* Sangeeta Kumari (mai)
	* Santhosh Thottingal (ml)
	* Badral (mn)
	* sandeep shedmake (mr)
	* Nabin Gautam (ne)
	* Åsmund Skjæveland (nn)
	* Yannig Marchegay (Kokoyaya) (oc)
	* Leonardo Ferreira Fontenelle (pt_BR)
	* Mișu Moldovan (ro)
	* Marcel Telka (sk)
	* Matej Urbančič (sl)
	* Laurent Dhima (sq)
	* தங்கம் அருண் (ta)
	* Krishna Babu K (te)
	* Theppitak Karoonboonyanan (th)
	* Baris Cicek (tr)
	* Woodman Tuen (zh_HK)
	* Woodman Tuen (zh_TW)
2009-03-17 22:50:20 +00:00
darcy
57ded33aec Correct email address for generic MAINTAINER. 2009-03-17 21:40:44 +00:00
jmcneill
086adeccce Update librsvg to 2.26.0.
2009-03-16  Dominic Lachowicz <domlachowicz@gmail.com>

	* configure.in: 2.26.0

2009-02-19  Christian Persch  <chpe@gnome.org>

	* rsvg-base.c: fails to parse SVG with parameter entities. Bug #567311

2009-02-19  Thomas Andersen <phomes@gmail.com>

	* rsvg-image.c: mem leaks. Bug #444444

2009-02-19  Matthias Clasen <mclasen@redhat.com>

	* rsvg-filter.c: filter nodes are leaked. Bug #475851.

2009-02-19  Josselin Mouette <joss@malsain.org>

	* rsvg-path.c: Crashes on some architectures because of wrong zero check on doubles. Bug #565371

2009-02-19  Christian Persch  <chpe@gnome.org>

	* rsvg-base.c: better error messages. Bug #567307

2009-02-19  Thomas Andersen <phomes@gmail.com>

	* rsvg-filter.c:  "const static" should be "static const". Bug #570656

2009-02-19  Thomas Andersen <phomes@gmail.com>

	* gtk-engine/svg-draw.c: don't use deprecated gdk_pixbuf_unref. Bug #570938

2009-02-19  liucougar <liucougar@gmail.com>

	* rsvg-text.c: librsvg can not render text-decoration=underline text. Bug #566365
	* rsvg-cairo-draw.c: ditto

2009-02-19  Luis Menina  <liberforce@freeside.fr>

	* *: GNOME Goal: Clean up GLib and GTK+ includes. Bug #563789

2009-02-19  Hagen Schink <troja84@gmail.com>

	* rsvg-base.c: Memory leak in rsvg_handle_get_dimensions_sub(). Bug #562546

2009-02-19  Robert Staudinger <robert.staudinger@gmail.com>

	* rsvg-file.c: Do not allocate RsvgState in rsvg_new_image(), use the instance that's been
	allocated and set up in the call to _rsvg_node_init(). Bug #557082

2009-01-09  Christian Persch  <chpe@gnome.org>

	* doc/rsvg-sections.txt:
	* librsvg.def:
	* rsvg-base.c:
	* rsvg.h: Add function to check whether the SVG document contains an
	element by ID. Bug #567070.

2009-01-06  Christian Persch  <chpe@gnome.org>

	* configure.in:
	* librsvg-features.h.in: Also add feature defines and check macro to
	librsvg-features.h.in. Bug #566701.

2009-01-06  Christian Persch  <chpe@gnome.org>

	* configure.in:
	* librsvg-2.0-uninstalled.pc.in:
	* librsvg-2.0.pc.in: Indicate in the .pc file whether svgz and css
	support is available. Bug #564616.

2008-12-15  Christian Persch  <chpe@gnome.org>

	* rsvg-base.c: (rsvg_handle_get_position_sub): Return TRUE on success.
	Bug #564522.

2008-12-12  Christian Persch  <chpe@gnome.org>

	* librsvg-features.h.in: Add version check macro. Bug #564226.

2008-11-27  Robert Staudinger  <robsta@gnome.org>

	* doc/rsvg-sections.txt: New API rsvg_handle_get_position_sub(), gets
	the offset of an SVG element.
	* librsvg.def:
	* rsvg-base.c (rsvg_handle_get_position_sub):
	* rsvg-dimensions.c (main):
	* rsvg.h: ditto.

2008-11-22  Dominic Lachowicz  <domlachowicz@gmail.com>

	* rsvg-cairo-render.h: Feature request: rsvg_handle_get_dimensions_sub()
	(#555682). Patches from Hagen Schink (troja84@gmail.com) and
	Robert Staudinger (robert.staudinger@gmail.com)
	* librsvg.def:
	* rsvg-private.h:
	* ChangeLog:
	* rsvg-structure.c:
	* rsvg-base.c:
	* rsvg-css.c:
	* rsvg.h:
	* rsvg-dimensions.c:
	* Makefile.am:
	* rsvg-cairo-render.c:
	* rsvg-gobject.c: ditto

2008-11-22  Dominic Lachowicz  <domlachowicz@gmail.com>

	* gdk-pixbuf-loader/Makefile.am: -I flag-ordering problem breaks build
	if system already has lib installed (#558040). Patch from
	dmacks@netspace.org
	* Makefile.am: ditto

2008-11-22  Dominic Lachowicz  <domlachowicz@gmail.com>

	* Makefile.am: Stray Makefile variables (#558039). Patches from
	dmacks@netspace.org
	* rsvg-base.c:
	* gdk-pixbuf-loader/Makefile.am:
	* gtk-engine/Makefile.am: ditto

2008-11-22  Dominic Lachowicz  <domlachowicz@gmail.com>

	* gtk-engine/svg-rc-style.c: Remove deprecated GLib symbols (#560444).
	Patch by Luis Menina (liberforce@freeside.fr)

2008-11-05  Kjartan Maraas  <kmaraas@gnome.org>

	* rsvg-private.h: Use G_STRFUNC as suggested by Christian Persch.

2008-11-05  Kjartan Maraas  <kmaraas@gnome.org>

	* rsvg-private.h: Don't use deprecated glib symbols.

2008-10-20  Dominic Lachowicz <domlachowicz@gmail.com>

	* rsvg-structure.c: Stop crash due to recursive references (#518640).
	Patch by Tom Parker
	* rsvg-private.h: ditto
	* rsvg-base.c: ditto
	* rsvg-cairo-render.c: ditto

2008-10-20  Dominic Lachowicz <domlachowicz@gmail.com>

	* rsvg-mask.c: another memory leak (#552919). Found by mclasen.

2008-10-20  Dominic Lachowicz <domlachowicz@gmail.com>

	* rsvg-gobject.c: gdmgreeter segfault due to libxml2 API/ABI change
	(#549087). Patch by Tom Parker (palfrey%40tevp.net). Untested against
	libxml2 >= 2.7.0, but DV says "from the distance, that patch seems
	to do the right thing"
	* rsvg-base.c: ditto

2008-10-20  Dominic Lachowicz <domlachowicz@gmail.com>

	* rsvg-convert.c: background color setting feature in rsvg_convert program
	(#556969). Patch inspired by harobed (stephane%40harobed.org)
	* librsvg.def: Export 1 function necessary for the above

2008-10-20  Dominic Lachowicz <domlachowicz@gmail.com>

	* rsvg-convert.c: command-line tools can't handle UTF-8 encoded
	filenames (#557036, reported by Tim Starling)
	* test-display.c: ditto

2008-09-23  Vincent Untz  <vuntz@gnome.org>

	* configure.in: post-release bump to 2.22.4.
2009-03-17 21:19:50 +00:00
adam
25b41e7f44 Changes 2.6.6:
* Bugs fixed:
  - lcms plug-in crashes on broken profile
  - changing the help browser preference may not work
  - blur plugin: bug in the first line
  - gimp-2.6 crashed with SIGSEGV in IA__g_object_get()
  - 1-bit white background saved as PBM becomes all black
  - Small bug in Filter>Distorts>Ripple
  - top left pixel position/coordinate is not 0,0 but 1,1
  - Rotate with clipping crops the whole layer
* Updated translations.
2009-03-17 15:41:41 +00:00
jmcneill
3bf9b34842 Update gnome-icon-theme to 2.26.0.
ChangeLog only says 'Up version to 2.26.0 for release', but lots seems
to have changed from 2.25.92.
2009-03-17 00:12:08 +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
jmcneill
87362a4b5c Update cheese to 2.26.0.
version 2.26.0
  - Lock gdk mutex in photo-saved and video-saved callbacks Those signals are emitted
    within a gstreamer callback so outside the mainloop, hence the need for locking.
    This fixes the flash locking issue and also the one about the grey thumbview
    right after the flash, fixes bug #566098
  - added/updated translations
    - as, courtesy of Amitakhya Phukan
    - bn_IN, courtesy of Runa Bhattacharjee
    - ca, courtesy of Joan Duran
    - cs, courtesy of Lucas Lommer
    - de, courtesy of Mario Blättermann
    - el, courtesy of Jennie Petoumenou
    - fr, courtesy of Robert-André Mauchin
    - gl, courtesy of Suso Baleato
    - lt, courtesy of Vytautas Rėkus
    - or, courtesy of Manoj Kumar Giri
    - te, courtesy of Krishna Babu K
    - th, courtesy of Theppitak Karoonboonyanan

version 2.25.92
  - Remove g_error calls where the error is not supposed to abort execution.
    Replace them with more suited g_warnings, fixes bug #562179
  - Print cheese verbose messages even if log dir doesn't exist, fixes bug #573573
  - added/updated translations
    - ro, courtesy of Adi Roiban
    - sv, courtesy of Daniel Nylander

version 2.25.91
  - replace deprecated gtk symbols inside hildon code, fixes bug #571383, courtesy of Thomas Andersen
  - added/updated translations
    - es, courtesy of Jorge González
    - et, courtesy of Mattias Põldaru
    - ro, courtesy of Adi Roiban
    - vi, courtesy of Clytie Siddall
    - zh_HK, courtesy of Chao-Hsiung Liao
    - zh_TW, courtesy of Chao-Hsiung Liao

version 2.25.90
  - fixed lack of period at the end of a few paragraphs in the documentation,
    adopted "screenshot" instead of "screen shot", fixes bug #566718, courtesy of Leonardo Ferreira Fontenelle
  - reverse icon view scroll buttons scroll direction for RTL locales, fixes bug #566197, courtesy of Yair Hershkovitz
  - added/updated translations
    - de, courtesy of Hendrik Richter
    - el, courtesy of Fotis Tsamis
    - es, courtesy of Jorge González
    - fr, courtesy of Claude Paroz
    - ko, courtesy of Changwoo Ryu
    - zh_CN, courtesy of 甘露(Gan Lu)

version 2.25.4
  - added/updated translations
    - be@latin, courtesy of Ihar Hrachyshka
    - lv, courtesy of Raivis Dejus
    - pt_BR, courtesy of Leonardo Ferreira Fontenelle

version 2.25.3
  - single includes fix, fixes bug #563537, courtesy of Pedro Fragoso
  - added/updated translations
    - pa, courtesy of Amanpreet Singh Alam

version 2.25.2
  - print vendor and product id while probing devices. provide some more device informations for easier bug triaging.
  - remove unnecesary include files, to meet GnomeGoal http://live.gnome.org/GnomeGoals/CleanupGTKIncludes
  - don't use random access glist methods when accessing a list sequentially
    and properly free list elements after use, fixes bug #560514 and #560347, courtesy of Giuseppe Fuggiano
  - Use gtk_show_uri to open files and xdg-open i.s.o. gnome-open
  - Use gtk_message_dialog_format_secondary_markup correctly
  - print the cheese version if the -v flag is set
  - add support for cams which support only one resolution, fixes bug #560032, courtesy of Hans de Goede
  - added/updated translations
    - es, courtesy of Jorge González
    - ku, courtesy of Erdal Ronahi

version 2.25.1
  - change the default font of the countdown widget to bitstream vera sans bold
  - drop libgnome/libgnome-vfs dependencies, fixes bug #556580, courtesy of Cosimo Cecchi
  - exit correctly with unknown command line arguments, fixes bug #556084.
  - change the ui behaviour of the fullscreen toolbar, to show always when in
    effects chooser mode, fixes bug #548546
  - added/updated translations
    - ca, courtesy of Gil Forcada
    - de, courtesy of Hendrik Richter
    - es, courtesy of Jorge González
    - fr, courtesy of Robert-André Mauchin
    - he, courtesy of Mark Krapivner
    - nb, courtesy of Kjartan Maraas
    - nl, courtesy of Wouter Bolsterlee
    - pt_BR, courtesy of Vladimir Melo
    - sr, courtesy of Горан Ракић
    - sr@latin, courtesy of Goran Rakić
    - th, courtesy of Theppitak Karoonboonyanan
    - uk, courtesy of Maxim V. Dziumanenko
2009-03-16 22:45:14 +00:00
jmcneill
1c025da80c Update gnome-icon-theme to 2.25.92.
2009-03-10  Rodney Dawes  <dobey@gnome.org>

	* configure.in:
	Up version to 2.25.92 for release

2009-03-10  Rodney Dawes  <dobey@gnome.org>

	* 48x48/animations:
	Add a 48x48 of the new process-working icon to finish off #558367

	Fixes #558367

2009-03-10  Rodney Dawes  <dobey@gnome.org>

	* 48x48/actions/Makefile.am:
	* 48x48/actions/appointment-new.png:
	* 48x48/actions/mail-message-new.png:
	* 48x48/actions/mail-send-receive.png:
	Removed some duplicate icons that are old style

2009-02-17  Rodney Dawes  <dobey@gnome.org>

	* configure.in:
	Up version to 2.25.91 for release

2009-02-11  Rodney Dawes  <dobey@gnome.org>

	* configure.in:
	Up version to 2.25.90 for release

2009-01-26  Jakub Steiner <jimmac@ximian.com>

	* process-working: replace the spinner. Addresses bug #558367
2009-03-16 18:00:53 +00:00