summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2003-12-16Fix build on NetBSD and remove unused patch.recht5-23/+20
Provided by Soren Jacobsen in PR 23771
2003-12-16Apply gqview-devel update from Soren in PR 23770.ben2-6/+5
Changes since 1.3.5: * Port to GTK2 completed, lists are now GtkTreeViews. * Drag and drop now works with button 1 (see notes below). * Added preview of results when auto renaming files. * Middle button now toggles item selection. * Improved moving of images within collection window. * Now shows safe delete status in delete dialogs. * Removed "Insert file drops at pointer location" option. * Some options in preferences window were moved to advanced tab. * Drag and drop now works fully with nautilus and konqueror. * Fix removal of of old thumbnails, broken by previous release.
2003-12-15Update to 2.4.1xtraeme3-14/+14
Changes: - Better filename -> UTF-8 translation - #122671, #117838 (Jens, Hidetoshi Tajima) - configure switch to disable libexif support - Added X-GNOME-DocPath to .desktop file - Fixed crash on shutdown - Fixed crash when libexif is not available - Fixed duplicate size entries in info view - Update image infos on modification - Translation Updates. And more... review Changelog to see a full list of changes.
2003-12-14Update to 2.4.1.1xtraeme4-56/+11
All pixmaps were updated for GNOME 2.4.
2003-12-14Update to 2.4.0, based on work done by xtraeme@:jmmv4-18/+14
Version 2.4.0 - gdk-pixbuf loader fix - support for title and desc elements Version 2.3.0 - Support Paths inside of <defs> and use them in <use/> statements - Vastly improved CSS support (libcroco and builtin) - LibCroco CSS support - Improved support for Gimp plugin
2003-12-14Update to 2.4.0, based on work done by xtraeme@.jmmv4-32/+22
2003-09-01 Anders Carlsson <andersca@gnome.org> * configure.in: Release 2.4.0 2003-09-01 Christian Rose <menthos@menthos.com> * configure.in: Added "ne" to ALL_LINGUAS. 2003-08-31 Laurent Dhima <laurenti@alblinux.net> * configure.in: Added "sq" to ALL_LINGUAS. 2003-08-25 Anders Carlsson <andersca@gnome.org> * configure.in: Release 2.3.7 2003-08-11 Anders Carlsson <andersca@codefactory.se> * configure.in: Release 2.3.6 2003-08-07 Anders Carlsson <andersca@codefactory.se> * configure.in: * docs/reference/Makefile.am: * docs/reference/libgnomecanvas-docs.sgml: * libgnomecanvas/gnome-canvas.c: Generate xml documentation. Fri Aug 01 11:49:34 2003 George Lebl <jirka@5z.com> * libgnomecanvas/gnome-canvas.c: Inside the do_update function it is possible that during picking we emitted an event in which the user then called some function which then requested update of something. We thus need to check again if we need to update stuff as without that we'd be left in a state where need_update would have been left TRUE and the canvas would have been left unpainted until another expose event. 2003-07-10 Joel Brich <joel.brich@laposte.net> * configure.in: Added "eo" to ALL_LINGUAS. 2003-06-20 Samúel Jón Gunnarsson <sammi@techattack.nu> * configure.in: Added "is" to ALL_LINGUAS 2003-06-16 Taneem Ahmed <taneem@eyetap.org> * configure.in: Added "bn" to ALL_LINGUAS. 2003-06-11 Kenneth Rohde Christiansen <kenneth@gnu.org> * configure.in: Added "li" to ALL_LINGUAS. 2003-05-18 Martin Kretzschmar <m_kretzschmar@gmx.net> Implement general clipping in clipgroup. Fixes bug #104602. 2001-12-06 Lauris Kaplinski <lauris@kaplinski.com> * gnome-canvas-clipgroup.c (gnome_canvas_clipgroup_update): Invoke parent method with NULL clippath, recalculate bounding box (gnome_canvas_clipgroup_render): Implement, do buffer/buffer clipped composition here (gcg_buf_new): Quick'n'dirty buffer cache (gcg_buf_free): Ditto (gcg_mask_new): Ditto (gcg_mask_free): Ditto 2003-05-13 Telsa Gwynne <hobbit@aloss.ukuu.org.uk> * configure.in: Added "cy" to ALL_LINGUAS. 2003-05-07 Abel Cheung <maddog@linux.org.hk> * configure.in: Added "cs" to ALL_LINGUAS. 2003-05-05 Christian Rose <menthos@menthos.com> * configure.in: Added sr and sr@Latn to ALL_LINGUAS. 2003-05-03 Kjartan Maraas <kmaraas@gnome.org> * docs/reference/*: Merged docs from branch. * libgnomecanvas/gnome-canvas-util.h: Same here. 2003-05-03 Kjartan Maraas <kmaraas@gnome.org> reviewed by: Tim Janik <timj@gtk.org> * libgnomecanvas/gnome-canvas-line.c: (gnome_canvas_line_update): Fix for bug #72424. AA Canvas crashes if you create a line that has arrows enabled but not yet any point positions set. Patch from Andreas Holzmann <Andreas.Holzmann@epost.de>. * libgnomecanvas/gnome-canvas-pixbuf.c: Fix for bug 97604. Certain affine transforms do not work for pixbuf items. Patch from Jim Evins <evins@snaught.com>. (gnome_canvas_pixbuf_render): Same as above. * libgnomecanvas/gnome-canvas-shape.c: (gnome_canvas_shape_update): Fix for bug #98258. Outline widths of rect, ellipse, and polygon items don't rotate. Patch from Jim Evins <evins@snaught.com> Mon Mar 31 07:21:33 2003 Tim Janik <timj@gtk.org> * libgnomecanvas/gnome-canvas-pixbuf.c: (gnome_canvas_pixbuf_update): change update logic to fix redrawing bugs. 2003-03-27 Anders Carlsson <andersca@codefactory.se> * configure.in: Release 2.3.0 2003-03-26 Christian Rose <menthos@menthos.com> * configure.in: Added "yi" to ALL_LINGUAS. 2003-03-21 Guntupalli Karunakar <karunakar@freedomink.org> * configure.in: Added "ml" to ALL_LINGUAS 2003-03-19 Paul Duffy <dubhthach@frink.nuigalway.ie> * configure.in: Added "ga" to ALL_LINGUAS. 2003-03-06 Sebastian Rittau <srittau@jroger.in-berlin.de> * libgnomecanvas/gnome-canvas.c (gnome_canvas_w2c_d): Corrected docstring so that "returns" is not the first word on a line. * docs/reference/libgnomecanvas-sections.txt: Inserted *Class definitions into standard sections. Moved *Priv definitions into private sections. * docs/reference/libgnomecanvas-docs.sgml: Fixed file include: sgml/gnome-canvas-rect-ellipse.sgml -> sgml/gnome-canvas-ellipse.sgml
2003-12-14Update ivtools to version 1.1.2.markd19-552/+8
Changes from 1.1.0: incorporation of our patches in the standard distribution.
2003-12-13Update MAINTAINER email address.ben3-6/+6
2003-12-13Bump PKGREVISION for atk library major bump.wiz25-45/+50
2003-12-12update to the 031029 version and add the qtextras codecsrecht3-8/+19
2003-12-12Update to 1.0rc3.wiz11-136/+459
Package fixes: mencoder now installs a correct man page link on MANZ=1 systems. Added a patch so this might compile on amd64 systems, addresses PR 23727. Changes: MPlayer 1.0pre3: "The Real Counter" DOCS: * all MPlayer and MEncoder options documented * all FFmpeg/libavcodec options documented * Support for building incomplete XML documentation * Support for building all-in-one HTML docs * HTML documentation obsoleted * English, Polish and French HTML documentation removed * Spanish documentation translation finished * Macedonian runtime output translation added * small improvements and bug fixes all over the place Ports: * fixed compilation of Matroska on MinGW32/Cygwin * support for detecting non-Intel CPUs under Cygwin * sub autoloading under Windows * removed pthread dependency (compiles out of the box on a default NetBSD install) * more 64 bit fixes * a lot of Mac OS X fixes * prefer TOOLS/cpuinfo over linuxemu's /proc/cpuinfo under FreeBSD/x86 * Darwin XMMS libs supported * support newer Darwin versions in Altivec detection code * support for newer Apple GCCs Codecs and demuxers: * better support for (buggy) MEncoder created streams in libmpeg2 * MPEG-TS demuxer updates * fixed the MPEG muxer * fixed tons of bugs in MMS streaming * user settable http user-agent field * improved (now working) seeking with support for growing files in Realmedia format * saveable and loadable index files (workaround for formats not supporting files over 2GB) * Ultimotion VfW decoder * support for MMS streams with UTF urls * big DVB demuxer update * fixed MOV demuxer to always read ImageDesc (fixes ffsvq3 bugs) * fixed an old bug in AVI/Waveformatex size calculation * XviD API-4 (1.0 beta2) support * improved FLAC-in-Ogg support * Matroska: better AC3 detection * Matroska: VobSubs, MP2, FLAC, AAC and HE-AAC support * improved detection of Real RTSP through URL analysis * fixed stereo 16 bit TWOS * fixed MPNG when using BGR24 images * control functions in OGG demuxer * http cookies support * LML-M4 MPEG4 capture card raw stream format support Filters: * some fixes in the delogo filter * optimized eq2 filter * weighted gamma support in the eq2 filter * new filters: hue, spp, fil, yuvcsp * alternative postprocessing filter (spp) * big scale filter updates * zrmjpeg filter, a kick-ass mjpeg encoder using FFmpeg/libavcodec * filmdint: new inverse telecine filter, heavily mmx and 3dnow optimized FFmpeg/libavcodec: * Lagrange multipliers instead of qscale, encoding quality much improved * fixed an old bug in MPlayer's support code * support wider range of VOLs in H263 * direct rendering support in MJPEG * massive MLib optimizations * more VQA files supported * Theora support * Sunplus JPEG (SP5X) support * H.263 GOB fixes * massive cleanups * reduced memory footprint (!) * fixed decoding if aspect ratio changes * MMX2 optimizations in HuffYUV * lots of bugs squashed in HuffYUV * long standing decoding errors after 'first frame is not keyframe' fixed * CRI ADX support * XA ADPCM support * fixed files with odd dimensions on PPC * optimized MPEG2 bitstream parsing * better interlacing framework * support for IBM's XLC compiler * support for SAR (sample aspect ratio) * floating point AAN DCT * dynamically alloc big data fields (lower memory usage in most cases!) * fixed stereo IMA-ADPCM encoding * inline vs always_inline - some speedups * MMX2 optimized FDCT * accurate 2-4-8 DCT * much faster DV encoding (it beats libdv) * support Cinepak files with funky (not divisible by 4) resolutions * Altivec optimized FDCT * XvMC speedups * initial ZyGoVideo decoding * RGB support in FFV1 * new Palette API, all codecs updated * Noise reduction of DCT coefficients * "av_log" logging API * support for buffer hints from codecs * BGR24, RGB555 and PAL8 image formats * 8BPS, MS RLE, MS Video1, QT RPZA, QT SMC, FLIC and TrueMotion1 decoders * 16x8 MV visualisation support * H.263 overlapped block motion compensation (OBMC), 4MV support * H.263 alternative inter vlc support * H.263 deblocking filter (MMX optimized) * H.263 modified quantization support * H.263 slice structured mode support * Real RV20 decoder (with B-frame support) Drivers: * VIDIX equalizer support in fbdev, svga and vesa * VIDIX colorkeying support in fbdev, svga and vesa * obsoleted option: -fb * new SiS 650/651/740/etc VIDIX driver * safer vo_directx direct rendering * massive nvidia_vid updates * gl2 updates * ggi now supports non-directbuffer rendering and slices * tdfxfb fixed on gcc 3.x * dfbmga updated, G200 support * colorkeying can be disabled * Radeon 9800 (R350) support in VIDIX * proper fix for buffer size workarounds in vo_zr * new vo_zr2 driver, which uses the advantages of the filter layer * fixed vesa when used together with pthread * runtime stay-on-top functionality (in almost all output drivers) * ALSA 1.x support SWScaler: * updated MLib (Sun VIS) support * more accurate filters (rounding fixes) * MMX optimized UYVY output * eliminated chroma scaling bugs Others: * fixed aspect and geometry * fixed compilation when libavcodec is missing (although it's a bad idea) * MTRR detection added to TOOLS/cpuinfo * FAAD detection in configure fixed/improved * improved FLAC configure detection * GUI file selector updated for newer formats * Fontconfig support * proper VobSub seeking support * removed oldskool libcss support (nobody uses it and has drawbacks) MEncoder: * FFmpeg/libavcodec audio encoding support * exit if there's no video stream (avoids unexpected segfaults) * huge bug fixed (missing InitTimer call), screwed up timers in some cases * rawyuv (i420) 'encoder'
2003-12-11New package for qcamview-0.2, software for use with Logitech Quickcam ↵hamajima4-0/+54
Express USB cameras
2003-12-11New package for phpsview-1.0, software for use with Philips USB camerashamajima4-0/+47
2003-12-10bump PKGREVISION for latest change:jdolecek1-1/+2
enable use of /dev/uscanner problem reported and patch provided in pkg/23665 by Thilo Manske
2003-12-10enable use of /dev/uscannerjdolecek2-1/+15
problem reported and patch provided in pkg/23665 by Thilo Manske
2003-12-08Update to 0.9.2.wiz5-27/+31
Changes: no idea. NEWS file is empty. Web page is silent.
2003-12-08Update to 0.9.2:wiz8-69/+20
Time-search and several small features and general bug fixes.
2003-12-08Update to 1.0pre2 (rc2).wiz14-129/+99
Changes: DOCS: * Spanish and Russian translations almost finished * French, Hungarian, Polish translations updated * New Romanian translation started * numerous sections updated Ports: * initial Amiga/MorphOS (through GeekGadgets) support * FreeBSD 5.x (libkse/libthr) support in win32 DLL loader * finally fixed the compilation on non-mvi capable alpha CPUs * OSD menu now works on MinGW * slave mode, vobsub and MEncoder support on Windows * MinGW 3.1.0 supports MPlayer out of the box! Codecs and demuxers: * support for QuickTime version 6.3 DLLs * fixed some bugs in imported FAAD * disabled internal FAAD when using buggy GCC * --enable-externalfaad option to force using external FAAD library * imaadpcm bug fixed * ViVD v2 codec support (DLL only) * QuickTime codecs support inside Matroska * improved seeking inside Matroska * some bugs with DMO codecs have been fixed * fix for MOV files with bogus user data length * fixed some demuxers which read after the EOF * better RTP synchronisation * FLAC support through imported libmpflac Filters: * new delogo filter (for removing TV channel logos) * presets support in swscaler filter * new audio filter export, for supporting visual effect applications * correct select handling in bmovl filter FFmpeg/libavcodec: * better divx/xvid bug detection code * Id RoQ decoder * Interplay MVE decoder * WC3/Xan video decoder * Xan DPCM, DK3 & DK4 ADPCM audio decoders * detect old xvid with fourcc=DIVX * vp3 decoder fixes * improved the Alpha optimizations * x86 optimizations are threadsafe now * settable scene change threshold * better MPEG1/MPEG2 conformance encoder * quality improvement for high bitrate videos with trellis quantization * indeo3 decoder fixed * new options: mv0, cbp * DV video encoder * MPEG1 now works with Trellis quantization Faad2: * synced to latest CVS * HE_AAC profile added * SBR QMF improvements * DRM updates * Covariance speedup * reduced memory usage * overall cleanups and fixes Drivers: * VIDIX driver for nVidia cards * VIDIX and libdha ported to Windows * SDL on IRIX support * directfb2 fixed for latest directfb * opengl video output for Windows * smoother audio playback with alsa9 * fullscreen and geometry support in directx * fullscreen support with opengl drivers * OSD fixed with svga * new cvidix and winvidix drivers * user settable colorkey Others: * several leak fixes * selecting optimizations for PPC 7455 CPU * CPU detection code now measures speed on x86 * unrarlib cleaned up a bit * updated the list of known x86 CPUs (including Opteron!) * alignment and smart line splitting option on subtitles
2003-12-08Bump PKGREVISION for libogg (or, in 5 cases, libao) updates.wiz14-24/+28
2003-12-04Bump PKGREVISION (libxml2, libxslt and imlib2 were updated).xtraeme9-16/+18
2003-12-04Updated to 1.1.0, provided by Min Sik Kim PR pkg/23630.xtraeme6-35/+35
Changes: o imlib2-1.1.0 uses freetype2 instead of freetype1. o More bugfixes, etc.
2003-12-04patch-aa changed: CDEBUGFLAGS removed, compiler flags will be taken from the ↵adam2-12/+15
default X11 config
2003-12-03Fix to build with gcc3.markd2-1/+24
2003-12-03Updated xfce4 to 4.0.1martti3-6/+13
* Fixed panel crash with corrupted config file * Window management improvement * Improved handling of multiple selections in the file manager * French translations for the documentation * Translation updates * A new Gtk2 theme called "Xfce-winter"
2003-12-03Updated to 2.3.16 provided by Min Sik Kim PR pkg/23559.xtraeme3-8/+7
Changes since 2.3.15: art_render_gradient.c: revert the double comparison test in the asserts and comment out the two asserts causing crashes everywhere.
2003-12-03Since ncurses is not buildlinked, then make sure thatreed1-1/+3
curses is not used. This is so for pkgsrc-users who have a curses and they use LOCALBASE=/usr, it won't be detected, configured, and built with it. (Because then could break devel/SDL build later due to missing libncurses.la.) The real fix is to improve the buildlink system to work with LOCALBASE=/usr too. But this will work until that is done.
2003-12-03Updated to 1.0.9. Provided by Min Sik Kim PR pkg/23596.xtraeme3-105/+1573
Changes since 1.0.2: o Added many icons. o Uninstall locale files at install time, since theme files already contains translations and we shouldn't install catalog files.
2003-12-03Make sure the *-config scripts are buildlinked too.reed2-4/+6
(As discussed on tech-pkg in late October; okay'd by wiz then.)
2003-12-02Update to version 1.2. Most notably, fixes malformed OGM header that madecube3-14/+14
files created with ogmmerge > 1.1 unplayable on Windows and broken on big endian platforms. Other changes: 1.2 o Implemented reading older OGM files with the broken streamr headers produced by ogmmerge < 1.1. Re-merging should be enough to fix the headers. o Improved MP3 and AC3 detection. 1.1 o ogmdemux skips empty packets in the text subtitle streams. o Updated the avilib to the latest version from mkvtoolnix. It should be able to handle OpenDML AVIs. o Added a --summary option to ogminfo which will display the size, bitrate, number of packets/frames and total length in seconds for each track. o Added an option, --omit-empty-packets, that will suppress the creation of empty subtitle packets. o When splitting files the second and all following files have a new chapter entry starting at 00:00:00 which is marked with "(continued)". o Improved OS/X and BSD/OS compatibility. o Fixed the OGM stream headers again - they wouldn't play back on Windows, and they would be broken on big endian systems.
2003-12-02update to 0.92.2recht6-49/+493
many changes / fixes (see NEWS for details) including: * Autorouting of orthconn lines. Still fairly primitive, doesn't avoid objects, but at least goes the right way out of connectionpoints (when connectionpoints have their dirs set). * Parenting. Objects can now be set to be parents of others (so far, only the UML Large Package is set so by default). Objects created into these or explicitly added are moved with the parent and cannot be moved outside. * Dynamic grid that changes with zoom scale. * Grid now has thicker line every n lines (default 5). Stippled grid option removed. * Mouse wheel(s) can be used to scroll and zoom. * More diagram properties can be set for existing diagrams, and are loaded and saved. * UML Component features: Event sources and sinks. * Improved undo of grouping and ungrouping. * Updates of the Python plugin: - groups, rgb, and images can be manipulated - better svg parsing * Gnome and Gnome HIG conformance better. * Better text alignment in flowchart objects. * Better SVG export. * Better arrow head calculations. * More tooltips. This also fixes a gcc3 build problem. ok'ed by wiz@
2003-12-02Add other MASTER_SITE.xtraeme1-2/+3
2003-11-30As pointed out by jlam:jschauma8-15/+16
bump PKGREVISION on packages depending on graphics/glu due to latest shlib changes there.
2003-11-30As pointed out by jlam: The shlib major for libGLU.so hasjschauma1-2/+2
gone from 2 to 4, so the BUILDLINK_DEPENDS.glu in glu/buildlink2.mk should be bumped to the latest version of the package.
2003-11-29Use GCC_REQD instead of USE_PKGSRC_GCC in order to increase thekristerw1-2/+3
likelihood that the aqsis binary and the libraries it depend on will use the same libstdc++. This makes this package build and install for NetBSD 1.6.
2003-11-28As suggested by Ron Roskens in PR pkg/23489 (closing that PR):jschauma7-23/+19
use si-glu sources to build a libGLU that includes GLU Polygon Tessellator functions and use this new functionality in MesaDemos. Bump PKGREVISIONs.
2003-11-28PLIST fix: man pages for uncompfaceadam1-1/+3
2003-11-26bump to 1.40explorer2-5/+5
2003-11-26Update p5-Image-Size to 2.992 (also fix '@echo not found' build issueabs3-5/+19
with perl58) Changes since 2.991: * Added support for FlashMX (Shockwave Flash ver. 6), as contributed by Victor L Kuriashkin <victor@yasp.com>.
2003-11-23Remove references to non-existent files.salo1-2/+1
From Soren Jacobsen via PR pkg/23537.
2003-11-20Contents of distfile have changed (Makefiles and suchlike regenerated withabs2-4/+9
automake 1.4-p5 rather than automake 1.4). Update distinfo and use DIST_SUBDIR to avoid breaking systems with previously downloaded distfiles. No PKGREVISION bump as no functional change.
2003-11-18Update ivtools to version 1.1.0.markd22-10/+594
Fixes build with gcc3 and hopefully Alistair's bulk build. Explicitly not updated to version 1.1.1 because while that version builds with gcc3 with fewer patches it completely breaks gcc2. Changes: October 29th, 2003 ivtools-1.1.0 - re-enable use of shared memory for X11 image rendering under MacOS X - fix command passed to popen() to detect executables on MacOS X - fix up some AttrValue stuff - all the changes it took to get it built with ACE on MacOS X (though it doesn't work yet). - the cpp bundled with gcc-3.3 has a bug, and gets confused by back-slashed commas in macro arguments (it thinks they start a new argument, which they don't). This introduced a problem to long stable config files, but a workaround is here. - this also fixes things so FreeBSD can configure on alpha architectures. - add -svgexport flag to drawtool that by default suppresses (the incomplete) SVG export mechanism.
2003-11-18Finally update Mesa and friends after the distfile changed on the websitejschauma23-72/+220
without a version bump. Changes made, according to the website, for libtool/autofoo fixes. Some changes from Ron Roskens: glut depends upon graphics/glu (otherwise its linked against X11R6 libs) MesaDemos: rather than using the pre-built distribution makefiles, use the automake/configure built makefiles which have the build dependencies all setup. This closes PR pkg/23476.
2003-11-17Fix typo: s/misc/graphics/recht1-2/+2
2003-11-16Correctly include X11/keysymdef.h, through keysym.h to get all definitionscube2-1/+16
and allow compilation of Number.c on XFree86 4.3 systems.
2003-11-12PKGREVISION++ after openssl update.jschauma1-1/+2
2003-11-12PKGREVISION++ due to devel/popt update.salo12-21/+24
2003-11-10Update to 1.3.5 provided by Soren Jacobsen PR pkg/23403.xtraeme2-5/+5
Changes since 1.3.4: * Added option to rotate image based on Exif. * Added advanced view for exif data, shows all data in the file. * The list of supported file formats is now built by querying gdk-pixbuf. Installing additional image loaders (for example the one in librsvg2 for SVG files) will now be enabled automatically. * Fix crash when filesystem filenames are not UTF-8 even though the system settings claim they are.
2003-11-09use ${LOWER_OPSYS} rather than "netbsd" when locating the Imake templatedmcmahill1-2/+11
file to use. Also, on Solaris, avoid passing "-a" to xmkmf which will cause the openwindows makedepend to be called which in turn will fail as it was compiled with MAXFILES set too low. These changes fix compilation on Solaris.
2003-11-09Patch Mesa's Makefile to use '-fno-strict-aliasing' rather than ↵jschauma9-6/+51
'-fstrict-aliasing', as the code contains unsafe use of aliased pointers. As suggested by tls@ in PR pkg/23381, closing said PR.
2003-11-09xine-remote is built with curses. (Okay'd by wiz.)reed1-1/+2