summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2003-02-27fix indenting and remove some parens.grant3-11/+11
2003-02-26Bump PKGREVISION because of library major bump in libdvdread.wiz6-9/+12
2003-02-25tidy up post-patch and post-configure targets:grant1-10/+9
- fix sed delimeter, quoting, consistency - whitespace police
2003-02-24Updated to version 1.2.5.salo3-8/+8
Changes: - Fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=169911 - Start of IPC code, not used yet. - Experimental speedup for caption editing. Caches the bg pixmap for the image (which doesn't change when you're just editing a caption) so only the overlay needs to be re-rendered on each change to the caption. Definitely makes a difference when editing captions on a large, fullscreen image. - Tweak event handling - don't nuke queued keyevents when we're accepting input for caption entry. - Fixed wrapping for long lines with no spaces - Caption editing, also requested by David Blackman <david@whizziwig.com> Hit 'c', edit caption, enter to confirm the changes or Escape to revert. (Only when --captions-path has been specified). - Spotted a couple of minor bugs as I went through stuff, fixed those two. - New option --captions-path. Specify a path (relative to each image) to a directory with captions in and feh will overlay them on the image. It even does text wrapping and centering! Example, run feh --captions-path captions testimages for image testimages/donna1.jpg, feh will look for a caption in testimages/captions/donna1.jpg.txt
2003-02-22Enable on NetBSD/alpha, with patches submitted by Dave Huang in PR/20468.fredb6-8/+43
One more platform (maybe NetBSD/amiga?), and I think we could just remove the platform restriction entirely.
2003-02-22Override config.{guess,sub} so that we build on platforms such as CATS.skrll1-1/+3
This is needed now as LTCONFIG_OVERRIDE was changed to LIBTOOL_OVERRIDE.
2003-02-21Make sure that we look for the imlib libraries in the right place evenskrll1-1/+2
if xpkgwedge is installed. Fixes PR 19322.
2003-02-20Prevent hidden dependency on bonobo if it's installed prior to gtkam.salo1-1/+4
Patch from Marc Recht via PR pkg/20428.
2003-02-18GConf2's buildlink2.mk now creates a gconftool-2 wrapper which prevents thejmmv2-11/+3
configuration database from beeing modified by packages that do not honour the --disable-schemas-install option. There is no need to patch these broken packages any more. Okay'ed by wiz.
2003-02-18Use the omf.mk file provided by the scrollkeeper package to automaticallyjmmv2-4/+5
rebuild the documentation database at install/deinstall time. This means that: - PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly; this is done by a bsd.pkg.install.mk template. - The share/omf directory is only removed by scrollkeeper, which is the last package in the dependancy tree. - PKGREVISION is bumped. Reviewed by wiz.
2003-02-18update mplayer to 0.90rc4, from <juan@xtraeme.dyndns.org> in PR#20307.mrg5-61/+62
changse from rc4: "FlameCounter" DOCS: * some clarification and updates in the English DOCS * massive translation and help-file updates Fixes: * -ac hwac3 fixed (was broken in rc3) * vo_svga: 4bp & 8bpp fixes * various GUI fixes, including some critical bugs * rage128 VIDIX PPC fixes * libmenu: one crash fixed, some cleanup * fixed ./configure --cc="ccache gcc" * -loop fixes, now -loop 2 plays it twice :) * the volume symbol of OSD fixed (|\ -> /|) * 32bpp QT-RLE support * Altivec on non-Darwin systems support * QuickTime reference file support fixes * mp3lib: layer-2 decoding fixes * updates to extension->demuxer mapping table * libavcodec: DivX 5.03 decoding fix * ao_oss: limited channels handling fixed * fixed OGM subtitles and iconv * fixed -subcp option with unicode truetype fonts * -mf: type detection (based on extension), better defaults * vo_xv: -fixed-vo support fixed (fullscreen switching) * ogg-in-avi (audio format 0xFFFE) demuxing fixed * vorbis decoding fixed (outer loop cleanup) * swscaler: 4bpp depth 1 pixel/byte format support for -vo svga * missing error message in command line parser for missing parameters * swscaler: YVU9->YV12 fixes * -ao mpegpes + -ac hwac3 fixed * -ao pcm bogus wav header fixed * -vo x11 + -wid fixed * auto-insert the 'palette' filter if needed, support fixed in filters * the sig11 when playing second audio-only file fixed * configure: detection of cdda, nas, i18n, svgalib, faad2, lame fixed * -af/-af-adv support in mencoder fixed * libmpdvdkit2: upgraded to use libdvdcss 1.2.5 Features: * raw video support (-rawvideo, similar to -rawaudio) * experimental mpeg4-ES support (enable with -demuxer 27 -fps xxx) * new video filter: field (cheap deinterlacer) * dvd/vobsub improvements: positioning, optional gaussian blur scaler * vf_bmovl: 400% speedup :) * libavcodec: native DV audio decoder * GIF demuxer (for animated GIFs) * new noise removal filter: -vop denoise3d * per-channel gamma and MMX-opt'ed bri/cont/saturation support in -vop eq2 * live.com lib support cleanup, support for more stream types * importing the playtree into the Gui instead of gui's own playlist hack * support for the xvid and divx4/5linux libraries at the same time * -fstype option: override priority/layer of the fullscreen switch methods * libavcodec: some B-frames related encoding failures/crashes fixed
2003-02-18LTCONFIG_OVERRIDE->LIBTOOL_OVERRIDEsalo1-2/+2
Addresses PR pkg/20402 by Stephen Degler.
2003-02-17convert to use test target from bsd.pkg.mkdillo1-4/+2
addresses PR pkg/19416
2003-02-17Add & enable scrotzuntum1-1/+2
2003-02-17Initial import of graphics/scrot (version 0.6)zuntum4-0/+31
scrot is a commandline screen capture util like "import", but using imlib2 Provided by Juan RP in PR#19604.
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.