summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2010-11-14+g-p-jasperdrochner1-1/+2
2010-11-14turn gtk2's "jasper" option into a plugin pkgdrochner3-0/+62
2010-11-14-update to 2.22.1drochner8-24/+119
changes: -Make GdkPixbuf implement the GIcon interface -Translation updates -copy module registry handling from x11/gtk2 to here -prepare for building jasper support as pkg -add bl3 file
2010-11-14Shlib major bumped from 3 to 4 at update of ImageMagick-6.6.4.1.obache6-11/+12
Bump ABI_DEPENDS (and recursive bump).
2010-11-14No need to buildlink with ImageMagick, just using convert program.obache1-2/+3
2010-11-13Follow HTTP redirects to new HOMEPAGEs and/or MASTER_SITES.shattered1-3/+3
2010-11-11+pyfitsdrochner1-1/+2
2010-11-11add py-pyfits-2.3.1, a Python library for the FITS image formatdrochner4-0/+81
(used in astronomy and other scientific applications), from Kamel Derouiche per pkgsrc-wip
2010-11-11Don't depend on libXpm when x11 option has been turned offadam2-4/+4
2010-11-11* x11 is now an optionadam4-251/+265
* install documentation into share/doc/${PKGNAME}
2010-11-10Changes 1.5.7:adam4-14/+15
fixes minor bugs and adds one new extension
2010-11-10* Use autoconf, so other compilers, like Clang, are configure correctly.adam1-2/+8
* Added LICENSE.
2010-11-10Some ABI incompatibilites was introduced at Ruby/GLib2 0.90.3.obache1-2/+2
(macro changes, need to recompile package using it) Bump BUILDLINK_ABI_DEPENDS and bump PKGREVISION of two packages using it (other packages depending on Ruby/GLib2 are part of Ruby/Gnome2 and already depending on the version).
2010-11-04Fix problem finding rgb.txt, PR#43934adam3-8/+26
2010-11-03Update to KDE SC 4.5.3markd5-13/+124
4.5.3 brings a number of improvements: * KSharedDataCache has cache invalidation bug fixed that caused stability when daylight saving time changed. * Icon overlays in Dolphin are now positioned correctly after adjusting the zoom level. * Okular, KDE's universal document viewer has seen improvements in the DjVu and XPS backends.
2010-11-03add patch from upstream CVS to fix a possible buffer overflowdrochner3-2/+26
when processing TrueType GX fonts (SA41738), bump PKGREVISION
2010-11-02+gdk-pixbuf2drochner1-1/+2
2010-11-02add gdk-pixbuf2-2.22.0drochner5-0/+252
gdk-pixbuf was integrated into gtk2 a while ago, but was split out again now. gdk-pixbuf2 can coexist with gdk-pixbuf1. This pkg conflicts with the current gtk2 pkg, but since it will be low in the dependency tree once deployed it would be good to see bulk build results before gtk2 is updated to 2.22 which will require it.
2010-11-01Reset maintainer.wiz2-4/+4
2010-10-30Fix install_name on Darwinadam2-12/+3
2010-10-28Pass LDFLAGS when building progs; required e.g. for -isysroot on MacOSXadam2-1/+15
2010-10-26Update rabbit to 0.9.1.obache2-7/+7
== Changes 0.9.1 from 0.9.0: 2010-10-25 Changed license: Ruby's -> GPLv2 or later === Improvements * Removed rabbit.bat from gem. [U.Nakamura] * Added documentation for Homebrew. [kdmsnr] * Changed license to GPLv2 or later from Ruby's. (It assumed that Kouhei Sutou can change contributed codes and so on. If contributes can't accept the rule, those codes and so on aren't included in Rabbit.) === Thanks * U.Nakamura * kdmsnr
2010-10-25Update to KDE SC 4.5.2markd7-59/+230
4.5.2 translation updates, performance and stability improvements and other bugfixes. 4.5.0 new versions of the Plasma Workspaces, the KDE Applications and the KDE Development Platform in version 4.5.0. While focus within this release cycle lay on stability, the overall polish and performance gain is well noticable. Features such as the reworked notification area, Marble's map routing and support for WebKit in Konqueror round up this release.
2010-10-25Update qimageblitz to 0.0.6markd2-8/+7
changes unknown
2010-10-25Fixes for CVE-2010-3702 and CVE-2010-3704 via the patches for xpdf.markd4-3/+57
2010-10-25Fixed buildling on MacOSXadam4-3/+26
2010-10-25Changes:adam2-8/+6
* PLIST fix when SVG support is disabled * Disable building docs = fix buidling on MacOSX
2010-10-23Update ruby-gnome2 to 0.90.3.obache7-10/+19
= NEWS == Ruby-GNOME2 0.90.3: 2010-10-23 NOTE: 0.90.x releases are for 1.0.0 major release. * Support String encoding in Ruby 1.9. * RVAL2CSTR2 and CSTR2RVAL2 are deprecated. * Ruby/GIO2 is imported as an experimental library. === Changes ==== All * Support String encoding. [Guillaume Cottenceau, Neil Roberts, Kouhei Sutou] * Don't install *.pc by default. Set pkgconfigdir make varialbe like 'make pkgconfigdir=/usr/lib/pkgconfig'. ==== Ruby/GLib2 * Improvements: * declare argument types. [Nobuyoshi Nakada, Kouhei Sutou] ==== Ruby/GIO2 * Imported as an experimental library. [Nikolai Weibull] ==== Ruby/GTK2 * Improvements: * keep backward compatibility around GDK key symbols introduced at GTK+ 2.20. "[ruby-gnome2-devel-en] Constants names change in Gdk::KeyVal" [Vincent Carmona] * move gdk-pixbuf and cairo related methods from Ruby/GdkPixbuf2. "[ruby-gnome2-devel-en] gtk2 dependency to gdkpixbuf2" [Andrea Dallera, Kouhei Sutou] * Bug fixes: * fix GType conversion in Gtk::ItemFactory.new on 64bit platform. [Grant McLean, Steve Wills, Kouhei Sutou] ==== Ruby/GdkPixbuf2 * Improvements: * move gdk-pixbuf and cairo related methods to Ruby/GTK2. "[ruby-gnome2-devel-en] gtk2 dependency to gdkpixbuf2" [Andrea Dallera, Kouhei Sutou] * change .pc filename from ruby-gdkpixbuf2 to ruby-gdk-pixbuf2. ==== Ruby/RSVG2 * Bug fixes: * add missing libcroco dependency on Windows. [U.Nakamura, Kouhei Sutou] ==== Ruby/Poppler * Improvements: * support Popper 0.15.0. [#3079667] [Mamoru Tasaka, Kouhei Sutou] * Bug fixes: * add missing libjpeg dependency on Windows. [U.Nakamura, Kouhei Sutou] * fix installed Ruby/GLib2 gem can't be detected. [kdmsnr, Kouhei Sutou] === Thanks * U.Nakamura * kdmsnr * Mamoru Tasaka * Guillaume Cottenceau * Vincent Carmona * Grant McLean * Steve Wills * Andrea Dallera * Nobuyoshi Nakada * Neil Roberts == Ruby-GNOME2 0.90.2: 2010-09-26 NOTE: 0.90.x releases are for 1.0.0 major release. A RubyGems package fix release. === Changes ==== All * fix path. [kimura wataru, Kouhei Sutou] ==== Ruby/GTK2 * Bug fixes: * fix gtk2/base.rb is missing in gem. [S.Kitagawa, Kouhei Sutou] ==== Ruby/GIO2 * Bug fixes: * fix a typo in .pc name. [#3075619] [O01eg, Kouhei Sutou] ==== Ruby/RSVG2 * Bug fixes: * also check rb_cairo.h availability. [#3075617] [O01eg, Kouhei Sutou] === Thanks * S.Kitagawa * O01eg * kimura wataru
2010-10-22update to 2.30.2drochner3-9/+8
changes: translation updates
2010-10-22update to 2.4.3drochner2-6/+6
changes: A rendering regression of S-shaped cubic arcs (introduced in version 2.4.0) has been fixed. Besides that, a bunch of fixes have been applied to improve handling of broken fonts.
2010-10-21hacks no longer neededadam1-11/+0
2010-10-21Use TOOLS_NOOP to get rid of gtk-update-icon-cache.wiz2-26/+12
Wrap it in an if, so that the script isn't added twice (by both gnome-icon-theme and hicolor-icon-them) which currently causes a warning message.
2010-10-20Rename target so it doesn't have the same name as the one fromwiz1-4/+4
hicolor-icon-theme. XXX: probably they should both include another (mk/*?) file that only defines this target once.
2010-10-20If installing icons to share/icons/gnome, depend on gnome-icon-theme.wiz3-3/+9
Bump PKGREVISION.
2010-10-19Handle gnome-icon-theme the same way as hicolor-icon-theme.wiz3-3/+63
Based on patch by kre in PR 43769.
2010-10-19Changes 2010.2.0:adam7-52/+39
It delivers some major new features, completes integration of projects from the 2009 Google Summer of Code, and includes many general improvements.
2010-10-19Added buildlink3.mkadam1-0/+17
2010-10-19Changes 1.5.6:adam4-12/+14
* adds suport for OpenGL 4.1, fixes bugs Changes 1.5.5: * fixes minor bugs and adds new extensions
2010-10-17Update clutter-gtk to 0.10.8.obache2-7/+6
Clutter-GTK 0.10.8 16/09/2010 ================================== >> Clean up build environment >> Fix deprecations from GTK 2.21.*
2010-10-16Update to 1.7.0, changes undocumented. Switch to cmake build system.wiz5-697/+50
Add comment to patch.
2010-10-16Update clutter to 1.2.14.obache4-45/+6
Clutter 1.2.14 (24/09/2010) =============================================================================== * List of changes since Clutter 1.2.12 > Backport GLES detection logic, and remove an unwanted GL dependency when building EGLX backends against Mesa. > Fix build on Quartz. > Plug leaks in CoglProgram and CoglShader. > Fixes for CoglShader usage on GLES2. > Backport a fix in the request mode of ClutterBoxLayout. > Documentation fixes. Many thanks to: Neil Roberts Alexandros Frantzis Nate Stedman
2010-10-16Changes 1.7.12:adam2-7/+7
Built with libpng-1.4.4 and zlib-1.2.5.
2010-10-16Changes 2.6.11:adam3-8/+9
* Bugs fixed: - Printing and Print preview broken with cairo 1.10 - Parasite handling had problems and can cause crashing - Error with string-append and gimp-drawable-get-name - (Paco) Recursive Gaussian Filter error - Fix incorrect "wrap mode" documentation values in Edge plug-in - Difference of Gaussians gives blank doc if "Invert" selected - Image type filter doesn't include .rgba SGI files - Console window opening on file-ps-load - Wood 1 and Wood 2 have bad alpha value - Image saved from google docs generates a 'gimp-image-set-resolution' error message * Updated translations: German (de) Spanish (es) Italian (it) Japanese (ja) Romanian (ro) Chinese (Hong Kong) (zh_HK) Chinese (Taiwan) (zh_HK)
2010-10-16Update libotf to 0.9.11.obache2-6/+6
This is a bug fix release.
2010-10-16Update to libgdiplus-2.8, part of mono-2.8kefren2-6/+6
2010-10-13make the package heed option -x11 again. If you don't specify that, thespz4-9/+12
package stays the same -> no revision bump.
2010-10-12Needs pkg-config.joerg1-1/+2
2010-10-12Fix build on DragonFly.joerg3-4/+67
2010-10-06Replace 8 spaces with a TAB for separator, or failed to build with gmake-3.82.obache2-1/+17
2010-10-06set LICENSE=gnu-gpl-v2.obache1-1/+2