summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2005-03-22Changes 6.2.0-8:adam3-7/+8
* Bug fixes
2005-03-22Update to version 0.7.2.seb3-10/+308
Notables changes since last packaged version (0.7.1) LensDistortion : lens distortion correction tool. Anti-Vignetting : lens vignetting correction tool. Perspective : a tool for adjust photograph perspective. ShearTool : a tool for adjust photograph shearing. AddBorder : a tool for add decorative border around photograph. Superimpose : a tool for superimpose funny templates under photograph.
2005-03-22Update to version 0.7.2.seb4-11/+60
Notables changes since last packaged version (0.7.1) Image filter : new Gaussian blur and Channel mixer filters. Image Editor : Add new copy action to copy current selection to clipboard. You can paste this selection in other application like Kolorpaint, Gimp, Kword, etc... Image Editor : Undoing actions capability. Image Editor : Usability improvements of ratio-crop tool. Add Rule Third Lines guides for to help users to compose a photograph. Image Editor : Replaced native dynamic guibuilder system with kde xmlgui one for plugins. Toolbars and shortcuts are now configurable within the Image Editor. Image Editor : Fix PNG compression and JPEG quality min and max values (Gimp/Photoshop like) Image Editor : New Stretch Contrast color filter. Image Editor : New classic Black and White photograph tonal convertion: Neutral BW, Sepia, Selenium, Platinum, Cold-Tone, Brown. Image Editor : added action icons. New splashcreen with animation like KDevelop.
2005-03-21Security fix for CAN-2001-0775:salo3-3/+26
"Buffer overflow in xli 1.17 allows remote attacker to execute arbitrary code via a FACES format image containing a long Firstname or Lastname field." Patch from Debian. Bump PKGREVISION.
2005-03-20Fix build under gcc 3.x.jmmv2-10/+29
2005-03-20fixing bugs in util/gif2iris.c, closing PR#26161schwarz2-1/+27
2005-03-19Update to graphviz version 2.2seb8-56/+50
This should take care of PR pkg/28596. Changes since last packaged version (2.0) January 19 2005 - release 2.2 - fix bugs: 86, 345, 517, 579, 580, 597, 600, 601, 604 - use the original cpl1.0.txt as the license master, instead of CPL.html - fix for bug generating in memory bitmaps that was affecting webdot - fixes for windows builds - documenttion updates
2005-03-18graphics/barcode and x11/xscreensaver conflict (because ofwiz1-1/+4
man/man1/barcode.1). Noted by kleink in PR 29585.
2005-03-18Updated xfce to 4.2.1.1martti5-13/+14
General: * Don't use G_INLINE_FUNC in the source code, which fixes several weird build errors. libxfce4util: * Fix a problem with NFS mounted home directories in Solaris (#724) xfce4-session: * Fix RedHat shutdown code (#703) xfdesktop: * fix handling of quoted commands in the desktop menu (#776) * fix handling of .desktop files with no Categories list (#776) * add "edit menu" button to panel plugin prefs (#554), and ability to change the button tooltip (#764) * fix broken panel plugin behavior when trying to track the default desktop menu. there's a new option to either follow the default menu, or use a static menu file (#778) * fix bug where xfdesktop would crash if the windowlist was opened, then a window was destroyed, and then that window was selected from the list (#672) * fix "unique" attribute of system menu inclusion xffm: * ensure posix.1-1996 compatibility (#695) * fix for crash on opening fstab on solaris (#726) * avoid a showstopper gtk-2.4 bug (scaling gdkpixbufs from svg images). This is bugzilla #751 report. Not all gtk showstopper bugs from svg can be avoided. In particular with office/mobile_phone_01.svg. This file will also crash rox * allow relative paths for icon resolution (xfce4-modules) * validate utf error messages (#737) * don't quote paths that are already quoted. * change smb-share icon to proper icon * fix borked overwrite warning dialog message * bug fixes for keyboardnavigation to close bug #795 * separate remove and paste button in toolbar to avoid confusing the remove confirmation dialog with the overwrite confirmation dialog * fix translation problems in several languages, including brazilian-portuguese * fill in some missing spanish translation strings * fix for bug #524 (crashing xffm by mounting cdrom and trying to open it in the other treeview before mount is complete) xfcalendar: * remembering of its position (bug #691 and #789) * warning box for preventing users to loose their changes (#714 and #738) * possibility to show/hide xfcalendar in taskbar, pager and systray (#719) * possibility to choose to either show or hide the calendar window when xfcalendar is launched (it remembered before the status when leaving) xfce4-panel: * Save configuration file only on exit * Fix double click on inactive item in dialog (#739) * 64bit fix * Clock applet tweak (#716, hopefully) xfprint: * remove FILE backend and add a print-to-file entry in the printing dialog * multiple bugfixes (#816, #817, #818, #820) in the BSD-LPR backend
2005-03-17Use PKGSRC_COMPILER to check for sunpro, as CC_VERSION is not guarunteed tosketch1-3/+3
contain 'Sun' when using that compiler.
2005-03-16Added workaround for missing std::vector.at() in libc++-2. Approved by wiz.rillig5-6/+79
2005-03-16Depend on glib2 and pango (used directly).jmmv1-1/+3
2005-03-16Added lots of patches to build cinepaint on NetBSD-1.6.2 using gcc-2.95.3.rillig15-1/+1454
These patches have been submitted to the upstream authors. Approved by wiz.
2005-03-16Added a patch for gcc-2.95.3. Approved by wiz.rillig1-0/+46
2005-03-16gcc-2.95.3 does not like code intermixed with declarations.rillig1-1/+2
2005-03-15Added -lm to the LIBS. Needed for NetBSD-1.6.2. Approved by wiz.rillig2-4/+4
2005-03-14NROFF isn't used anywhere here, so don't define it.tv1-2/+1
2005-03-14Update to 1.04:wiz4-51/+12
1.04 Thu Feb 3 15:27:41 GMT 2005 - Imlib2 1.1.2 broke our tests as it doesn't enable alpha by default (for optimisation purposes). The module now enables alpha by default when you create an image, but you can turn it off with has_alpha (thanks to Don Armstrong) - tested with Imlib2 1.2.0 Might fix PR 29054.
2005-03-14Fix imlib2-config output to include -Wl,-R. Bump PKGREVISION.wiz3-3/+17
2005-03-14Added a patch that checks for the correct C preprocessor symbolrillig2-1/+15
(__NetBSD__) instead of NetBSD. Approved by wiz.
2005-03-14Added the patches for the last change.rillig2-0/+137
2005-03-14Added two patches for NetBSD-1.6.2. gcc-2.95.3 does not like unnamedrillig1-1/+3
structs and unions. Approved by wiz.
2005-03-13Do the Interix fix a different way: put it in stdfn.h.tv2-12/+16
This should resolve the build problems on NetBSD-current.
2005-03-11Fixed patch-acadam2-5/+5
2005-03-10Replaced the patch-aa (worked only with NetBSD-2.0) with patch-ab (worksrillig4-16/+27
also with NetBSD-1.6.2). Bumped PKGREVISION, because the actual code changes. The patch is ugly (as usual), but small. Reviewed by christos.
2005-03-10Bump PKGREVISION and BUILDLINK_RECOMMENDED for the security fix. (hi adam!)salo2-2/+4
2005-03-10Added a patch to fix buffer overflow:adam2-1/+34
* SECURITY UPDATE: Fix buffer overflow. * libexif/exif-data.c: Add buffer size checks in several places before trying to access it. * Thanks to Sylvain Defresne for spotting this and the patch. * References: https://bugzilla.ubuntulinux.org/show_bug.cgi?id=7152 Thanks to wiz@ for heads-up. :)
2005-03-10Include <sys/time.h> in x11.trm to pick up fd_set on Interix.tv2-1/+14
(No functional changes, and only affects X11 version.)
2005-03-10Add patch to fix CAN-2005-0605. Bump PKGREVISION.wiz3-6/+16
2005-03-10Use libgetopt for systems without <getopt.h>.tv1-1/+2
2005-03-10Interix also needs <sys/time.h> for fd_set.tv2-1/+15
2005-03-10Use pre-configure for SUBST_*, not post-patch.tv1-3/+2
2005-03-10Remove call to sync(2). It's not providing anything useful here, it'stv3-6/+13
nonportable, and it's not available on Interix either.
2005-03-08Removed giflib - no package depends on it, obsoleted by libungifadam8-214/+1
2005-03-07Changes 0.7:adam3-35/+129
* A few error-corrections. * Import of Dave Neary's "What's New in GIMP 2.2". * New Chinese screenshots and content. * Beginning of a Czech translation. * Many XML validity fixes.
2005-03-06Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge.taca2-4/+4
2005-03-06Remove redundant include of ruby/buildlink3.mk.taca1-2/+1
2005-03-05Give gzip'd or bzip2'd files the same treatment as "compress"'d files,fredb3-7/+15
that is, filter them through the command to uncompress them on the fly. We don't need to add dependencies anymore than we ever needed a dependency on "uncompress". Crank PKG_REVISION for the feature change.
2005-03-05Update server URI.fredb1-2/+2
2005-03-05Update to latest snapshot for some "security issues" -- apparently, this...fredb3-20/+8
http://www.gentoo.org/security/en/glsa/glsa-200503-05.xml but just make it an "nb" bump so as not to confuse "audit-pacakges" &c.
2005-03-05De-lint. Particularly, shorten DESCR.fredb3-30/+7
2005-03-04Update blender package to include all scripts distributed with it. Alsoreinoud4-3/+115
providing an convenience script that links default scripts directory to the homedir. This due to oddities in the blender program too far reaching to easily patch.
2005-03-03Fix a problem noted by wiz in 2.0/i386 bulk buildxgarbled1-2/+2
2005-03-03add RMD160drochner1-1/+2
2005-03-03require g++-3.3 to make it build on 1.6drochner1-1/+3
(should fix bulk build)
2005-03-03Update to 6.2.0-4. Didn't find a useful changelog, but at least a formatdrochner2-6/+6
string problem is fixed which might be a security problem. See http://studio.imagemagick.org/magick/viewtopic.php?t=3774 (according to Ubuntu Security Notice USN-90-1, CAN-2005-0397 was assigned)
2005-03-01Update to ivtools-1.2.2markd3-19/+6
Changes: - fix for problem writing to /tmp - compilation fix on NetBSD for comterp.c - compilation patch submitted by Michal Palczew.
2005-02-28Update to 2.0.0. Changes:snj3-9/+60
+ Search utility. + Ability to assign keywords and comments to an image. + Printing, including proof sheets. + Support for the Thumbnail Managing Standard, on by default. + Fullscreen support for multihead configurations. + Fullscreen can now delay showing next image until it is loaded. + Image information now viewable in fullscreen (I key). + Extensive user manual. + Command line control of existing GQview process. + Collections are now updated when moving or renaming a file. - Shift + Click on an image will start mouse scrolling. - Control + Arrows will jump to respective edges of image. - Slideshow interval precision is now .1 second. - Find duplicates by checksum now uses MD5 algorithm. - Exif sidebar can now be customized. - Sort manager now has symlink option. - Sort manager can now add images to collections. - Window maximization state now retained between sessions. - Clean up all dialogs. - Added hidden option scroll_reset_method (see docs chapter 10.7). - Maintenance utility for caches and data used by GQview. - Utility to create thumbnails ahead of time in one step.
2005-02-27Chanes 6.2.0-2:adam4-26/+27
* The Tru64 UNIX 4.0D/5.1 C++ compiler doesn't support ios::binary. There is an #ifdef for this, MISSING_STD_IOS_BINARY, but nothing sets it in configure.ac. So, I whipped up something to test it. I've tested this with the Sun, HP, IBM, SGI, and GNU C++ compilers. * Bitmaps in wmf files which are drawed via ipa_bmp_draw (in coders/wmf.c) are not scaled to the output size, but drawn with the original size. * Shear no longer produces artifacts for a 0 y-shear (e.g. 60x0). * The PerlMagick memory, disk, etc., limits were not being set for values other than unlimited. * Not all memory allocated in GetTransformTokens & GetStyleTokens are freed in SVG parsing.
2005-02-27Add kamera. PR 29265 from Matthias Pfaller cleaned up slightly by me.markd3-8/+20
Bump PKGREVISION.