Commit graph

7697 commits

Author SHA1 Message Date
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
hasso
47d72356dd Requires kpathsea. 2009-03-15 11:34:06 +00:00
hasso
09f515cd4c Make it build other platforms than NetBSD. 2009-03-13 12:48:51 +00:00
wiz
e16ea90f52 Fix freetype2 recognition, e.g. for native X. 2009-03-11 21:58:52 +00:00
dmcmahill
83703ff8af update to pstoedit-3.45
New or changed in 3.45:

     * Some minor corrections of warnings issued by Coverity Prevent
       (security related checks).
     * fixed a bug in the fig backend related to dotted lines.
     * added better support for pagesize handling in the driver framework.
     * better handling of fonts using 0 encoded characters (thanks to
       Vladimir Eltsov)
     * fixed a problem which caused newer versions of GhostScript to go
       into an endless loop.

New or changed in 3.44:

     * hotfix for the Aysmptote driver to make it compatible with
       Aysmptote version 1.00.
     * removed some diagnostic messages concerning temporary file
       handling.
     * removed the pstoedit-config.* since this is replaced by the
       pkg-config file pstoedit.pc.

New or changed in 3.43:

     * some usability improvements as proposed in Debian Bug
       Report #347732
       [1]http://groups.google.com/group/linux.debian.bugs.dist/msg/c38e1f
       79d75b3152?dmode=source&hl=de
     * cleaned some minor problems found by the Klocwork checker
       ([2]www.klocwork.com )
     * replaced tempnam with mkstemp where available.
     * replaced several string related functions with the secure versions
       where available (Windows - VC++2005)
     * switched back again to calling GhostScript as .exe instead of via
       the DLL in case pstoedit is called via gsview. Reason - there can
       be only one instance of GhostScript per process and gsview needs a
       second instance.
     * a new driver for the OpenOffice metafile format (drvsvm)
       contributed by Thorsten Behrens.
     * source code cleanup considering messages issued by Gimpel's
       FlexeLint/PC-Lint ([3]www.gimpel.com ).
     * added a "-glyphs" option. Given this option, the PostScript
       frontend passes also (if possible) the glyph names to the backend.
       However, so far no backend really uses the glyph names. This is
       only a preparation for future work.
     * changed the way how Image/Graphicmagick is handled by configure.
       Now configure tries to use pkg-config as proposed by the maintainer
       of the Debian version of pstoedit (Ray Dassen).
     * included a further patch for the Aysmptote driver.
2009-03-10 03:29:37 +00:00
hasso
d6a3740667 Needs msgfmt. 2009-03-09 12:18:28 +00:00
wiz
78b7af7df5 Use mk/omf-scrollkeeper.mk instead of textproc/rarian/omf.mk. 2009-03-08 15:56:43 +00:00
wiz
bee1bef3d2 Include fontconfig instead of jpeg and png (which were removed from
Makefile). Unbreaks e.g. doxygen build.
2009-03-06 07:36:34 +00:00
wiz
339569eb2f MKDIR lib/graphviz/guile, its existence depends on PKG_OPTIONS. 2009-03-06 07:35:53 +00:00
snj
6af51bacb7 Drop maintainership. 2009-03-05 23:57:00 +00:00
snj
712298fabb Say goodbye to gstreamer-0.8 and its friends. 2009-03-05 22:46:21 +00:00
joerg
25a80fb4ab Remove PYBINMODULE. All it did was mark some packages as not available
on some platforms that lacked shared library support in the past. The
list hasn't been maintained at all and the gain is very limited, so just
get rid of it.
2009-03-05 18:51:26 +00:00
imil
dd0ba3f0c7 added buildlink3.mk for libpuzzle 2009-03-05 00:23:46 +00:00
imil
67fc7979cb add & enable libpuzzle-0.9 2009-03-04 19:26:05 +00:00
imil
23a0e53636 The Puzzle library is designed to quickly find visually similar images
(GIF, PNG, JPG), even if they have been resized, recompressed, recolored or
slightly modified.
The library is free, lightweight yet very fast, configurable, easy to use and
it has been designed with security in mind.

OK'd by cube@
2009-03-04 19:22:20 +00:00
minskim
ff41e1483c Add PKG_DESTDIR_SUPPORT. 2009-03-04 17:01:39 +00:00
joerg
b5cd29413f Fix DESTDIR build. 2009-03-03 16:04:53 +00:00
tron
7558a63ee6 Don't attempt to remove the the directory "/usr/pkg/lib/lua/5.1" after
building because it is owned by the "lua" package.
2009-03-02 20:15:43 +00:00
wiz
18ea40f80c Mark as MAKE_JOBS_SAFE=no, and reorder lines a bit. 2009-03-02 15:31:16 +00:00
tron
f18a07c65b Fix more problems in borked recent update:
1.) Add binary and manual page symlinks which "CHECK_FILES" didn't catch
    on my system as there were already present from previous installs.
    Problem noted by Hasso Tepper in private e-mail.
2.) Stop the install phase from creating "/usr/lib/lua/5.1" and writing
    files to it.

Bump package revision again because of these fixes.
2009-03-02 11:24:58 +00:00
kefren
c31b8cee0b Add patches from upstream in order to update to 0.6.2.1
Changes:

  * Fix SA34035: Use after free error that can be used to execute arbitrary
    code via a specially crafted GIF image
2009-03-02 06:20:33 +00:00
tron
b1a0a83801 Fix a lot of problems caused by th recent update:
1.) Add missing RCS Ids.
2.) Add missing ".pdf" files to the package list.
3.) Remove all entries for ".so*" and ".a" files and let "pkgsrc"
    derive them automatically from the ".la" files.
4.) Fix interpreter path in two example scripts.

Bump package revision after all these fixes.
2009-03-01 21:58:53 +00:00
drochner
99614dd6db kill a bash specific variable substitution in the "configure" script
so that it can be executed by a standard shell
(the section is question is windows specific, so just remove it)
This should fix PR pkg/40765 by Joern Clausen
2009-02-28 13:19:46 +00:00
bjs
741ff086bd Correct capitalization in FreeBSD case. 2009-02-28 01:22:07 +00:00
wiz
d34e1110c9 Update to 0.1.8:
0.1.8
------------------------------------------------------------------------
Updated to libraw 0.6.13:
 - Bugfixes in RIFF reading code. .
Updated to libraw 0.6.12:
 - Hasselblad V96C support.
Updated to libraw 0.6.11:
 - Fixed serious bug in loading metadata from external JPG file.
Updated to libraw 0.6.10:
 - Support for loading White Balance data from Sony ARW files edited with Sony IDC software.
Updated to libraw 0.6.9:
 - Better support for Samsung S85.
 - Fixed possible integer overflow in wavelet denoising code.
Updated to libraw 0.6.8:
 - Changes in QuickTake 100 files processing.
Updated to libraw 0.6.7:
 -Added support for Samsung S85.
 -Changes in external jpeg (metadata) processing.
Updated to libraw 0.6.6:
 -Changes in Panasonic FZ50 processing code.
Updated to libraw 0.6.5:
 -Fixed file descriptor and buffer memory leak when thumbnail extractor is called,
  but library object is not properly initialized.
 -Fixes in Imacon files unpacking.
 -Fixes in Hasselblad .fff files unpacking.

Fix PPM color preview extraction.
2009-02-27 23:13:26 +00:00
drochner
4cfdd75ffd fallout of the recent libcroco change: gtk2 was formerly pulled
in through libcroco but isn't anymore, so do it explicitely
2009-02-27 20:11:20 +00:00
wiz
4b90cb9ccb Comment out PKG_DESTDIR_SUPPORT.
PLIST generation in the post-install target is broken for destdir.
It tries to remove ${PREFIX}/bin et al.
2009-02-27 16:51:36 +00:00
minskim
ec1d87ba48 Make evas-{software,xrender}-x11 build with modular xorg.
Noted by Pierre ALLEGRAUD in PR 40768.
2009-02-27 16:44:38 +00:00
hira
ba803224ed Fix PLIST due to update of graphics/icon-naming-utils. Bump PKGREVISION. 2009-02-27 07:38:08 +00:00
minskim
88f6d3833a Add Evas backend packages. 2009-02-27 04:26:39 +00:00
minskim
cb515e9888 Import evas-xpm-0.9.9.050 as graphics/evas-xpm.
Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects, and more.

This is the XPM image loader of Evas.
2009-02-27 04:20:48 +00:00
minskim
b56e769366 Import evas-tiff-0.9.9.050 as graphics/evas-tiff.
Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects, and more.

This is the TIFF image loader of Evas.
2009-02-27 04:17:54 +00:00
minskim
07e20d7ee7 Import evas-svg-0.9.9.050 as graphics/evas-svg.
Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects, and more.

This is the SVG image loader of Evas.
2009-02-27 04:12:58 +00:00
minskim
a5afcfc9e4 Import evas-pmaps-0.9.9.050 as graphics/evas-pmaps.
Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects, and more.

This is the PMAPS image loader of Evas.
2009-02-26 23:52:31 +00:00
minskim
31a9e456c0 Import evas-gif-0.9.9.050 as graphics/evas-gif.
Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects, and more.

This is the GIF image loader of Evas.
2009-02-26 23:44:22 +00:00
minskim
bd51d0321d Import evas-edb-0.9.9.050 as graphics/evas-edb.
Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects, and more.

This is the Edb image loader of Evas.
2009-02-26 21:13:43 +00:00
minskim
55a97c340a Import evas-sdl-16-0.9.9.050 as graphics/evas-sdl-16.
Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects, and more.

This is the 16-bit SDL rendering backend of Evas.
2009-02-26 21:00:11 +00:00
minskim
5987ba20e2 Import evas-sdl-0.9.9.050 as graphics/evas-sdl.
Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects, and more.

This is the SDL rendering backend of Evas.
2009-02-26 20:43:13 +00:00
sno
cb4ecb9af0 pkgsrc changes:
- update to 2.20.3

Upstream changes:

October 7, 2008
        - Release 2.20.1
        - Security fix for stack overflow problem in the graph parser reported by IBM
June 25, 2008
        - Release 2.20.2
        - Fix bug in HTML-like labels
June 23, 2008
        - Release 2.20.1
        - Fix bug in ccomps related to conversion to cgraph
June 20, 2008
        - Release 2.20.0
        - Preparing for Release 2.20
        - Fixed bugs: 1315, 1317, 1324, 1336, 1343, 1364
        - Add new "folder" shape for nodes.
        - Migration of gvpr tools to libcgraph.
        - New output format -Teps  (encapsulated postscript)
        - Various NetBSD and SuSE fixes incorporated
        - ./configure now provides a summary
        - RPM specfile updates for fedora-10 (no more string comparisons)
        - Add MacOS support (Glen Low)
March 10, 2008
        - Release 2.18
        - Fixed bugs: 1249, 1255, 1256, 1268, 1276, 1289, 1295, 1300,
                Fedora BZ#247376,
        - in -Tps use a new number formatter that suppresses trailing 0.
        - support tcl/tk-8.5
        - support gcc-4.3
        - support for node usershapes/images in svg format (thanks Alex Poylisher)
        - install: perl, php, python, ruby, tcl, bindings in language-specified directories
        - add arrowhead scaling with edge penwidth
        - add "folder" node shape (thanks Pander)
        - many windows and mac fixes (thanks Glen)
        - add "smyna" large graph view (thanks Arif) (not yet included in binary distros)
2009-02-26 19:45:14 +00:00
minskim
d4a12362a9 Import evas-xrender-x11-0.9.9.050 as graphics/evas-xrender-x11.
Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects, and more.

This is the Xrender X11 rendering backend of Evas.
2009-02-26 19:33:49 +00:00
minskim
94c446dba2 Import evas-software-16-x11-0.9.9.050 as graphics/evas-software-16-x11.
Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects, and more.

This is the software 16-bit X11 rendering backend of Evas.
2009-02-26 19:26:52 +00:00
minskim
3d9e52a446 Import evas-software-x11-0.9.9.050 as graphics/evas-software-x11.
Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects, and more.

This is the software X11 rendering backend of Evas.
2009-02-26 19:14:12 +00:00
minskim
6f8486078e Import evas-png-0.9.9.050 as graphics/evas-png.
Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects, and more.

This is the PNG image loader of Evas.
2009-02-26 19:09:07 +00:00
minskim
dec27a302f Import evas-jpeg-0.9.9.050 as graphics/evas-jpeg.
Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects, and more.

This is the JPEG image loader of Evas.
2009-02-26 19:06:55 +00:00
minskim
4269d85f71 Import evas-eet-0.9.9.050 as graphics/evas-eet.
Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects, and more.

This is the EET image loader of Evas.
2009-02-26 19:03:43 +00:00
minskim
ec7dd23eab Import evas-buffer-0.9.9.050 as graphics/evas-buffer.
Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects, and more.

This is the buffer rendering backend of Evas.
2009-02-26 18:56:19 +00:00
minskim
d672134450 Set DISTINFO_FILE and PATCHDIR to share them with backend packages. 2009-02-26 18:46:52 +00:00
minskim
a97abb9eb1 Add evas. 2009-02-26 18:14:14 +00:00
minskim
c24823beda Import a minimal version of evas-0.9.9.050.
This package is based on wip/evas, originally packaged by airhead AT
users.sf.net and maintained by YazzY (yazzy AT yazzy.org).

Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects, and more.
2009-02-26 18:12:55 +00:00
minskim
de10a8a529 Let gri depend on dvipsk because teTeX-bin no longer provides dvips. 2009-02-25 17:48:56 +00:00
joerg
94a61c4afc Fix build with newer GTK. DESTDIR support. 2009-02-25 01:17:01 +00:00
cube
7d5de853b8 Remove nvtv-gtk2. There's no need to support both versions of the toolkit,
and if someone really insists on it, they can add an option to
graphics/nvtv.
2009-02-24 00:08:09 +00:00
cube
3983f2b72e - Use gtk2 (nvtv-gtk2 will go away right after this)
- Drop maintainership
- Add USE_DESTDIR support

Bump PKGREVISION because of gtk1->gtk2 move.
2009-02-24 00:06:54 +00:00
cube
2c6fc77fb8 - Update HOMEPAGE and MASTER_SITE to reflect reality
- Drop maintainership
- Add USE_DESTDIR (or however you call it) support
2009-02-23 23:13:11 +00:00
tnn
c0f3c02af3 regen patch-ab (silence warning) 2009-02-23 18:24:25 +00:00
wiz
6d8f0a3f38 Update to 4.0.3:
Comix 4.0.3

    - Hungarian translation updated by Ernő Drabik.

    - French translation updated by Benoît H.

    - Added a feature to automatically rotate images according to their
    EXIF tags.

    - Fixed a bug that caused drag-n-drop actions from KDE applications to
    not work properly.

    - Fixed some bugs that caused problems with non-UTF-8 filename encodings.

    - Fixed a bug that caused the manual zoom mode to not work as expected
    when set as the default mode.

    - Comix now accepts directories as command-line arguments.

    - Added command-line arguments to start Comix in fullscreen mode and to
    display the library on startup.

    - Comix preferences and data now reside in the $XDG_CONFIG_HOME and
    $XDG_DATA_HOME directories instead of in ~/.comix/.

    - Some minor interface enhancements.
2009-02-23 09:08:35 +00:00
wiz
6d280998b3 Update to 0.8.90:
2009-09-20  Rodney Dawes  <dobey@gnome.org>

	* configure.ac:
	Up version to 0.8.90 for release

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

	* legacy-icon-mapping.xml:
	Add MS Office Open XML MIME type links

	Fixes https://bugs.launchpad.net/ubuntu/+bug/222441

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

	* legacy-icon-mapping.xml:
	Move some of the help links to help-contents instead of help-browser

	Fixes http://bugs.freedesktop.org/show_bug.cgi?id=13048

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

	* legacy-icon-mapping.xml:
	Remove the stock_mail-priority-high symlink

	Fixes https://bugs.launchpad.net/ubuntu/+bug/319991
2009-02-22 15:48:11 +00:00
wiz
e88d3b5f19 Update to 1.8.0:
1.8.0:

* No notable changes since 1.7.2

1.7.2 (UNSTABLE):

* API Changes (all API changes are in unstable API introduced in 1.7.x)
  * UserFontFace is not implemented with virtual functions rather than by
    registering callbacks
  * Cairo::scaled_matrix() -> Cairo::scaling_matrix() to match other matrix
    convenience functions
* Bugfixes
  * Incorrect refcounting on ScaledFont
  * build fixes for Mac OSX
* Contributors for this release:
     1	Armin Burgmeier
     1	Dave Evans
    22	Jonathon Jongsma


1.7.0 (UNSTABLE):

 * API Changes
   * ScaledFont: Change fontface constructor parameter to be a RefPtr
     * This is an API break, but the old interface was essentially unusably
       broken
   * Cairo::Matrix now inherits from cairo_matrix_t
     * Previously, we had used Cairo::Matrix throughout our API, but
       Cairo::Matrix was just a typedef for cairo_matrix_t
     * This could be considered an API change, but the new Cairo::Matrix still
       is-a cairo_matrix_t even if it's not exactly a cairo_matrix_t.  This
       change does not break ABI either, as there are no data members or virtual
       functions.  So I believe this is a safe change, but feedback is appreciated.
     * Provides a much more C++-friendly API for handling matrices
     * Also added a set of standalone 'generator' functions for generating
       starting matrices:
       * Cairo::identity_matrix(), rotation_matrix(), translation_matrix(),
         scaled_matrix().  This allows for convenient use such as:
           cr->set_matrix(Cairo::identity_matrix());
         rather than something like what was required before:
           Cairo::Matrix identity_matrix;
           cairo_matrix_init_identity(&identity_matrix);
           cr->set_matrix(identity_matrix);
   * Pattern: get/set_matrix() functions were using a cairo_matrix_t parameter in
     the API.  This is the only place where we used this type and so it was
     inconsistent with every other matrix-related API in cairomm.  Previously
     this wasn't really an issue since cairo_matrix_t and Cairo::Matrix were
     typedefed to the same type.  However, with the the change to Cairo::Matrix
     mentioned above, this because a much bigger issue.
     * This is an ABI-compatible change, but it is a minor API change that could
       result in some warnings or compile problems in some situations`
 * New API (some of these are new in cairo 1.8, some are older API that were
   not wrapped in cairomm previously)
   * Add Context::get/set_scaled_font()
   * add Context::show_text_glyphs()
   * add Context::get_font_options()
   * Add Surface::has_show_text_glyphs()
   * Add Surface::get_content() + test
   * Added Surface::get_fallback_resolution()
   * Add ScaledFont::text_to_glyphs()
   * Add PsSurface::get_eps()
   * Add missing Win32Surface API: create_with_ddb(), create_with_dib(), and get_image()
   * Add Win32PrintingSurface
   * Vastly improved font support
     * ToyFontFace
     * UserFontFace
     * Add Freetype font support (FtFontFace, etc)
     * Add win32 font support (Win32FontFace, etc)
     * Add quartz font support (QuartzFontFace, etc)
     * Add ScaledFont::get_scale_matrix()
 * Fix API inconsistencies by adding overloads and deprecating old versions
   * Deprecated FontFace::extents() in favor of FontFace::get_extents()
   * Deprecated FontFace::text_extents() in favor of FontFace::get_text_extents()
   * Deprecated FontFace::glyph_extents() in favor of FontFace::get_glyph_extents()
   * Add sigc::slot versions of all of the functions that take a
     cairo_write_func_t or cairo_read_func_t
     * This adds a new dependency on libsigc++, but offers a much more flexible
       and C++-like solution
     * Old API using cairo_write_func_t / cairo_read_func_t still exist, but are
       deprecated in favor of the new API
   * Add a default value for the font_options parameter of the ScaledFont constructor
 * Added new macros for determining library version:
   * CAIROMM_MAJOR_VERSION, CAIROMM_MINOR_VERSION, and CAIROMM_MICRO_VERSION
 * Add a bunch of extra .pc files for additional functionality
   * like cairo, create convenience .pc files for using some of the optional
     features.  For example, cairomm-ft-1.0, cairomm-pdf-1.0, cairomm-xlib-1.0, etc.
 * Numerous windows build improvements
 * Added a *lot* of automated tests
2009-02-21 16:23:02 +00:00
wiz
18decf1db4 PKGREVISION bump for libsndfile ABI depends bump. 2009-02-21 13:22:43 +00:00
dholland
514093cf8c Fix broken PLIST when svg option is switched off. 2009-02-21 08:23:04 +00:00
wiz
457fe0a120 Update to 0.9.5 -- matches for digikam-0.9.5. 2009-02-20 19:49:35 +00:00
wiz
ef99f358ce Update to 0.9.5beta3, provided by drochner:
digiKam 0.9.5-beta3 - Release date: 2009-01-27

NEW FEATURES:

Image Editor   : New composition guide based on Diagonal Rules.

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

001 ==> 176477 : Files disappear while importing.
002 ==> 179134 : Compile-error with libkdcraw > 0.1.5.
003 ==> 162535 : Startup is extremely slow when famd is running.
004 ==> 179413 : Support restoring blown out highlights.
005 ==> 157313 : Option to reposition lighttable slide-list.
006 ==> 180671 : Scanner import does not work.
007 ==> 175387 : digikam-doc 0.9.4 sf.net tarball is outdated.
008 ==> 181712 : Ubuntu 8.10 - digiKam finds not the correct images.
2009-02-20 11:46:18 +00:00
drochner
7ad230f24c Fix an undefined symbol problem which rendered this pkg unusable
after the last update.
(due to use of a locking primitive which is only available on 486+
while gcc defaults to -march=i386)
This might also fix PR pkg/40630 by Kamel Derouiche.
bump PKGREVISION
2009-02-20 10:52:56 +00:00
adam
11e6edc324 Changes 1.6.14:
* Built with libpng 1.2.35
2009-02-20 06:01:29 +00:00
drochner
46908b77a7 update to 1.2.35
change: fix pointer initialization (SA33970)
2009-02-19 13:13:53 +00:00
ahoka
0b0e47ea68 +dvipng 2009-02-18 21:20:36 +00:00
ahoka
61e467dbf7 Import dvipng-1.11 as graphics/dvipng.
This program makes PNG and/or GIF graphics from DVI files. It produces
high-quality images while its internals are tuned for speed. It supports PK,
VF, PostScript and TrueType fonts, color, PostScript inclusion, bitmap
inclusion, and has CJK support
2009-02-18 21:19:15 +00:00
adam
0b022da198 Changes 2.6.5:
* Bugs fixed:
  Scaling image to 25% turn background from white to grey
  GIMP's GtkScaleButton conflicts with GTK's
  GEGL tool - missing Operation Settings for all sub-tools
  don't rely on GtkAction implementation details
  wrong RGB values for color names in libgimpcolor/gimprgb-parse.c
  wrong hex RGB value for the color names slategrey and slategray
  Brushes dragged to the image window look strange
  Rectangle Select Tool does not allow 1:1 fixed ratio
  Black pullout parameter of plug-in-newsprint has no effect
  First image opened in GIMP offset
  Align Tool doesn't work properly if it is the active tool at startup
2009-02-18 08:56:09 +00:00
joerg
1f9d754f97 Reset maintainer, mail bounced 2009-02-17 13:02:20 +00:00
snj
155e103805 Add user-destdir support. 2009-02-17 01:08:24 +00:00
joerg
464184154f Fix build with Python 2.5 due to missing source encoding. 2009-02-16 16:49:16 +00:00
drochner
821a3690a6 This does not need glib1. bump PKGREVISION 2009-02-16 16:25:38 +00:00
wiz
81acd8c23c Remove some more direct dependencies that are implied by kde3.
Suggested by markd@
2009-02-16 00:02:11 +00:00
wiz
f0a6c02a03 Make libXt dependency a runtime one, because of:
ERROR: /usr/pkg/lib/libXt.so.6: libXt-1.0.5nb1 is not a runtime dependency
Bump PKGREVISION.

Mark as user-destdir ready.
2009-02-15 23:16:35 +00:00
jmcneill
24d107bd50 + quesoglc 2009-02-15 16:04:32 +00:00
jmcneill
fb96339c4d Import quesoglc version 0.7.1.
QuesoGLC is a free (as in free speech) implementation of the OpenGL Character
Renderer (GLC). QuesoGLC is based on the FreeType library, provides Unicode
support and is designed to be easily ported to any platform that supports both
FreeType and the OpenGL API.
2009-02-15 16:03:46 +00:00
wiz
886e1c5e13 Fix build with latest libgpod, and depend on it. Bump PKGREVISION.
Patches from upstream, based on
http://lists.kde.org/?l=kde-commits&m=123341209907417&w=2
2009-02-15 14:41:40 +00:00
joerg
aaa2360211 Fix build with newer Gtk. 2009-02-14 18:33:06 +00:00
joerg
aff34a0e88 Needs libXpm, otherwise the icc_examine plugin will not be configured. 2009-02-13 14:17:03 +00:00
gdt
1965b85a77 Update to 7.67. Many changes omitted.
- IMPORTANT: Fixed bug introduced in version 7.01 which could cause corruption
    of TIFF-format images in very rare situations when adding tags to an image
    containing very large (> 10 MB) binary data blocks
  - Enhanced -listx option to give short output when used after -s
  - Included 2 new argument files in distribution: xmp2gps.args and gps2xmp.args
  - Prevent writing of TIFF images containing the obsolete (and unsupported)
    TIFF 6.0 JPEG extensions
2009-02-13 01:29:49 +00:00
joerg
9e32bd6a51 Move to proper Python Egg building. Bump revision. 2009-02-12 00:46:34 +00:00
joerg
f0bb01e6ae Fix build with newer Python versions. Add DESTDIR support. 2009-02-11 17:11:58 +00:00
joerg
be089192f3 Sort PYTHON_VERSIONS_ACCEPTED. 2009-02-11 14:23:31 +00:00
abs
62fa118560 update for new homepage and add PKG_DESTDIR_SUPPORT. Bump PKGREVISION 2009-02-10 11:59:16 +00:00
joerg
3c645bb7fc Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
2009-02-09 22:56:21 +00:00
joerg
e2107c85f6 Remove Python 2.1 support. 2009-02-09 21:09:20 +00:00
obache
e02d90091c Update rabbit to 0.5.9.
== Changes 0.5.9 from 0.5.8: 2009-02-09

  * Improvements
    * HTML output: supported link to PDF.
    * added rabbit-command command line tool to control Rabbit.
    * supported reflected image effect (requested by kdmsnr)

      Example:
        http://www.clear-code.com/archives/SendaiRubyKaigi01/love-and-continue-it-104.html
        http://www.clear-code.com/archives/SendaiRubyKaigi01/love-and-continue-it-085.html

      How to write:
        # image
        # src = XXX.jpg
        # relative_height = 80
        # reflect_ratio = 0.5

  * Theme
    * New themes
      * pdf-tortoise-and-hare:
        uses tortoise and hare timer when PDF viewer
        mode. Allotted time is specified by
        RABBIT_ALLOTTED_TIME environment variable.

        Example:
          % RABBIT_ALLOTTED_TIME=4.5m rabbit --theme pdf-tortoise-and-hare XXX.pdf
      * lightning-clear-blue:
        uses large character slides in bluish clear-blue theme.
      * title-on-image-toolkit:
        superimposes title on image.

        Example:
          http://www.clear-code.com/archives/SendaiRubyKaigi01/love-and-continue-it-036.html

        How to use:
          In slide:
            = Users Group

              # image
              # src = shocker.jpg
              # relative_height = 90

          In theme:
            include_theme("title-on-image-toolkit")

            match(Slide) do |slides|
              slides.each do |slide|
                slide.title_on_image if slide.title_on_image?
              end
            end

  * Bug fixes
    * fixed wrong Wiki format detection.
2009-02-09 08:33:32 +00:00
joerg
98ce32ae0a Needs intltool. 2009-02-07 21:51:08 +00:00
joerg
82d70baea5 Needs pkg-config. 2009-02-07 16:58:04 +00:00
jmorse
caea2aa488 Bump cheese PKGREVISION 2009-02-06 17:46:02 +00:00
jmorse
c6a05f6666 Updated graphics/cheese to 2.24.3nb1, fixes detection of webcams through hal. 2009-02-06 17:01:49 +00:00
obache
ae5dec5284 Update RMagick to 2.9.1.
Changes:
RMagick 2.9.1
    o Fix a bug that prevents the use of transparent background colors when
      built with ImageMagick 6.4.9-0
2009-02-03 12:44:52 +00:00
obache
0e5089350b Reset BUILTIN_PKG after inclution of pthread.builtin.mk.
workaround of PR 40254.
2009-02-03 08:35:13 +00:00
adam
35859d9fdd PLIST fix; svg now is an option 2009-02-03 06:21:40 +00:00
abs
428dda6674 Finish the PLIST fix in previous revision - bump PKGREVISION again 2009-02-02 23:12:52 +00:00
cube
cc0527400d Restore the value of BUILTIN_PKG after checking for the rest of Mesa, so
that the logic x11.builtin.mk doesn't set variables for the wrong package.

Noted by Obata-san.
2009-02-01 16:22:54 +00:00
jnemeth
73e575efa1 sort 2009-01-30 20:51:50 +00:00
abs
45d15aa745 Add some missing html documentation installed with the latest version.
Bump PKGREVISION

For reference, in case configure is picking up something different, here
is what it found on my system:

  GEGL docs:      yes
  SIMD:           sse:yes mmx:yes
  enscript:       yes
  GIO:            yes
  GTK+:           yes
  Ruby:           yes
  Cairo:          yes
  Pango:          yes
  pangocairo:     yes
  GDKPixbuf:      yes
  JPEG:           yes
  PNG:            yes
  OpenEXR:        yes
  rsvg:           yes
2009-01-29 19:14:13 +00:00
shattered
05b30d1105 xzgv crashes when it tries to render 32-bit pixels (alpha+rgb, 8 bit
each) to 24-bit visuals (happens with modular-xorg-server 1.4 and newer).
Add patch from http://bugs.debian.org/457252.

OK by wiz@.
2009-01-29 17:57:55 +00:00
tron
7788110105 Strip out obsolete compiler option "-Wno-long-double" to fix build with
GCC 4.2.1 under Mac OS X.
2009-01-28 13:14:54 +00:00
tron
531efd6157 Fix build problems under Mac OS X:
1.) Pull in patch from GNOME SVN to get definition of "gzize" in the
    Mac OS X specific part o "babl-cpuaccel.c".
2.) Fix broken build of extensions which need to be built as bundles
    and not shared libraries.

This fixes PR pkg/40473.
2009-01-28 13:02:49 +00:00
dsainty
4cc0a75ff7 For Linux, pull in stdint.h to make this patch work. This fixes the
compile for some platforms, and is no change for platforms where this
package previously successfully compiled.

XXX The serious portability issues in the patched file remain, but are
no doubt more widespread than this one file anyway.
2009-01-28 00:37:27 +00:00
drochner
3009ab9b01 update to 2.3.8
changes:
-improvements for fonts in an SFNT wrapper (used on Mac)
-FT_MulFix is now an inlined function; by default, assembler code
 is provided for x86 and ARM.  See FT_CONFIG_OPTION_INLINE_MULFIX
 and FT_CONFIG_OPTION_NO_ASSEMBLER (in ftoption.h) for more
-handling of `tricky' fonts has been generalized and changed slightly
-API additions
-bugfixes
2009-01-27 19:29:32 +00:00
drochner
4de4ddd8f3 +geeqie 2009-01-27 19:16:19 +00:00
drochner
378ab2454e Import geeqie-1.0alpha3, an image viewer which continues gqview
(which is abandoned). Still alpha, but works well for Greg Troxel and me.
2009-01-27 19:14:31 +00:00
obache
c2879b625f Update GraphicsMagick to 1.3.5.
1.3.5 (January 26, 2009)
=========================

Security Fixes:

  * BMP and DIB formats were throwing an assertion for negative height
    values.  This caused the process to crash.

Bug fixes:

  * Don't install Magick++ headers if C++ is disabled.

  * Linux RPM SPEC file needs to always install the loadable module
    .la files or else the modules won't load.

  * Windows runtime DLLs were for the wrong compiler version,
    resulting in failure to execute if the correct runtime DLLs are
    not available.

New Features:

  * None

Feature improvements:

  * FITS: Parsing is more robust.

Performance Improvements:

  * None
2009-01-27 04:38:44 +00:00
drochner
374ff67ea8 update to 2.4.4
changes:
-Updated translations
-SIGUSR2 added ... "exit interval capture after next shot"
2009-01-26 15:44:21 +00:00
drochner
617d84807a deal with desktopdb 2009-01-26 15:22:03 +00:00
adam
c65a207d26 Removed gimp26, gimp updated to 2.6.4 2009-01-24 21:01:54 +00:00
adam
532b523eac Changes 2.6.4:
* Bugs fixed:
	Perspective transformation jagged edges / comb effect
	jpg save dialog: "cancel" is treated like "commit" for settings
	Using clone tool on a layer with a part out of canvas causes crashes
	crash when the drawable is changed while a color tool is active
	GIMP crashes on selecting Tools->GEGL operation
	python-fu-foggify does not check if image is in rgb mode
	Hue selection mode does not cross the 0-360 degrees line
	Scrollbars not resized when we extend the canvas size
	PF_PALETTE: 'TypeError' when used in a plugin that is registered in
		<Image>
	Compilation with --as-needed
	PF_SLIDER and PF_SPINNER 'Step' values do not change consistently...
	Default image dimensions are not correctly transferred in the file/new
		dialog box
	GIMP can't save to mounted filesystem if file exists
* Updated translations
2009-01-24 20:55:05 +00:00
adam
0f2af373bc Changes 0.0.22:
GeglOperation
* operation names are now prefixed, the ops in GEGL use 'gegl:' as prefix.
* gegl:opacity - combine value and aux mask input when both are available.
* gegl:src-in - deal correctly with extens.
* gegl:path - new op covering the stroke/fill needs of SVG.
* deprecated gegl:shift, the affine familiy of operations now
  uses the same fast code paths for integer translations.
GeglBuffer
* Profiling motivated speed ups in data reading/writing.
* Remove left-over swapfiles from dead processes at startup.
GeglNode
* made gegl_node_add_child and gegl_node_remove_child public API.
GeglPath
* Vector path representation infrastructure, supporting poly lines and beziers
  by default, the infrastructure allows extensions from applications with
  other curve types (smooth curves, spiro curves and others.).
2009-01-24 12:57:30 +00:00
obache
60bf974c5d Use BUILDLINK_PREFIX.glut instead of PREFIX for builtin glut, a part of PR 40457. 2009-01-24 08:33:26 +00:00
jschauma
65e9c90d89 Give up maintainership, as I have not so much as looked at pkgsrc in
well over a year now.  Sorry. :-(
2009-01-23 21:14:16 +00:00
sketch
0e5ba0de3e Fix comment syntax. 2009-01-20 21:27:51 +00:00
kefren
47b1630589 Update to mono 2.2 2009-01-19 22:39:01 +00:00
wiz
b58016f758 Update to 1.8.2:
Overview of changes from pycairo 1.8.0 to pycairo 1.8.2
=======================================================

Pycairo 1.8.0 resulted in crashes for some applications using threads. So
upgrading to 1.8.2 is recommended for threaded applications.

Bug Fixes: #19287: Threading support results in crashes in cairo.ImageSurface

New Methods:
    Context.set_scaled_font

API Changes:
    Matrix multiplication:
    old code: matrix3 = matrix1 * matrix2
    new equivalent code: matrix3 = matrix1.multiply(matrix2)
    matrix3 = matrix1 * matrix2
    is now equivalent to matrix3 = matrix2.multiply(matrix1)
    which is consistent with standard matrix multiplication.
2009-01-18 17:12:56 +00:00
obache
2466e4c6bc Add pfstools and pfstmo. 2009-01-18 12:49:30 +00:00
obache
1080cabf44 Import pfstmo-1.3.2 as graphics/pfstmo.
Based on PR 39438 by Thomas Zander.

Pfstmo package contains the implementation of state-of-the-art tone
mapping operators. The motivation here is to provide an implementation
of tone mapping operators suitable for convenient processing of both
static images and animations.
2009-01-18 12:48:19 +00:00
obache
ea5852368a Import pfstools-1.7.0 as graphics/pfstools.
Based on PR 39437 by Thomas Zander.

A set of command line tools for reading, writing, manipulating
and viewing high-dynamic range (HDR) images and video frames.
2009-01-18 12:46:39 +00:00
obache
7ef4862904 Update RMagick to 2.9.0.
Changes:
RMagick 2.9.0
    o Fix #23209, improve RVG's letter spacing (patch from Jonah Fox)
    o Add Draw#kerning= attribute(available in ImageMagick 6.4.7-8)
    o Add Draw#interword_spacing= attribute (available in ImageMagick
      6.4.8-0)
    o Add Draw#kerning, Draw#interword_spacing primitive methods (available in
      ImageMagick 6.4.8-3)
    o Feature #23171, support ImageList, Draw, Pixel marshaling.
    o Support all the new EvaluateOperator constants
2009-01-17 01:49:06 +00:00
obache
0c099cee85 GL/glut.h include GL/glu.h, so need to include glu/buildlink3.mk. 2009-01-16 07:55:17 +00:00
obache
2edca94fa4 Update GraphicsMagick to 1.3.4.
1.3.4 (January 13, 2009)
=========================

Security Fixes:

  * None.

Bug fixes:

  * Now runs under Windows Vista (as a 32-bit application).

  * Fix for colorspace transform math overflow in Q32 build.

New Features:

  * Windows build supports OpenMP and requires Windows 2000 or later
    (source code still supports Windows '98).

  * Support large files under Windows.

  * Support reading/writing 16 and 24 bit float TIFF files.

  * Support reading/writing 64 bit integer TIFF files.

  * Added "Log", "Max", "Min", and "Pow" options to -operator.

Feature improvements:

  * Debug logging now properly prints 64-bit offset values.

Performance Improvements:

  * Improve resource estimation for Microsoft Windows systems.
2009-01-16 04:17:38 +00:00
wiz
1107a73c13 Update to 2.24.3. Add gnome-vfs dependency (no effective change, but the
configure script asks for it). Add dependency version patterns.

Changes:
version 2.24.3
  - Added Catalan documentation
2009-01-14 15:48:23 +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
ahoka
e389f803b3 Update description from http://www.cairographics.org/ 2009-01-14 14:32:53 +00:00
obache
8de03eb83e Changes the path to put videodev.h. Fixes PR 40394.
And changes the path for such a purpose to ${BUILDLINK_DIR}/include.
2009-01-14 11:27:34 +00:00
wiz
d5e9db17c1 Add an ignore pattern. 2009-01-13 16:27:24 +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
obache
9b4e7be43b Also need to buildlink freetype2 and libxml2, Magick-config --libs show ups
those libraries.
2009-01-13 12:55:30 +00:00
obache
2c1b56196c jasper and wmf support was split up into individual options. 2009-01-13 11:52:30 +00:00
jmcneill
5f032ca2b2 drop maintainership 2009-01-12 16:19:07 +00:00
wiz
5870718beb Update to 2.23.1:
2.23.1:

* CanvasAA: Added a CanvasAA(GnomeCanvas*) constructor,
  to allow use with libglademm or Gtk::Builder.
  (Murray Cumming)
  Bug #541007 (Federico Poloni)
2009-01-12 15:37:45 +00:00
jmcneill
3daf2e4f71 pkgsrc changes;
* install xdg desktop shortcut
 * install hicolor 48x48 icon
 * use /dev/video0 as the default device instead of /dev/video
2009-01-10 21:48:51 +00:00
jmcneill
2baa048c94 + frameworks 2009-01-10 21:08:54 +00:00
jmcneill
9f3a6322ad Import graphics/frameworks version 0.3.7.
Frameworks is stop-motion animation frame capture software primarily for
Linux. Frameworks captures images from a camera and strings them together into
an animation. These still images may then be combined into a single video file
using other software. Only video4linux webcams are currently supported; work
is being done to add other types of digital cameras including IEEE 1394
camcorders, and USB still cameras. Frameworks is designed to be easily used
alongside the GIMP Animation Package (GAP).

Frameworks provides an interface to camera brightness and other controls. It
captures images as frame_0001.png, frame_0002.png, and so on. Frameworks
provides animation assistance in the form of onion skinning: displaying ghost
images of previous frames, and continuous preview: continuous playback of the
most recent few seconds followed by the live view from the camera. No editing
features are provided.
2009-01-10 21:08:14 +00:00
jmcneill
d4721d091f Add libv4l1 compatibility support, bump PKGREVISION. 2009-01-10 21:04:22 +00:00
minskim
7ee946450c silgraphite uses C99 features. 2009-01-09 20:32:19 +00:00
joerg
340c04aee4 Fix PLIST. Bump revision. 2009-01-08 18:21:54 +00:00
tron
0189ac3d1c Disable OpenMP support. It is randomly detected under Mac OS X Leopard
with the latest version of Xcode Tools which breaks the build, probably
because "buildlink3" doesn't allow to pick up the library.
2009-01-08 14:29:18 +00:00
adam
1b2796448b Changes 1.6.13:
* Added "-time_stamp" directive, to cause pngcrush to write a new timestamp
  on the output file instead of replicating the timestame from the input file.
2009-01-08 12:19:09 +00:00
jmcneill
4ec01559b5 Update ucview to 0.22.
- small changes to plugin api
- support video downscaling for ogg/theora videos
- russian translation
2009-01-08 01:09:14 +00:00
jmcneill
ab26aff16f Update unicap to 0.9.3.
0.9.3:
- optionally use libv4l to support more cameras
- fix installation directory of plugins for x64 systems
- fix scaling of ogg/theora video
- use categories for v4l2 properties

0.9.2:
- Severall small bug fixes and improvements ( see ChangeLog )
- The EeePC packages got updated
2009-01-08 01:08:37 +00:00
wiz
7df1b517d9 Update to 5.8:
2009.01.01  v.5.8
+ Visual feedback for brightness/contrast/color edits was made faster by
  using the window image instead of the (usually much larger) main image.
  The main image is updated when the changes are committed.
+ Erratic mouse drag in warp function was fixed.
+ Color balance was separated from brightness/whiteness adjustments.
+ Bug fix: last translation in a .po file sometimes got comment appended.
+ Sharpen, blur and noise reduction, when applied within an image area,
  can now use "blend width" to soften the boundaries.
+ Added a modified "top hat" noise reduction method, which is more
  effective for some types of noise.
+ Zoom- returns to normal display at once instead of many steps
2009-01-07 23:42:04 +00:00
gdt
fcdb33d6b6 Update to production release 7.60.
Many minor changes omitted.  Highlights:

  - Added read support for Panasonic RW2 raw images (and extract meta
    information from embedded PreviewImage as Doc1)
  - Recognize DCP (DNG Camera Profile) files
  - Added read/write support for EXIF files
  - Added ability to write EXIF as a block (finally!)
  - Decode CameraOrientation for a number of Canon EOS models (thanks Bogdan)
2009-01-07 22:24:31 +00:00
wiz
86e6ce6164 Fix cairo DEPENDS. 2009-01-07 21:06:02 +00:00
wiz
2ef9d845c0 Update to 1.8.0:
Overview of changes from pycairo 1.6.4 to pycairo 1.8.0
=======================================================
General Changes:
    Pycairo 1.8.0 requires cairo 1.8.0 (or later).
    Add documentation (available separately)

Bug Fixes:
    18101: Add support for threading
    18947: cairo.SurfacePattern should INCREF the used surface

New Methods:
    ScaledFont.get_scale_matrix
    Surface.mark_dirty_rectangle
    Surface.set_fallback_resolution

New Constants:
    cairo.EXTEND_PAD
    cairo.HAS_IMAGE_SURFACE
    cairo.HAS_USER_FONT

API Changes:
    Surface.mark_dirty: no longer accepts keyword arguments with default
    values.
    PycairoPattern_FromPattern (C API): has a new 'base' argument - to fix
    #18947.

Other Changes:
    Allow unknown cairo Pattern/Surface types to use the pycairo base
    Pattern/Surface type.
2009-01-07 21:05:22 +00:00
wiz
68477d9d4c Update to 1.8.6:
Release 1.8.6 (2008-12-13 Chris Wilson <chris@chris-wilson.co.uk>)
=========================================================
The cairo community is pleased to announce the 1.8.6 release of the
cairo graphics library. This is the third update to cairo's stable
1.8 series and contains a small number of bug fixes (in particular a
few fixes for failures of cairo 1.8.4 on Quartz and PDF, and build fixes for
a couple of backends). This is being released just under a month after
cairo 1.8.4.

We recommend that everyone using cairo upgrade to 1.8.6.

-Chris

Build fixes
-----------
Fix build of DirectFB backend with debugging enabled:

   Bug in _cairo_directfb_surface_release_source_image function
   http://bugs.freedesktop.org/show_bug.cgi?id=18322

Fix build on OS/2.

Bug fixes
---------
Workaround a mis-compilation of cairo_matrix_invert() that generated invalid
matrices and triggered assertion failures later. The issue was reported by
Peter Hercek.

Invalid computation of the modulus:

   https://bugzilla.mozilla.org/show_bug.cgi?id=466258

Invalid referencing of patterns in the Quartz backend:

   Failed assertion `CAIRO_REFERENCE_COUNT_HAS_REFERENCE
   (&pattern->ref_count)' when using cairo quartz backend
   http://bugs.freedesktop.org/show_bug.cgi?id=18632

Invalid references to glyphs after early culling, causing segmentation faults
in the PDF backend:

   http://lists.cairographics.org/archives/cairo/2008-December/015976.html

Check for XRender in the XCB backend, or else we may attempt an invalid memory
access:

    XCB backend fails with missing render.
    https://bugs.freedesktop.org/show_bug.cgi?id=18588
2009-01-07 16:39:10 +00:00
drochner
da6ff6ba85 update to 0.9.5beta2
changes: bugfixes
2009-01-07 13:33:37 +00:00
drochner
d3447b7724 update to 3.1.1
changes: bugfixes
2009-01-07 13:29:45 +00:00
drochner
0fcefcb7b8 update to 0.1.8
changes:
- API changed: Move all Exiv2 classes acess methods to interanl provate container.
               ABI number set to 5.0.0.
- Fix broken compilation with Exiv2 0.18.
- Support TIFF metadata writting mode (require Exiv2 >= 0.18).
- Added new methods canWriteComment(), canWriteExif(), canWriteIptc().
- Added new method supportMetadataWritting().
- Do not change file time-stamp when metadata are changed.
2009-01-07 13:26:30 +00:00
adam
062459d47d Changes 6.4.8-3:
* Reverse argument and option in Throw*InvalidArgumentException()
  macro for proper exception message.
* Recognize negative geometries for -shear and -annotate (.e.g. 45x-30).
* Fix Y shear angle for -shear option.

Changes 6.4.8-2:
* Use GetImageArtifact() to retrieve -attentuate option value for +noise.
* Support reading FITS test files.
* Replace input.ttf with the public domain Tuffy.ttf font.
* MagickNewImage() no longer faults when parameters are incorrect (reference
* Allocate strings returned by XGetResourceInstance().
* The -append gravity is relative to the container.

Changes 6.4.8-1:
* Reference cache rather than acquiring when cloning an image.

Changes 6.4.8-0:
* Cross-compilation failure using MinGW on Linux for ImageMagick trunk
* Add -interword-spacing option to convert.
* Initialize the black channel when testing the CMY colorspace.
* remove calls to exit() in MagickWand.
* Validate -affine arguments.
* Accept -attentuate as an option for convert.
* Properly create RGBA image if colormapped image has transparency.
* Support X11 geometry like this: +-4+-4;  wierd but X11 supports it.
2009-01-07 08:58:07 +00:00
gdt
e2ea716a7d Bump per revbump(1) due to exiv2 update which changed shlib major. 2009-01-07 01:43:49 +00:00
gdt
f9e4bf6be0 Update to 0.18. Minor changes omitted.
- 0000473: [design] Support Preview images. (Vladimir Nadvornik)
	 - [exif] Added Nikon decryption algorithm and use it to decode
	   lens data.
  - 0000524: [design] Publish only API objects in the installed header files.
  - 0000523: [miscellaneous] C++ symbol visibility support for gcc builds.
  - 0000464: [metadata] Write support for PNG images. (Gilles Caulier)
  - 0000462: [exif] Write support for TIFF format ("New TIFF parser").
2009-01-07 01:07:51 +00:00
drochner
486cc0c913 sync w/ base pkg 2009-01-06 21:48:36 +00:00
drochner
b4148413cf update to 0.1.7
changes:
-NEF processing code changed (some overflow control added)
-ew cameras: Canon G10 & 5D Mk2, Leaf AFi 7, Leica D-LUX4,
 Panasonic FX150 & G 1, Fujifilm IS Pro
2009-01-06 18:57:14 +00:00
drochner
ef0dab01ee update to 0.1.7
changes: bugfixes
2009-01-06 18:54:00 +00:00
drochner
59310e5403 update to 0.1.6
changes: Added a version method to get runtime library version
2009-01-06 18:51:02 +00:00
adam
b3e183c14a Changes 3.5.21:
- Speed improvement on multicore platforms
- Ddjvu now can produce pdf output.

Changes 3.5.20:
- Csepdjvu handle gsdjvu hyperlink comments.
- Djvudigital therefore handles hyperlinks.
2009-01-06 18:03:23 +00:00
wiz
4ef758d49e Update to 1.2.34:
version 1.2.34beta01 [November 27, 2008]
  Revised png_warning() to write its message on standard output by default
    when warning_fn is NULL. This was the behavior prior to libpng-1.2.9beta9.
  Fixed string vs pointer-to-string error in png_check_keyword().
  Added png_check_cHRM_fixed() in png.c and moved checking from pngget.c,
    pngrutil.c, and pngwrite.c, and eliminated floating point cHRM checking.
  Added check for zero-area RGB cHRM triangle in png_check_cHRM_fixed().
  In png_check_cHRM_fixed(), ensure white_y is > 0, and removed redundant
    check for all-zero coordinates that is detected by the triangle check.
  Revised png_warning() to write its message on standard output by default
    when warning_fn is NULL.

version 1.2.34beta02 [November 28, 2008]
  Corrected off-by-one error in bKGD validity check in png_write_bKGD()
    and in png_handle_bKGD().

version 1.2.34beta03 [December 1, 2008]
  Revised bKGD validity check to use >= x instead of > x + 1
  Merged with png_debug from libpng-1.4.0 to remove newlines.

version 1.2.34beta04 [December 2, 2008]
  More merging with png_debug from libpng-1.4.0 to remove newlines.

version 1.2.34beta05 [December 5, 2008]
  Removed redundant check for key==NULL before calling png_check_keyword()
    to ensure that new_key gets initialized and removed extra warning
    (Arvan Pritchard).

version 1.2.34beta06 [December 9, 2008]
  In png_write_png(), respect the placement of the filler bytes in an earlier
    call to png_set_filler() (Jim Barry).

version 1.2.34beta07 [December 9, 2008]
  Undid previous change and added PNG_TRANSFORM_STRIP_FILLER_BEFORE and
    PNG_TRANSFORM_STRIP_FILLER_AFTER conditionals and deprecated
    PNG_TRANSFORM_STRIP_FILLER (Jim Barry).

version 1.0.42rc01, 1.2.34rc01 [December 11, 2008]
  No changes.

version 1.0.42, 1.2.34 [December 18, 2008]
  No changes.
2009-01-05 20:22:26 +00:00
shattered
7517c07f8a Update to 0.9, take maintainership. Changes (from NEWS):
xzgv now uses GTK 2, with gdk-pixbuf as the image rendering back-end.
  imlib1 is no longer supported. Gamma, brightness and contrast are not
  currently supported.

I've also included a fix for the "missing preview icons" problem (patch-ad).

OK by wiz@.
2009-01-05 16:08:20 +00:00
he
5a6ef6a095 Update from version 2.01nb1 to 2.02.
Upstream changes:

2.02 Mon Dec  1 11:55:06 GMT 2008
    - update documentation to clarify cache_size
    - note that new images have undefined content (thanks to barbie)
2009-01-05 12:56:34 +00:00
epg
88696abb1c Fix patch-aa to setup.py: incdirs and libdirs are lists of strings, not
just strings.
2009-01-05 06:50:23 +00:00