summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2015-09-23Fix gphoto update fallout.joerg2-1/+26
2015-09-23Help lensfun detection. Fix OpenMP syntax.joerg3-2/+18
2015-09-18be more conservative about where we suggest llvmpipe on Linux.tnn1-4/+9
It requires newish GCC.
2015-09-16Turn off llvm option by default for FreeBSD & DragonFlyBSD.tnn1-4/+2
There are conflicting reports regarding if it builds. It has been reported to work in PR pkg/50172, but then again appears to have failed in Sevan's bulk build. (Need to find out exactly which FreeBSD versions this applies to.)
2015-09-16gegl needs gnu extensions so SunOS may no longer use -std=c99richard1-3/+1
2015-09-16PR pkg/50243: PLIST fix when X11_TYPE=modular and PKG_OPTIONS.MesaLib=-dritnn2-8/+13
ok gdt@
2015-09-15Remove flphoto.wiz10-162/+1
Last release from 2004, HOMEPAGE gone, does not build.
2015-09-15Back out enablement of glx-tls for NetBSD. The x86_64 assembler code for thetnn2-5/+3
tls dispatch table (entry_x86-64_tls.h) needs some additional fixes, but although I know the issue it is too hairy to attempt during freeze.
2015-09-14Fix typo and thereby really bump the revision.tron1-2/+2
2015-09-14Re-enable glx on OS X.gdt4-9/+40
Upstream disabled glx on OS X (in an apparent attempt to make it build on systems without X11). However, libepoxy without glx is defective, and gtk3 fails with it. So it seems like the right thing is to ensure X11 presence for libepoxy. This patch reverts upstream's disabling of glx (setting configure variables/defines), making it be like libepoxy 1.2. The resulting libepoxy has glx, and gtk3+ builds fine against it on OS X 10.9. (It remains TBD to sort out how we feel about X vs quartz, but that's a separable issue.) Reviewed by ttn@ and tron@.
2015-09-14Allow building kdegraphics3 and kipi-plugins-kde3 against newerjoerg8-2/+251
libgphoto2.
2015-09-13liblcms may be needed for linking against libkdcraw.joerg1-1/+2
2015-09-13Update rabiit to 2.1.8taca3-9/+9
pkgsrc change: Add dependency to devel/ruby-gnome2-gio. 2.1.8: 2015-09-06 A bug fix release for 2.1.7. 2.1.7 can't start on Windows. Fixes rabbit * Windows: Fixed a bug that Rabbit can't start. [Reported by yoku0825] Thanks * yoku0825 2.1.7: 2015-09-05 Note markup support in Markdown release. Improvements rabbit * Removed GDK rendering engine. (Because cairo is always available since a few years ago. If we can use cairo, there is no problem without GDK rendering engine.) * Improved GTK+ 3 support. (It's not completed yet.) [Patch by okkez] * Removed unused --server option. * Wiki markup: Improved error message when unsupported markup is used. * Markdown markup: Supported error message when multiple images exist in a paragraph. [GitHub#71][Reported by Colin Dean] * Markdown markup: Supported note markup. [Suggested by yoku0825] Syntax is {::note}...{:/note}. Example: Normal text {::note}note{:/note} Normal text Theme * image-timer: Reduced memory usage. * image-slide-number: Reduced memory usage. * clear-blue: Removed indent of the first line in block quote. Document * Marked up README in Markdown. [GitHub#72][Patch by Toshi MARUYAMA] * Improved description about Rabbit in Japanese. [GitHub#74][Patch by YU-TAYU] Fixes rabbit-slide * Fixed a bug that invalid Markdown is generated. [Matafumi Yokoyama] Document * Fixed a bug that side menu is hidden. [GitHub#75][Reported by YU-TAYU] Thanks * okkez * Matafumi Yokoyama * Colin Dean * Toshi MARUYAMA * YU-TAYU * yoku0825
2015-09-13Update ruby-mini-magick to 4.3.3.taca2-6/+6
v4.3.3 * Fixed a bug where, if you would reference any image info inside Image#format {} or Image#combine_options {}, this info would be cached even after these methods were executed, leaving the MiniMagick::Image instance with stale data. v4.3.2 * Fixed MiniMagick::Image.new("...").format("<ext>") not working if the image didn't have an extension. v4.3.1 * Reverted making MiniMagick configuration thread safe, until we figure out what caused #328. v4.3.0 * Fixed early reportings of ImageMagick/GraphicsMagick not being installed by removing the automagically generated methods (commit) * MiniMagick.with_cli is now thread-safe, as well as other configuration options v4.2.10 * Make GraphicsMagick's mogrify support the "-gravity" option. v4.2.9 * Fixes MiniMagick::Image#size to properly return filesize in bytes * Added MiniMagick::Image#human_size which holds ImageMagick's human-readable size string. v4.2.8 This version has been yanked as it holds a backwards incompatibility which breaks CarrierWave. * MiniMagick.with_cli will now restore the old CLI even when errors occur. * Fixed race condition which caused the MiniMagick::Tool methods not to be defined yet (can happen in multithreaded environments) Backwards compatibility * MiniMagick::Image#size now returns a string with the filesize unit included
2015-09-13Update ruby-RMagick to 2.15.4.taca3-7/+15
## RMagick 2.15.4 - Improved C extension building process - @u338steven ## RMagick 2.15.3 - Fixed ImageMagick version detection on Windows - @maisumakun
2015-09-13Allow building Mesalib with option llvm on arm.bouyer1-5/+9
This requires disabling nouveau and radeon drivers. The performance boost is appreciable, glxgears is twice as fast on a cubieboard 2: cubiem:/>/usr/X11R7/bin/glxgears 76 frames in 5.1 seconds = 15.022 FPS 75 frames in 5.0 seconds = 14.889 FPS 75 frames in 5.0 seconds = 14.979 FPS 69 frames in 5.1 seconds = 13.653 FPS 80 frames in 5.1 seconds = 15.831 FPS 78 frames in 5.0 seconds = 15.529 FPS cubiem:/>/usr/pkg/bin/glxgears 121 frames in 5.0 seconds = 24.076 FPS 184 frames in 5.0 seconds = 36.595 FPS 182 frames in 5.0 seconds = 36.072 FPS 175 frames in 5.0 seconds = 34.718 FPS 171 frames in 5.0 seconds = 34.053 FPS 169 frames in 5.0 seconds = 33.734 FPS on the beaglebone the boost is nearly 2x too: beagle:~> /usr/X11R7/bin/glxgears 47 frames in 5.0 seconds = 9.343 FPS 47 frames in 5.1 seconds = 9.246 FPS 47 frames in 5.1 seconds = 9.210 FPS 47 frames in 5.1 seconds = 9.253 FPS 47 frames in 5.1 seconds = 9.252 FPS 47 frames in 5.1 seconds = 9.236 FPS beagle:~> /usr/pkg/bin/glxgears 2 frames in 7.3 seconds = 0.275 FPS 84 frames in 5.1 seconds = 16.613 FPS 84 frames in 5.0 seconds = 16.641 FPS 83 frames in 5.0 seconds = 16.482 FPS 83 frames in 5.0 seconds = 16.480 FPS 83 frames in 5.0 seconds = 16.436 FPS
2015-09-13Correct package list for Mac OS X.tron2-4/+9
2015-09-13Update to 4.0.6:wiz3-7/+8
MAJOR CHANGES: Now builds with CMake 2.8.9 and newer (previously required 3.0.0) CHANGES IN THE SOFTWARE CONFIGURATION: CMakeLists.txt / CMake Supports CMake 2.8.9 and later. Add missing file which wasn't being distributed, causing unit tests to fail. Make shared/static library building configurable. CMake reads all version information directly from configure.ac to avoid duplication of values. CMake builds are now included in 'distcheck' target. Makefile.am Autotools 'make distcheck' now tests the CMake-based build if CMake is available. CHANGES IN LIBTIFF: Fixes to avoid undefined behaviour of signed types (C standard compliance). Fixes to avoid possible isses when casting to unsigned char. Fixes to avoid undefined behaviour with shifts. Fix generation of output with 16 bit or 32 bit integer, when byte swapping is needed, in horizontal predictor (#2521). Fix decoding when there is a single pixel to decode (unlikely case...) and byte swapping is involved. Add add explicit masking with 0xff before casting to uchar in floating-point horizontal differencing and accumulation routines. Eliminate requirement for and use of 64-bit constant values. CHANGES IN THE TOOLS: tiffgt Silence glut API deprecation warnings on MacOS X. fax2ps Detect failure to write to temporary file.
2015-09-13Update to libepoxy-1.3.1 (2015-07-16)tnn4-35/+16
Changes: GL API registry update fixes for a nonconformant GL implementation some library size reductions support reproducible builds
2015-09-13interim fix for PR pkg/50173 (devel/libelf include directory)tnn1-1/+2
XXX shouldn't devel/libelf in fact have a builtin.mk?
2015-09-12cloud.github.com unconditionally redirects to https. Use it directly.tnn1-2/+2
2015-09-12The LLVM option enables JIT accelerated software rendering andtnn2-15/+24
is also required to support the latest RADEON GPUs, so enable it by default on platforms where such GPUs might be encountered. Also enable thread local storage support in GLX for those platforms. Part of PR pkg/50172.
2015-09-12Disable libchamplain option by default.gdt2-4/+8
The libchamplain option used to work, but it doesn't seem to work in this version, and it pulls in a lot of dependencies. Disable it by default until this is resolved.
2015-09-11Note nonfunctional upstream.gdt1-2/+3
2015-09-11avoid conflict with x11/bitmap and graphics/glx-utilstnn2-6/+15
2015-09-11Add workaround for non-zero initialized initial-exec TLS variables.tnn6-4/+97
2015-09-11Must disable EGL when disabling DRI (PR pkg/50232)tnn2-12/+21
2015-09-11NetBSD 5.x build fixtnn3-3/+24
2015-09-11Mark as not ready for python-3.xwiz1-1/+2
SyntaxError: Missing parentheses in call to print
2015-09-11make it build with current mesa releasetnn3-3/+18
2015-09-11Update to MesaLib-10.6.7.tnn18-120/+405
Requested by David Shao in PR pkg/50202. Also as suggested add support for using libdevq for FreeBSD, from Ports. (Re the PR: I think we should have TLS GLX unconditionally enabled on platforms that support it, but needs more testing so not commited just yet.) New features in MesaLib 10.6: GL_AMD_pinned_memory on r600, radeonsi GL_ARB_clip_control on i965 GL_ARB_depth_buffer_float on freedreno GL_ARB_depth_clamp on freedreno GL_ARB_direct_state_access on all drivers that support GL 2.0+ GL_ARB_draw_indirect, GL_ARB_multi_draw_indirect on r600 GL_ARB_draw_instanced on freedreno GL_ARB_gpu_shader_fp64 on nvc0, softpipe GL_ARB_gpu_shader5 on i965/gen8+ GL_ARB_instanced_arrays on freedreno GL_ARB_pipeline_statistics_query on i965, nv50, nvc0, r600, radeonsi, softpipe GL_ARB_program_interface_query (all drivers) GL_ARB_texture_stencil8 on nv50, nvc0, r600, radeonsi, softpipe GL_ARB_texture_view on llvmpipe, softpipe GL_ARB_uniform_buffer_object on freedreno GL_ARB_vertex_attrib_64bit on nvc0, softpipe GL_ARB_viewport_array, GL_AMD_vertex_shader_viewport_index on i965/gen6 GL_EXT_draw_buffers2 on freedreno GL_OES_EGL_sync on all drivers EGL_KHR_fence_sync on i965, freedreno, nv50, nvc0, r600, radeonsi EGL_KHR_wait_sync on i965, freedreno, nv50, nvc0, r600, radeonsi EGL_KHR_cl_event2 on freedreno, nv50, nvc0, r600, radeonsi GL_AMD_performance_monitor on nvc0 Also many bugfixes.
2015-09-10Switch to lcms2.gdt1-2/+3
2015-09-10Update to 1.2.2.gdt5-16/+42
(1.2.2 and 1.2.1 are build nits) Geeqie 1.2 ========== - Support for lcms2 - Basic support for lua scripting (still documentation needed) - Several bugfixes
2015-09-09Fix typopgoyette1-1/+1
2015-09-08Fix linkage. Bump revision.joerg1-1/+4
2015-09-08Remove INCOMPAT_CURSES settings for NetBSD 0.x and 1.x. Tighten up somejperkin1-2/+1
globs to ensure NetBSD 10 is not incorrectly matched when it is released.
2015-09-07Add URLs for a git repo with work past the last release.gdt1-1/+5
2015-09-07Set license (LGPL3).gdt1-1/+3
2015-09-07Update to 1.4.1.gdt2-8/+9
(While 1.9.1 exists, it is a pre-release and hence not packaged.) guile-cairo 1.4.1 -- 2011-04-22 =============================== * Guile-Cairo has moved to git. See the HACKING file for information on how to access Guile-Cairo. * Guile-Cairo's license has been upgraded to the LGPL version 3 or later. This should not cause problems for any users. See http://www.gnu.org/licenses/gpl-faq.html#AllCompatibility for more information.
2015-09-06Update to 0.22.gdt2-8/+7
Change to lcms2. 16/06/2015 - UFRaw-0.22 released, based on DCRaw v 9.26. * Fix security issue CVE-2015-3885. * Removal of liblcms1 support. * Better Foveon support. * Lot of new camera support and bug fixes.
2015-09-06Update 2.5.5 to 2.6mef3-8/+8
---------------------- (from http://www.freetype.org/) 2015-06-08 FreeType 2.6 FreeType 2.6 has been released. This is a new major release that provides a better (and simpler) thread-safety model. Among other new features we now have auto-hinting support for Arabic and Thai, together with much improved handling of Apple's GX TrueType variation font format. (ChangeLog from 2.5.5 to 2.6 extends some 1600 lines, consult with it in src tarball if necessary, thanks) ok by wiz@
2015-09-05Changes 0.12:adam2-11/+16
* Bug fix release
2015-09-05Fix PLIST on Darwin.jperkin2-1/+9
2015-09-05Changes 4.0.5:adam3-9/+10
* Support for configure/build using CMake. * Support for large (> 2GB) files under Microsoft Windows.
2015-09-03Import php-imagick-3.1.2 as graphics/php-imagick (based on wip/php-imagick).fhajny4-1/+25
Imagick is a PHP extension to create and modify images using the ImageMagick library.
2015-09-02Add tex-mcf2graph{,-doc} tex-roundrect{,-doc} tex-shapes{,-doc}markd1-1/+7
2015-09-02Add tex-mcf2graph{,-doc} 3.53markd24-0/+147
Draw chemical structure diagrams with Metafont/MetaPost Add tex-roundrect{,-doc} 1.0 Metapost macros for highly configurable rounded rectangles Add tex-shapes{,-doc} 1.0 Draw polygons, reentrant stars, and fractions in circles with Metapost
2015-09-01Add tex-tikzposter{,-doc}markd1-1/+3
2015-09-01Add tex-tikzposter{,-doc} 2.0 from yhardy in pkgsrc-wip.markd8-0/+65
Create scientific posters using TikZ
2015-08-31Add a fix for https://bugzilla.gnome.org/show_bug.cgi?id=752297,he3-2/+87
also CVE-2015-4491, lifted from https://git.gnome.org/browse/gdk-pixbuf/commit/gdk-pixbuf/pixops/pixops.c?id=ffec86ed5010c5a2be14f47b33bcf4ed3169a199 and https://git.gnome.org/browse/gdk-pixbuf/commit/?id=8dba67cb4f38d62a47757741ad41e3f245b4a32a Bump PKGREVISION.