summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2003-12-05Pullup fix to make this build with NetBSD-1.6.2, from Krister Walfridsson.agc1-2/+3
Module Name: pkgsrc Committed By: kristerw Date: Sat Nov 29 03:50:42 UTC 2003 Modified Files: pkgsrc/graphics/aqsis: Makefile Log Message: Use GCC_REQD instead of USE_PKGSRC_GCC in order to increase the 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-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
2003-10-31Change MAINTAINER from packages@ to tech-pkg@. (Noticed by jmmv.)reed1-2/+2
2003-10-30add -I${BUILDLINK_PREFIX.freetype2}/include/freetype2 to CPPFLAGS sogrant1-1/+5
that packages can find header files in freetype/.
2003-10-29Fix the libtool override so that we actually override the correct thing.dmcmahill1-2/+2
Fixes PLIST problems on Solaris.
2003-10-28Override config.guess and config.sub to make the pkg recognize shark.kristerw1-1/+3
2003-10-28Use correct freetype-config (just in case system has another in path).reed1-2/+3
2003-10-26Remove PKGREVISION from the mplayer-share/Makefile.common, tokristerw3-4/+5
prevent it shadowing the one in gmplayer/Makefile.
2003-10-26Regen after the recent change of a patch in ../mplayer-share.kristerw1-2/+2
2003-10-26Regen after the recent change of a patch in ../mplayer-share.kristerw1-2/+2
2003-10-26The AlienMind skin has been updated on the master site. Update itkristerw2-5/+5
in the package too. From Todd Vierling in PR pkg/22990.
2003-10-26Regen.tron1-2/+2
2003-10-26Regen.tron1-2/+2
2003-10-26Solve GCC version problem by patching the "configure" script because thetron2-6/+14
"--disable-gcc-checking" makes the build interactive.
2003-10-26Remove configuration option "--disable-gcc-checking" which is now addedtron1-3/+3
by "pkgsrc/graphics/mplayer-share/Makefile.common".
2003-10-26Disable GCC version check. While it was added to reject GCC 2.96 (whichtron2-10/+10
was never used in "pkgsrc") it now also reject NetBSD-current's GCC 3.3.2-nb1.
2003-10-26Update to 1.3.3.wiz2-6/+5
Changes: Added safe delete option (trash buffer), off by default. Duplicate image results now grouped using rank, closer matches are listed first. Results for comparing two file sets now display which list contains each image. Sorting of filenames is now case insensitive by default. Prebuffer next image option also retains the previous image. Automatic list/image refresh now optional. Size of the exif sidebar can now be adjusted. Added undo to the sort manager. Delete and rename dialogs now display the effected image. Added --alternate command line option to enable testing the alternate image similarity algorithm. Updated German and Spanish translations. Added current folder (.) back to the simple folder list. Increased editor slot count to 10, updated the defaults. Removed redraw flicker when entering fullscreen. Grey out suboptions when parent is disabled in preferences. Exif flash display fix.
2003-10-26replace <malloc.h> with <stdlib.h>, allowing this to build on systemsgrant2-2/+14
without a working <malloc.h>, eg. FreeBSD 5.x.
2003-10-24Updated to 0.98. PR pkg/22935, Min Sik Kim <minskim@bawi.org>.xtraeme3-14/+15
Changes: 20030815 version: exiftags 0.98 20030807 fixed some Fuji, Minotla, Nikon byte order bugs/dependencies 20030806 internal code cleanup to nicely support multiple tag sets 20030806 internal code cleanup to allow different IFD byte orders 20030806 added Sanyo maker note support 20030805 added support for Nikon D1X 20030805 fixed crash on Minolta DiMAGE EX 20030802 fixed offset check bug for ascii strings 20030801 added support for GPS info tags 20030622 fixed crashes on badly formed comments, type mismatches 20030622 added Canon 10D custom function support (thanks: Jason Montojo) 20030211 tweaked Canon 1D/1Ds custom function support 20030204 version: exiftags 0.97 20030204 fixed byte order bug displaying Exif version 20030128 assign bad or senseless tags separate dump level 20030124 internal code cleanups 20030123 assign overridden tags separate dump level 20030121 support for Canon EOS-1D & 1DS (thanks: Stan Jirman) 20030120 added -s option to customize delimiter 20030120 support for multiple shorts in a tag (e.g., subject area) 20030112 added Minolta maker note support (thanks: Javier Crespo) 20030104 removed spurious Exif header warning (thanks: Kevin Layer) 20030104 Canon ISO values (thanks: Alan Murphy)
2003-10-24remove some linuxisms from a ppc assembly file.mrg2-1/+28
approved by wiz@. fixes my PR#23241.