summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2006-01-24Added graphics/wxsvg.-xtraeme1-1/+2
2006-01-24Initial import of wxsvg-1.0beta5.xtraeme5-0/+238
wxSVG is C++ library to create, manipulate and render SVG files. Some python bindings and tools are also planned.
2006-01-23Don't install faked cat pages, only real the real man page.joerg3-5/+5
Bump revision.
2006-01-23Replace hardcoded "-lpthread" with "PTHREAD_LIBS" and "PTHREAD_LDFLAGS".tron2-1/+15
That should fix the build under DragonFly.
2006-01-22Update message. The proposed rm of the ~/.blender needed the flags `-rf' toreinoud1-2/+2
be effective. Not a problem, but an annoyance for users that might not be well introduced enough.
2006-01-22added hack for handling of inttypes.h on IRIX 5.3schwarz1-1/+12
2006-01-22Update to 0.99:wiz3-39/+60
xsane-0.98b -> 0.99: -------------------- - added preferences/setup options: - save_ps_flatdecoded - save_pdf_flatdecoded - fax_ps_flatdecoded - printer[i].ps_flatdecoded - changed xsane-preferences reading routines for printer definitions and preset area definitions - changed postscript and tiff saving routines: - split in subroutines: - create_document_header (ps, pdf) - save image as page (ps, pdf, tiff) - create_document_trailer (ps, pdf) - split xsane.c into xsane.c, xsane-fax-project.c and xsane-mail-project.c - created xsane-multipage.c that adds a multipage project dialog supported file formats: - ps - pdf - tiff - corrected viewer to display bits/sample and size correct - changed handling of viewer filename and filetype selection: when a new viewer window is created then it copies the active filename and filetype. Changing the viewer´s selection does not change the prefered setting any more. - when no resolution option is available then xsane uses a resolution of 72.0 dpi. This e.g. is used for postscript and PDF. - changed tiff saving routine: - added deflate (zip) compression for 8 bit and 16 bit / sample images - corrected jpeg rgb compression - changed mixed up e-mail names (mail, email, e-mail): - all xsane internal names are: email - all user visible texts are : e-mail - changed acceleration key for email mode to GDK_E - changed command line option from --mail and -m to --email and -e - changed name of notebook "image" to "filetype" - when force_filename is set then the filetype is defined by the filename instead of preferences.filetype - project dialog position is saved in devices preferences now - when a dialog is closed then the position is stored in preferences so it can be saved when the window is invisible at program exit - changed handling of ADF: - removed ADF scanmode selection from setup - added entry for number of pages to scan in xsane main dialog - next scan is not started by g_signal_emit_by_name(xsane.start_button, "clicked"); /* press START button */ any more. This executed the next scan before all active scan subroutines have been finished. Now we use gtk_timeout_add(100, (GtkFunction)xsane_scan_dialog, NULL); to start xsane_scan_dialog after 100ms. - batch scan window now uses preview levels (zoomed previews) to display batch icons - added ASMTP authentication PLAIN and LOGIN - changed size definition of preview window for GTK2 to gtk_window_resize() - added $(DESTDIR) before each destination path in all Makefile.in - made usage of MKINSTALLDIRS unique in all Makefile.in - cleaned up subdir intl - translations: U=updated (* for 0.99-pre1), N=not updated, A=added/new cs da de es fr hu it ja nl pl pt pt_BR ro ru sk sl sr sv tr vi zh U U U N N U N N U* U* N N N U N U N N U* N N last upd 96 95 96 95 96 96 96 98 76 92 96 96
2006-01-21Update package Makefile now that bsd.pkg.extract.mk is using thejlam3-7/+3
"extract" script for extraction. Many cases where a custom EXTRACT_CMD simply copied the distfile into the work directory are no longer needed. The extract script also hides differences between pax and tar behind a common command-line interface, so we no longer need code that's conditional on whether EXTRACT_USING is tar or pax.
2006-01-20Rename the following variables to reduce the number that we need to track:jlam1-2/+2
EXTRACT_CMD_OPTS.bin -> EXTRACT_OPTS_BIN EXTRACT_CMD_OPTS.lha -> EXTRACT_OPTS_LHA EXTRACT_CMD_OPTS.rar -> EXTRACT_OPTS_RAR EXTRACT_CMD_OPTS.tar -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tar.Z -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tar.bz2 -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tar.gz -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tbz -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tbz2 -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tgz -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.zip -> EXTRACT_OPTS_ZIP EXTRACT_CMD_OPTS.zoo -> EXTRACT_OPTS_ZOO EXTRACT_CMD_OPTS_tar.gz -> EXTRACT_OPTS_TAR
2006-01-20USE_LIBTOOL=yesjoerg1-1/+2
2006-01-20USE_LIBTOOLjoerg1-1/+2
2006-01-20Update to 2.12.2:jmmv3-7/+8
* Release for GNOME 2.12.2 Translations * Ilyas Bakirov (ky)
2006-01-20Update to 2.12.7:jmmv2-7/+6
2005-10-08 Dom Lachowicz <cinamod@hotmail.com> * configure.in: 2.12.7 * rsvg-cond.c: Fix up <switch> conditional comparisons * rsvg.c: Make XML entities work, thus passing a few more conformance tests. Needs libxml2 2.6.22 or better. Disable entities otherwise. 2005-10-08 Caleb Moore <c.moore@student.unsw.edu.au> * rsvg-art-paint-server.c: stopped strangely transformed gradients from getting flipped. Bug #318097/#166673
2006-01-19Remove unnecessary DECOMPRESS_CMD setting, which is automatically takenjlam1-2/+1
care if in bsd.pkg.extract.mk based on the EXTRACT_SUFX.
2006-01-19Changes 6.4:adam21-172/+136
New: - Added a fast XOR line drawing function in Xlib driver - Added support for GL_ARB_texture_mirrored_repeat to savage driver (supported only on Savage4 hardware). Changes: - Mesa now packaged in three parts: Library, Demos and GLUT Bug fixes: - GLX_X_RENDERABLE token wasn't accepted by glXChooseFBConfig - Some files were present multiple times in the 6.3.2 tarballs - r200_vtxtmp_x86.S file was missing from 6.3.2 tarball (bug 4207) - glxgears_fbconfig demo didn't work (bug 4237) - fixed bug when bilinear sampling 2d textures with borders - glXCreatePbuffer() could segfault instead of returning 0 (bug 4235) - fixed undefined frexp and rand in X.org libGLcore.a (bug 4242) - fixed a few problems with proxy color tables (bug 4270) - fixed precision problem in Z clearing (bug 4395) - glBitmap, glDraw/CopyPixels mistakenly generated selection hits - fixed potential segfault caused by reading pixels outside of renderbuffer bounds - glGetTexLevelParameter didn't accept GL_TEXTURE_DEPTH_SIZE_ARB - fixed memory corruption bug involving software alpha buffers - glReadPixels clipped by window bounds was sometimes broken - glDraw/CopyPixels of stencil data ignored the stencil write mask - glReadPixels from a texture bound to a framebuffer object didn't work - glIsRender/FramebufferEXT weren't totally correct - fixed a number of point size attenuation/fade bugs - fixed glFogCoord bug 4729 - GLX encoding for transpose matrix functions was broken - fixed broken fragment program KIL and SWZ instructions - fragment programs that wrote result.depth.z didn't work Changes 6.4.1: Bug fixes: - redefining a vertex program string didn't take effect in TNL module - fixed occasional segfault upon vertex/fragment parsing error - vertex program LIT instruction didn't handle 0^0=1 correctly - fragment program fog option didn't work with glDrawPixels, glBitmap - USE_MGL_NAMESPACE didn't work for x86-64 - OSMesa demos were missing from previous release tarballs - fixed problem with float->ushort conversion in glClear (bug 4992) - popping of GL_EYE_PLANE texgen state was broken (bug 4996) - popping of GL_SPOT_DIRECTION light state was broken (bug 5005) - fixed occasional triangle color interpolation problem on VMS - work around invalid free() call (bug 5131) - fixed BSD X server compilation problem by including stdint.h
2006-01-19Changes 0.5:adam4-28/+36
++ Added pngxtern, a libpng add-on for external image format support: BMP (uncompressed), GIF, PNM. (This was incorporated from OptiPNG-Plus.) ++ Implemented RGB(A)-to-palette reductions. + If trials are ended prematurely, detailed progression is only reported under the user option -v. - Removed reporting of some IDAT sizes that exceeded the optimum. (This was NOT a bug, but a "feature" that confused some users.) ! Fixed an RGB-to-gray reduction problem that occured under some specific background colors. + Added support for builds based on the system-supplied zlib. * Modified LICENSE. It is now a verbatim spell of the zlib license.
2006-01-19Replace use of FILES_SUBST_SED with SUBST.joerg1-7/+7
2006-01-18Changes 0.2.8.4:adam5-22/+20
* 3 patches from Caolan at RedHat: remove unnecessary extra linked libs; remove some warnings; rh154813 which (same redhat issuzilla bug id) I theorize fixes some upsidedown wmfs.
2006-01-18Rename gstreamer, gst-plugins and gst-plugins-* to gstreamer0.8,jmmv11-36/+34
gst-plugins0.8 and gst-plugins0.8-* respectively. This is to leave room for gstreamer 0.10 (which will be added with versioned names too, to avoid annoying renames in the future). While here, do some changes: - Make gstreamer0.8 use the alternatives system to provide the unversioned gst-* utilities. - Rename all internal variables to have 0.8 in them to make it clear which package they belong to.
2006-01-17Add a patch via Debain to address:adrianp3-3/+18
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3340 "The vulnerability is caused due to temporary files being created insecurely in the "/tmp" directory by the tuxpaint-import.sh script. This can be exploited via symlink attacks to create or overwrite arbitrary files with the privileges of the user running the affected script." Bump to nb6.
2006-01-16Changes 10.31:adam6-50/+29
* Bug fixes
2006-01-15Be nice and include sys/types.h before sys/ipc.h.joerg7-1/+132
Try to fix stricter GCC 3.4 template handling.
2006-01-15BUILD_USES_MSGFMT works better if deve/gettext-lib is included as well.joerg1-1/+4
Keep it as build time dependency, since no executables are installed.
2006-01-15Remove trailing / from source directory. Unbreaks build on DragonFly.joerg1-2/+2
2006-01-15This package requires ruby-gnome2-gtk>=0.14.1nb1 to work properly.minskim1-2/+3
Bump PKGREVISION due to dependency change.
2006-01-15Use RUBY_SITEARCHLIBDIR and RUBY_DLEXT in PLIST to build on more platforms.minskim3-6/+6
Patches from dieter Roelants and Takahiro Kambe.
2006-01-15Fix build against libexif-0.6.13.wiz1-1/+8
2006-01-13Make build against libexif-0.6.13.wiz5-5/+63
2006-01-13Correct libglade dependency -- package wants at least 2.4.0.wiz1-1/+2
2006-01-13note that this is the development version leading up to 2.4gdt1-0/+1
2006-01-13Changes 2.3.6:adam4-15/+23
- even faster application startup - binary relocatibility on Linux by means of binreloc - be more verbose when being asked for it - select color index when picking from an indexed drawable - allow to migrate windows between displays - mouse-wheel scrolling and zooming in plug-in previews - added keyboard shortcuts ([ and ]) for changing the brush radius - improved Oilify plug-in - bug fixes and code cleanup Changes 2.3.5: - optionally add jitter to paint strokes - implemented Snap to Path - added PDB API to access the Image Grid - ease access to Keyboard Shortcuts editor - optimizations to the Tile Cache and Undo/Redo implementations - more work on the Buffer PDB API - bug fixes to the new zoomable plug-in previews - optimization of the SIOX algorithm - menu reorganisation in the Toolbox menu - export "Open As Layer" to the PDB as file-load-layer - added keyboard control for the Curves tool - load and save embedded ICC profiles from/to PNG images - improved appearance of some tool icons on dark background - added PDB API to get and set path visibility - let data editors follow the active brush, palette and gradient (optional) - some rearrangements in the new toplevel Colors menu - speed up reloading of data files - allow to copy the location of data files to the clipboard - allow to disable saving of the document history in the preferences - slightly faster application startup - more use of ngettext for plural forms - bug fixes and code cleanup
2006-01-12Removed the misplaced definition of PKGREVISION. All packages that use thisrillig1-2/+1
file already override this, so no other changes are needed.
2006-01-12Fix mustek_ubs2 support for DragonFly by fixing pthread detection,joerg1-0/+30
left-over from last commit.
2006-01-12Correctly quoted the substitution patterns to ${PAX}.rillig1-4/+8
2006-01-12make this compile on IRIX by passing '-c99' to the mipspro compilerjschauma1-1/+7
2006-01-12Make this compile under IRIX by passing '-c99' to the mipspro compiler.jschauma1-1/+7
2006-01-12mustek_usb2 needs pthread, so fix detection on DragonFly.joerg2-2/+4
2006-01-12Fix errno.joerg3-1/+29
2006-01-10Make build after libexif update.wiz4-3/+35
Add pkg-config to USE_TOOLS, used by libexif.
2006-01-09Fix errno. Fix GCC 3.4+ constructor issues. Move an extern up into ajoerg4-8/+55
central header.
2006-01-09Remove patch-aa and patch-ab as exif_get_sshort is no more declared statictonio3-29/+1
Fix build under darwin/gcc4
2006-01-08Make teTeX3 the default TEX_DEFAULTtonio2-22/+18
bump PKGREVISION where necessary Move PKG_TEXMFPREFIX and PKG_LOCALTEXMFPREFIX definitions to teTeX?/buidlink3.mk, so that packages may include print/teTeX1-bin/buildlink3.mk directly (however, using teTeX/module.mk do not allow that)
2006-01-08Add ruby-gnome2-gnomecanvas.minskim1-1/+2
2006-01-08Import ruby-gnome2-gnomecanvas from pkgsrc-wip. Packaged by Dieter Roelants.minskim3-0/+24
Ruby-GNOME 2 is a set of Ruby language bindings for the various application development libraries included with the GNOME/GTK+ environment. Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
2006-01-08Add ruby-gnome2-libart.minskim1-1/+2
2006-01-08Import ruby-gnome2-libart from pkgsrc-wip. Packaged by Dieter Roelants.minskim3-0/+23
Ruby-GNOME 2 is a set of Ruby language bindings for the various application development libraries included with the GNOME/GTK+ environment. Ruby/Libart2 is a Ruby binding of Libart_lgpl.
2006-01-08Add ruby-gnome2-gdkpixbuf.minskim1-1/+2
2006-01-08Import ruby-gnome2-gdkpixbuf from pkgsrc-wip. Packaged by Dieter Roelants.minskim3-0/+22
Ruby-GNOME 2 is a set of Ruby language bindings for the various application development libraries included with the GNOME/GTK+ environment. Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
2006-01-07Add same fix for new libexif as in libgphoto2. Noted needed by veego.wiz1-1/+7
2006-01-07Tell configure we really do not want doxygen (breaks installation,wiz1-1/+2
and would break PLIST if it succeeded). Reported by veego.