summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg38-395/+373
2009-06-14Remove @dirrm entries from PLISTsjoerg263-3847/+263
2009-06-13Downgrade babl to 0.0.22 again.wiz6-47/+40
The world, and especially gegl, is not ready for it yet. Addresses PR 41573.
2009-06-12Removed redundant .gz suffix for man pages.rillig1-2/+2
2009-06-12Bump for ffmpeg update.ahoka1-1/+2
2009-06-12* Fix build problem of ruby-mini-magick package correcting URL parametertaca3-2/+21
to rakefile to fix build problem with newer rake's strict checking. * Add LICENSE. No PKGREVISION bump since there is no change with built package.
2009-06-11patch-cc: libtoolize src/mesa/drivers/x11/Makefile.tnn2-1/+40
Should fix build with PKG_OPTION dri disabled. (PR pkg/41572)
2009-06-11Add DESTDIR support.tnn3-15/+40
2009-06-11Bump PKGREVISION for vte-0.20.5.wiz1-2/+2
2009-06-11Fix .pc file. Bump PKGREVISION.wiz1-1/+8
2009-06-10Fix .pc file. Bump PKGREVISION.wiz1-1/+8
2009-06-10Use correct macros for installation, from FUKAUMI Naoki in PR 41563.wiz5-8/+39
While here, fix .pc files (were missing -Wl,-R). Bump PKGREVISION.
2009-06-10Fix "freeze on exit" issue with many GL games. Bump PKGREVISION.hasso3-2/+28
2009-06-10Update to 0.1.0:wiz6-40/+47
Support for RGBA representation in the frequency domain, un-pre-multiply close-to-zero alpha values to complete black instead of slightly brighter than black, add a BABL_ALPHA_THRESHOLD constant to the API, do a complete overhaul of the babl API and do some changes to increase portability of the library.
2009-06-10Make evas build with eet-1.2.0 by explicitly linking against libeet.minskim1-1/+2
2009-06-10Correct a module directory name on NetBSD/i386.minskim1-2/+2
2009-06-09PKGREVISION bump because of the kpathsea API change.minskim1-2/+2
2009-06-09PKG_DESTDIR_SUPPORT seems to be working fineabs1-3/+2
2009-06-09Updated to version 0.11. No changelog available, according to sysutils/ftwin ↵imil2-6/+6
this must be only bugfixes
2009-06-08Changes 1.6.19:adam2-7/+7
* Added missing curly braces that caused erroneous png_error message about "original PNG could not be recovered" in pngcrush-1.6.17 and 18.
2009-06-07Update evas to the most recent e17 snapshot.joerg22-46/+75
No detailed changes known.
2009-06-06Update to 1.2.37:wiz2-6/+6
version 1.2.37beta01 [May 14, 2009] Fixed inconsistency in pngrutil.c, introduced in libpng-1.2.36. The memset() was using "png_ptr->rowbytes" instead of "row_bytes", which the corresponding png_malloc() uses (Joe Drew). Clarified usage of sig_bit versus sig_bit_p in example.c (Vincent Torri) Updated some of the makefiles in the scripts directory (merged with those in libpng-1.4.0beta57). version 1.2.37beta02 [May 19, 2009] Fixed typo in libpng documentation (FILTER_AVE should be FILTER_AVG) Relocated misplaced #endif in pngwrite.c, sCAL chunk handler. Conditionally compile png_read_finish_row() which is not used by progressive readers. Added contrib/pngminim/preader to demonstrate building minimal progressive decoder, based on contrib/gregbook with embedded libpng and zlib. version 1.2.37beta03 [May 20, 2009] In contrib/pngminim/*, renamed "makefile.std" to "makefile", since there is only one makefile in those directories, and revised the README files accordingly. Reformated sources in libpng style (3-space indentation, comment format) version 1.2.37rc01 [May 27, 2009] No changes. versions 1.2.37 and 1.0.45 [June 4, 2009] Reformatted several remaining "else statement;" and "if () statment;" into two lines. Added "#define PNG_NO_WRITE_SWAP" to contrib/pngminim/encoder/pngusr.h and "define PNG_NO_READ_SWAP" to decoder/pngusr.h and preader/pngusr.h Added sections about the git repository and our coding style to the documentation (merged from libpng-1.4.0beta62) Added a section about using png_get_io_ptr() in configure scripts to detect the presence of libpng.
2009-06-05Update Mesa and friends to 7.4.2.wiz26-385/+350
Update provided by Hasso Tepper on pkgsrc-users. Changes: 7.4.2: Bug fixes * Fixed segfault when rendering to front buffer with DRI 1. * Fixed swrast texture rectangle bug when wrap mode = GL_CLAMP_TO_BORDER and filter mode = GL_LINEAR. (bug 21461) * Fixed texture object mem leak during context destruction. * Fixed a state validation bug in glCopyTex[Sub]Image() * Fixed some i965 GLSL bugs. * Fixed an R300 driver texture object bad memory reference. 7.4.1: Bug fixes * Fixed a two-sided lighting bug in fixed-function-to-GPU code generation * Fixed some Darwin issues (Jeremy Huddleston) * Indexing the GLSL gl_EyePlane[] or gl_ObjectPlane[] arrays with a variable was broken, bug 20986 * Fixed incorrect texture unit bias in TXB instruction * glTexParameter settings weren't always propogated to drivers * Assorted vertex/fragment program bug fixes * Fixed point rendering in software rasterizer * Fixed potential deadlock in object hash functions * Fix a couple bugs surrounding front-buffer rendering with DRI2, but this is not quite complete. * Fixed glPopAttrib() bug when restoring user clip planes 7.4: New features * Added MESA_GLX_FORCE_DIRECT env var for Xlib/software driver * GLSL version 1.20 is returnd by the GL_SHADING_LANGUAGE_VERSION query Bug fixes * glGetActiveUniform() returned wrong size for some array types * Fixed some error checking in glUniform() * Fixed a potential glTexImage('proxy target') segfault * Fixed bad reference counting for 1D/2D texture arrays * Fixed VBO + glPush/PopClientAttrib() bug #19835 * Assorted i965 driver bug fixes * Fixed a Windows compilation failure in s_triangle.c * Fixed a GLSL array indexing bug * Fixes for building on Haiku Changes * Updated GL/glxext.h to version 48 * Assorted updates for building on Solaris 7.3: New features * Support for GLSL 1.20 * Intel DRI drivers now use GEM and DRI2 Bug fixes * Assorted GLSL bug fixes * Assorted i965 driver fixes * Fix for wglCreateLayerContext() in WGL/Windows driver * Build fixes for OpenBSD and gcc 2.95 * GLSL preprocessor handles #pragma now * Fix incorrect transformation of GL_SPOT_DIRECTION * Fixed several bugs (#18367 and #19625) in glXMakeContextCurrent() * Assorted Windows build fixes Changes * Deprecated the "XMesa" interface (include/GL/xmesa*.h files) * Deprecated the "FXMesa" interface (include/GL/fxmesa.h file) * Deprecated the "Allegro" interface (include/GL/amesa.h file) * Removed include/GL/uglmesa.h header * Removed include/GLView.h header for BeOS 7.2: New features * i965 driver: added support for G41 chipset (Intel) Bug fixes * Fixed display list bug involving primitives split across lists (bug 17564) * Fixed some issues with glBindAttribLocation() * Fixed crash in _tnl_InvalidateState() found with Amira (bug 15834) * Assorted bug fixes for Ming build * Fixed some vertex/pixel buffer object reference counting bugs * Fixed depth/stencil bug in i915/945 driver * Fixed some shader flow control bugs in i965 driver * Fixed a few tdfx driver bugs which prevented driver from working * Fixed multisample enable/disable bug Changes * Updated SGI header files with new license terms. 7.1: New features * autoconf-based configuration (and clean-up of Makefiles) * Assorted DRI driver enhancements * Reduced dependencies between X server and Mesa * GL_EXT_texture_from_pixmap extension for Xlib driver * Support for the GL shading language with i965 driver (implemented by Intel) * ATI R500 series support (Radeon X1300-X1950) in r300 DRI driver Bug fixes * Numerous GLSL fixes * Fixed some error code/detection bugs in the GLSL-related API functions * Lots of DRI driver fixes.
2009-06-05add a security patch from upstream CVS:drochner1-1/+3
A malformed (or simply huge) PNG file can lead to integer overflow in calculating the size of the output buffer, leading to crashes or buffer overflows later. Fixes SA35205 security advisory. bump PKGREVISION of affected plugin
2009-06-05Mark as not make-jobs safe. PR 41530 by Ryo HAYASAKA.wiz1-1/+2
2009-06-04Changes 6.5.3.2:adam3-14/+11
* The target profile in ProfileImage() is no longer accessed after its freed * Bug fix for -page * Minor change to -function Arctan to make first argument match slope * Do not treat -page as a global option * Create thread set for pseudo-random number generator * Do not change opacity value for the -alpha background option. * Rebuild automake / autoconf scripts * Check for XMakeImage() integer overflow vulnerability * Permit reading a specific frame of a multi-page TIFF with blobs. * Added new -function methods Arcsin and Arctan * Fixed a regression with PNG8: format * The -geometry option was improperly applied twice * Set image colorspace to YCbCrColorspace if JPEG color space is JCS_YCbCr * Updated help output and command-line options documentation to bring the -alpha options up to date with what's actually in the code * Change "depreciated" to "deprecated" in several files * Change OpenMP schedule from dynamic to static for RenderFreeType() * Recognize unicode strings when computing caption word wrapping * New -alpha background option to set fully-transparent pixels to the background color * Combined layer of transparent PSD image was not being read properly
2009-06-04Use libpoppler so it can offer PDF import also.reed4-4/+55
Bump PKGREVISION. Thanks to Michael A. Koerber for bringing this to my attention and testing.
2009-06-03Update kpdf to have the xpdf3.02pl patches for the vulnerabilitiesmarkd5-3/+1243
reported in CVE-2009-0146, CVE-2009-0147, CVE-2009-0166, CVE-2009-0799, CVE-2009-0800, CVE-2009-1179, CVE-2009-1180, CVE-2009-1181, CVE-2009-1182 and CVE-2009-1183. also some patches from poppler for postscript output generation problems seen here.
2009-06-01Require py-cairo>=1.8.4 to build, as PR#41516.obache1-2/+2
From pycairo changelog after 1.8.2: * cairo/pycairo.h : update Pattern_FromPattern prototype
2009-05-28Changes 0.6.3:adam5-70/+6
* Fixed a use-after-free error in the GIF reader. * Flushed the output log to display the current trial in real time. * Fixed an error in reporting unrecognized file formats. * Removed the requirement to "fix" TIFF files that contain unrecognized metadata. * Simplified the option abbreviation rules. Option names can now be abbreviated to their shortest unique prefix, as in X11 applications.
2009-05-27Just use ruby- for future ruby19...obache1-5/+5
2009-05-26Update to 1.6.4 from 1.6.3. pkgsrc changes:gdt2-14/+13
upstream has provided a way to fetch the distfile with a URL that can be constructed by pkgsrc Upstream changes: * Experimental support for the build tool waf. * Fix test failures when compiling with -O0. See r631. * Ensure that conversions from double to int are performed correctly. Fixes for ticket31. * Clarify what gtk_image_view_get_draw_rect() and gtk_image_view_get_viewport() returns when the view is not allocated.
2009-05-24This requires x11/py-Tk as well, so include its buildlink3.mk file.he1-1/+2
This and the previous patch prompted by hasso@
2009-05-24Fix the checksum for patches/patch-ab; I must have added the comment athe1-2/+2
the top and forgotten to do "make mps" -- sorry.
2009-05-24Update rabbit to 0.6.0.obache3-7/+9
== Changes 0.6.0 from 0.5.9: 2009-05-23 === Improvements * Supported Bonjour: [kimura wataru] * Added new mascot character "Tailavi": [MoMo] * ((<URL:http://www.cozmixng.org/repos/rabbit/trunk/sample/momo/tailavi/>)) * Added subtitle to windows title. * Supported slide property. * Added alternative images for "rabbit and tortoise". * Original image is used for PDF embedding instead of resized image. === Fixes * Fixed a typo in sample/kof2005/gesture.rb: [#143][IWAI, Masaharu] * Fixed install document: [zunda] * Fixed English: [Eduardo Gonzalez]
2009-05-22remove stale patchtnn1-13/+0
2009-05-22update to gimp-liquid-rescale-0.6.1.tnn3-10/+43
Version 0.6.0 : * Core * Scaling beyond 200% is now possible * Interface * Added interactive mode * Moved "Mode" to the output tab and renamed it * Added 2 new scale-back modes * Fixed non-interactive mode, added scripts for command-line batch processing Version 0.5.0 : * Core * Faster engine, lower memory requirements * Introduced rigidity masks * Added GAP support * Introduced left-right/top-bottom balance * Interface * Ignore discard masks when enlarging * Added reset and revert to last used values buttons for the size, and general reset * The dialog now comes up with the last used values for the size * Added info icons * Added russian help page
2009-05-22bump the BUILDLINK_API_DEPENDStnn1-2/+2
2009-05-22Update to liblqr-0.4.1.tnn3-9/+12
Version 0.4: * New features: * Support for image types (color models): GREY, GREYA, RGB, RGBA, CMY, CMYK, CMYKA and custom * Additional builtin energy functions based on luma instead of brightness * Support for custom energy functions * Functions to read out the energy map * Cancel function to interrupt computations * Additional methods for bias and rigidity masks * Use a single progress instead of several ones when the update is performed in steps * Can handle input buffers non-destructively * Performace related: * Faster rescaling thanks to optimisations in the code * Spare memory when not using features (e.g. the bias) * Configuration * The default installation directory is now /usr instead of /usr/local * Compiling under MinGW now correctly produces a DLL with the default settings * Now it also compiles under MS Visual C++ * All public macro names start with LQR_* (old versions are still available but can be disabled at configure time) Version 0.3: * New features: * Enlargement is not limited to 200% any more (it is automatically performed in steps) * Added readout functions for the internal visibility map Version 0.2: * New fetures: * Support for 16-bit, 32-bit and 64-bit per channel images * Rigidity masks * Left-right/top-bottom balance * Performace related: * Improved attached visibility maps management (lower memory requirements) * All internal buffers turned from double to float, improving both speed and memory requirements * Documentation: * Reviewed manual and completed refence * Added man pages
2009-05-21There is no gnu-gpl-v2.1 and this package does not define it either.sno1-2/+2
Set LICENSE to gnu-lgpl-v2.1. (Thanks, wiz)
2009-05-21pkgsrc changes:sno2-6/+8
- Updating package for p5 module GD::SecurityImage from 1.66 to 1.70 - Adding HOMEPAGE/LICENSE Upstream changes: 1.70 Thu Apr 30 16:56:32 2009 => Made a mistake. version checking test is really gone now. 1.69 Thu Apr 30 15:13:19 2009 => Re-release without the version check test. 1.68 Wed Apr 22 19:49:46 2009 => Update builder. 1.67 Sat Apr 18 05:45:48 2009 => Update distro files.
2009-05-21pkgsrc changes:sno2-7/+6
- Updating package for p5 cairo bindings from 1.060 to 1.061 Upstream changes: 2009-03-28 Torsten Schoenfeld <kaffeetisch@gmx.de> * NEWS * README * lib/Cairo.pm: Stable release 1.061. 2009-03-28 Torsten Schoenfeld <kaffeetisch@gmx.de> * Cairo.pm -> lib/Cairo.pm (moved) * MakeHelper.pm -> inc/MakeHelper.pm (moved) * MANIFEST * Makefile.PL: Move the two modules into their own folders to make it clear that the one is the real thing while the other is just build helper code. 2009-03-28 Torsten Schoenfeld <kaffeetisch@gmx.de> * Cairo.xs (cairo_object_from_sv, cairo_struct_from_sv): Hush two compiler warnings. 2009-03-28 Torsten Schoenfeld <kaffeetisch@gmx.de> * Cairo.pm: In the POD, use =item instead of =head4 for methods so that not every single method shows up in a table of contents. Also fix two other small POD glitches. 2009-03-28 Torsten Schoenfeld <kaffeetisch@gmx.de> * MANIFEST.SKIP: Update for SVN. 2009-03-28 Torsten Schoenfeld <kaffeetisch@gmx.de> * Makefile.PL: Use EU::MM's META_MERGE instead of EXTRA_META. 2008-10-26 Torsten Schoenfeld <kaffeetisch@gmx.de> * Makefile.PL: CAIRO_FONT_TYPE_QUARTZ was introduced in cairo 1.6, not 1.4. 2008-10-05 Torsten Schoenfeld <kaffeetisch@gmx.de> * MakeHelper.pm: Use the correct enum type instead of int for the enum converters. 2008-10-05 Torsten Schoenfeld <kaffeetisch@gmx.de> * Cairo.pm: * Cairo.xs: * CairoFont.xs: * CairoFt.xs: * CairoMatrix.xs: * CairoPath.xs: * CairoPattern.xs: * CairoSurface.xs: * MakeHelper.pm: * Makefile.PL: * cairo-perl-private.h: * cairo-perl.h: * cairo-perl.typemap: * examples/simple.pl: * t/Cairo.t: * t/CairoFont.t: * t/CairoFt.t: * t/CairoMatrix.t: * t/CairoPath.t: * t/CairoPattern.t: * t/CairoSurface.t: In preparation of the move to SVN, use the Id keyword in place of Header. 2008-09-07 Torsten Schoenfeld <kaffeetisch@gmx.de> * Makefile.PL: When prompting for auto-installing dependencies, default to 'no' so that automatic testers with CPANPLUS.pm don't end up invoking CPAN.pm. (RT #38286) 2008-09-06 Torsten Schoenfeld <kaffeetisch@gmx.de> * README: Fix the dependency versions for EU::Depends and EU::PkgConfig. * Cairo.pm: Mention http://cairographics.org/manual/ in the API documentation section. Fix a POD error. * Makefile.PL: Support the enum value CAIRO_FONT_TYPE_QUARTZ. (RT #34681) 2008-06-01 Torsten Schoenfeld <kaffeetisch@gmx.de> * t/CairoSurface.t: Cairo::PsSurface->create can under certain conditions apparently return a surface that is not a PS surface. Handle this gracefully. (RT #33871)
2009-05-21Add upstream bug report URL.wiz4-7/+13
2009-05-21update mirror.zafer1-2/+2
2009-05-21update mirror.zafer1-2/+2
2009-05-20Update to 2.26.2. Set LICENSE to gnu-gpl-v2.wiz4-19/+30
version 2.26.2 - Don't take new photo while waiting for the previous Ignore new photo requests if we are still waiting for an "handoff" signal for the previous one, fixes bug #582902 - Fix a couple of trivial memory leaks in the thumbnail generator code, fixes bug #578289 - Don't return if "image-loading" icon is not found, we will have an empty pixbuf while the thumbnail thread is running but it is surely better than no thumbnail at all. Try to fallback to generic "image" icon before giving up, fixes (at least it should) bug #582240. - added/updated translations - ar, courtesy of Khaled Hosny - be, courtesy of Ягор Кур'яновіч - el, courtesy of Simos Xenitellis - es, courtesy of Jorge González - kn, courtesy of Shankar Prasad
2009-05-20patch-a[h-j]: cherry-pick a few revisions from the upcoming inkscape-0.47tnn5-3/+70
to fix the bug where the colors slider doesn't move past value 245 when using GTK>=2.14.0. Also include desktopdb.mk as told by pkglint. Bump PKGREVISION.
2009-05-20More readline-6.0 stragglers.wiz1-1/+2
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz10-15/+20
major change. Reported by Robert Elz in PR 41345.
2009-05-19Update to 2.26.2:wiz2-6/+6
Version 2.26.2 -------------- * UI tweaking (Claudio Saavedra) * Code improvements / fixes (Felix Riemann, Claudio Saavedra) Bug fixes: #579212, JPEG file causes memory corruption (Claudio Saavedra) #580600, eog crashes on drag&drop a directory from places menu (Felix Riemann) New and updated translations: - Jorge González [es] - Ivar Smolin [et] - Funda Wang, Deng Xiyue [zh_CN] New and updated manual translations: - Fotis Tsamis [el]