summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2009-03-20Include pyversion.mk include the protected part of the buildlink3.mkjoerg3-7/+8
files, not over and over again.
2009-03-19use libtooldrochner1-1/+2
2009-03-19pull in libjpeg explicitely (used to be through libgphoto)drochner1-1/+2
2009-03-18to tech-multimediajmcneill1-2/+2
2009-03-18pull in libjpeg explicitely (used to be through libgphoto)drochner3-3/+6
2009-03-17Update libgnomecanvasmm to 2.26.0.jmcneill2-7/+7
2.26.0: * Updated version number to match GNOME version.
2009-03-17Update libgnomecanvas to 2.26.0.jmcneill3-10/+14
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-17Correct email address for generic MAINTAINER.darcy3-6/+6
2009-03-17Update librsvg to 2.26.0.jmcneill2-7/+7
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-17Changes 2.6.6:adam4-17/+16
* 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-17Update gnome-icon-theme to 2.26.0.jmcneill3-8/+3374
ChangeLog only says 'Up version to 2.26.0 for release', but lots seems to have changed from 2.25.92.
2009-03-16Update eog to 2.26.0.jmcneill5-25/+58
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-16Update cheese to 2.26.0.jmcneill4-35/+46
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-16Update gnome-icon-theme to 2.25.92.jmcneill3-3405/+13
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-15Requires kpathsea.hasso1-1/+2
2009-03-13Make it build other platforms than NetBSD.hasso3-1/+33
2009-03-11Fix freetype2 recognition, e.g. for native X.wiz1-1/+9
2009-03-10update to pstoedit-3.45dmcmahill7-54/+67
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-09Needs msgfmt.hasso1-2/+2
2009-03-08Use mk/omf-scrollkeeper.mk instead of textproc/rarian/omf.mk.wiz3-6/+6
2009-03-06Include fontconfig instead of jpeg and png (which were removed fromwiz1-4/+2
Makefile). Unbreaks e.g. doxygen build.
2009-03-06MKDIR lib/graphviz/guile, its existence depends on PKG_OPTIONS.wiz1-1/+2
2009-03-05Drop maintainership.snj1-2/+2
2009-03-05Say goodbye to gstreamer-0.8 and its friends.snj7-61/+1
2009-03-05Remove PYBINMODULE. All it did was mark some packages as not availablejoerg3-6/+3
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-05added buildlink3.mk for libpuzzleimil1-0/+21
2009-03-04add & enable libpuzzle-0.9imil1-1/+2
2009-03-04The Puzzle library is designed to quickly find visually similar imagesimil4-0/+54
(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-04Add PKG_DESTDIR_SUPPORT.minskim2-4/+13
2009-03-03Fix DESTDIR build.joerg1-3/+4
2009-03-02Don't attempt to remove the the directory "/usr/pkg/lib/lua/5.1" aftertron1-2/+1
building because it is owned by the "lua" package.
2009-03-02Mark as MAKE_JOBS_SAFE=no, and reorder lines a bit.wiz1-8/+9
2009-03-02Fix more problems in borked recent update:tron5-17/+65
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-02Add patches from upstream in order to update to 0.6.2.1kefren5-2/+66
Changes: * Fix SA34035: Use after free error that can be used to execute arbitrary code via a specially crafted GIF image
2009-03-01Fix a lot of problems caused by th recent update:tron4-51/+28
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-02-28kill a bash specific variable substitution in the "configure" scriptdrochner2-6/+19
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-28Correct capitalization in FreeBSD case.bjs1-2/+2
2009-02-27Update to 0.1.8:wiz2-6/+6
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-27fallout of the recent libcroco change: gtk2 was formerly pulleddrochner1-1/+2
in through libcroco but isn't anymore, so do it explicitely
2009-02-27Comment out PKG_DESTDIR_SUPPORT.wiz1-2/+3
PLIST generation in the post-install target is broken for destdir. It tries to remove ${PREFIX}/bin et al.
2009-02-27Make evas-{software,xrender}-x11 build with modular xorg.minskim2-2/+4
Noted by Pierre ALLEGRAUD in PR 40768.
2009-02-27Fix PLIST due to update of graphics/icon-naming-utils. Bump PKGREVISION.hira2-25/+50
2009-02-27Add Evas backend packages.minskim1-1/+16
2009-02-27Import evas-xpm-0.9.9.050 as graphics/evas-xpm.minskim3-0/+27
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-27Import evas-tiff-0.9.9.050 as graphics/evas-tiff.minskim3-0/+30
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-27Import evas-svg-0.9.9.050 as graphics/evas-svg.minskim3-0/+27
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-26Import evas-pmaps-0.9.9.050 as graphics/evas-pmaps.minskim3-0/+26
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-26Import evas-gif-0.9.9.050 as graphics/evas-gif.minskim3-0/+27
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-26Import evas-edb-0.9.9.050 as graphics/evas-edb.minskim3-0/+30
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-26Import evas-sdl-16-0.9.9.050 as graphics/evas-sdl-16.minskim3-0/+30
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.