Commit graph

5821 commits

Author SHA1 Message Date
joerg
9fdacc6bc7 Add DragonFly support. 2006-04-20 16:05:44 +00:00
wiz
a76c4743d4 Use versioned png library. Bump PKGREVISION. 2006-04-19 20:52:29 +00:00
wiz
21b10ee694 Fix build after png-1.2.9nb2 update. Bump PKGREVISION. 2006-04-19 17:04:31 +00:00
wiz
891fcffe74 Fix build with png-1.2.9nb2. Bump PKGREVISION. 2006-04-19 17:02:22 +00:00
wiz
62ee7f884a Update to 1.6.3, and fix build after png-1.2.9nb2 update:
Version 1.6.3 (built with libpng-1.2.9beta11 and zlib-1.2.3)

  Fixed documentation of iTXt input (Shlomi Tal).
  Removed #define PNG_INTERNAL and provided prototypes for some
  internal libpng functions that are duplicated in pngcrush.c
2006-04-19 17:00:12 +00:00
adam
a35058d305 Changes 0.2.1:
* Bug fixes
2006-04-19 12:46:21 +00:00
tron
3cf65b08ff Complete rewrite of PNG plugin for new API to make this package build
with the latest version of the "png" package.
Bump package revision because of this fix.
2006-04-18 20:24:48 +00:00
wiz
bf9177ddfa Comment out MASTER_SITES, the file is not there any longer. 2006-04-18 20:09:35 +00:00
tron
152aad9fe9 - Add missing Python dependence and use standard facility for modifying
the interpreter path.
- Use new "libpng" API which fixes build problems with the latest "png"
  package.
Bump package revision because of these changes.
2006-04-18 12:56:03 +00:00
reed
7fde9102f8 Remove the include of xextensions buildlink3.mk.
Its code doesn't reference any x11/extensions/*.h headers.

And building it doesn't seem to need it either.

If it was needed before, then probably one of its other dependencies ended
up needing it and that is the one that should include it in its own
buildlink3.mk file.

(I am looking at these because I am working on updating xextensions
package which includes a rename to xextproto.)

Okayed by maintainer.

No revision change as it was a "build" dependency.
2006-04-17 18:09:48 +00:00
wiz
375b5e4933 More PKGREVISION bumps for png-1.2.9nb2 update. 2006-04-17 14:52:10 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
wiz
2a2c6fd1dc Update to 1.2.9nb2 (hopefully final update for this weekend):
. add rpath to libpng-config output
. link against libpng12 (instead of libpng) in all cases.

The latter causes shlib dependency changes, so update
BUILDLINK_ABI_DEPENDS.png.
2006-04-17 13:44:46 +00:00
tron
776d9cc5ae Extend ".la" file hack to make it work under Mac OS X (Darwin), too. 2006-04-17 12:49:16 +00:00
adam
2fc4f59354 Changes 10.33:
Add pamtosvg.

g3topbm: Add -width, -paper_size.

libnetpbm / most newer programs: Fix bug that produces
plain format output when it should be raw because
pnm_readpaminit() does not set 'plainformat' and most
programs just copy the input pam to the output pam.

pamflip: fix bug with left/right flip of PBM that has
width an even multiple of 8 plus something less than 8.

pnmquant: turn on autoflush when creating seekable file.

install: fix symbolic link pnmdepth -> pamdepth.

build: fix some importinc dependencies.
2006-04-17 08:11:17 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
wiz
089ea9a234 Update to 1.2.9nb1:
. pngconf.h included "config.h" if HAVE_CONFIG_H is defined -- really not
  a good idea, patch it out. broke at least libwmf, reported by veego@
. install some libpng12 files -- IIUC, libpng12* is the future and
  libpng* is becoming obsolete -- at least according to the wishes of
  the authors. Don't follow this completely yet, but still patch the
  pkg-config file to link against -lpng instead of -lpng12, which
  would require a recursive PKGREVISION bump. We should probably do this
  at some future time.
. switch pkgconfig file to look for headers in include/libpng12 -- the
  headers still exist in include/ for backwards compatibility.
. switch to using GNU_CONFIGURE and the included libtool handling instead
  of patching in our own into a Makefile. Gets rid of patches and pkgsrc
  Makefile code.
2006-04-16 23:19:15 +00:00
wiz
a65fd047c9 Update to 1.2.9:
Changes since the last public release (1.2.8):

version 1.2.9 [April 14, 2006]
  Initialized some structure members in pngwutil.c to avoid gcc-4.0.0 complaints
  Fixed an incorrect typecast in pngrutil.c
  Added PNG_NO_READ_SUPPORTED conditionals for making a write-only library.
  Added PNG_NO_WRITE_INTERLACING_SUPPORTED conditional.
  Optimized alpha-inversion loops in pngwtran.c
  Moved test for nonzero gamma outside of png_build_gamma_table() in pngrtran.c
  Make sure num_trans is <= 256 before copying data in png_set_tRNS().
  Make sure num_palette is <= 256 before copying data in png_set_PLTE().
  Interchanged order of write_swap_alpha and write_invert_alpha transforms.
  Added parentheses in the definition of PNG_LIBPNG_BUILD_TYPE (Cosmin).
  Exported png_get_uint_32, png_save_uint_32, png_get_uint_16, png_save_uint_16,
    png_get_int_32, png_save_int_32, png_get_uint_31 (Cosmin).
  Added parentheses in the definition of PNG_LIBPNG_BUILD_TYPE (Cosmin).
  Added type cast (png_byte) in png_write_sCAL() (Cosmin).
  Fixed scripts/makefile.cygwin (Cosmin).
  Updated scripts/makefile.bc32 for Borland C++ 5.6 (Cosmin).
  Updated scripts/pngos2.def, scripts/pngw32.def (Cosmin).
  Updated references to png-mng-implement mailing list.
  Revised man page and libpng.txt to make it clear that one should not call
    png_read_end or png_write_end after png_read_png or png_write_png.
  Optimized zlib window flag (CINFO) in contrib/pngsuite/*.png (Cosmin).
  Check for png_rgb_to_gray and png_gray_to_rgb read transformations before
    checking for png_read_dither in pngrtran.c
  Revise checking of chromaticity limits to accommodate extended RGB
    colorspace (John Denker).
  Changed line endings in some of the project files to CRLF, even in the
    "Unix" tar distributions (Cosmin).
  Make png_get_int_32 and png_save_int_32 always available (Cosmin).
  Updated scripts/pngos2.def, scripts/pngw32.def and projects/wince/png32ce.def
    with the newly exported functions.
  Eliminated distributions without the "configure" script.
  Updated INSTALL instructions.
  Make libpng.pc respect EXEC_PREFIX (D.P.Kreil)
  Remove reference to pngasmrd.h from Makefile.am
  Change definition of PKGCONFIG from $prefix/lib to $libdir in configure.ac
  Removed newline from the end of some error and warning messages.
  Removed test for sqrt() from configure.ac and configure.
  Made swap tables in pngtrans.c PNG_CONST (Carlo Bramix).
  Added "OS2" to list of systems that don't need underscores, in pnggccrd.c
  Removed libpng version and date from *.c files.
  Removed trailing blanks from source files.
  Put version and date of latest change in each source file, and changed
    copyright year accordingly.
  Restored scripts/makefile.elf which was inadvertently deleted.
  Removed libpng.vers and libpng.sym from libpng12_la_SOURCES in Makefile.am
  Fixed inconsistent #ifdef's around png_sig_bytes() and png_set_sCAL_s()
    in png.h.
  Updated makefile.elf as suggested by debian.
  Added LN_SF, MKDIR_P, and other macros to some of the makefiles.
  Made some makefiles accept "exec_prefix".
  Simplified some makefiles by using LIBSO, LIBSOMAJ, and LIBSOVER macros.
  Fixed some "#ifdef defined (..." which should be "#ifdef defined(..."
    Bug introduced in libpng-1.2.8.
  Fixed inconsistency in definition of png_default_read_data()
  Revised calculation of "current" and "major" for irix in ltmain.sh
  Separated PNG_EXPAND and PNG_EXPAND_tRNS.
  Added png_set_expand_gray_1_2_4_to_8() and deprecated
    png_set_gray_1_2_4_to_8() which also expands tRNS to alpha.
  Include "config.h" in pngconf.h when available.
  Added some checks for NULL png_ptr or NULL info_ptr (Coverity)
  Made pnggccrd.c PIC-compliant (Christian Aichinger).
  Added makefile.mingw (Wolfgang Glas)
  Revised pngconf.h MMX checking.
  Defined PNG_USER_PRIVATEBUILD when including "pngusr.h" (Cosmin).
  Removed nonsensical assertion check from pngtest.c (Cosmin).
  Revised makefile.beos and added "none" selector in ltmain.sh
2006-04-16 19:39:46 +00:00
minskim
a076f0930e Add py-cairo. 2006-04-15 18:27:31 +00:00
minskim
ba48e0f310 Import py-cairo from pkgsrc-wip. Packaged by Christoph Leuzinger in
PR pkg/33256.

Cairo is a 2D graphics library with support for multiple output
devices.  Currently supported output targets include the X Window
System, win32, and image buffers. Experimental backends include OpenGL
(through glitz), Quartz, XCB, PostScript and PDF file output.

This package contains the Python bindings for Cairo.
2006-04-15 18:25:07 +00:00
heinz
5851e5bff0 Added appropriate TEST_TARGET. 2006-04-14 18:14:34 +00:00
adam
a45c031f88 Changes 2.14.0:
* Increased version number for GNOME 2.14
2006-04-14 17:28:21 +00:00
adam
5c9c3abd30 Changes 2.3.8:
- added new tile primitive Triangle to Mosaic plug-in
- speed up Gaussian Blur plug-in
- suppress redundant progress updates from plug-ins
- changed some gimprc and sessionrc default values (window hints,
  fullscreen mode)
- do not focus transform tool dialogs on map
- renamed Magnify tool to Zoom tool and added some missing tool shortcuts
- added a submenu with recently used plug-ins to the Filters menu
- fixed look-up table used for Contrast adjustments
- improved the user interface of the Animation Playback plug-in
- added framework for describing menu entries in the statusbar
- added lots of helpful blurbs to procedures and core actions
- remove color from the Watercolor selector if Shift is being pressed
- ported PDB internals to GParamSpec and GValue
- speedup and UI improvements for the SIOX tool
- added parasite getters and settors for vectors
- made PSD load and save plug-ins 64bit clean
- some string review
- ported ellipse select tool to the new rectangle tool
- added basic support for layer masks to the PSD save plug-in
- avoid relocations by declaring more data as const
- new application icons in more sizes and as a SVG
- provide script-specific samples instead of hard-coding "Aa" for font preview
- build the Screenshot plug-in on all platforms
- allow to discard invisible layers when merging visible layers
- nicer output from gimp-procedural-db-dump
- bug fixes and code cleanup
2006-04-14 10:49:41 +00:00
adam
53133a2507 Changes 2.2.11:
- fixed handling of EXIF data in JPEG plug-in
- let gimptool use pkg-config to determine compiler and linker flags at
  run-time
- added GTK+ category in gimp.desktop file
- fixed guides scripts to allow guides at the right and bottom
- fixed icons in color picker buttons in Levels tool
- fixed parameter check in Compressor plug-in
- made the internal help browser the default for all platforms
- fixed handling of alpha channel in Gaussian Blur plug-in
- fixed incorrect bitshifts in Win Icon plug-in
- fixed a potential crash in the Animation Playback plug-in
- corrected tile cache size in Unsharp Mask plug-in
- fixed the import of SVG circles
- fixed rounding of resolution in BMP plug-in
- fixed resolution handling in PSD load plug-in
- store resolution when saving in the PSD file format
- fixed crash in Revert function
- flush the projection before reading from it
- fixed MMX instructions on Pentium II machines
- fixed possible crash on closing a dockable
2006-04-14 10:02:31 +00:00
heinz
089d51008d Added appropriate TEST_TARGET. 2006-04-14 07:08:07 +00:00
wiz
d0057182a7 Complete move of dvdview and dvdbackup from graphics to multimedia. 2006-04-13 20:19:16 +00:00
jlam
1cf9796f3c BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
2006-04-13 18:23:29 +00:00
rillig
bb6a0d3d20 The documentation files are installed in share/doc instead of
share/doc/html. Bumped PKGREVISION.
2006-04-13 01:30:43 +00:00
joerg
1897af1d06 Include subprocess package files in PLIST. Bump revision. 2006-04-12 22:57:59 +00:00
joerg
a387b033d9 Don't patch a file originating in FILESDIR, change it directly. 2006-04-12 22:44:27 +00:00
markd
361337ce7d Missed updating the PLIST in my last change (not installing x-raw.desktop)
Fix now.
2006-04-12 22:34:15 +00:00
rillig
67e4099197 The documentation files are installed in share/doc/blender instead of
share/doc/html/blender. Bumped PKGREVISION.
2006-04-12 21:02:35 +00:00
joerg
b23f84b01f Record vgl module on DragonFly and FreeBSD in PLIST. Bump revision. 2006-04-12 16:57:04 +00:00
markd
c693caf539 Update dcraw to 8.13
* Fixed camera WB for Canon EOS 10D, 300D, and clones.
* Added the Leica D-Lux 2.
* Added the Leaf Aptus 75.
  Correctly handle the DNG AsShotWhiteXY tag.
* Better support the Imacon Ixpress 22-Mp.
* Don't search for the best black value in colorcheck().
  Added new color matrix for the Nikon E700, E800, and E950.
* Added getreal(), and use getint() more often.
* Use unmagnified dimensions in write_ppm16().
* Support the Olympus E-330.
  Added "-D" option to output unscaled raw pixels.
  For DNG, support ICC profiles and short AsShotNeutral tags.
  Fix defective pixels and columns in Phase One images.
2006-04-12 13:16:26 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
wiz
b3b1093693 Make build again after libdvdread update. 2006-04-12 06:03:27 +00:00
jmmv
03aa455434 libtoolize this package so that it builds under Mac OS X; building the
shared library by hand (as happened before) was not portable.

Bump PKGREVISION to 5.
2006-04-11 14:47:06 +00:00
jlam
6a391e6bfd These packages install man3 pages into the correct Perl location already
so stop trying to install them into ${PREFIX}/man/man3.  No change to the
binary packages.
2006-04-10 05:34:46 +00:00
minskim
d9f32920a8 Add ps2eps. 2006-04-08 22:56:56 +00:00
minskim
44fab2f95e Import ps2eps.
ps2eps is a tool (written in Perl) to produce Encapsulated PostScript
Files (EPS/EPSF) from usual one-paged Postscript documents.  It
calculates correct Bounding Boxes for those EPS files and filters some
special postscript command sequences that can produce erroneous
results on printers.  EPS files are often needed for including
(scalable) graphics of high quality into TeX/LaTeX (or even Word)
documents.
2006-04-08 22:55:40 +00:00
minskim
6fdbd90465 - Install into a separate package directory to follow TDS.
- Install HTML documentation into share/doc, instead of share/doc/html.
- Use texmf-dirs to install into texmf-local.

Bump PKGREVISION.
2006-04-07 02:17:53 +00:00
drochner
630c49cc19 +py-matplotlib-gtk2 2006-04-06 16:47:17 +00:00
drochner
17ca7afca5 add the gtk frontend for py-matplotlib-0.8.2 as separate pkg 2006-04-06 16:45:34 +00:00
drochner
2d392c750a update to 0.87.2
too many feature additions and fixes to list here

pkgsrc changes:
removed all X11 frontend support, leaving just the ability to create
image files
frontends will be added as separate pkgs
2006-04-06 16:43:39 +00:00
drochner
823eac290d fix paths in PKGCONFIG_OVERRIDE
bump PKGREVISION
2006-04-06 16:23:41 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
uebayasi
c1c2e3ae73 A missing entry in PLIST, found by ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw
/pkgstat/i386-2.1/20060404.0711/graphics/tiff/.broken.html.

Reviewed By:	reed
2006-04-05 07:04:18 +00:00
ghen
f5338972e9 Update graphics/ImageMagick and graphics/p5-PerlMagick to 6.2.6.8.
Changes to 6.2.8-8:
  * 'convert existing-image.png -background' no longer generates a fault.
  * -define pdf:use-cropbox=true actually works now.
  * Slight mods to magick/xwindow.c to compile under BEOS (path provided by
    henrimoi@hotma...).
  * #000000 improperly set the opacity channel (bug report and patch from
    digipete@shaw....).
  * Patch for OpenVMS compile support.

Changes to 6.2.6-7:
  * Added the 'Dispose' layers function to return the 'GIF dispose' images of
    an animation.
  * File is already closed, do not call fclose() on it in magick/blob.c.
  * PS3/EPS3 now writes a proper image mask when compression is None.
  * Patch to properly read interlaced GIF's.
  * DestroyMagick() is not always reliably available when atexit() unwinds.
2006-04-04 22:30:50 +00:00
tv
0a5d9471b8 Make the notice about p5-PerlMagick a lot louder. 2006-04-04 18:51:14 +00:00
jlam
0e75430a3d INSTALL_MAKE_FLAGS doesn't append to MAKE_FLAGS, it replaces it. Make
sure that we preserve any other MAKE_FLAGS when setting INSTALL_MAKE_FLAGS.
2006-04-04 18:07:16 +00:00
salo
2a654f617f Security fix for CVE-2006-1550:
"Multiple buffer overflows in the xfig import code (xfig-import.c) in Dia 0.87
 and later before 0.95-pre6 allow user-complicit attackers to have an unknown
 impact via a crafted xfig file, possibly involving an invalid (1) color index,
 (2) number of points, or (3) depth."

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1550
http://mail.gnome.org/archives/dia-list/2006-March/msg00149.html

Fix from Dia CVS.
2006-04-04 14:52:15 +00:00
jlam
26d1765101 * List the info file entries directly in the PLIST.
* Honor PKGINFODIR and PKGMANDIR.
2006-04-04 14:45:44 +00:00
tron
6e158978a7 Make last change work with IRIX's old fashioned "find" command. 2006-04-03 16:53:58 +00:00
tron
97e28a668b Make sure all documentation files are installed world readable. Bump
package revision because this change affects the binary package.
2006-04-03 16:46:51 +00:00
tron
ed8c6d4795 Fix bad shell code causing "make" warnings. 2006-04-03 16:39:04 +00:00
wiz
82bd59a254 Update to 2.14.3:
2006-03-22 Dom Lachowicz

	* rsvg-base-file-util.c: rsvg_handle_set_base_uri() in rsvg_handle_new_from_file()
	  is too late (#335450)

2006-03-19 Dom Lachowicz

	* rsvg-base.c: Fix a crash exposed by bug 335107
	* rsvg-convert: Prevent warnings/crash after getting a null RsvgHandle back

2006-03-16 Dom Lachowicz

	* rsvg-convert.c: rsvg-convert 'crashes' because it calls g_error()
	on an error condition, instead of fprintf(stderr, ...) (#334813)
2006-04-03 06:35:26 +00:00
wiz
7139e57cc4 Update to 2.14.2:
Version 2.14.2

* Make 48x48/apps Scalable as well (Rodney Dawes)
* Remove MinSize setting from 48x48 contexts set as Scalable
  -- bug #332894 (Rodney Dawes)
2006-04-03 06:10:57 +00:00
wiz
278bfb019a Update to 1.0.4:
Release 1.0.4 (2006-03-15 Behdad Esfahbod)
==============================================================
This is a bug fix release.  Many fixes in this release are
backported from the head branch and do not have bug numbers.
For the bugs in bugzilla that are fixed in this release, see:

	https://bugs.freedesktop.org/buglist.cgi?bug_id=4674,4823,5528,5734,6176,6196,6197

This includes the bug causing Pango crashes with some corrupt
fonts.  For a list of all changes, see ChangeLog.
2006-04-02 19:59:13 +00:00
hamajima
e792770015 I forgot deletes.
This patch is for previous version, unnecessary with current version.
2006-04-02 10:30:23 +00:00
jmmv
3839f4a1ab Depend on hicolor-icon-theme to:
1) Handle the shared share/icons/hicolor directory.
2) Properly regenerate the icon theme cache during (de)installation.
Bump PKGREVISION.
2006-04-02 09:49:00 +00:00
jmmv
b8fa86dca8 Depend on xdg-dirs 1.3, which handles the share/pixmaps/backgrounds directory
(to be shared with gnome-screensaver).  Bump PKGREVISION to 1.
2006-04-01 21:42:49 +00:00
jlam
739ade02f5 List the info pages directly in the PLIST and ensure that we honor
PKGINFODIR.
2006-03-31 23:56:28 +00:00
jlam
858527fae4 Drop LTCONFIG_OVERRIDE... USE_LIBTOOL takes care of replacing libtool
already.
2006-03-31 17:28:11 +00:00
jlam
11a4af3693 * Avoid an unnecessary SUBST_FILES class by using environnment variables
to accomplish the same thing.

* Move the arm compiler hack into a hacks.mk file.
2006-03-31 17:11:54 +00:00
drochner
a71d624931 update to 1.9.5
changes:
* Fixed a bug with transitions of small images endlessly waiting for
  the window to resize.
* Updated Bulgarian translation.
* Two new commands to fit the image in height or width.
* New command line option to specify the initial window geometry.
* Swedish translation.
* The framerate limiter is also used during transitions.
* This changed the transitions configuration.
2006-03-31 15:08:00 +00:00
drochner
8667bc40aa update to 3.8.2
changes: bugfixes
2006-03-31 14:31:03 +00:00
jmmv
10352b7139 Do not rely on the heavy gtk-doc dependency. It is a pity that the
package does not come with prebuilt documentation, but this is a bug
in the distfile itself.  The docs should be included, and will
hopefully be in the next release.  Bump PKGREVISION to 2.

(I have hit this same problem over and over again in all gtk-doc-using
packages and it's still unknown why it happens.)
2006-03-31 09:08:08 +00:00
jmmv
7583f0b0e2 Do not pull in the new hicolor-icon-theme cache handling and avoid packages
using this one to pull it as well.
2006-03-30 21:45:33 +00:00
jmmv
0cb35d27da Update to 2.14.0:
Version 2.14.0
---------------
- Fixes crasher when opening images with strange extensions
  (Ryan Lortie) [#333551]
- Quit EOG when not able to load images (Lucas Rocha)
- Fix window positioning behavior (Lucas Rocha)
- Updated translations: Alexander Shopov (bg), Mugurel Tudor (ro),
  Rajesh Ranjan (hi), Luca Ferretti (it), Ole Laursen (da),
  Gabor Kelemen (hu), Daniel Nylander (sv), Elnaz Sarbar (fa),
  Farzaneh Sarafraz (fa), Miloslav Trmac (cs), Benoît Dejean (fr).

Version 2.13.92
---------------

- Disable all debug messages by default (Lucas Rocha) [#331362]
- Fix 64-bit pointer truncation (Pascal Hofstee, Alexander
  Nedotsukov) [#331971]
- Correct handling of zoom precision with mouse wheel
  (Felix Riemann) [#310833]
- Build system fixes (Sylvain Bertrand) [#330708]
- Define a minimum window size (Lucas Rocha) [#327065]
- Mouse scroll wheel now makes image switching on collection
  pane (Lucas Rocha) [#331645]
- Fixes crash when removing images from a directory with images
  that EOG is watching (Lucas Rocha)
- Updated translations: Žygimantas Beručka (lt), Kostas Papadimas (el),
  Satoru Satoh (ja), Inaki Larrañaga (eu), Artur Flinta (pl),
  Rhys Jones (cy), Leonid Kanter (ru), Alessio Frusciante (it),
  Maxim Dziumanenko (uk)

Version 2.13.91
---------------

- Remove critical warnings on save dialogs (Lucas Rocha) [#327170]
- Use current locale for images on NIS filesystem (Takao Fujiwara) [320289]
- Updated translations: Laurent Dhima (sq), Hendrik Richter (de),
  Lukas Novotny (cs), Alexander Sigachov (ru)

Version 2.13.90
---------------

- Normal viewing of images from SMB shares (#326104)
  Patch from Felix Riemann.
- .desktop file fixes (#328033)
- Updated translations:  Theppitak Karoonboonyanan (th), Ankit Patel (gu),
  Adam Weinberger (en_CA), Slobodan D. Sredojevic (sr, sr@Latn),
  Priit Laes (et), Clytie Siddall (vi), Kjartan Maraas (no, nb),
  Josep Puigdemont i Casamajó (ca), Francisco Javier F. Serrador (es),
  Chao-Hsiung Liao (zh_TW, zh_HK), Funda Wang (zh_CN), Duarte Loreto (pt),
  Evandro Fernandez Giovanini (pt_BR)

Version 2.13.5
--------------

- Plural string fixes (#327106)
- Updated translations: Clytie Siddall (vi), Ankit Patel (gu),
  Gabor Kelemen (hu), Ivar Smolin (et), Takeshi Aihana (ja),
  Kjartan Maraas (no, nb), Chao-Hsiung Liao (zh_TW, zh_HK),
  Francisco Javier F. Serrador (es), Slobodan D. Sredojevic (sr, sr@Latn),
  Ignacio Casal Quinteiro (gl), Ilkka Tuohela (fi)


Version 2.13.4
--------------

- Disable xscreensaver on fullscreen mode (#326369)
- Correctly refresh image section for very small images (#317641).
  Patch from Felix Riemann.
- New delete confirmation dialog (#322884). Patch from
  Jaap Haitsma.
- Several code cleanups. Patches from Felix Riemann.
- Resize window according to the image dimensions (#323204)
- Add BackSpace accel for previous image action (#324088)
- Fix GTK+ dependency version. (#324149)
- Updated translations: Alan Horkan (en_GB), Clytie Siddall (vi),
  Ilkka Tuohela (fi), Abel Cheung (zh_TW, zh_HK), Josep Puigdemont
  i Casamajó (ca), Žygimantas Beručka (lt), Vincent van Adrighem (nl),
  Kjartan Maraas (no, nb), Ignacio Casal Quinteiro (gl), Theppitak
  Karoonboonyanan (th), Ankit Patel (gu), Alexander Shopov (bg),
  Adam Weinberger (en_CA)

Version 2.13.3
--------------

- Added Return accelerator for Next Image and Shift+Return
  and Shift+SpaceBar accelerators for Previous Image. (#322593)
  Patch from Jaap A. Haitsma <jaap@haitsma.org>
- Use one single function when changing single selection
  instead of six too similar ones. (#321395) Patch from
  Claudio Saavedra <csaavedra@alumnos.utalca.cl>)
- Icon now shown in about dialog. (#321665) Patch from
  Vincent Noel <vincent.noel@gmail.com>.
- Image information pane is disabled by default. (#313672)
- Other assorted bug fixes and code cleanups.
- Updated translations:
  Ankit Patel (gu), Alessio Frusciante (it), Miloslav Trmac (cs),
  Åsmund Skjæveland (nn),  Francisco Javier F. Serrador (es),
  Alexander Shopov (bg), Žygimantas Beručka (lt),Ales Nyakhaychyk (be),
  Takeshi AIHANA (ja), Adam Weinberger (en_CA), Funda Wang (zh_CN),
  Priit Laes (et), Ignacio Casal Quinteiro (gl), Kjartan Maraas (nb, no),
  Guilherme de S. Pastore (pt_BR), Theppitak Karoonboonyanan (th).

Version 2.13.2
--------------

- UI redesign. Fixes bugs #148643 and #320542. (Lucas Rocha)
  * Removed 'New Window' and 'Open Folder' from 'File' menu;
  * Removed 'New Window' and 'Open' items from toolbar;
  * Moved rotation toolbar items to the right edge;
  * Added Next/Previous button to toolbar for easy navigation
    through image collection;
  * Added 'Go' menu with Next/Previous/First/Last Image items;
  * Status shows the position of image within a collection,
    not the number the selected images;
  * Added 'Image Collection' item to 'View' menu to Show/Hide
    image collection pane;
  * Accelerators: Ctrl+PageDown and spacebar switches to the next
    image, Ctrl+PageUp switches to the previous image, Ctrl+Home
    switches to the first image, Ctrl+End switches to the last image,
    F9 shows/hides image collection pane, F5 starts slideshow.
- Fix crash when setting window icon. Fixes bug #320245.
  (Claudio Saavedra)
- Removed confirmation dialog when removing an image. Fixes
  bug #309046. (Lucas Rocha)
- Option to use an image as the desktop wallpaper. Fixes bug
  #140768. (Nirmal Kumar, Lucas Rocha)
- Page Up and Page Down scroll images up and down. Fixes bug
  #152364. (Lucas rocha)
- Several code cleanups. (Lucas Rocha, Paolo Borelli)
- Correct keys that cancel Fullscreen and Slideshow. (Lucas
  Rocha)
- On single and collection view, default focus on
  image. Fixes bug #169836. (Lucas Rocha)
- Make it possible to use '=' or '+' for zooming in. Fixes
  bug #320367. (Lucas Rocha)
- Added accelerators from numerical keypad for zooming in
  and out. Fixes bug #315183. (Felix Riemann)
- Make scrollbar buttons work in thumbnails pane. Fixes
  bug #124653. (Juan Carlos Inostroza)
- More coherent fullscreen/slide show behavior. Fixes
  bug #317392. (Lucas Rocha)
- Window icon is a thumbnail of the image. Fixed bug
  #311720. (Lucas Rocha)
- Use intuitive gnome-icon-theme icon for image viewer
  instead of EOG icon. Fixes bug #167087. (Lucas Rocha)
- Fix width of the information pane that was too small.
  Fixes bug #313674. (Ed Catmur)

Version 2.13.1
--------------

- Update window title when saving in another location.
  Fixes bug #318318. (Lucas Rocha)
- Asks to overwrite target file instead of source when 'Saving
  as'. Fixes bug #162627. (Lucas Rocha)
- Don't crash when removing images from a collection.
  Fixes bug #313003. (Lucas Rocha)
- No "Open in new window" option on save action. Fixes bug #318734.
  (Lucas Rocha)
- Add image/svg+xml to the list of supported file types.
  Closes bug #314566. (Lucas Rocha)
- Fix RGBA->RGB conversion when saving PNG images to JPEG.
  Fixes bug #314742. (Felix Riemann)
- Update "recent files" when viewing images. Fixes bug #316004.
  (Lucas Rocha)
- Ctrl+I keybinding to show/hide Image Properties bar.
  Fixes bug #307188. (Lucas Rocha)
- Fix crash when trying to view an image from recent list that
  doesn't exist anymore. Fixes bug #312448. (Lucas Rocha)
- Change X development libraries checking in build system
  to work on every platform. Fixes bug #317828. (Christophe Belle)
- Fix crash when adding new non-image files to a directory eog
  watches and when trying to view a PNG image with a JPEG extension.
  Fixes bugs #316808 and #311925. (Callum McKenzie)
- Translation Updates: Ivan Noris (sk)
2006-03-30 21:27:56 +00:00
jmmv
193b6a9259 Update to 2.14.0:
===============
Version 2.14.0
===============

* Release for 2.14.0

Translations

Rhys Jones (cy), Rajesh Ranjan (hi), Alina Kirakosyan (ka), Elian Myftiu (sq),
Daniel Nylander (sv), Maxim V. Dziumanenko (uk)


===============
Version 2.13.92
===============

* Revised colours

Translations

Alexander Sigachov (ru), GNOME PL Team (pl), Iñaki Larrañaga (eu)
Jesús Corrius (ca), Kostas Papadimas (el), Mate ORY (hu)
Raivis Dejus (lv), Satoru SATOH (ja), Woodman Tuen (zh_HK)
Woodman Tuen (zh_TW), Žygimantas Beru?ka (lt)


===============
Version 2.13.91
===============

* New default colours for translucent backgrounds
* Tweaks to patterns
* Use zoom option to scale images

Translations

Vladimir Petkov (bg), Ole Laursen (da), Hendrik Richter (de),
Adam Weinberger (en_CA), Ivar Smolin (et), Ilkka Tuohela (fi),
Tino Meinen (nl), Duarte Loreto (pt), Evandro Fernandes Giovanini (pt_BR)


===============
Version 2.13.90
===============

* Release for GNOME 2.13.90

A new set of backgrounds for 2.14!

Translations

 Lukas Novotny (cs), Francisco Javier F. Serrador (es), Ignacio Casal Quinteiro
 (gl), Ankit Patel (gu), Ida Gasparretti (it), Kjartan Maraas (nb), Kjartan
 Maraas (no), Evandro Fernandes Giovanini (pt_BR), –°–ª–æ–±–æ–¥–?–? –î.
 –°—Ä–µ–¥–æ—ò–µ–?–?—õ (sr), Theppitak Karoonboonyanan (th), Clytie Siddall (vi),
 Funda Wang (zh_CN)
2006-03-30 21:17:48 +00:00
jmmv
2c056b63d9 Update to 2.14.0:
libgnomecanvas 2.14.0
---------------------

What's new since 2.13.0:

Updated and new translations:
	- ka (Gia Shervashidze), ku (Erdal Ronahi),
	  ro (Misu Moldovan), zh_HK (Chinese Hong Kong team),
	  zh_TW (Chinese Taiwan Team)

libgnomecanvas 2.13.0
---------------------

What's new since 2.12.0:

Bug fixes:
	- Correctly reset item_list_end when moving the last
	item in the list. Fixes bug #323850. (Federico, Denis Auroux)
	- Remove a bunch of cruft and compiler warnings (Kjartan)
	- Add g_object_notify() call to allow users to connect to
	the notify::parent signal. Closes bug #320791. (Sven Herzberg)
	- Use BILINEAR interpolation instead of HYPER which is
	"a slow buggy piece of shit". (Federico)
	- Cast GNOME_CANVAS_COLOR macros to use unsigned ints so that
	shifting left 24 bits won't overflow into the sign bit.
	Fixes bug #317718. (Danek Duvall)
	- Correctly calculate width_in_pixels and height_in_pixels
	in gnome-canvas-pixbuf.c. (Hans de Graaff)

Docs:
	- Add API docs for gnome-canvas-rich-text.c (Dinoop Thomas)

Translation updates:
	- Added Tatar (tt)
	- Updated Belarusian (be), Dutch (nl)
2006-03-30 21:08:46 +00:00
jmmv
541bfe1e01 Update to 0.9:
2006-01-12  Alexander Larsson  <alexl@redhat.com>

	* Makefile (VERSION):
	Bump version to 0.9

2005-12-23  Luca Ferretti <elle.uca@libero.it>

	* index.theme:
	Sort values for Directories keys (fix gnome bug 315841) and add missing
	entries. Now all installed directories should have an entry in this
	file.

2005-04-08  Alexander Larsson  <alexl@redhat.com>

	* Makefile.in (ICON_CONTEXTS):
	Add emblem subdir

	* configure.ac:
	Bump version to 0.8

	* index.theme:
	Add emblem subdir

2005-02-04  Alexander Larsson  <alexl@redhat.com>

	* configure.ac:
	Bump version to 0.7

	* index.theme (Size):
	Fix typos in last version

2005-02-02  Alexander Larsson  <alexl@redhat.com>

	* configure.ac:
	Bump version to 0.6

	* Makefile.in (ICON_SIZES):
	Add 24x24 dirs

	* index.theme (Directories):
	Add 24x24 version of action, apps, devices, filesystem & mimetypes
2006-03-30 20:47:44 +00:00
jlam
d71a98aa8e Avoid extra stat() calls by not repeatedly checking whether a file
exists on the disk -- we can just check whether a variable defined by
find-files.mk is "__nonexistent__" or not.
2006-03-30 18:06:17 +00:00
ghen
7547c3d0f4 Update to ImageMagick 6.2.6-6, as the 6.2.6-4 distfile is already not available
anymore (noted by tron).

2006-03-26  6.2.6-6  Cristy  <stentz@image...>
  * Specify '-depth 32 -define quantum:format=floating-point' to read/write
   single precision floating point TIFF and raw formats.
  * Specify '-depth 64 -define quantum:format=floating-point' to read/write
   double precision floating point TIFF and raw formats.
  * If you overlaying an image with a negative offset, the image is no
    longer wrapped around the left and right edges of the canvas.

2006-03-20  6.2.6-5  Cristy  <stentz@image...>
  * Fix Group4-compression in the PDF writer.
2006-03-30 09:56:12 +00:00
markd
89fe82e14c Dont install a file that kdelibs now installs. Depend on the latest
kdelibs and bump PKGREVISION.
2006-03-30 03:20:04 +00:00
markd
7010768d97 Update KDE to 3.5.2
* KDVI
  o Fix problems with PS header inclusion
* KPDF
  o Don't destroy the document when overwriting itself with save
    as...
  o Fix crash on some documents
  o Fix crash when embedded on Konqueror
* KolourPaint
  o Printing improvements
  o Respect image DPI
  o Fit image to page if image is too big
  o Center image on page
2006-03-30 03:02:01 +00:00
ghen
8ebf0d81e1 Update ImageMagick to 6.2.6-4. Ok with adam.
2006-03-06  6.2.6-4  Cristy  <stentz@image...>
  * Read image filenames that start with a dash (e.g. display -- -logo.png).
  * Do not set the image opacity when reading a PSD colormap index (reference
    http://redux.imagemagick.org/discussion-server/viewtopic.php?p=18026).
  * By default, ImageMagick sets the page size to the MediaBox. Some
    PDF files, however, have a CropBox that is smaller than the MediaBox and
    may include white space, registration or cutting marks outside the CropBox.
    To force ImageMagick to use the CropBox rather than the MediaBox, use
    -define (e.g. -define pdf:use-cropbox=true).
  * RGB to CMYK color conversion is now scaled properly.
2006-03-29 21:32:35 +00:00
hamajima
02bbcdc93f updated to 0.5a.
see "Release 0.57.09" and "Release 0.57.10" of http://mxhaard.free.fr/news.html
2006-03-29 14:09:44 +00:00
markd
3d04674cac Patch a .po file so it works with older msgfmt. 2006-03-29 02:02:48 +00:00
joerg
b68d335375 Uses libtool and msgfmt. 2006-03-28 10:04:29 +00:00
minskim
c14696f9f1 Update TiffIO to 1.2.0e.
Changes:
- Use libtiff>3.8.
- bit order is different from byte order. So don't messup endianness
  with LSBfirst in bitmaps.
- Added support for Lab up to 3x16bits and RGB/RGBA up to 4x32bits.
2006-03-23 03:25:12 +00:00
kristerw
faf5e0e678 Include ../../mk/bsd.prefs.mk to ensure that MACHINE_PLATFORM is defined
before it is used.
2006-03-21 22:18:55 +00:00
drochner
f1baa961da Compensate for lossage I've caused by not explicitely linking against
libpthread: link against a stub lib on systems which need it (NetBSD<=2).
Thanks to mlh@goathill.org for testing and reports.
2006-03-21 19:26:31 +00:00
jlam
11993b86ed Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-21 06:00:43 +00:00
jlam
741aecb607 * Nuke all references to and definitions of INFO_DIR in package Makefiles
and replace with appropriate references to PKGINFODIR instead.

* Properly account for split info files during installation.

* Move info file listings directly into the package PLISTs.

This fixes info-file-related PLIST problems.
2006-03-20 18:15:37 +00:00
jlam
b9c9e9c92b Note that this package uses C++. 2006-03-20 07:42:28 +00:00
minskim
550e9bad97 Turn off optimization as a workaround for PR toolchain/33097. No PKGREVSION
bump because this package has never built in bulk-builds since the last bump.
Remove BROKEN_IN.
2006-03-19 20:06:05 +00:00
wiz
bdcab8cc62 Fix installation after info framework changes. 2006-03-19 15:26:57 +00:00
gdt
801a6ac3ba Set maintainer to pkgsrc-users (after invoking wizd to update
doc/pkgsrc.txt to specify that this is the correct value for
maintainerless packages).
2006-03-17 21:27:38 +00:00
gdt
5610f157cc drop maintainership. (I don't use QT, and only needed this to try to
build lprof, and now lprof no logner uses TiffIO.)  This package
should perhaps be removed if no one cares.
2006-03-17 17:46:30 +00:00
wiz
2ed33ab2a6 Reset maintainer, host says:
Name service error for name=wongs.net type=MX: Host not found, try again.
for five days in a row, on two separate occasions (more than a week apart).
2006-03-16 22:46:30 +00:00
minskim
57f462af98 Do not include malloc.h on Darwin, since it is not available. Patches
provided by John D. Baker in PR pkg/31871.
2006-03-15 19:27:31 +00:00
gdt
41f63bdee0 force using libexif. PKGREVISION++ 2006-03-15 13:02:17 +00:00
hamajima
365e8b9b0a changed PATCH_SITES and HOMEPAGE. 2006-03-14 17:15:56 +00:00
hamajima
463f356403 updated to 0.3. new support usb-camera based on ICM532.
changed PATCH_SITES and HOMEPAGE.
(thanks patch: Joerg)
2006-03-14 17:06:58 +00:00
gdt
3d1134260c Update to 0.7
03/03/2006 - UFRaw-0.7 released, based on DCRaw v8.05.
* Much more accurate white balance temperature setting.
* White balance presets per camera model.
* Show the channel multipliers in the UI.
* Apply base curve before gamma curve.
* Fix a few general bugs.
* Fix camera specific bugs for Sony F828, Sigma Foveon, Nikon D2H, D1X.
2006-03-14 15:19:20 +00:00
drochner
b9c3caf48b update to 3.8.1
changes:
-many bugfixes
-support PBM files in ppm2tiff
-Added ability to create multipage TIFFs in bmp2tiff
2006-03-14 14:08:30 +00:00
wiz
dc140d2d9e Update to 2.14.2:
==== GNOME 2.14 release ====

2006-03-11 Dom Lachowicz

	* configure.in: 2.14.2. This will go into GNOME 2.14.

2006-03-02 Dom Lachowicz

	* configure.in: Depend on newer libcroco for bugfix 333057

2006-02-29 Dom Lachowicz

	* librsvg.def: Fix bug 327855
2006-03-12 20:02:06 +00:00
taca
de2f20fc30 Update ruby-RMagick package to 1.10.1 applying patch noted by
PR pkg/33056 from OBATA Akio.

RMagick 1.10.1
 o Fix bug #3437, memory leak in ImageList#to_blob
 o Fix bug #3363, Image#composite doesn't work when the source image
   is bigger than the destination
 o Fix bug #3635, Image#import_pixels doesn't accept FloatPixel or DoublePixel
   storage types
 o Feature #3597, add border_color attribute to the Draw class
2006-03-12 03:46:07 +00:00
wiz
fbfe467428 Add patch-aa to fix build problem. 2006-03-11 18:43:18 +00:00
schwarz
8729aaecd9 added a workaround for a bug with Apple's gcc-4.0.0 2006-03-11 17:41:59 +00:00
ghen
a527d84ce0 Convert all packages using REPLACE_INTERPRETER to the new variable names
without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*).

Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted
here, if at all.

Ok with rillig.
2006-03-11 10:07:49 +00:00
rillig
9c704971db Fixed the interpreter of the example Perl programs. Bumped PKGREVISION. 2006-03-10 21:03:18 +00:00
minskim
da1249c351 Remove the dependency on gd. The configure script of graphviz
requires gd>=2.0.34, which was never released.  Thus, it always uses
the internal gd library (gd-2.0.33 with some improvements) and doesn't
depend on the pkgsrc gd library.

Bump PKGREVISION.
2006-03-09 17:40:24 +00:00
minskim
6c3a7e1b8a Link libgvplugin_usershape_gd against all the libraries it depends on to
avoid undefined symbols on Darwin.  This closes PR pkg/32753.
2006-03-09 17:04:58 +00:00
ghen
8cf271c6e8 Use REPLACE_INTERPRETER instead of a patch. 2006-03-09 14:50:31 +00:00
ghen
290ef7d98c Use REPLACE_INTERPRETER instead of SUBST. 2006-03-09 14:05:14 +00:00
reed
667db48de8 Bump PKGREVISION of poppler-qt because its dependency
poppler no longer requires glib and gtk2.
Update buildlink3.mk file for poppler-qt to only have BUILDLINK_DEPENDS
for this.

And increase PKGREVISION of kdegraphics3 because the poppler used
no longer needs glib and GTK2. (It doesn't look like anything else
in kdegraphics3 uses glib nor gtk2 now.)
2006-03-09 01:29:46 +00:00
tv
a256140b03 The last update missed resetting PKGREVISION in p5-PerlMagick; too late
to fix it now.  Add comment above version number to remind the updater to
reset PKGREVISION in both ImageMagick and p5-PerlMagick.
2006-03-08 16:46:34 +00:00
itohy
be9319543c Add missing dependency on graphics/xpm. 2006-03-08 09:50:12 +00:00
minskim
075adf3095 This package uses gettext functions without "-lintl". Add dependency
on gettext-lib explicitly and set BROKEN_GETTEXT_DETECTION.
2006-03-07 18:56:46 +00:00
joerg
9f01bc46d2 Allow the gettext detection to work with NetBSD's base as well. 2006-03-07 04:15:22 +00:00
adam
f39d2d0f01 Distribution file has changed: only HTML documentation. 2006-03-06 20:04:28 +00:00
joerg
4f7e03cb89 Uses msgfmt. Fixes PR 33007. 2006-03-06 18:50:21 +00:00
wiz
35af66a196 Belatedly bump PKGREVISION for all libtasn1 dependencies, since
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.

Addresses PR 32998 by Robert Elz.
2006-03-06 00:18:10 +00:00
adam
82320dd49f Changes 6.2.6.3:
* The command line utilities properly returns a non-zero status when an
    exception is thrown.

Changes 6.2.6.2
  * Fix a memory leak in each of CompositeImageCommand() and CompositeImage()
  * Add new options -layers compare-any, -layers compare-clear,
    -layers compare-overlay, and -layers optimize.
  * Draw last dash in a dashed polyline.
  * Add %D to -format to return the image disposal method.
  * ncorrect handling of file:// URIs causes data loss (patch from Daniel
    Kobras).
  * Set default BMP resolution units to PixelsPerCentimeter (problem report
    from digipete@shaw...).
2006-03-05 21:25:48 +00:00
jlam
6e0c050321 * Teach the tools framework how to supply the pkgsrc version of
makeinfo if no native makeinfo executable exists.  Honor TEXINFO_REQD
  when determining whether the native makeinfo can be used.

* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.

* Get rid of all the "split" argument deduction for makeinfo since
  the PLIST module already handles varying numbers of split info files
  correctly.

NOTE: Platforms that have "makeinfo" in the base system should check
      that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
      correct.
2006-03-05 16:27:22 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
wiz
96d4342466 Update to 2.14.1:
Bug fixes.
2006-03-03 22:24:26 +00:00
adam
0edcdc89c0 Fixed symbolic link to pamdepth 2006-03-02 23:17:36 +00:00
drochner
6c6a9f6a0e don't link libGL explicitely against libpthread, it is not
used by the library itself, the version which comes with X11 doesn't
do it, and it fixes some cases where GL is loaded dynamically
bump PKGREVISION
2006-03-02 20:19:31 +00:00
taca
b8ff2c5290 Update ruby-RMagick package to 1.10.0.
RMagick 1.10.0
    o Added add_noise_channel method to Image class (available with ImageMagick 6.2.5)
    o Added vignette method to the Image class (available with ImageMagick 6.2.6)
    o Added crop_resize method to the Image class (thanks to Jerret Taylor for
      the suggestion and original code)
    o Added export_pixels_to_str method to the Image class
    o Provided default arguments to Image#export_pixels
    o Added "order" option to Image#ordered_dither
    o Added cyan, magenta, yellow, and black attribute accessors to the Pixel class
    o Added CineonLogRGBColorspace, LABColorspace, Rec601LumaColorspace,
      Rec601YCbCrColorspace, Rec709LumaColorspace, Rec709YCbCrColorspace,
      LogColorspace enumerators to the ColorspaceType enumeration class.
    o Fixed bug #2844, Image#to_blob exits if the image is a 0x0 JPEG
    o Fixed bug #2688, Image#annotate, Draw#get_multiline_type_metrics handle
      newline characters properly
    o Tested with ImageMagick 6.2.6
    o Removed support for all versions of ImageMagick prior to 6.0.0
2006-03-02 15:53:08 +00:00
joerg
bd4a0dc3bd Don't declare sys_errlst, it is pulled in via errno. Fixes build
on NetBSD.
2006-03-01 14:40:34 +00:00
wiz
0a48bd317d Build fix for libtool>=1.5.22. 2006-02-28 17:55:47 +00:00
adam
bf1c4d5003 Changes 10.32:
* Add rlatopam.
* Add pgmmake.
* bmptopnm: Understands RLE4/RLE8 compressed BMP.
* pnmgamma: Add -bt709tosrgb -srgbtobt709, -bt709tolinear,
  -lineartobt709, -gamma, -rgamma, -ggamma, -bgamma (gammma
  values were formerly specified as parameters).
* pnmgamma: Rename -cieramp to -bt709ramp.
* ppmdraw: work on multi-image streams.
* anytopnm: add mime time image/x-ms-bmp for BMP
* pamchannel: works on multi-image streams.
* pamstack: works on multi-image streams.
* Convert pnmdepth to pamdepth.  Add multi-image stream
  capability.
* pamcut: works on multi-image streams.
* pnmtops: allow -flate and -rle together.
* pnmtops: overhaul of -psfilter output.
* pnmrotate: fine adjustment to arithmetic (rounding,
  pixel quantization).
* pbmtopsg3: Put currentfile ... in exec block.
* pbmtopsg3: Add missing /EndOfBlock.
* pnmtops: Don't claim EPSF if using setpagedevice.
* giftopnm: do "reading image sequence N" message only if
  being verbose.
* ppmtobmp, bmptopnm: major speed improvement for PBM.
* other
2006-02-27 22:01:16 +00:00
minskim
940e25fae5 Update gthumb to 2.6.9.
Changes:
Fixed bug #326879 - gthumb-2.6.8: fix compilation against libexif-0.6.13
Fixed bug #318828: Exif Orientation Tag Incorrectly Updated.
Fixed bug #305165: gthumb crash resize.
Fixed bug #321124: Confusing handling of --disable-schemas-install
Fixed bug #320947: Create Web Album Tool doesn't generate HTML pages with
  International characters
Fixed bug #321274: Incorrect log2 definition/detection
Fixed bug #317623: [PATCH] Enter a directory or a catalog with the ENTER key.
Fixed bug #317628: [PATCH] Zoom in/out with CTRL + scrollwheel
Fixed bug #317056: gthumb Cygwin build fixes.
Fixed bug #316952: [PATCH] bind DELETE key to move a folder to trash in
  directory list.
2006-02-27 21:45:21 +00:00
joerg
c38d51f238 Fix errno. 2006-02-26 21:37:19 +00:00
joerg
3c497f3de3 Make X11 dependency explicit. Use X11BASE for include and link pathes.
Add DragonFly support.
2006-02-26 21:26:32 +00:00
wiz
10f0a83ace Update to 2.14.0, no NEWS available.
Extract from ChangeLog back to August 2005:

	* rsvg.h: Export RsvgHandle and RsvgHandleClass to the
	 outside world so you can subclass them
	* rsvg-gobject.c: add props "width", "height", "em", "ex" (all read only)
	* *.c: Rename rsvg_cairo_render to rsvg_handle_render_cairo, for
	better GObject consistency
	* rsvg-gobject.c: RsvgHandle now derives from GObject. This doesn't
	break API/ABI.
	* Update documentation. Should be near 100% symbol coverage.
	* Public functions: added g_return_XXX() sneeze-guards
	* librsvg.def: List of symbols that we export
	* Makefile.am: Use libtool's -export-symbols to try to only export
	the above symbols (on platforms where it's supported).
	* configure.in: Mozilla-config fixes so that it works with more config scripts
	* rsvg-convert.c: New utility called 'rsvg-convert'. Can
	  convert a SVG to a PS, PDF, or PNG. Can accept SVG input
	  from STDIN and output to STDOUT. Has a lot more flexibility
	  and functionality than the old 'rsvg' program.
	* rsvg-cairo-render.c, rsvg.c, rsvg.h: Make mods to Caleb's
	  latest work. Prefer to expose a Cairo API that can render
	  an element by id, and then go from there.
	* rsvg-cairo-render.c, rsvg.c, rsvg.h: made that partial
	  rendering api that I promised Rahga ages ago. Havn't tested
	  yet.
	* rsvg-art-*.[ch]: Remove these files, as they've been replaced by Cairo.
	  Libart is dead. Long live libart!
	* rsvg.h: Revert API changes to make the Gimp folk happier
	* everywhere: use strings for RTTI, not sure about the
	  speed hit, but allows us a lot more flexiblity
	* rsvg-private.h: removed obsolete percentage resolution structures
	* gtk-engine/svg-render.c: Cache RsvgHandles rather than GByteArrays
	  containing SVG data. Preparation for move to cairo-only theme engine.
	* configure.in: Rip out libart backend; require the cairo
	  backend, and require cairo >= 1.0.2
	* test-display.c: Implement image zooming. Todo: rewrite this to use Cairo.
	* a_lot_of_places: implemented a system of late normalizations
	  of lengths. Now used everywhere
	* rsvg-base.c: find out the size of the contents of an SVG
	  if there is nothing else to go on.
	* rsvg-filter.c: filters now using pre-multiplied alpha
	  and have changable byte ordering
	* rsvg-cairo-draw.c: handles bounding boxes around images correctly
	* rsvg-structure.c: added preservation of aspect ratio to SVG elements
	* rsvg-cairo-draw.c: (_set_source_rsvg_pattern): Add preliminary
	  support for patterns to rsvg-cairo, (doesn't do transformed
	  patterns yet).
	* rsvg-cairo-clip.c/.h: new files. Added clipping in cairo backend.
	* most-cairo-related-places: added lots of stuff to do with
	  gradients, objectBoundBox positioning and spreading. Made
	  currentColor work with cairo. Made courners look great in
	  cairo but crap in libart... I just can't win.
	* rsvg-styles.c: made a new function called rsvg_state_reconstruct
	  that can make a style inherit from a node's ancestors rather
	  than the drawing context.
	* rsvg.c (_rsvg_handle_get_pixbuf): Un-premultiply ARGB->RGBA
	  instead of going through a PNG stream first
	* rsvg-cairo-draw.c (rsvg_cairo_render_path): Implement
	line join, cap, width, dash, miter limit
	(rsvg_cairo_render_image): Drawing images now works
	(rsvg_cairo_push_discrete_layer): Largely implemented
	(rsvg_cairo_pop_discrete_layer): Largely implemented
	(_set_source_rsvg_radial_gradient): Make this work for the few tests I have
	...
and of course lots of bug fixes.
2006-02-26 10:39:34 +00:00
wiz
a84c607aaa Update to 2.14.1:
Version 2.14.1

* Revert to using Scalable for 48x48/{filesystems,mimetypes} (Rodney Dawes)
2006-02-26 09:34:09 +00:00
reed
a0a19a25a2 Add another directory to the Cflags variable in the
pkg-config file.

This fixes problem where non-pkgsrc software builds using this info
can also find the ft2build.h header. (Not noticed in pkgsrc itself
because that include file is already known.)

This is also done in upstream version in the 2.2 release candidates.
The commit log message upstream is:
    builds/unix/freetype2.in (CFlags): Add missing directory.

Bump PKGREVISION.
2006-02-25 00:35:41 +00:00
minskim
89872a35e4 Do not declare a static function as non-static. This makes the package
build with gcc-4.
2006-02-24 02:52:22 +00:00
joerg
be3eb43b52 Use IMAKE_MAN_SUFFIX. Let imake decide where to put the man pages.
Fix errno.
2006-02-23 21:24:11 +00:00
joerg
3f092b20be Use IMAKE_MAN_SUFFIX. Let imake decide itself where it wants to install
the man page.
2006-02-23 21:16:16 +00:00
joerg
1cdc987af7 Reuse NetBSD config for DragonFly. 2006-02-23 21:05:02 +00:00
joerg
8051605c42 Fix errno. Add missing prototype. 2006-02-23 20:49:49 +00:00
joerg
288e6428d1 Add DragonFly support. Make pthread linkage more portable. 2006-02-23 20:15:21 +00:00
joerg
8a2ed44898 Use tiff from pkgsrc. Fixes Qt-STL fallout and a possible security
problem. Bump revision.
2006-02-23 17:59:49 +00:00
wiz
b1c6231f13 Fix bug in xwdtopnm. Patch from Bryan Henderson via Jukka Salmi
on tech-pkg. Bump PKGREVISION.
2006-02-23 17:37:01 +00:00
markd
994dd41608 Fix communication between digikam and its kioslaves by having them
agree on the type of filesizes that are passed between them.
Bump PKGREVISION.
2006-02-23 13:03:23 +00:00
wiz
0aa3eb46e0 Add missing xdg-dirs dependency. Make sure desktop file and
pixmap are installed even if some gnome installation tool is missing.
Bump PKGREVISION.
2006-02-22 21:54:16 +00:00
drochner
533340bb1d The "--with-default-strip-size" did just help because it worked
around a problem caused by a bash'ism in the configure script.
Fix the script instead.
No functional change.
2006-02-22 12:38:17 +00:00
gdt
c3e7a14ae5 Don't tell lcms to refrain from linking with zlib, so that tifficc
includes -lz on the link line if -lz is present in bl environment
(which it is because libtiff bls it).  PKGREVISION++

Take maintainership.
2006-02-21 14:00:42 +00:00
joerg
7f2cd475d3 Include stddef.h instead of defining NULL manually. This fixes
the inclusion of tiffio.h from C++ as seen in digikam.
Bump revision.
2006-02-20 17:56:36 +00:00
gdt
23c71e4d33 Add explicit dependency on lcms (ufraw links against it, and it's
present from gimp, at least with gimp24).  PKGREVISION++.
2006-02-20 16:31:45 +00:00
gdt
edb2b07bf8 Depend on tiff and jpeg, thus adding tifficc and jpegicc. PKGREVISION++.
(gdt's judgement is that anyone paying attention to color management
will surely have jpeg and tiff libraries installed anyway, so this
isn't bloat.  If it is thought to be bloat, a better fix is to
PKG_OPTIONS other programs to refrain from using lcms.)
2006-02-20 15:02:22 +00:00
gdt
a62db642ee Remove gnomeprint plugin (which is not built) from PLIST, allowing
'make package'.  PKGREVISION++.
2006-02-20 14:29:17 +00:00
gdt
749ec1ad58 Update to 6.00
Feb. 19, 2006 - Version 6.00 (production release)

[minor changes omitted -gdt]
  - Added read support for Sony SR2 raw images (but most tags still unknown)
  - Added read support for Kyocera Contax N Digital RAW images
  - Added ability to write or delete shortcuts which reference multiple tags
    (previously only shortcuts referencing a single tag were writable)
  - Changed descriptions of FNumber, ExposureTime, ISO, DateTimeOriginal,
    CreateDate and ModifyDate to more closely match their tag names
  - Separated Canon and Nikon Red/BlueBalance information into individual
    components with tag names like WB_RGGBLevels
  - Decoded a number of new Canon tags for EOS models, including ColorBalance
    tables, 20D AF points and SensorInfo (thanks Rainer Honle)
  - Fixed incorrect decoding of EOS 10D/300D color balance modes
  - Set MIME type for all RAW image formats to "image/x-raw"
  - The -f option is no longer implied when -S and -s are combined
  - Fixed problem with validation of Canon PictureInfo for images rotated by
    Canon ZoomBrowser EX (thanks Joshua Bixby)

[prior non-production release notes merged]

  - Major additions to Canon maker note decoding, including EOS-1D personal
    functions (thanks Rainer Honle for decoding many 5D tags)
  - Enhanced FMT syntax for -o, -w and -tagsFromFile options
  - Decode maker notes of Samsung DX-1S
  - Added ability to list tags in a specific group
  - Added support for Canon 5D custom functions (thanks Rainer Honle)
  - Added support for Canon 1DmkII and 350D custom functions
  - Decode AIFF SampleRate
  - Properly identify CR2 images read via pipes (previously identified as TIFF)
  - Improved formatting of printed values for some DNG tags
  - Fixed problem extracting OriginalRawImage from little-endian DNG images
  - Fixed problem where "unreferenced bytes" error could be incorrectly issued
    when deleting all EXIF from a TIFF image
  - Added ability to write JFIF information
  - Added ability to extract and decompress original raw image from DNG
  - Added read support for AIFF audio files
  - API changes:
      - SetNewValue() now accepts an ARRAY reference for setting list-type tags
        such as Keywords, or a SCALAR reference for binary data, so it may now
        be called directly with any value returned by GetValue().
  - Recognize Panasonic Type 2 maker notes
  - Changed Nikon LensID to a composite tag to allow better decoding of
    non-Nikon lenses, and added a bunch of new lenses to the list
  - Added ability to read and write AFCP information in JPEG images
  - Added read support for WMV video and WMA audio files (ASF format files)
  - Added EXIF tags 0x82a5-0x82ac
  - Added support for JVC maker notes
  - Extract a number of new DNG tags plus DNG JPEG preview image
  - Added support for AVI and MP4 videos
  - Improved decoding of Olympus maker notes
  - Improved APP12 decoding
  - Improved CanonPictureInfo validation to work with more PowerShot models
  - Decode maker notes of Nikon D1
  - Combining -t with -S now gives a single-line tab-delimited list of values
  - Extract preview image for Samsung Digimax i5
2006-02-20 12:32:12 +00:00
markd
ccb1d26350 Update digikamimageplugins to 0.8.1
New icons, some new plugins. bug fixes.
2006-02-20 09:24:54 +00:00
markd
740c9ae002 Update digikam to 0.8.1
New user interface.  Date based virtual folders.  Searching.  Tag
filtering.  Database upgraded to sqlite3.  Lots of bug fixes.
2006-02-20 09:15:44 +00:00
wiz
ecc6a45739 Remove unnecessary fonts.alias and fonts.scale. Bump PKGREVISION.
Fixes CHECK_FILES build.
2006-02-18 21:40:34 +00:00
wiz
94cbd3d20d Make build with newer tiffs. Remove BROKEN_IN. 2006-02-18 21:27:57 +00:00
wiz
e05b04fa80 Add missing file to PLIST, bump PKGREVISION.
Add missing pkg-config to USE_TOOLS.
2006-02-18 18:15:56 +00:00
adam
db7eb777fa Distinfo fix 2006-02-18 17:39:00 +00:00
wiz
bbf6aee665 Add missing file to PLIST. Bump PKGREVISION. 2006-02-18 17:16:01 +00:00
wiz
021d8a92df Do not move ${PREFIX}/bin/pstoedit (unnecessarily). Found by CHECK_PLIST build. 2006-02-18 16:09:59 +00:00
adam
bb9c269507 Changes 1.6.2:
* Fixed bug with "PNG_ROWBYTES" usage, introduced in version 1.6.1.
  The bug could cause a crash and only affects the "nolib" builds.
* Converted C++ style (// ...) comments to C style (/* ... */).
* Defined TOO_FAR == 32767 in deflate.c (again). The definition was omitted
  from version 1.6.0 when zlib was upgraded to version 1.2.3.

Changes 1.6.1:
* Copied non-exported libpng functions from libpng into pngcrush, to make
  pngcrush play more nicely with shared libpng. These are ifdef'ed out when
  a static library is being built with the bundled libpng and pngcrush.h is
  included.

Changes 1.6.0:
* Moved ChangeLog out of pngcrush.c comments and into a separate file.
* Filtered pngcrush.c through "indent -kr" and "expand" for readability.
* Moved 550 lines of usage/help/copyright/license/version info to separate
  function(s) and cleaned up significantly.
* Added some comments for ease of navigation and readability.
* Stripped out a bunch of ancient-libpng compatibility stuff.
* Defined PNG_UINT_* macros (pngcrush.h for now).
* Fixed unknown-chunk handling ("-rem alla" and "-rem gifx" now work).
* Created modified version of makefile that supports external zlib.
* Added support for methods using Z_RLE zlib strategy (zlib 1.2.x only).
* Documented -huffman option in usage screen.
* Added IDAT statistics to final per-file summary.
* Added utime() support to give output files same timestamps as input files.
2006-02-18 11:07:10 +00:00
wiz
e7b15090ba Add missing files to PLIST. Bump PKGREVISION. 2006-02-18 09:31:08 +00:00
wiz
e188c5ea82 Add missing libtool dependency.
Fill in PLIST (hi xtraeme!). Bump PKGREVISION.
2006-02-18 09:19:20 +00:00
wiz
57039428ca Add missing fltk buildlink3.mk file. Fixes build. 2006-02-17 23:42:35 +00:00
martti
d48b5f2558 Fixed warnings found by pkglint -Wall. 2006-02-17 06:49:23 +00:00
wiz
387183aeac Do not remove share/aclocal, it's in the *dist files. 2006-02-16 18:09:27 +00:00
drochner
3ad21fc69e update to 1.9.4
changes:
* Require gtk+-2.6.
* Bulgarian translation.
* Fixed the getdelim(3) replacement for non-GNU systems.
* Windows now contain the GLiv logo.
* Force -lX11 in X11 libraries.
* Added an option to disable the OpenGL bilinear filtering.
* Added a command to reload the current image.
* Russian translation update.
* Thumbnails browser.
* Split the "No automatic image centering" in different initial image positions.
* The "Transformations" menu has been reorganized.
* Added a command to hide all floating windows at once.
* Updated documentation.
* Improved framerate limiter.
* Automatically rebuild the menus when new images are inserted.
2006-02-15 17:49:32 +00:00
minskim
c15633b67d Use _NSGetEnviron() instead of environ if it is available (e.g. on Darwin).
Suggested by Idar Tollefsen in PR pkg/32753.
2006-02-15 02:53:29 +00:00
adam
d2f3dde216 Fix build on FreeBSD 6 (PR-32234) 2006-02-14 21:57:44 +00:00
wiz
017354df44 PKGREVISION bump for gtkglext BUILDLINK_DEPENDS change. 2006-02-13 21:12:55 +00:00
wiz
9f8c27274c Bump BUILDLINK_DEPENDS for MesaLib bl3.mk removal. 2006-02-13 21:11:13 +00:00
adam
1d85d52f3b Changes 1.2.0:
* This is the first stable release of GtkGLExt 1.0 since maintainership changed
  to Tim Shead, tshead@k-3d.com
2006-02-13 20:56:15 +00:00
wiz
300ae0bc1f Update to 2.14.0:
Version 2.14.0

* New stock_person icon
  -- bug #311844 (Jakub Steiner)
* Update names for shuffle and repeat icons (Jakub Steiner)
* No longer install to hicolor (Rodney Dawes)

Version 2.13.4

* Do not use Scalable as the type for bitmap icons (Rodney Dawes)
* New saved search icon (Jakub Steiner)
* New translations [te]

Changes since 2.13.2

* Removed specific video mime type icons (Rodney Dawes)
* Fixups for generic image mime type icon (Jakub Steiner)

Changes since 2.13.0

* Removed specific image mime type icons (Rodney Dawes)
* Added ruby mime type icon
  -- bug #317102
* Updated translations [sk]
2006-02-13 19:17:59 +00:00
rillig
eb2b18657c Fixed a typo. 2006-02-13 15:32:31 +00:00
rillig
2775ee66e7 Removed pornview-gtk2, which has been superseded by pornview with
default options.
2006-02-13 15:25:39 +00:00
rillig
37dcefb1ee This file is not needed anymore. 2006-02-13 15:23:54 +00:00
rillig
03b9fc9f7a Converted the package to the options framework. The only supported
option is "gtk1" (disabled by default). This makes the pornview-gtk2
package obsolete. Bumped PKGREVISION.
2006-02-13 15:23:03 +00:00
joerg
a90eff9301 Fix an Apple specific buffer overflow. To skip the first argument from
Finder, some copying to and from a local buffer in main is done, without
argument checking.

When a web browser or MUA is configured to start Blender automatically,
this might be exploitable to gain priviledges of the current user.

This is related to CVE-2005-3151.
2006-02-12 21:52:18 +00:00
jschauma
d9fe9c312f drop maintainership. 2006-02-12 21:32:38 +00:00
wiz
e9773a35c2 Reset maintainer, email bounces:
550 User unknown (in reply to RCPT TO command)
2006-02-11 19:31:24 +00:00
rillig
040cb06923 Added pornview and pornview-gtk2. 2006-02-11 13:24:30 +00:00
rillig
362bd9f829 Imported pornview-gtk2 from pkgsrc-wip.
PornView is an image and movie viewer/manager with thumbnail previews.
Additional features includes thumbnail caching, directory tree views,
adjustable zoom, fullscreen view, and slideshow mode.

PornView contains no objectionable content.

This package is built with GTK+ 2.0 support.

Packaged by Leonard Schmidt.
2006-02-11 13:09:21 +00:00
rillig
e7d134db03 Imported pornview from pkgsrc-wip.
PornView is an image and movie viewer/manager with thumbnail previews.
Additional features includes thumbnail caching, directory tree views,
adjustable zoom, fullscreen view, and slideshow mode.

PornView contains no objectionable content.

This package is built with GTK+ 1.0 support.

Packaged by David Howland.
2006-02-11 13:06:43 +00:00
adam
5d1cd91f0e Changes 2.41:
* GLSL pixel and vertex shaders
* Full access to Blenders material capabilities
* Split screen and multi-viewports
* Number of fixes were made to the physics system
* Return of the armature capabilities
2006-02-10 20:34:25 +00:00
adam
9995b837d8 Fix buildling on Darwin/MacOSX 2006-02-10 12:09:24 +00:00
drochner
19943b674e update to 0.9
major changes:
* Contour support (thanks to the code of the matplotlib guys!)
* Undo/redo
* Rubber band axis zooming
2006-02-10 11:13:52 +00:00
adam
b5468d064f 6.4.2 February 2, 2006
New:
	- added OSMesaColorClamp() function/feature
	- added wglGetExtensionStringARB() function
    Bug fixes:
	- fixed some problems when building on Windows
	- GLw header files weren't installed by installmesa script (bug 5396)
	- GL/glfbdev.h file was missing from tarballs
	- fixed TNL initialization bug which could lead to crash (bug 5791)
2006-02-09 12:27:42 +00:00
adam
4877e7c0e6 Changes 2.3.7:
- depend on GTK+ 2.8, use some of the new features
- removed workarounds for problems in GTK+ 2.6
- moved Align Visible Layers to the Image menu
- started to add a new vectors PDB API
- make it more obvious that docks can be rearranged by drag and drop
- modified the behaviour of the Tab key
- added --license command-line option
- improved dither matrix for RGB->Indexed conversion
- added PDB API to stroke with any paint method
- gave some plug-ins more sensible names
- keep settings of brush/pattern/font/... button popups across sessions
- reduced number of memory allocations by declaring some strings as static
- some improvements to the plug-in preview widgets
- added links to important topics in the user manual
- let the configure script display a summary of options
- bug fixes and code cleanup
2006-02-09 12:00:37 +00:00
drochner
e891a92ab1 update to 8.05 (RCS rev 1.315)
this adds color management
(I've made this optional for now, enabled per default, just in case
some platform has problems with lcms)
2006-02-09 10:58:20 +00:00
drochner
253f748f5e this uses pkg-config 2006-02-08 18:49:26 +00:00
drochner
064342bd2c update to 2.12.3
changes:
-bugfixes
-translation updates
2006-02-08 18:34:20 +00:00
joerg
3546694304 Add DragonFly support. 2006-02-08 17:18:53 +00:00
joerg
26478a3401 Use FreeBSD template for DragonFly as well. 2006-02-08 16:58:29 +00:00
joerg
d4b5c207cf Uses msgfmt. 2006-02-08 16:48:59 +00:00
tv
7133f1e3f8 Um, depend on mpeg2codec>=1.2, not mpeg2codec-1.2. Otherwise a PKGREVISION
bump on mpeg2codec makes it incompatible.

Bump PKGREVISION.
2006-02-08 12:19:38 +00:00
drochner
eb92c90f64 update to 0.9.1
changes:
-New -M option to specify modify commands directly on the command line
-new -l option for a directory to/from which to extract/import files
-bugfixes
-Libtool support
-added makernotes
-raw file support
2006-02-07 21:52:39 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
markd
ad6037a352 Fix installing of xfig Library files that start with "-", such as those
in Libraries/Electronic/Schematic/More/simple_device-inch.
Fix PLIST, bump PKGREVISION.
2006-02-04 13:17:51 +00:00
markd
af46f24af1 Fix build on Solaris. 2006-02-04 12:23:55 +00:00
hira
481fa9c038 Re-add missing (removed in previous revision) inclusion of
x11/gtk2/modules.mk.  Bump PKGREVISION.
2006-02-04 11:14:24 +00:00
markd
d817455372 Another xpdf buffer overflow
http://www.kde.org/info/security/advisory-20060202-1.txt
Bump PKGREVISION.
2006-02-04 11:01:03 +00:00
rillig
6c104f17f9 Added missing file to the PLIST. Bumped PKGREVISION. 2006-02-03 13:55:58 +00:00
joerg
d78ac3bbb5 After redefining and undefining uint16 and uint32, redefine them to
the POSIX types.
2006-02-03 11:29:54 +00:00
joerg
2d9c49da75 Has BROKEN_GETTEXT_DETECTION. 2006-02-03 11:28:23 +00:00