Commit graph

4680 commits

Author SHA1 Message Date
cube
5c2532320e Fix a long-standing bug in io-gif.c. It remained unnoticed until Georg
Schwarz tried to compile it with a compiler that errors out when the code
does something as pointless as checking if a pointer is positive.

PR#28889 and http://bugzilla.gnome.org/show_bug.cgi?id=156186
2005-01-15 00:10:41 +00:00
jmmv
56d837c365 Add and enable CRWInfo. 2005-01-14 16:02:45 +00:00
jmmv
e1a28fcae2 Initial import of CRWInfo, version 0.2:
CRW Info is a program to extract exposure information and thumbnails from
Canon RAW files.  It has been tested so far only with the CRW files from
the Canon D60 camera.  Owners of other camera models are encouraged to try
the program and give feedback to the original authors.

From pkgsrc-wip, packaged by kirtai at users.sourceforge.net.
2005-01-14 16:02:09 +00:00
adam
d54fd6408d Changes 6.1.8-6:
* Bug fixes and improvements
2005-01-14 12:41:06 +00:00
adam
bcfad827f6 Changes 0.2.27:
* Added some options for slideshow
* Added Xine image loader for movie thumbnail
* The bug that sometime same files are appeared number of times on same
  thumbnail view, has been fixed
* Enable to open archived files which has "[" in its filename
* Other minor bug fixes are made
2005-01-14 09:32:31 +00:00
jlam
c5ded12681 Fix error in patch to build libtiffcxx.la that tried to create libraries
with no objects.  libtiffcxx.la now correctly builds using tif_stream.lo.
Bump the PKGREVISION to 2.
2005-01-13 15:39:20 +00:00
jmmv
1b4c04efcc Add and enable gst-plugins-opengl. 2005-01-13 12:59:01 +00:00
jmmv
0e20b6bb6c Initial import of gst-plugins-opengl, version 0.8.7:
GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple mp3 playback to complex
audio (mixing) and video (non-linear editing) processing.

Applications can take advantage of advances in codec and filter technology
transparently.  Developers can add new codecs and filters by writing a
simple plugin with a clean, generic interface.

This package provides the OpenGL plugin for GStreamer, which allows graphics
rendering through this library.
2005-01-13 12:58:27 +00:00
kristerw
bb1d69a9ae The GCC 2.95 preprocessor does not handle \ line continuations in files
with Microsoft line endings.
2005-01-12 23:22:30 +00:00
reed
0e23a7a72a Update inkscape to 0.40. The ChangeLog is too long to add here. The NEWS file
has:
     This release has been slow in coming, but it was worth the wait: Inkscape
   0.40 brings a huge amount of new features, usability enhancements,
   documentation, and bugfixes. The three most important new features are:

     * Layers are almost complete in this version; this fills a major gap in
       functionality, making Inkscape usable for complex artwork.

     * The Potrace bitmap tracer is incorporated into Inkscape - now
       vectorizing bitmaps is easy and interactive. A matching command,
       "Create bitmap copy", converts from any object to bitmap.

     * The text-on-path implementation is complete and very flexible. Both
       the text and the path remain fully editable and transformable.
...
     * Bugfixes: too many to mention (in total, 228 bugs closed in the
       tracker since 0.39), including several important SVG compatibility
       fixes.

More information at  http://inkscape.org/cgi-bin/wiki.pl?ReleaseNotes040

This package now depends on boehm-gc. And it uses libsigc++2
and gtkmm24 instead of libsigc++ and gtkmm.

Many new templates added. And a new library added: libgimpgrad.

Patches removed. (The landscape printing support was added to 0.40.)
2005-01-12 20:54:52 +00:00
jlam
b6b853727d Nuke USE_FORTRAN and bring the f2c handling within the mk/compiler
framework.  The list of changes include:

  * Modify compiler.mk so that "c" is always prepended to USE_LANGUAGES,
    so we no longer need to say it in package Makefiles.  Packages
    should now append to USE_LANGUAGES instead of setting it.

  * Create mk/compiler/f2c.mk which implements another pseudo-compiler
    "f2c" that may be used with any C compiler backend, e.g.

	PKGSRC_COMPILER= f2c ccache gcc

  * Teach the various "real" compiler files, e.g., sunpro.mk, mipspro.mk,
    etc., to use f2c if the native Fortran compiler isn't present.

Packages that use Fortran should now simply include the line:

	USE_LANGUAGES+=	fortran

in the package Makefile.
2005-01-12 15:31:58 +00:00
adam
845be3282a Changes 1.2.0:
* Source tree clean up
* Bug fixes
2005-01-11 13:37:54 +00:00
markd
c3690e57dc Update gwenview to 1.1.8 from maintainer Ian Zagorskih in PR pkg/28936.
Version 1.1.8 has been released. Thanks to the hard work of Lubos Lunak,
this new version can play MNG and GIF animations!
Here is the complete list of changes:
New features:
* Zoom actions added to both KPart's.
* Support for animated pictures.
* Fast image scaling function from Imlib2/Mosfet (select 'fast' smoothing
  in the configuration dialog).
* Added an item in the "Windows" menu to reset the window layout to the
  default configuration.
Fixes:
* "Lock zoom"/"Auto zoom" options fixed.
* Fixed "Clear location"/"Location" shortcuts.
* Make it impossible to undock the file view. It should be easier for new
  users to use it this way.
* Fixed crash which could occur when copying multiple files.
2005-01-11 13:16:25 +00:00
wiz
49330aa45f Add patch to make it build against latest versions
of SDL_mixer, SDL_ttf, and SDL_image, and depend on them. Bump PKGREVISION.
2005-01-11 10:29:49 +00:00
jlam
5378ac50d3 Create a separate libtiffcxx.so library for use by C++ applications.
It's meant to be used directly in place of libtiff.so, i.e. instead
of linking against -ltiff, you link against -ltiffcxx.  It also leaves
libtiff.so as a plain C-linkage library again, as it was in tiff-3.6.x,
and avoids needing to patch tiff-using packages to link using the C++
compiler.  Bump the PKGREVISION to 1.
2005-01-11 05:29:55 +00:00
adam
03ea6b871d Changes 2.2.2:
- let Decompose plug-in create layers with alpha channel
- fixed crash in save dialog (bug #162443)
- fixed misbehaviour in Scale and Resize dialogs (bug #162387)
- fixed preview in Imagemap plug-in (bug #162592)
- fixed handling of broken menu path translations (bug #162590)
- fixed bugs in the Sparkle plug-in and the Frosty Logo script (bug #132145)
- fixed two broken Python scripts (bug #162707)
- changed default response in Close dialog (bug #162872)
- flush the display when plug-in dialogs are disposed (bug #163084)
- fixed build problem on amd64 with gcc-4.0 (bug #163041)
- fixed problem in locales that are rendered right-to-left (bug #162663)
- fixed bug in Frosty Logo Script-Fu (bug #132145)
- raise the toolbox when it is selected from the Tools menu (bug #163381)
- improved usability of Keyboard Shortcuts editor (bug #163385)
- fixed gradient selection widget in libgimpui (bug #163427)
- workaround a problem in the MMX code (bug #162778)
2005-01-10 15:32:57 +00:00
adam
0b7a8b4af1 Changes 1.5:
* Minor feature enhancements
2005-01-10 13:40:02 +00:00
jlam
bae594225d --enable-c++ isn't a valid option name because of stupidity on the tiff
configure script.  Remove this from CONFIGURE_ARGS.
2005-01-09 23:03:58 +00:00
jlam
801a9ccd7f Note that this package requires C++. Also, convert to use the
bsd.options.mk framework.  The USE_GIF option is now called "lzw" and
is enabled by default.
2005-01-09 21:34:41 +00:00
seb
7f0dec79fe Remove digikamplugins package: it has been superseded by the kipi-plugins
package.
2005-01-09 11:27:53 +00:00
seb
21efbb3106 Add & enable digikamimageplugins. 2005-01-09 11:22:44 +00:00
seb
02e17547ba Initial addition of digikamimageplugins version 0.7.1 into the NetBSD
Packages Collection.

This package provides plugins for additional functionality in Digikam's
ImageEditor.
2005-01-09 11:19:56 +00:00
seb
fa08812c42 Update to version 0.7.1.
Key new features since last packaged version (0.6.2):
- Reliable and fast database (sqlite) backend for saving metadata
- Tagging support for photos.
- Tags are grouped together as virtual folders shown similar to albums.
- Extensive drag and drop support for tagging and moving/copying photos
- Enhanced camera interface with support for automatic photo rotation and
  renaming of photos while downloading.
- EXIF support with optional oriented display of thumbnails and photos using
  camera provided information
- Customizable thumbnails for albums and tags
- Support for nested albums
- Tooltips providing detailed photo information
- Themeing support for digiKam
- KIPI support for enhanced plugin support. KIPI is an initiative between
  various KDE image management applications to provide a common architecture
  for implementing image based plugins.
- New fast image viewer and editor which uses its own plugin architecture to
  provide various additional functionalities in addition to the usual
  gamma/contrast/brightness adjustments, rotation, resize functions.
  Some of the plugins supplied with digiKam are:
	Histogram Viewer
	Red Eye correction
	Black & White and Sepia conversion
	Blurring and sharpening
	RGB color correction
	Hue/Saturation/Lightness correction
	Normalize and Equalize
- Improved thumbnail loading speed.
- Unified Image properties dialog - with separate pages for file information,
  EXIF and Histogram
- Threaded histogram calculation for better responsiveness
- Navigation of albums (based on navigation history) using forward and back
  button
- Auto album creation using date based album names while downloading photos
  from the camera.
- Load and display image formats which imlib2 doesnt support, but kde does.
- Generate thumbnails for raw images using Dave Coffins dcraw tool.
- New standalone photo viewer named showFoto for kde using digiKams image
  viewer canvas.
- New commandline option "--detect-camera" to detect connected cameras and to
  launch the camera window on startup.
- New Aspect Ratio Constrained Crop plugin
- Free Rotation tool is now a plugin and has guides to help with rotation.
2005-01-09 11:14:09 +00:00
seb
f6505803e8 Add & enable kipi-plugins. 2005-01-09 10:45:20 +00:00
seb
dbe8b81950 Initial addition of kipi-plugins version 0.1beta1 into the NetBSD Packages
Collection.

This package provides Kipi (KDE Image Plugin Interface) plugins:
RawConverter, SlideShow, MpegEncoder, ImagesGallery, PrintWizard,
JpegLossLess, CdArchiving, AcquireImages, Calendar, SendImages,
BatchProcessImages, TimeAdjust, WallPaper, FindImages, HelloWorld.
2005-01-09 10:42:21 +00:00
seb
89d06a254e Add & enable libkipi. 2005-01-09 10:39:51 +00:00
seb
43f327fb6b Initial addition of libkipi version 0.1 into the NetBSD Packages Collection.
Kipi (KDE Image Plugin Interface) is an effort to develop a common plugin
structure for Digikam, KimDaBa, Showimg and Gwenview. Its aim is to
share image plugins among graphic applications.
2005-01-09 10:37:56 +00:00
seb
2e349a0df5 Add & enable libkexif. 2005-01-09 10:35:53 +00:00
seb
0cf7155c9e Initial addition of libkexif version 0.2.1 into the NetBSD Packages Collection.
Libkexif is a library for manipulating EXIF information embedded in
images.  It currently supports viewing of all EXIF information via
libexif. It also supports the modification of a few attributes in a safe
way that preserves all other EXIF information in the file.
2005-01-09 10:33:36 +00:00
minskim
4a41cfb22e Switch to Tcl/Tk-8.4. 2005-01-08 19:15:47 +00:00
minskim
f57d87ff1a Switch to Tcl/Tk-8.4. 2005-01-08 18:34:08 +00:00
minskim
a057512d5b Add a missing file to PLIST.
Bump PKGREVISION.
2005-01-08 18:28:20 +00:00
adam
3678f256db Changes 10.18.18:
* palmtopnm: fix bug in handling of multi-image streams
* pnmtopalm: fix bugs in computation of nextDepthOffset
* pamtotga: fix crash due to uninitialized "id" field in TGA header
* pamtotga: fix TGA pixel size for TGA with alpha
2005-01-07 13:28:21 +00:00
markd
12681d5437 gwenview 1.1.7a update from maintainer Ian Zagorskih
Since there was some trouble building the 1.1.7 version on some distributions,
I just released version 1.1.7a.

A new development release is out: version 1.1.7. You can get it from the
download page. It features the following changes:
New features:
  * Double clicking the image view toggles the full screen mode (By Daniel
Thaler)
  * It's now possible to select which KIPI plugins should be loaded.
  * The On Screen Display now contains "Previous", "Next" and "Exit
fullscreen"   buttons. These buttons automatically hide when the cursor hides
itself.
  * Adjust brightness, contrast and gamma.
  * Going to next/previous image in the image KPart.
Fixes:
  * If the URL given as an argument is a directory, start in browse mode, not
in view mode.
 * On Screen Display is back, it was broken in 1.1.6.
  * Updated man page.
  * KIPI Batch image processing tools now work again.
  * Fixed a few bugs in image saving.
  * Made the save error messages more explicit.
  * Removed the "show toolbar/menubar/statusbar in fullscreen" options.
  * When selecting multiple images with Ctrl or Shift, block the "double click
an image goes to fullscreen" feature.
  * Removed the "Auto load image" option, it's useless since Gwenview does not
block anymore when loading images.
  * Fix reloading in the image KPart.
2005-01-07 12:35:10 +00:00
drochner
b3aaa4a382 update to 2.1.5
changes:
- New command line arguments:
  --list-config           - dump the configuration tree of the camera
  --get-config var        - get the configuration entry <var>
- New capture option:
  --frames=count
  --interval=seconds
-fixes
-new translations
2005-01-05 15:56:42 +00:00
adam
60b408aa7d Changes 1.2.4:
* Added support for RLE encoded BMP files
* Added EHB and HAM mode support to the ILBM loader
* Fixed crash loading certain PCX images
2005-01-05 12:09:38 +00:00
adam
6934a3c290 Changes 6.1.7:
* ReadPALMImage() now produces a proper RGB image
* Added the -shadow option to simulate an image shadow
* Fix file leak in ImageToBlob() method
2005-01-05 09:25:18 +00:00
adam
c36d3b9ed6 Changes 6.2.1:
Bug fixes:
- don't apply regular fog or color sum when using a fragment program
- glProgramEnvParameter4fARB always generated an error on
  GL_FRAGMENT_PROGRAM_ARB (fdo bug 1645)
- glVertexAttrib3svNV and glVertexAttrib3svARB were broken
- fixed width/height mix-up in glSeparableFilter2D()
- fixed regression in glCopyPixels + convolution
- glReadPixels from a clipped front color buffer didn't always work
- glTexImage didn't accept GL_RED/GREEN/BLUE as the format
- Attempting queries/accesses of VBO 0 weren't detected as errors
- paletted textures failed if the palette had fewer that 256 entries
Changes:
- fixed a bunch of compiler warnings found with gcc 3.4
- bug reports should to go bugzilla.freedesktop.org
2005-01-04 15:49:24 +00:00
adam
c8b0b5e4e1 Changes 2.2.1:
- added python logo to EXTRA_DIST so it shows up in the tarball (bug #161716)
- fixed mempory corruption in FracalExplorer plug-in (bug #161729)
- fixed crash in gradient editor (bug #161411)
- fixed crash in unsharp mask plug-in preview code (bug #157910)
- fixed bug in unsharp mask plug-in that caused artefacts when a large blur
  radius was being used on a small drawable; minor optimizations
- removed broken asc2img Script-Fu
- fixed channel drag-n-drop (bug #161877)
- fixed misbehaviour of entries in Scale and Resize dialogs (bug #161756)
- speed up preview in several plug-ins
- fixed bug in Despeckle plug-in that caused it to run very slowly
  (bug #162129)
- fixed a crash in the error dialog (bug #162147)
- fixed parameter value range in Weave script (bug #162182)
- fixed crash in brush preview (bug #162232)
- minor improvements to the API docs
2005-01-04 15:20:25 +00:00
jmmv
cd71e54f10 Update to 2.6.2:
* Fixed bug #159492: freezes when trying to create thumbnail for a JPEG file.
* Fixed bug #159672: log2() function already defined under cygwin.
* Fixed bug #159661: Symlinks in the root directory are incorrectly resolved.
2005-01-04 10:03:00 +00:00
wiz
815d74b4ac Remove KDE2 packages (and their dependencies) as proposed on tech-pkg. 2005-01-03 14:32:27 +00:00
wiz
80ae24ea49 Update homepage. 2005-01-02 16:22:21 +00:00
wiz
5062fe3626 Update homepage (seems squatted) and use
MASTER_SITE_SOURCEFORGE in MASTER_SITES.
2005-01-02 14:32:36 +00:00
minskim
69328bd5eb Enable pkgviews installation. 2005-01-01 04:01:07 +00:00
minskim
d3e518dbc9 USE_LANGUAGES=c++ 2005-01-01 03:59:31 +00:00
minskim
d430229665 This package doesn't need perl at all. Remove USE_PERL5.
Bump PKGREVISION due to dependency change.
2005-01-01 03:57:25 +00:00
wulf
1d17af66a3 Added --without-gimp configuration argument to make gimp-docs independent from
the installation of the gimp package
2004-12-30 15:33:43 +00:00
reed
e117eda090 Bump PKGREVISIONs due to libtiff update.
Some BUILDLINK_RECOMMENDED bumps done also.

(If I missed any, please let me know -- and let me know a good
way to automate this.)
2004-12-28 23:18:15 +00:00
reed
3c13c65aca Upgrade tiff to 3.7.1.
Remove OpenWindows workaround in pkgsrc for this.

Too many changes to include here.
See http://www.remotesensing.org/libtiff/v3.7.1.html
and http://www.remotesensing.org/libtiff/v3.7.0.html
and previous change files for changes information.

tiff-3.7.1 now includes the lzw compression code again.
It also uses autoconf and libtool now.

A new tool is bmp2tiff.

Docs are placed under share/doc/tiff/html instead of share/doc/html/tiff.

Many manpage symlinks are now missing. (This was reported to tiff list.)
2004-12-28 23:10:09 +00:00
xtraeme
9dbce788a2 Added epeg-0.9.0. 2004-12-28 21:58:05 +00:00