summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2008-12-18Fix float reading by using a union instead of a cast. Newer gcc's wouldreinoud3-3/+60
generate incorrect code effectively breaking the package. I know this solution is still lame but its fix comes from the still uncomitted lib3ds version 2.0.0. Should one day be fixed/done correctly for non i386.
2008-12-17Update Xfce to 4.4.3. This is bug fix release.hira1-4/+4
Changes since 4.4.2: x11/xfce4-panel: * Quite a bit code changed in the dnd code. Mostly to fix a segfault in FreeBSD-amd64, but more problems were discovered and a lot of code was simplified. * Don't respond the uri drags, we don't use it and it only causes problems like hiding the panel when a file was dragged over the panel (Bug #3815). * Fix crash with xrandr 1.2 (Bug #3620) x11/xfce4-desktop: * Make menu panel plugin honor CustomizeDesktopMenu kiosk setting (Bug #1026). * Fix incorrect initial desktop font size when setting custom font size if a custom font was never set before (Bug #3957). wm/xfce4-wm: * Fix automaximize on move * Remove trailing \0 in UTF-8 strings, that causes libwnck to rightfully complain that NET_WM_NAME contains invalid UTF-8 * Exit on SelectionClear event so that xfwm4 exits even with WM who do not send a ClientMessage event such as Openbox (Bug #2374) * Backport overlay and compositor support from trunk (Bug #3849) * Filter out grab/ungrab events so we don't end up redrawing the frame twice * Set monitor when positionning menu (Bug #4162) * Reduce flickering during resize (Bug #4283) * Fix NET_WM_STATE claiming maximization vertical and horizontal even if only horizontal of vertical is actually set (Should fix Bug #3969) * Loosen the rule that prevents an application from iconifying itself when skip_taskbar is set (Bug #4434) * Rework visual depth selection of the frame window (Bug #4452) * Add support for NET_MOVERESIZE_WINDOW * Take gravity bit into account in configure resize only requests to comply with standard (Bug #3634) * Add client windows to save set to avoid loosing all windows in case of crash * Use guint32 instead of Time internally to avoid potential issues in 64bits * Add a "--replace" command line option to replace ICCCM2 compliant window managers (Bug #3731) x11/libxfce4gui: * Fix format-string vulnerability in dialog code x11/xfce4-terminal: * Update to latest trunk translations. sysutils/xfce4-thunar: * Update to latest trunk translations. editors/xfce4-mousepad: * Sort recent items by most recently used. x11/xfce4-utils: * Fix missing translated chars (Bug #3543) Updated translations: * Basque * Brazilian Portuguese * Catalan * Chinese Traditional * Danish * Estonian * Finnish * French * Galician * German * Indonesian * Japanese * Korean * Kurdish * Latvian * Norwegian * Polish * Sinhala * Slovak * Slovene * Spanish * Turkish * Urdu
2008-12-16Added and enabled rbclutter packages.obache1-1/+5
2008-12-16Import ruby-clutter-gtk-0.8.0 as graphics/ruby-clutter-gtk.obache3-0/+25
This is a binding for the Clutter GTK+ widget for use from Ruby.
2008-12-16Import ruby-clutter-cairo-0.8.0 as graphics/ruby-clutter-cairo.obache3-0/+25
This is a binding for the Clutter Cairo library for use from Ruby.
2008-12-16Import ruby-clutter-core-0.8.0 as graphics/ruby-clutter-core.obache3-0/+20
This is a binding for the Clutter Core library for use from Ruby.
2008-12-16Import ruby-clutter-0.8.0 as graphics/ruby-clutter.obache5-0/+69
This is a set of bindings for the Clutter libraries for use from Ruby.
2008-12-16Restrict it to python 2.4 and 2.5 only because of restrictions in x11/py-gtk2.hasso1-1/+3
2008-12-15remove a patch which I had only added to work around a missing filedrochner2-15/+1
in the tarball - the file was added in the last release
2008-12-15add another Canon set lens to the table used to decode "maker notes"drochner3-2/+16
(this one is arguably too poor to be used on a digital body, but anyway)
2008-12-15calculate the weekday displayed in metadata in a portable way,drochner3-2/+16
so that it shows the correct one on NetBSD bump PKGREVISION
2008-12-15Add silgraphite-xft.minskim1-1/+2
2008-12-15Import silgraphite-xft-2.3 as graphics/silgraphite-xft.minskim7-0/+84
Graphite is a smart font engine that basically takes a unicode string and font formatting information (features, size, etc.) and returns a set of positioned glyphs. In reality, Graphite does more than this in that it handles cursor tracking and interaction with the rendering engine for string selection, etc. This package is a wrapper for Xft.
2008-12-14Needs msgfmt.hasso1-2/+2
2008-12-14Needs msgfmt.hasso1-2/+2
2008-12-14Renamed graphics/py-pyclutter to graphics/py-clutter.obache5-69/+2
2008-12-14Import py-clutter-0.8.2 as graphics/py-clutter.obache4-0/+67
This package contains the Python modules that allow you to use the Clutter toolkit in Python programs.
2008-12-14Added enabled clutter packages.obache1-1/+7
2008-12-14Import python-pyclutter-0.8.2 as graphics/py-pyclutter.obache4-0/+67
This package contains the Python modules that allow you to use the Clutter toolkit in Python programs.
2008-12-14Import p5-clutter-0.8.2.0 as graphics/p5-clutter.obache3-0/+53
Perl bindings to the Clutter OpenGL canvas. Clutter aims to give a nice and easy GObject based API for creating fast, heavily stylised applications, such as media box UI, presentations, kiosk style applications, etc. Clutter uses OpenGL for rendering. The Clutter Perl bindings allow you to write canvas-based applications in a Perlish and object-oriented way, freeing you from having to care about casting and memory management of the original Clutter C API, and yet remaining close to its spirit.
2008-12-14Import clutter-gtk-0.8.2 as graphics/clutter-gtk.obache5-0/+80
Clutter-GTK is a library providing facilities to integrate Clutter into GTK+ applications. It provides a GTK+ widget, GtkClutterEmbed, for embedding the default ClutterStage into any GtkContainer.
2008-12-14Import clutter-cairo-0.8.2 as graphics/clutter-cairo.obache5-0/+60
An experimental clutter cairo 'drawable' actor. Sucks a bit as renders cairo via an image surface and thus no real cairo rendering acceleration. Experiments with glitz and sharing GL contexts for such acceleration proved problematic. Needs more investigation.
2008-12-14Import clutter-box2d-0.8.0 as graphics/clutter-box2d.obache4-0/+65
A glue layer between clutter and box2d that provides a special group where the actors can be set to be static or dynamic in regard to a physics simulation. The source tree currently contains an embedded version of box2d trunk. Features: - Children of the ClutterBox2d group can be simulated as static or dynamic rigid bodies. Collision detection. - Specifying the gravity of the world. - play/pause control over the box2d physics engine - Setting linear and angular velocities of simulated children. - automatic position synchronization between clutter and box2d. - joints - prismatic. - revolute. - distance (spring) - mouse (for dragging objects around and manipulating them).
2008-12-14Import clutter-0.8.4 as graphics/clutter.obache6-0/+281
Clutter it an open source software library for creating fast, visually rich and animated graphical user interfaces.
2008-12-13Add silgraphite-ft.minskim1-1/+2
2008-12-13Import silgraphite-ft from pkgsrc.minskim7-0/+85
Graphite is a smart font engine that basically takes a unicode string and font formatting information (features, size, etc.) and returns a set of positioned glyphs. In reality, Graphite does more than this in that it handles cursor tracking and interaction with the rendering engine for string selection, etc. This package is a wrapper for FreeType.
2008-12-11Update to 1.6.3. Add TEST_TARGET even though it doesn't seem to dogdt2-6/+8
much. From the (hard-to-find) release notes on upstream trac: Major changes in 1.6.3 Ensure that the header testlib.h is included in distributed tarball. Fixes ticket30.
2008-12-10Update GraphicsMagick to 1.3.3.obache2-6/+6
1.3.3 (December 9, 2008) ======================== Security Fixes: * None. Bug fixes: * 'identify' was throwing an assertion when used on colormapped files (this bug was introduced by 1.3.2). * With the -segment option, eliminate trashing the image colors when used on huge images. * 'identify -format "%c"' now reports the entire comment regardless of size. * Argument to -convolve is no longer arbitrarily truncated so huge convolution kernels may now be specified from the command line. Performance Improvements: * Image segmentation (-segment) is now accelerated using OpenMP and uses several other tactics to improve execution performance. * 'identify "*"' now successfully works in a 32-bit application when used in a directory containing a million files. * 'identify' now executes quickly when used on TIFF files.
2008-12-09Remove outdated program, replaced by graphics/fotoxx.wiz6-179/+0
2008-12-09+ fotoxx, - fotox.wiz1-2/+2
2008-12-09Initial import of fotoxx-5.7.1:wiz7-0/+199
Fotoxx is a free open source Linux program for editing image files from a digital camera. The goal of fotoxx is to meet most image editing needs while remaining easy to use. Navigate images with a pageable thumbnail window, edit an entire image or selected areas, change brightness and contrast, flatten brightness distribution, change color intensity, reduce the number of colors (posterize), make panoramas, make HDR images, crop, rotate (any angle), rescale, fix red-eye, fix perspective (slanted buildings), warp, sharpen, blur, remove noise (speckles), add tags to images and search by tags, make a collage of images and text, print.
2008-12-09Add graphics/silgraphite.minskim1-1/+2
2008-12-09Import silgraphite from pkgsrc-wip.minskim5-0/+82
Graphite is a project under development within SIL's Non-Roman Script Initiative and Language Software Development groups to provide rendering capabilities for complex non-Roman writing systems. Its smart-font engine is the bit that takes a Unicode string, font formatting information (features, size, etc.), and a font, and returns a set of positioned glyphs. Graphite also does more than this, in that it can handle cursor tracking and interaction with the application for string selection, etc.
2008-12-06Depend on py-sqlite. Ride update.wiz1-1/+7
2008-12-06Update to 4.0.0:wiz5-360/+137
Comix 4.0.0 - Comix has been completely rewritten from scratch. On the surface things look quite a bit like they used to, but the internal workings are entirely new. There are too many changes for them all to be mentioned here, but a couple of highlights are a much more functional library and a new archive editing dialog. The work on this new version of Comix has been going on in rather sporadic phases for almost two years, and during that time I have received help from lots of different people. Now, I must admit, I can no longer remember them all. So instead of trying to list as many as I can here, I will instead simply say thank you to everyone who have contributed fixes, patches, suggestions or encouraging words. Thanks!
2008-12-05Update RMagick to 2.8.0.obache3-7/+8
Changes: RMagick 2.8.0 o Add the endian, scene, and transparent_color attributes to Image::Info o Deprecate Image#endian= attribute setter o Add the transparent_chroma method to the Image class (available in ImageMagick 6.4.5-6) o Add the sparse_color method to the Image class (available in ImageMagick 6.4.3) o Detect change to ParseSizeGeometry signature in ImageMagick 6.4.6-9 and compile accordingly. o Update Image#change_geometry to work with the new ParseSizeGeometry API in ImageMagick 6.4.6-9.
2008-12-03Update to 1.2.7, security fixes were already in pkgsrc.wiz4-54/+6
1.2.7: Sam Lantinga - Sun Nov 2 15:08:27 PST 2008 * Fixed buffer overflow in BMP loading code, discovered by j00ru//vx Sam Lantinga - Fri Dec 28 08:34:54 PST 2007 * Fixed buffer overflow in GIF loading code, discovered by Michael Skladnikiewicz
2008-12-03Add intltool to USE_TOOLS, it's needed.wiz2-4/+6
Add missing file to PLIST, noted by César Catrián Carreño in PR 40087. Bump PKGREVISION.
2008-12-02Update to 2.24.2:wiz3-30/+21
version 2.24.2 - print vendor and product id while probing devices. provide some more device informations for easier bug triaging. - don't use random access glist methods when accessing a list sequentially. properly free list elements after use, fixes bug #560514, courtesy of Giuseppe Fuggiano - print the cheese version if the -v flag is set - free gslist properly without a memory leak, fixes bug #560347, courtesy of Giuseppe Fuggiano - cheese now supports webcams which support only one resolution, fixes bug #560032, courtesy of Hans de Goede - change the default font of the countdown widget to bitstream vera sans bold - added/updated translations - pt_BR, courtesy of Joao Emanuel - de, courtesy of Hendrik Richter - uk, courtesy of Maxim V. Dziumanenko - ca, courtesy of Joan Duran
2008-12-02Update to 2.24.2:wiz2-6/+6
Version 2.24.2 -------------- * Fix warnings when dbus disabled (Felix Riemann) * Code fixes (Felix Riemann) * Fix compilation under Mac OS X (Felix Riemann) * Fix broken keyboard keys (Frederic Peters) Bug fixes: #560065, Build failure: local variable-name collides with system-header symbol (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) New and updated translations: - Ivar Smolin [et] - Maxim Dziumanenko [uk]
2008-12-01Remove ftp.mirror.ac.uk from MASTER_SITES, it is not in download pageobache1-3/+3
and can'resolve now. Add official http site instead.
2008-12-01Remove from MASTER_SITES other than SourceForge.obache1-4/+2
Download page for current version only link to SourceForge.
2008-11-30+ f-spot.wiz1-2/+3
2008-11-30Initial import of f-spot-0.5.0.3, packaged in wip by me with lots ofwiz4-0/+459
help from Mihai Chelaru (kefren): F-Spot supports 16 common files types, including JPEG, GIF, TIFF, RAW, and others. It can import your photos from your hard drive, camera (including PTP type), or iPod. Photos can be tagged for searching and grouping, and the timeline gives quick sense of temporal location, and quantity of photos taken. F-Spot can view and export EXIF and XMP metadata in your images. Other features include fullscreen and slideshow modes. Editing photos in F-Spot is a breeze. Easily rotate, crop, resize, and adjust red eye and other color settings with a few simple clicks. Versioning ensures your originals are never altered. Enter descriptions of photos that are saved in the actual file so other people and programs will be able to see them, whether they use F-Spot or not. F-Spot allows for quick and precise color adjustments, including brightness, contrast, hue, saturation, and temperature.
2008-11-30Various fixes:obache6-58/+74
* Remove copy of X11 header files for old X11, it may cause build failure with recent X, like a PR 39975. * Need rgb.txt, add dependency on x11/rgb for X11_TYPE=modular. And fix path for the file (SUBST.rgb and patch-ac). * Add DESTDIR support. it seems that rules of imake deal spaces after cammna as part of the argument (patch-ac). * Replace IMAKE_MANNEWSUFFIX with IMAKE_MAN_SUFFIX in PLIST. * hard coded errno and sys_errlist is not portable these days (patch-ab) * sort PLIST * regen patches with unfied diff. Bump PKGREVISION.
2008-11-30Update GraphicsMagick to 1.3.2.obache2-6/+6
1.3.2 (November 29, 2008) ========================= Security Fixes: * None. Bug fixes: * -roll was failing for colormapped images. * VID: Memory leak fix. * PREVIEW: Solarize parameter was wrong. * Delegates previously using 'spawn' needed an ampersand so that starting the child process does not hang the GUI. Feature improvements: * +profile now supports an exclusion syntax. For example ``+profile '!icm,*'`` removes all of the profiles except for the ICM profile. The new syntax also allows multiple profiles to be listed at once. Performance Improvements: * AdaptiveThreshold, Blur, Convolve, and MotionBlur no longer process the opacity channel unless the image has one.
2008-11-29regenjmcneill1-2/+2
2008-11-29distinfo fixadam1-1/+3
2008-11-28PLIST fix, when aalib option is disabledadam1-2/+2
2008-11-28Add hal support, bump pkgrevisionjmcneill7-32/+78