Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-03-03 | Work around what seems to be an optimization bug in gcc3 by transforming | snj | 1 | -2/+6 | |
-O[23] out of existence. | |||||
2004-03-02 | ImageMagick does not build with jasper 1.600.0 anymore. Demand jasper 1.701.0 | heinz | 1 | -2/+3 | |
2004-03-02 | patch-ac removed as well | adam | 2 | -295/+1 | |
2004-03-02 | Cleaned up along with the ImageMagick-5.5.7.17 release | adam | 1 | -11/+11 | |
2004-03-02 | Changes 5.7.7-17: | adam | 6 | -43/+41 | |
* Bug fixes (memory leaks) | |||||
2004-03-02 | These patches are no longer needed | adam | 3 | -297/+0 | |
2004-03-02 | Changes 1.701.0: | adam | 7 | -78/+54 | |
* A preliminary attempt at a color management subsystem has been added to JasPer * Previously, the configure process did not generate a configuration header file * Temporary files created with the jas_stream_tmpfile function were not correctly removed upon file close under Microsoft Windows * An option has been added to the JPEG encoder to allow a quality factor to be specified * A new make target has been added for RPM building * The code now compiles with many fewer warnings on most platforms * The JasPer software license has been made slightly less restrictive * The configure-based build process has been updated to use newer versions of the GNU configure tools | |||||
2004-03-02 | Changes 0.2.8.2: | adam | 2 | -6/+5 | |
* proper freetype header inclusion Changes 0.2.8.1: * security fix | |||||
2004-03-01 | Update to gqview 1.4.1. Changes: | snj | 2 | -5/+5 | |
* Updated Hungarian translation. * Fix crash in folder tree view. * Fix crash when attempting rare warning dialog for utf-8 at startup. | |||||
2004-03-01 | PLIST tweak when using an old X tree. | markd | 2 | -3/+11 | |
2004-02-29 | Use tab instead of spaces for indentation to make pkglint happy. | recht | 1 | -2/+2 | |
2004-02-29 | Bump PKGREVISION because of cairo's buildlink revision bump. | recht | 2 | -28/+6 | |
Also remove superfluous buildlink2.mk, fix a Makefile typo and bl3ify. | |||||
2004-02-29 | Add explicit dependencies on the pkgsrc versions of Xft2/Xrender to avoid | recht | 3 | -36/+18 | |
problems. Also remove superfluous buildlink2.mk and bump PKGREVISION to 1. | |||||
2004-02-29 | remove superfluous buildlink2.mk | recht | 1 | -20/+0 | |
2004-02-27 | Include pkgconfig's bl3 file to fix build. | jmmv | 1 | -1/+3 | |
2004-02-27 | bump PKGREVISION due to PLIST change. | grant | 1 | -2/+2 | |
2004-02-27 | fix ${MKDIR} of the modules directory, which was missed in a | grant | 1 | -2/+2 | |
previous commit. | |||||
2004-02-26 | build libImaging.a with -fPIC, it goes into a dynamic object | drochner | 2 | -8/+12 | |
2004-02-26 | was broken, but s/buildlink2/buildlink3/ fixed it | perry | 1 | -2/+2 | |
2004-02-25 | tell it that __amd64__ means little-endian, fixes build | drochner | 2 | -5/+14 | |
(actually, tested with amd64-usb-eos300d) | |||||
2004-02-25 | get a snapshot of the source to ftp.netbsd.org (we are at 1.175 now) | drochner | 2 | -8/+10 | |
and fetch it from there addresses PR pkg/24546 by Robert Elz | |||||
2004-02-24 | Moved to the multimedia category. | jmmv | 15 | -405/+0 | |
2004-02-24 | Move mpeg_{encode,play} from the graphics to the multimedia category. | jmmv | 1 | -3/+1 | |
2004-02-24 | conflict with sysutils/coreutils, which installs a program named | grant | 1 | -1/+9 | |
'gpr'. | |||||
2004-02-23 | Add explicit dependency on pkgconfig. | recht | 2 | -2/+4 | |
2004-02-21 | Add explicit dependencies on the packages used by this package directly. | minskim | 1 | -1/+3 | |
2004-02-21 | Include pkgconfig/buildlink3.mk, because the configure script uses | minskim | 1 | -1/+2 | |
pkg-config to detect GTK+2. | |||||
2004-02-21 | bl3ify | minskim | 2 | -3/+25 | |
2004-02-21 | Remove gqview-devel. | snj | 1 | -2/+1 | |
2004-02-21 | Remove gqview-devel, as it has turned into the stable release. | snj | 4 | -64/+0 | |
2004-02-21 | Use bl3, drop USE_X11BASE, update to gqview-1.4.0. | snj | 3 | -13/+12 | |
Changes since 1.2.2: * Exif support. * Sort manager. * Ported to GTK 2. * Icon view now includes filenames. * Safe delete option. * Drag and drop improvements. * Find duplicates results are better ranked and grouped. * Prebuffer option now retains previous image, in addition to the next image. * Editor commands are now more flexible. * Added option to auto rotate image based on exif data. * Automatic list and image refresh now optional. Okayed by wiz. | |||||
2004-02-21 | s/tesselation/tessellation/ | snj | 2 | -5/+5 | |
2004-02-21 | Add and enable py-biggle. | minskim | 1 | -1/+2 | |
2004-02-21 | Import py-biggles from pkgsrc-wip. Packaged by Kai Puolamaki, and | minskim | 4 | -0/+73 | |
modified by me. Biggles is a Python module for creating publication-quality 2D scientific plots. It supports multiple output formats (postscript, x11, png, svg, gif), understands simple TeX, and sports a high-level, elegant interface. It's intended for technical users with sophisticated plotting needs. | |||||
2004-02-21 | Add and enable py-matplotlib. | minskim | 1 | -1/+2 | |
2004-02-21 | Import py-matplotlib from pkgsrc-wip. Packaged by Michal Pasternak, | minskim | 4 | -0/+155 | |
and modified by me. matplotlib is a pure python plotting library designed to bring publication quality plotting to python with a syntax familiar to matlab users. A lot progress towards this goal has been made since the first release of matplotlib, the library does produce high quality 2D plots. All of the plotting commands can be accessed either via a functional interface familiar to matlab users or an object oriented interface familiar to python users, and several high resolution output formats are supported. | |||||
2004-02-20 | unused | jmmv | 1 | -34/+0 | |
2004-02-20 | bl3ify, add explicit dependencies on everything used directly by this package | jmmv | 1 | -8/+16 | |
and use pkgsrc intltool. | |||||
2004-02-20 | bl3ify and add explicit dependancies on packages used directly by this one. | jmmv | 1 | -5/+15 | |
2004-02-20 | update to 2.1.4 | drochner | 3 | -7/+8 | |
changes: bugfixes, support for more cameras | |||||
2004-02-20 | +dcraw | drochner | 1 | -1/+2 | |
2004-02-20 | import dcraw, a tool to decode raw image files from various | drochner | 4 | -0/+39 | |
digital cameras | |||||
2004-02-20 | since we already depend on freetype 2.x, we might as well enable the PHP | jdolecek | 1 | -3/+3 | |
GD support for it bump pkg revision for this change | |||||
2004-02-19 | this works with a EOS300 aka Digital Rebel if forced to | drochner | 3 | -11/+13 | |
2004-02-19 | buildlink{2,3} files should not include pkgconfig/buildlink{2,3}.mk. | wiz | 1 | -2/+1 | |
2004-02-18 | Reorder some lines so that BUILDLINK_USE_BUILTIN.<pkg> set in the | jlam | 3 | -48/+54 | |
environment overrides all other settings. | |||||
2004-02-18 | Remove info files entries from PLIST. | seb | 1 | -5/+1 | |
2004-02-18 | Remove info files entries from PLIST. | seb | 1 | -2/+1 | |
2004-02-18 | Remove info files entries from PLIST. | seb | 1 | -2/+1 | |
2004-02-18 | Remove info files entries from PLIST. | seb | 1 | -2/+1 | |