summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2003-02-15Update to 1.0.6. Author only maintains a CVS ChangeLog that is very difficultjmmv4-17/+14
to track for differences since 1.0.3... anyway, most changes seem to be bugfixes and performance improvements. This closes my own PR pkg/19144.
2003-02-15Update to version 0.3.4.salo6-60/+127
Based on patch from Juan RP via PR pkg/19825. Changes: 0.3.4: ====== - many ui improvements, - support for quadric objects, - support for bicubic (bezier) patch objects, - many cleanups and the usual bugfixes. 0.3.3: ====== - many finish statements are now supported, - support for CSG (contructive solid geometry) objects. - all the transformations are now logged, and can now be edited interactively. - support for height field objects. - bugfixes. 0.3.2: ====== - support for plane and torus in the built-in raytracer. - support for a background color. - light sources can now be edited after their creation. - we can now pan around the scene with the middle mouse button. - bugfixes. 0.3.1: ====== - new csgtree, - more complete switch to gtk+-2.0, - many bugfixes 0.3.0: ====== - port to GTK+-2.0 0.1.12: ======= - A zoom tool, - Mouse pointer shape now show which tool is used, - Scaling in only one direction is now possible, - Precise modification of primitives parameters, - New renderer modules, - Texture editor, - Bugfixes. 0.1.11: ======= - new format supported: GTS (GNU Triangulated Surface), - some more work in the superellipsoid creation dialog, - a new and user-friendly camera view, - rendering in the camera view is now performed by modules, - many code reorganisations, - bugfixes. 0.1.10: ======= - fix compilation for the bishop s3d exporter, - windows titles are properly updated after a save, - Greatly improved the superellipsoid creation UI. - code cleanups, - improved UI, - bugfixes. 0.1.9: ====== - small bugfixes in loading povfiles - some sources reorganisation - new widget to handle colors - support for loading 3D-Studio 3DS files - some other small fixes. 0.1.8: ====== - Code reorganisation - Use of some widget from The Gimp - Splash screen - Preferences handling - Tips-of-the-day dialog - Nice logo from Bruno Bellamy 0.1.7: ====== - a new OO scheme has been adopted - code simplifications - pigments can now be plain, checker, brick and hexagon (more to come) - all objects can now be selected with a single click - Faster Gouraud rendering - bugfixes 0.1.6: ====== - Many code simplifications - All objects that cannot be created have been removed, - Textures are now only pigment, and pigment only color. - Many bugs fixes 0.1.5: ====== - Major bugfixes. 0.1.4: ====== - Spanish i18n. - Many bug fixes. 0.1.3: ====== - Use of GtkItemFactory so the Accelerator keys are saved from session to session, - Giram now use the more up-to-date povfront 1.3.2, - Should now compile with or without gcc, - Some major cleanups, - New icons, - Many bug fixes.
2003-02-14Improve description.wiz2-11/+9
2003-02-14Add and enable libvideogfx (hi drochner!) and gqview-devel.wiz1-1/+3
2003-02-14Development version of gqview (using GTK2).wiz4-0/+61
2003-02-14Update to 2.2.0. Changes since 1.0.4:jmmv4-25/+47
* Translation updates. * Toolbar fix (Christian Neumaier) * Typo fixes. (Kjartan Maraas) * Typo fixes. (Kjartan Maraas) * Documentation updates. - #91027 (Irene Ryan) * URI handling fixes. (Jens) * Don't depend on libgnomeprint until printing is working again. (Jens) * We don't crash anymore if the user doesn't have permissions to read a file - #85263 (Federico). * The window is correctly sized upon startup, and you can shrink it again - #72352, #75713 (Jens). * Nautilus will now display "Display as Image", which is better than "Display as EOG Image" - #73651 (Federico). * Images now have a simple context menu - #75889 (Federico). * We do the right thing to destroy the window list on File/Exit - #86469 (Federico). * Filenames with percent signs in them are now handled correctly - * #89372 (Federico). * The File/Open dialog now displays a list of the supported image types - #85690 (Jens). * Removed Tiles interpolation as it does not make sense for EOG. (Federico) * Reworked preferences dialog and droped View menu settings. (Jens) * Components are installed in $(libexec) (Michael). * Restarted work on the collection component, currently disabled by default (Jens). * No distorted view anymore when resizing an empty window. - #85927 (Jens) * DnD into an empty window doesn't open a new window. (Jens) * Load control ui xml file correctly (Ross Burton). * Fullscreen now uses the whole screen again. (Jens) * Better HIG compliance. (Jens) * Rotating and flipping images - #68340 (Jens). * New Latvian translation (Peteris Krisjanis). * New Bulgarian translation (Borislav Aleksandrov). * New Albanian translation (Laurent Dhima, Christian Rose). * Lots of updated translations. Changes in the package: - Depend on gnome2-dirs. - Use the new schemas.mk framework to handle GConf2 schemas.
2003-02-14Updated to 2.2.0.1. Changes since 2.0.5:jmmv4-13/+28
* libgnomecanvas/Makefile.am (libgnomecanvas_2_la_LDFLAGS): Correct version number error. * configure.in: Add EXTRAVERSION and set to .1. Added missing languages to ALL_LINGUAS. * libgnomecanvas/gnome-canvas.c (gnome_canvas_request_redraw_uta): Comment out assert that caused lots of crashes. * configure.in: Added "mn" to ALL_LINGUAS. * configure.in: added 'ro' to ALL_LINGUAS * libgnomecanvas/gnome-canvas-shape.c (gnome_canvas_shape_init): Initialize shape->priv->scale to 1.0. * configure.in: Similar setup for Win32 build as DLL as in glib etc: Call AC_LIBTOOL_WIN32_DLL. Check for native Win32 or Win32 platform in general (including Cygwin). Set automake conditionals OS_WIN32 and PLATFORM_WIN32. Use gcc -mms-bitfields for binary compatibility with GTK+ DLLs. * libgnomecanvas/Makefile.am: [Win32] Use -no-undefined. Install import libraries. * glade/Makefile.am: [Win32] Use -no-undefined. * libgnomecanvas/gnome-canvas-util.c (gnome_canvas_get_miter_points): Use G_PI and G_PI_2 instead of M_PI and M_PI_2.
2003-02-14GMT_share.tar.bz2 has been updated without changes in the content (sayswiz1-3/+3
diff). Closes PR 19875.
2003-02-13Update to 2.2.0.1.jmmv4-9/+10
This version includes a new pixmap file, advanced-directory.png
2003-02-13This builds again on NetBSD 1.6.1, but only against the latest versionfredb1-4/+2
of avifile-devel. Bump pkgrevision.
2003-02-13update to 1.2.2drochner6-106/+75
changes: -use libvideogfx -USE_BUILDLINK2 -GNU_CONFIGURE
2003-02-13add a video processing lib which is needed for newer versions of dvdviewdrochner6-0/+253
2003-02-13Add suitable arguments to "avifile-config --libs" for autodetected XFree 4fredb4-5/+24
static libraries, where required. [You can't have a shared library run-time dependency on a static library.] This may let "apla" build again on systems with XFree 4 -- not tested.
2003-02-13Mark this package as broken, due to Xv compilation problems.agc1-1/+3
2003-02-07- - Mark the whole mplayer galaxy NO_BIN_ON_{CDROM,FTP}, before we havefredb1-3/+4
to deal with a bunch of broken packages on ftp.netbsd.org and on the CD-ROMS, as one of the dependencies, faad2, gets automatically removed by virtue of the properly noted patent restriction. That'll make any mplayer binaries on the ftp server or on the 1.6.1 CD's impossible for a user to install. - - Actually set NO_SRC_ON_FTP to something, rather than the undefined variable ${RESTRICTED}.
2003-02-06Update my email address.uebayasi1-8/+8
2003-02-05gnome[12]-dirs shouldn't have buildlink2.mk files as they don't havejlam3-6/+9
either shared libraries or header files. Remove references to these buildlink2.mk files from package Makefiles.
2003-02-05Create the plugins directory before installing things into it.jlam1-1/+2
2003-02-03The directory name is "dvdbackup", not "dvdback"agc1-2/+2
2003-02-03Update checksums for the skins (again), but this time use the (newly)fredb3-104/+152
versioned skins, and fall back to ${MASTER_SITE_LOCAL}. A couple go away, and add a couple new ones, so update ${PKGREVISION}. Closes PR's pkg/20077 and pkg/20146.
2003-02-02Update HOMEPAGE -- it is now http://avifile.sourceforge.net/zuntum2-4/+4
2003-02-02Added and enabled dvdbackupwulf1-1/+2
2003-02-02Initial import of dvdbackup-0.1.1, a DVD backup utility.wulf5-0/+46
2003-01-31Updated to p5-Image-Size-2.991shell2-6/+6
Changes : * Small fix to setup of scalar refs in Size.pm, in case the ref points to an undef value. * Code clean-up on the imgsize script. * Applied two patches from Ville Skyttä <ville.skytta@iki.fi> : - providing support for MNG - supporting anything Image::Magick does.
2003-01-31Updated to libexif-gtk-0.3.3shell4-9/+14
Changes on pkgsrc : - fmt on DESCR Changes since libexif-gtk-0.3.2 : - add es and fr translation - more typo fixed see ChangeLog for more
2003-01-31Updated to libexif-0.5.9shell5-15/+16
Changes in pkgsrc : - fmt on DESCR - fetch .tar.bz2 Changes since libexif-0.5.8 - add USER_COMMENT support - some documents fixed
2003-01-30Update to version 0.28.salo4-21/+14
Provided by Juan RP via PR pkg/19798, also closes PR pkg/19616 by Gan Uesli Starling. Changelog: Sodipodi 0.28 ============= * Eliminated lagging-behind-UI event queues * Eliminated expensive intersection tests for select-only updates * MMX optimizations for most heavily used pixel operations * Compilation speedups * Way to add custom freetype-readable fonts, having real vertical metrics * Fully dynamic XML editor * Combine and Convert to curve work on multiple items selected * userSpaceOnUse units are supported, nautilus-readable icons can be drawn * Way to specify reflect and repeat gradient spreads * Patterned lines * Node editing has stamping too Sodipodi 0.27 ============= * Transformation 'stamping' * Objects with either or both dimension zero show size correctly * Fully functional radial gradients * Patterns are displayed (no editing yet) * You can enter arbitrary unicode values in text context * Much faster text display * Rule scale and origin can be changed * Lots of bugfixes Sodipodi 0.26 ============= * Works now on locales using ',' as decimal separator * Writes DTD correctly, Sodipodi files are viewable with Adobe SVG plugin * Text is editable in place * Plain SVG saving mode * Recently opened files list * Fill rule can be changed * Lots of bugfixes
2003-01-30We install into ${PREFIX}, not ${X11PREFIX}.jlam1-2/+2
2003-01-30Bump PKGREVISIONs of libflash, flashplayer, and moz-flash. Thesejlam16-154/+181
packages can now use audio/oss for OSS audio support. Convert to use buildlink2 and make libflash.so link against the proper libraries so that all inter-library dependencies are recorded. Also build moz-flash using libtool instead of guessing at the link command for the shared module.
2003-01-30sortjlam1-14/+14
2003-01-29Add and enable filmgimp.jlam1-1/+2
2003-01-29Initial import of Film Gimp 0.15 as graphics/filmgimp.jlam4-0/+544
Film Gimp is an image retouching and painting tool with features similar to GIMP and Adobe Photoshop, and is recognized as a tool for motion picture artists; however, anyone who wants to retouch or paint images can use Film Gimp. The primary feature of Film Gimp is its vast dynamic range: 16-bits per channel (64-bit RGBA). The extended dynamic range of Film Gimp appeals not just to 35mm cinematographers, but to 35mm still photographers as well. Still photographers can think of Film Gimp as having many more F-stops of range, of being capable of capturing much more subtle nuances of color in a vast blue sky for instance. Film Gimp handles 8-bit, 16-bit linear, and 16-bit float images.
2003-01-28Depend on gnome1-dirs to handle shared directories. Bump PKGREVISION.jmmv4-9/+10
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam10-44/+44
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2003-01-26Remove the arm32 optimization workaround as it applies to egcssalo1-3/+3
only and at least GCC 2.95.3 is required by the package. Tested by martin on shark.
2003-01-26Add and enable "divxplayer".fredb1-1/+2
2003-01-26Initial import of divxplayer, DivX(TM) Video Player for Linux fromfredb5-0/+69
DivX.com. This was submitted by David Ferlier in PR pkg/19753. The DESCR and COMMENT were evidently taken from the FreeBSD port.
2003-01-25Implement last change to require newer gcc different,hubertf1-4/+2
hinted at by wiz.
2003-01-25Add a buildlink2.mk file for use by other package Makefiles.jlam1-0/+24
2003-01-25Use buildlink2.jlam1-5/+5
2003-01-25This pkg needs a newer gcc than what comes with NetBSD for 1.[543]*hubertf1-2/+8
Tested on 1.5.1/cobalt.
2003-01-24When compiling on cobalt, this spins when compiling one .c file with ↵hubertf1-3/+3
optimisation turned on. Reduce optimisation for mipsel.
2003-01-24Does not seem to use ncurses specific stuff -- builds fine on 1.6L with ↵wiz1-2/+1
native curses. Remove USE_NCURSES.
2003-01-24Bump PKGREVISION of graphics/py-gdchart to 2 in the aftermath of gdchartjlam1-4/+4
installing shared libraries. Also convert to use buildlink2.
2003-01-24Now that we build a gdchart shared library, we should ensure that thejlam4-10/+9
correct libraries (-lgd) are added to the link command to produce the correct inter-library dependencies. Bump the PKGREVISION of graphics/gd to 3.
2003-01-24The gdchart shared libraries have interlibrary dependencies on the jpegjlam1-1/+3
shared libraries, so include jpeg/buildlink2.mk in gdchart/buildlink2.mk.
2003-01-24Update to 1.2.1:wiz2-5/+5
The French, Japanese, and Russian translations were updated, and several minor issues and a bug were fixed.
2003-01-23Update checksums for the announced skin updates. There is presumably nofredb1-41/+41
security threat from the skins. Closes PR pkg/19993.
2003-01-21Fix build when gtk2 is found.wiz2-5/+14
2003-01-20The ${CFLAGS} fix-up in Makefile.cflags must come after everything, evenfredb4-12/+12
bsd.pkg.mk, to completely master all CFLAGS settings. This fixes the build in the MPLAYER_ENABLE_RUNTIME_CPU_DETECTION=NO case (PR pkg/19946). This isn't the only way this package wantonly disregards buildlink's rule. In any case, binary packages are still problematic, even with the runtime detection, as one of the dependencies (audio/faad2) may not be distributed as a binary.