summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2006-07-21"BUILD_ENV" was misnamed. It's actually the environment that is passedjlam2-4/+4
to all internal recursive make processes. As such, rename it to "PKGSRC_MAKE_ENV". XXX Note, some of the usage of this variable in package Makefiles seems XXX incorrect. They probably want "MAKE_ENV", which is the environment XXX passed to the make process when running "make" within ${WRKSRC}.
2006-07-21Fix build on DragonFly:joerg3-1/+33
- include unistd.h to get read(2) prototype - implement log2 locally using log and M_LN2 If other platforms lack log2 as well, just add them to the list.
2006-07-21Remove pointless conflict entry.tron1-3/+1
2006-07-21Needs a C compiler.rillig3-6/+6
2006-07-20Does not really need GNU gettexxt, nor does it need to bewiz1-4/+2
installed into X11BASE. Bump PKGREVISION.
2006-07-20Remove comments not applicable.minskim1-29/+1
2006-07-20Add buildlink3.mk.minskim1-0/+47
2006-07-20Add GraphicsMagick.minskim1-1/+2
2006-07-20Import GraphicsMagick from pkgsrc-wip. Packaged by OBATA Akio.minskim4-0/+306
GraphicsMagick(TM) provides a powerful image manipulation and translation utility. It is capable of displaying still images and animations using the X Window system, provides a simple interface for interactively editing images, and is capable of importing selected windows or the entire desktop. GraphicsMagick can read and write over 88 image formats, including JPEG, TIFF, WMF, SVG, PNG, PNM, GIF, and Photo CD. It can resize, rotate, sharpen, color reduce, or add special effects to the image and save the result to any supported format. GraphicsMagick may be used to create animated or transparent .gifs, create composite images, create thumbnail images, and much, much, more. GraphicsMagick is one of your choices if you need a program to manipulate and display images. If you want to develop your own applications which use GraphicsMagick code or APIs, you need to install GraphicsMagick-devel as well.
2006-07-20Needs intltool.joerg1-2/+2
2006-07-20Needs perl.joerg1-2/+2
2006-07-19Update to 1.21:wiz2-6/+6
2006-05-01 v1.21 Tels 96 tests * move the code to build Info.pm to dev/build.pl * include a pre-generated Info.pm into MANIFEST (fixes the indexing issue with CPAN) * dont use Symbol(), it is required before its usage anyway * allow exporting of determine_file_type and image_type * remove a needless diag message in string.t (Thanx jpo!) * add two test TIFFs (little/big endian) and a test file (Thanx jpo!) * create a new, much smaller test.rle file * more tests in t/bmp.t 2006-03-13 v1.20 Tels 74 tests * a few additions to Panasonic MakerNote in EXIF parsing * use Module::Install 0.60 to fix breakage from 0.58 * fix bug #8193: Adds direct access to the determine_file_format logic With the following changes: + read only 11 bytes to determine file format (tiny.pgm is 11 bytes long) + fix provided patch to really work * fix bug #18147: + new TIFF code failed if the system endianness didn't match the TIFF image endianness - thanx jpo! * replace the link to the TIFF spec with a public link - thanx jpo! 2006-03-05 v1.19 Tels 74 tests * finally fix bug #6558: (Thanx jpo!) + fix typos: Image::X(B|P)M must be Image::X(p|b)m (Thanx jpo!) + fix missing semicolon in Image/Info/XPM.pm + Image::Info::XPM and Image::Info::XBM: add -width and -height to new() * add POD for process_file() into SVG, Xbm and Xpm * a few additions to Panasonic MakerNote in EXIF parsing * add doc about EXIF being wholly incomplete and using Image::ExifTool * apply patch, tests and add test.tif from Ben Wheeler, Thanx!: + fix bug #7442 Infinite loop of errors in Image::Info::TIFF + fix bug #3698 Broken BitsPerSample handling in TIFFs 2006-03-03 v1.18 Tels 61 tests * fix bug #6558: Image::Info 1.16 -> fails two tests (Thanx jpo!) + make string.t use strict, Test::More and simplify it + let string.t skip tests if Image::Xpm, Image::Xbm or XML::Simple are not installed (these would formerly silently fail) + Image::Info::XPM and Image::Info::XBM now handle in-memory files better + fix also pod_cov.t warnings (was "Image::Info.pm" vs "Image::Info") * reduce img/test.gif in size, it did eat up 1/3 of the entire dist size * reducing test.jpg with GIMP reveals a bug in EXIF parsing (not yet fixed) * MakerNote parsing: + add support for Panasonic cameras + for the following manufacturers we do not check the camera model, this gets all cameras, even yet unreleased ones to work: + Canon + Panasonic + Casio + Olympus + Fujifilm + UNDEFINED/ASCII strings from MakeNotes might have wrong length due to trailing \x00 chars, so we remove them and set the correct length * update one more URL for EXIF specs * imgdump uses Data::Dumper (not Data::Dump) * Install/build: + use Module::Install and bundle it, clean Makefile.PL up + add a compat Build.PL file * add a CREDITS file * PPM.pm: add VERSION, and POD * various POD fixes and additions * various small code cleanups
2006-07-19Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrcjlam8-19/+8
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using the default LIBTOOL_OVERRIDE to replace libtool scripts in packages. This just formalizes the fact that LTCONFIG_OVERRIDE is not used meaningfully by pkgsrc.
2006-07-19Solaris 5.8 needs its own definition of lround(), too.rillig2-7/+11
2006-07-19Needs intltool.joerg1-2/+2
2006-07-17Changes 6.2.8-4:adam5-17/+21
* Add IsImageSimiliar() method to MagickCore API. * Improve color reduction algorithm for images with transparency. Changes 6.2.8-3: * The -page A4 option no longer returns a width/height of 0. * GetMagickModulePath() at line 803 in magick/module.c the variable 'home' is not freed before returning. * Magick::throwException should not call MagickLib::GetException(). Changes 6.2.8-2: * The DPX orientation header elements are 8 not 16. * Fix the ImageMagick web pages so they render properly. Changes 6.2.8-1: * Fix off-by-one error in DrawAffineImage(). * Set the offset to layer 2 of XCF images. * Set proper precendence so -fx 'p{u[1]*w,u[2]*h}' parses properly (bug
2006-07-16As per Makefile revision 1.49 comment out inclusionseb1-2/+4
of graphics/gd/buildlink3.mk. This fix the build of packages including graphics/graphviz/buildlink3.mk
2006-07-14Add some more missing files to PLIST.wiz2-4/+17
Add intltool to tools. Bump PKGREVISION.
2006-07-12Include some .h files not in PLIST; gimp-ufraw was including them viagdt2-2/+8
gimp includes and failing to build. PKGREVISION++.
2006-07-11PLIST fixadam1-1/+18
2006-07-11update to tgif-4.1.45dmcmahill2-8/+6
-----------------------> tgif-4.1.44 => tgif-4.1.45 <----------------------- 1) Fix a bug with the create_arc_obj() internal command. Thanks to Jack Tucker for pointing out the bug. 2) Fix a bug with measurements in the ruler window when Tgif.ShowMeasure is active. Thanks to Olin Johnson for pointing out the bug. 3) Fix a bug with "tgif -print -pdf". Thanks to Rob for pointing out the problem. 4) Fix a bug with copy and paste in cygwin. Thanks to Tobias Naehring for fixing the bug. 5) Move tgif's web server to a standard web server port (80). The new tgif home page is now at: http://bourbon.usc.edu/tgif/ 6) Please note that as of 5/16/2006, postings to tgif related groups at Yahoo!Groups are restricted to members only. This is done to cut down SPAM. The affected groups are at: http://groups.yahoo.com/group/tgif4-discuss http://groups.yahoo.com/group/tgif4-howto http://groups.yahoo.com/group/tgif4-bugs http://groups.yahoo.com/group/tgif4-develop If you have registered as a member in a group above, you can now only post via the web interface or by sending an e-mail from your registered e-mail address. Sorry about this inconvenience. But there have been just too much SPAM on these lists. 7) Use the X Selections mechanism to perform copy and paste. 8) Add support for linking to an external JPEG file to save file size (under File->Import). Some editing operations cannot be performed on these linked JPEG objects. However, these objects do not have the color limitation of X11 pixmap objects. Therefore, when they are exported in the PS/EPS formation, they will have a lot more colors. 9) The standard Linux distribution now use Xtoolkit by default (this is done by including -DUSE_XT_INITIALIZE in the MISCDEFINES line and -lXt in the SYS_LIBRARIES line of Tgif.tmpl-linux). One advantage of this is that now it's easy to override X defaults. For example, one can use: tgif -xrm "Tgif.Foreground: red" 10) Add support for Tgif.PSDistillerNoImageCompress so that images in a generated PostScript file will \fInot\fR be compressed by a distiller program such as ps2pdf. Thanks to Dirk Farin for supplying the PostScript code. Please use Tgif.PSDistillerNoImageCompress with care. It has been noticed that generated EPS file may not work well with LaTeX. 11) Add support for Tgif.AdditionalPSSetup (and -pssetup commandline option) so that a user can add additiional user specified PostScript code in the PostScript file header (right before %%EndSetup). 12) Support a new commandline option "-noshowpageineps" so that the "showpage" PostScript command is not generated when printing/exporting in the EPS format when tgif is run with "-print".. 13) Add support for Tgif.PSFontNeedCharSubs and Tgif.PSCharSubs.* so that some characters in the non-ASCII portion of a non-iso8859-1 font can be replaced by user specified PostScript characters. Thanks to Peter Dembinski for the suggestion. 14) Add a new X default, Tgif.DrawTextFuncKey_F#, so that a function key can be associated with a list of internal commands (and activiated only in the text drawing mode). 15) Add the following internal commands: set_selected_text_style(<textstyle>) objs_bbox_intersect(<obj1_name>,<obj2_name>,<result_attr>) delete_all_attr_from_selected_objs()
2006-07-11Add missing perl to USE_TOOLS.hira1-2/+2
2006-07-10Changes 2.2.12:adam11-147/+27
- fixed display problem in the Animation Playback plug-in - fixed misbehaviour of the user installation dialog - make sure that session-managed windows are mapped completely inside a monitor - don't use long deprecated libpng API - fixed possible segfault when closing image while saving it - halt tools when the image mode changes - fixed problem in Scale and Resize widgets - fixed wrong offset in transform PDB functions - fixed bugs in the Dicom load plug-in - make sure text widgets get all key events first - fixed problems with default values in the PNG save plug-in - fixed Save As dialog not displaying the filename - fixed compilation problem with gcc 4.1 - plugged a possible buffer overrun in the XCF parser - don't save image parasites twice in XCF files
2006-07-10update to 1.10drochner4-17/+18
changes: * Added h4fromh5 utility. (NCSA seems to be no longer shipping the HDF5/HDF4 conversion tools with the latest HDF5 release.) * Added dkbluered color map, which is similar to bluered but uses a somewhat wider range of colors.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam83-166/+166
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam83-83/+166
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-08Don't try and do visibility stuff with gcc on Solaris as the Solarismarkd3-1/+47
gcc/ld doesn't support it. From Gilles Dauphin in PR pkg/33917
2006-07-08Don't try and do visibility stuff with gcc on Solaris as the Solarismarkd2-1/+24
gcc/ld doesn't support it. From Gilles Dauphin in PR pkg/31545
2006-07-08Patch tcpdump2xplot so that it works with modern tcpdumps which started tobad3-3/+18
print "IP" as the second field for IP packets. Bump PKGREVISION.
2006-07-07LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... justjlam6-12/+11
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC tree unless they're named something other than "libtool". SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just define it to the empty list and shlibtool-override will look for libtool scripts.
2006-07-07Add "twain" plug-in to package list under Mac OS X. Bump package revisiontron2-3/+12
because binary package changed.
2006-07-07The TEST_TARGET "test" does not exist anymore. It is called "check" now.rillig1-2/+2
2006-07-06Don't try and do visibility stuff with gcc on Solaris as the Solarismarkd2-1/+24
gcc/ld doesn't support it. From Gilles Dauphin in PR pkg/33919.
2006-07-06Correctly define int64_t when using gcc -m64 on solaris.markd2-1/+15
Fixes PR pkg/33416.
2006-07-06Changes 2.3.10:adam7-343/+19
- added support for a registration color in the Decompose plug-in - the Align tool now also aligns to guides - allow use CSS color notation in Script-Fu - more work on the new selection tools - let Fractal Explorer work on grayscale and give it a larger preview - speed up Value Invert plug-in - added strong undo/redo functions bound to Shift-Ctrl-[ZY] - use radio items for the image mode menu - applied Tango style on the default iconset - added plug-in for colormap manipulation - allow plug-ins to register in Layers, Channels, Vectors and Colormap dialog - added load plug-in to open desktop links - removed print plug-ins and started work on a replacement using the new GTK+ Print API - added replacements for gimp_foo_select widgets, akin to GimpFontSelectButton - introduced translation context to a number of colliding strings - bug fixes and code cleanup
2006-07-06Fix building on Darwinadam3-3/+57
2006-07-06Add and enable comix.wiz1-1/+2
2006-07-06Import comix-3.3 from pkgsrc-wip, initially package by Hugo Rivera.wiz4-0/+78
Comix is an image viewer specifically designed to handle comic books. It reads ZIP, RAR and tar archives (also gzip or bzip2 compressed), as well as plain image files. It has a simple and user-friendly GUI using PyGTK.
2006-07-06Fixed those pkglint warnings that don't affect the binary package.rillig1-10/+10
2006-07-06Default INSTLIBS to "". Fixes PR pkg/31046markd1-1/+3
2006-07-06On Solaris with "gcc -m64" make sure int64_t defined correctly.markd3-3/+17
Bump PKGREVISION
2006-07-06Remove some sunos5 BUILD_TARGET's that don't exist (any more).markd1-12/+2
Also use the pkgsrc BUILD_TARGET for Solaris on x86 - it does a better job Fixes PR pkg/30581, pkg/30894, pkg/30895, pkg/30684 and pkg/32553.
2006-07-05Update to 1.0beta6:wiz3-7/+27
Version 1.0b6 <2006.03.15> -------------------------- * some bug fixes (this includes fixes to make the package build with gcc-4.1)
2006-07-05Add "lib/pkgconfig/cairo-quartz.pc" (Mac OS X only) to package list.tron2-2/+4
Bump package revision because binary package got changed.
2006-07-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam13-40/+26
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-07-04update to 0.10drochner3-25/+41
changes: * CSV import of data * Stylesheets to easily change graph appearance * Many user interface improvements * Extra plotting features and bug fixes
2006-07-04update to 0.44drochner4-63/+74
changes: * Layers dialog * Outline mode, many performance improvements * Native PDF export with transparency * Clipping and masking support * Configurable keyboard shortcuts, including optional Xara X compatibility * Docked color palette in the editing window * Interactive indicator of the style of selection in the statusbar * Innovative "node sculpting" and other improvements in Node tool * Extensions are enabled by default and work on all major platforms * Better SVG support: <switch> element, ICC color profiles for images * Persistent rotation centers, Paste Size command * New icons, redesigned preferences dialogs, rearranged menus, many cosmetic improvements * Hundreds of bugfixes and smaller features
2006-07-04update to 1.2.0drochner5-39/+48
changes: New, supported backends (PDF, PostScript, and SVG) misc API extensions Optimizations and bug fixes
2006-07-04update to 0.5.6drochner4-49/+6
changes: New GL_EXT_framebuffer_object interface. Add WGL backend. New radial gradient. YV12 surface support. misc fixes additional GL support optimization: avoid context switches
2006-07-03Add gst-plugins0.10-cairo (hi drochner!)xtraeme1-1/+3
Add libscigraphica (hi rillig!)