summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
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
2003-11-09The xine-lib plugins (libraries) are built with libfreetype.so.reed1-1/+2
So add freetype2 buildlink2.mk so it will be used in build. Noticed problem when building xine-ui. (Okay'd by wiz.)
2003-11-08Upgrade to 6.3.20. Update provided by Osamu OISHI in PR pkg/22800.xtraeme5-63/+29
No Changelog available on the website/sources.
2003-11-07Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan1-1/+2
2003-11-07Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan1-1/+2
2003-11-07Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan1-1/+2
2003-11-06Set LIBTOOL_OVERRIDE. Fixes linking on Solaris.gavan1-1/+2
2003-11-06Set LIBTOOL_OVERRIDE.gavan1-1/+2
2003-11-05Some plugins arent built if you don't have a shared libXv.markd2-4/+10
Should fix PR pkg/23025 and Alistair's bulk build.
2003-11-03Regen after DIST_SUBDIR change in mplayer-share.kristerw1-3/+3
2003-11-03The distfile has been changed on the ftp site without a correspondingagc2-4/+7
version number bump. Bump PKGREVISION for this, and set DIST_SUBDIR accordingly. The change to the distfile consisted of: diff -u -r old/libgdgeda-2.0.15/config/libgdgeda.pc.in new/libgdgeda-2.0.15/config/libgdgeda.pc.in --- old/libgdgeda-2.0.15/config/libgdgeda.pc.in 2003-07-01 22:29:48.000000000 +0100 +++ new/libgdgeda-2.0.15/config/libgdgeda.pc.in 2003-09-08 01:20:58.000000000 +0100 @@ -7,5 +7,5 @@ Description: gEDA's hacked version of gd Requires: Version: @VERSION@ -Libs: -L${libdir} -lpng -lz -lm +Libs: -L${libdir} -lgdgeda -lpng -lz -lm Cflags: -I${includedir}/libgdgeda
2003-11-03Regen after DIST_SUBDIR change in mplayer-share.kristerw2-46/+46
2003-11-03Add version number to the DIST_SUBDIR (because some of the distfileskristerw2-11/+11
does not have rev. numbers in their names, so the recent updates may cause conflict for users having older distfiles lying around...)
2003-11-03take over maintainershipdillo1-2/+2
2003-11-02Proper use of buildlink2 frame work and it should fix bulk build problem.taca1-1/+4
Thanks to PR pkg/23338 submitter, Ron Roskens.
2003-11-01Set myself as the maintainer.cube1-2/+2
2003-11-01Remove USE_X11BASE too (still from PR 23336).wiz1-2/+1
2003-11-01Update to 1.3.4. Closes PR 23336 by Soren Jacobsen.wiz2-5/+5
Changes: - Added result window for output of editor commands. - Fix application hang until external editor commands finish. - utf8 fixes, filenames in application now stored as utf8. - Fix copy/move overwrite auto rename option. - File selection fixes. - Fix crash when window dimensions result in hidden image. - Memory leak fixes (several minor, two major).
2003-11-01Source tarball was changed (updates to the PostScript template,cube1-3/+3
apparently), so the checksum changed too. Fixes PR pkg/23333. Also, I sent a mail to the author asking him to version his tarballs, so we don't get that kind of trouble anymore.
2003-11-01Update to 2.7.0.cube3-7/+10
o chmod -> ${CHMOD} in Makefile o Actually, the PLIST update predates 2.7.0 release. Previous revision of PLIST was wrong for the distfile of version 2.6.1. Also, previous revision of distinfo had a wrong sum for the distfile since it was updated. Bleh. Change in 2.7.0: o DVD case inside inserts are now supported, --create-dvd-inside option