summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2001-12-03Make sure to actually GC the shm descriptor.mycroft2-5/+13
2001-12-03Trim the patch so it doesn't include an $Id$ tag. This is an awful hack.mycroft2-5/+4
2001-12-03Regen.mycroft1-2/+2
2001-12-03++PKGREVISIONmycroft1-2/+2
2001-12-03Use 44100, 22050, 11025 and 5512Hz, not rounded variants.mycroft2-8/+44
2001-12-02The plugin code needs -fPIC -lXt -lX11 -lossaudio to build a working module.mycroft2-7/+7
2001-12-02Share "distinfo" file with "libflash" package. This fixes build problemstron2-14/+3
after the recent update of the "libflash" package.
2001-12-01reorder depends linelukem1-3/+2
2001-12-01fix path to mozilla in DEPENDS linelukem1-2/+2
2001-12-01add & enable moz-flashhubertf1-1/+2
2001-12-01Add moz-flash 1.0:hubertf3-0/+33
Flash plugin for mozilla (and galeon). Contributed by Johan Danielsson <joda@pdc.kth.se> in PR #14794
2001-12-01Bump to libflash-0.4.10nb1:hubertf3-7/+26
Add a patch needed for moz-flash so this package can also be used from X11BASE. Patch contributed by Johan Danielsson <joda@pdc.kth.se> in PR #14794
2001-11-30Create ECHO_BUILDLINK_MSG for printing buildlink diagnostics. It's justjlam1-2/+2
set to '${ECHO_MSG} "=>"' for now.
2001-11-29A dependency on automake implies a dependency on autoconf; there's no needjlam2-4/+2
to list them both when we listing just automake will do.
2001-11-29Added artistmartti1-1/+2
2001-11-29Artist is an Emacs lisp package that allows you to draw lines,martti5-0/+56
rectangles and ellipses by using your mouse and/or keyboard. The shapes are made up with the ascii characters |, -, / and \. Provided by Hiramatsu Yoshifumi in pkg/13799
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf11-22/+29
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-27Update to 2.96, now with PCD (Kodak PhotoCD) support.wiz3-6/+6
Provided by Shell Hung in pkg/14708.
2001-11-27it's foo-X.YnbZ, *not* foo-X.Y.nbZ !hubertf1-2/+2
^
2001-11-27- Some operations that worked in-place on some format (e.g,lukem2-1/+56
"mogrify -rotate 90 foo.tiff") used to leave the result in /tmp/magickXXXXXXX with an in-file image comment of /tmp/magickXXXXXXX.mgk. Now it writes back to foo.tiff and the in-file comment is correct. For some reason, working on jpg's didn't exhibit this problem - Some operations that generate new files from some formats (e.g, "mogrify -format jpg -rotate 90 foo.tiff") used to leave the result in /tmp/magickXXXXXXX.jpg. Now foo.jpg is generated. For some reason, converting jpg->tiff didn't exhibit this problem.
2001-11-26remove some more locale dirshubertf1-1/+3
2001-11-26Strongly buildlinkify.jlam1-5/+4
2001-11-26Needs x11.buildlink.mk (at least with xpkgwedge)abs1-1/+2
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam7-25/+34
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26Remove unneeded commented lines.jlam1-5/+1
2001-11-26Make this build again after the Alistairs changes to remove some sub-makejlam1-5/+11
processes.
2001-11-25use same PAX parameters everywhere: -pw -vhubertf1-2/+2
2001-11-24Fix permission problems in installed files:tron1-3/+6
- "man/man1/rletotarga.1" should be world readable. - There is no reason why the example directory and the files in it should be group writable.
2001-11-24remove incorrect assert in delegate.c::GetDelegateCommand(), whichlukem2-1/+14
resulted in convert foo.jpg foo.tiff.gz (or any other conversions involving an encode compression) dumping core.
2001-11-23Add dummy definition for DISTNAME if the platform is not supported.pooka1-1/+2
This is a workaround to avoid totally breaking the pkg system on platforms which are not supported (pkg system *requires* setting DISTNAME)
2001-11-23Pass MAKE_ENV down explicitly here, too.agc1-2/+2
2001-11-23Pass the environment down through the custom do-build and do-installagc1-3/+3
targets, otherwise the LIBTOOL definition doesn't get passed on.
2001-11-22Update sketch to 0.6.12,hubertf4-11/+12
submitted by Masao Uebayashi <uebayasi@soum.co.jp> in PR 14328. Sketch 0.6.12 (July 5th, 2001) ============================== * View->Load Palette... also supports Gimp palette files. Bug fixes: * The PostScript generator now handles RGBA images used as tiles correctly. Reported by Andy Grimberg. * Modifying objects that lay far outside the window could lead to X Errors. * Loading AI files sometimes raised exceptions with an AttributeError "'None' object has no attribute 'guess_continuity'". This is now fixed. Reported by Eric Faurot. * The CMX import filter handles empty groups gracefully. Bug reported by Yuri Shchedov. * Fix some typos in skshow's doc-string. This is basically what's already done with the Debian packages. * Changing the paper format could lead to an inconsistent mapping between document and window coordinates. Reported by Antoon Pardon. Sketch 0.6.11 (June 9th, 2001) ============================== * Updated Spanish translation by Esteban Manchado Velázquez * Add /usr/lib/ghostscript/fonts to the default list of font directories (for debian). * Include the .spec file in the tarball and distribute the Misc directory with the RPMs as documentation. Bug fixes: * The find_include_dir function in setup.py now catches and ignores OSError exceptions, too. Pointed out by Pierre HANSER. * The russian translation are now properly contained in the archive as *.mo files too. * Drawings that contained non-ASCII characters in strings were not read back correctly when saved under Python 2.1 * The import filters now remove empty curve objects. The implementation of 0.6.9 didn't cover all special cases. The new one works differently but shuld catch all cases.
2001-11-22'pax foo bar' just hants... add "-rw -pe" so it actually copies stuff.hubertf1-2/+2
2001-11-16kdelibs2/buildlink.mk no longer pulls in tiff/buildlink.mk which is neededjlam1-1/+2
during the build, so add it to the package Makefile.
2001-11-15Update to 0.13.0. Changes:wiz5-20/+21
Added ability to reorder images within a collection using drag and drop. Added Ukrainian translation. Updated Dutch translation. Closing a modified collection window now prompts to save first. Changed list colors in find duplicates and collection windows. Selecting remove old thumbnails and clear thumbnails now shows a dialog displaying the progress of the selected action. Several minor bugs fixed.
2001-11-14Make necessary rpath is embedded in shared objects by making LDFLAGS isenami2-1/+15
substituted by configure instead of hardcoding.
2001-11-14Set USE_X11=yes so it gets -Wl,-R${X11BASE}/libzuntum1-1/+2
I haven't a clue why this worked before and stopped now, but I think I'm okay as this shouldn't break things.
2001-11-14Replace "${GTAR} cf - . | (cd ... ; ${GTAR} xf - )" pipelines with aagc2-6/+5
single instance of ${PAX}.
2001-11-13* Strongly buildlinkify.jlam3-9/+29
* Use qt2-designer-kde for a uic that understands KDE2 widgets.
2001-11-12Removed guppi (already exists in math/)damon1-2/+1
2001-11-12pkg already exists in Math.damon5-481/+0
2001-11-11Adding guppidamon1-1/+2
2001-11-11Adding guppi 0.40.0damon5-0/+481
Guppi is a GNOME-based framework for graphing and interactive data analysis. Guppi is a library that can be used to extend other programs. Programs can either link directly to Guppi's shared libraries, or can embed Guppi plots via Bonobo, GNOME's component architecture.
2001-11-11Adjust format a bit:hubertf1-1/+1
* 75 * '=' * RCS ID * blank line * message text * optional blank line * 75 * '='
2001-11-01Finishing my cvs {rm,add} crusade in pkg/zuntum1-1/+1
2001-10-31Move pkg/ files into package's toplevel directoryzuntum351-214/+214
2001-10-29Back out inadvertent change that set freetype-dir for the configurejlam1-2/+2
script. This was causing the configure process to break.
2001-10-29Update to 2.94.wiz2-5/+5
Changes since 2.91: * Fixed a small bug in the PSD code, and added a test to the suite using an image supplied by Alex Weslowski <aweslowski@rpinteractive.com>. * Added a routine to provide Flash support, provided by Dmitry Dorofeev <dima@yasp.com>. * Added a patch from Dan Klein to make certain that imgsize() closes any file descriptors it opens.
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam20-40/+40
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.