summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2003-06-18Use sane version number, whitespace cleanups, delint.salo1-12/+14
2003-06-18import gimp-wideangle-Feb02, a plugin to correct barrel distortionsdrochner4-0/+28
2003-06-18update to 1.2.5drochner4-16/+16
This is a bugfix release.
2003-06-18When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather thanagc3-6/+6
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent PKGREVISION changes. With thanks to jmc for the nudge.
2003-06-17Update to 1.3.2:wiz3-7/+8
Added EXIF sidebar to main window (ctrl+e to toggle display). Added sort manager for quickly sorting images into directories (ctrl+s). Added bg and id translations. Updated es and nl translations. Added bookmarks to file dialogs. Displayed Image now refreshes when file is updated. Fix EXIF reader file descriptor leak. Fix EXIF exposure display. Fix Solaris compile.
2003-06-17Remove '#ifdef __linux__' around '#include <math.h>'. Fixes build under gcc3.abs2-6/+4
2003-06-16Correctly build with gcc3 - no change to already compiled package configurationsabs1-1/+5
2003-06-16regenjmc1-1/+2
2003-06-16Redefine the e* routines so this works with the latest giblibjmc1-0/+14
2003-06-14Elide a bogus include of <varargs.h>, so that this will compile underfredb2-1/+14
gcc-3.3.
2003-06-12IRIX has it's own xpm.jschauma1-2/+5
2003-06-12Under IRIX, we don't need gcc's buildlink. MIPSPro does just fine.jschauma1-1/+4
2003-06-12Pass the correct environment to configure script.salo1-5/+10
Fixes build with native compiler on Solaris.
2003-06-11Update for the fact that 'arm' ports have been called NetBSD-*-arm for a whileabs4-11/+12
now and not NetBSD-*-arm32. Changes include one or more of: - Change MACHINE_ARCH == arm32 to also match arm - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3 The last may shake out a few more broken packages the next bulk build.
2003-06-11Remove useless "No newline at end of file" chunk that is bound to make trouble.wiz2-10/+3
2003-06-11Fix build problems under Mac OS X. The patch was contributed bytron2-16/+35
Richard Grace in private e-mail.
2003-06-10Obviously not tested after the last change. Need to restore all of patch-aijmc2-1/+22
except the perl portion or this won't link as it's trying for libraries not on the systems.
2003-06-07Split plotutils and gnuplot into '<pkgname>' and '<pkgname>-nox11' eachjschauma14-46/+240
(alternatively, we could have renamed one to '<pkgname>-x11', but for the element of least surprise, the default remains x11 enabled). This will work much better than the previous attempt to build two packages from one Makefile, which wasn't all thought out wrt to dependencies, buildlinks etc. Bump PKGREVISION on plotutils and gnuplot for this.
2003-06-07Use @JPEGDIR@ in patch file instead of hardcoding /usr/pkg.jmmv2-4/+4
2003-06-07Truncate to <=24 linescjep1-6/+0
2003-06-07Avoid hardcoding /usr/pkg in patch files.jmmv3-5/+10
2003-06-07Truncate COMMENT to under 70 characterscjep1-2/+2
2003-06-07Homepage moved to Sourceforge.jmmv1-2/+2
2003-06-07Use $(INSTALL) rather than "install". Fixes build on Solaris.cjep3-32/+32
2003-06-06Do not hardcode /usr/pkg as PREFIX.jmmv2-11/+8
2003-06-06Avoid hardcoding /usr/pkg in patch files, using REPLACE_PERL to fix perljmmv5-24/+29
location in scripts. Add dependancy on perl, so installed scripts work. Bump PKGREVISION to 3.
2003-06-06Avoid hardcoding /usr/pkg in patches. Pass the value of ${PERL5} instead.jmmv3-33/+3
2003-06-06Same as plotutils:jschauma1-1/+4
If X11 is present, set the pkgname to gnuplot-x11 and conflict with plain gnuplot (and the other way around).
2003-06-06If X11 is present, set the pkgname to plotutils-x11 and conflict withjschauma1-1/+5
plain plotutils (and the other way around). ok'd by agc.
2003-06-05The "print" plugin gets built separately (../../print/gimp-print),drochner3-17/+4
so there is no need to depend on the gimp-print lib.
2003-06-05Update to 1.2.6, provided by Soren Jacobsen in PR 21777.wiz2-6/+7
* Fix debian bug #193964. segv on 'm' followed by cursor movement. * Patch from Eric Dorland <eric.dorland@mail.mcgill.ca> * Set icon name as well as title on change. * Patch from Rami Lehti <rammer@vapaa.dc.inet.fi> * New option not to jump to start of filelist when it's re-sorted. * Fix bug reloading http images that fail to download on subsequent attempts.
2003-06-05Add USE_LIBTOOL et al in the hope that this fixes PR pkg/21789, which I can'tjschauma1-2/+5
re-create (with or without bash).
2003-06-04If X is found to be present, this package builds and installs gnuplot_x11,jschauma2-3/+12
if not, not. Fix accordingly. Pointed out by wiz@. Sorry.
2003-06-04We need bsd.prefs.mk -- sheesh, I should go home.jschauma1-1/+3
2003-06-04thiss package works with and without X11, but if X11 is present, we need thejschauma1-1/+7
necessary compile and ld flags
2003-06-04These don't really need X after all -- they can be useful on headlessjschauma2-4/+2
machines without X, too, so remove USE_X11.
2003-06-03Update to 2.2.1:jmmv3-8/+34
Library: * Fix crashes in the AA canvas. (Andreas Holzmann). * Make affine transformations work for pixbuf items (Jim Evins). * Fix rotation of outline widths for rect, ellipse and polygon items. (Jim Evins). * Fix redrawing bugs (Tim Janik). Build: * Fix localedir setup and random fixes to make it distcheck (Kjartan). Docs: * Completely revamped documentation (Josh Green). * Some fixes from Sebasian Rittau. Translations: * cs (Miroslav Trmac), ga (Paul Duffy), ml (Guntupalli Karunkar) sr (mdfk@root.co.yu), sr@lat (mdfk@root.co.yu), yi (Raphael Finkel).
2003-06-03Claim stewardship of these.seb1-2/+2
2003-06-02Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3abs7-14/+14
is accepted. Suggested by Grant.
2003-06-02Resolve conflicts from last commit.jschauma1-10/+1
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma84-168/+176
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-06-01Updated to version 1.37.salo3-30/+29
Changes: - DESCR has 80 culumns - whitespace 1.37: ===== - Fix bug where combining `--rotate-X' and `-O' options would cause a segmentation fault. Reported by Dan Lasley <Dan_Lasley@hilton.com>. - Rearrange source tree. 1.36: ===== * Fix subscript-out-of-range error in main.c reported by Andrea Suatoni. 1.35: ===== - Fixed bug where `--crop' could cause a segmentation fault, present since 1.32 or 1.33. Reported by Tom Schumm <phong@phong.org>. 1.34: ===== - Fixed bug where combining `--crop' and `-O' options could corrupt output. Reported by Tom Schumm <phong@phong.org>. 1.33: ===== - Be more careful about time while animating. In particular, prepare frames before they are needed, so that they can be displayed exactly when required. Problem reported by Walter Harms <WHarms@bfs.de>. - More warning fixes. 1.32: ===== - Add `--multifile' option handling concatenated GIF files. This is useful for scripts. For example, `gifsicle --multifile -' will merge all GIF files written to its standard input into a single animation. - More fixes for spurious background warnings. 1.31: ===== - Changed behavior of `--crop X,Y+WIDTHxHEIGHT' option when WIDTH or HEIGHT is negative. Previously, zero or negative WIDTH and HEIGHT referred to the image's entire width or height. Thus, the option `--crop 10,0+0x0' would always lead to an error, because the crop left position (10) plus the crop width (the image width) was 10 pixels beyond the image edge. The new behavior measures zero or negative WIDTH and HEIGHT relative to the image's bottom-right corner. - Changed background behavior. Hopefully the only user-visible effect will be fewer spurious warnings. - Fixed a bug that could corrupt output when optimizing images with `-O2' that had more than 256 colors. 1.30: ===== - Fixed bug in ungif code: Writing a large ungif could corrupt memory, leading eventually to bad output. This bug has been present since Gifsicle could write ungifs! Bad files and assistance provided by Jeff Brown <jabrown@ipn.caida.org>.
2003-05-31Remove duplicated lines.jmmv1-5/+1
2003-05-30Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handlejmmv4-6/+11
the shared share/mime-info directory. Bump PKGREVISION.
2003-05-29s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than justgrant1-2/+2
libstdc++ in gcc3. when defined, USE_GCC_SHLIB ensures that the correct rpath is passed to the linker, and a full dependency on the compiler package is registered. packages which define USE_GCC_SHLIB should not include mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled automatically.
2003-05-28Update blender to version 2.27. A whole lot has changed since our old 2.11jschauma10-167/+1134
package, most notably the fact that blender is now Open Source Software, and we can thus compile it instead of using binary only packages. The new homepage is http://www.blender.org. This package tested under NetBSD/i386, NetBSD/macppc and Linux/i386 -- other platforms are encouraged to test, but hardly any modifications should be necessary.
2003-05-28include gcc.buildlink2.mk, allows this to build on NetBSD with gcc 3.3.grant1-1/+3
2003-05-26Add NetBSD RCS tags.cjep1-0/+1
2003-05-25Add patch-ae.wiz3-3/+6
2003-05-25PKGREVISION++salo2-15/+22
- s/USE_X11BASE/USE_X11/ - new MASTER_SITES