Commit graph

50 commits

Author SHA1 Message Date
markd
74bd62e0f3 Update to KDE SC 4.11.3
bugfixes, many new features, improved stability and performance.
2013-11-07 11:53:59 +00:00
ryoon
2193923ba6 Recursive revbump from graphics/giflib update to 5.0.4. 2013-07-05 13:29:28 +00:00
wiz
e0b49a2fed Bump PKGREVISION for libXft changes for NetBSD native X support on
NetBSD 6, requested by tron.
2013-06-06 12:53:40 +00:00
tron
a36fb86593 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00
wiz
c83ffb8583 Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882
2013-06-03 10:04:30 +00:00
markd
597b18e07e Update to KDE SC 4.10.3
bugfixes.
2013-05-21 12:49:28 +00:00
adam
1ab43a036f Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu. 2013-05-09 07:39:04 +00:00
joerg
8385a06f97 Don't blindly force -O4, LTO may not be supported. 2013-04-14 19:46:23 +00:00
markd
ea97be746d Update to KDE SC 4.10.2
bugfixes, other quality improvements, new and improved KDE Applications
2013-04-03 10:51:43 +00:00
wiz
d1b820f37b Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
jperkin
becd113253 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
adam
f4c3b89da7 Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
adam
3f2cc57b2b Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
tron
14215633d2 Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
2012-10-02 17:10:28 +00:00
obache
c38c120ee5 recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
adam
b15c922bcc Revbump after updating graphics/cairo 2012-09-07 19:16:05 +00:00
markd
e43be93ef2 Update to KDE SC 4.8.4
Bug fixes.
2012-06-16 04:45:28 +00:00
sbd
21792a9296 Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
markd
cbc4db0822 Update KDE SC to 4.8.2
bugfixes.
2012-04-15 05:54:50 +00:00
markd
9fee033871 Update to KDE SC 4.8.0 2012-03-19 22:43:15 +00:00
wiz
ee311e3b36 Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
wiz
833922aab2 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:39:49 +00:00
sbd
fafdd45fbf SET_LIBDIR=yes 2012-02-03 07:09:34 +00:00
obache
615c758c19 Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump. 2012-01-13 10:54:43 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
markd
9ed2b57480 Don't insist on the 1990 standard as then fails to handle the // comments
in lcms.h
2011-01-29 22:06:50 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
dsainty
1f40f3a084 Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done
2010-12-23 11:44:24 +00:00
sbd
d823d74afa Recursive PKGREVISION bump for the net/mDNSResponder update 2010-07-14 11:11:13 +00:00
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
wiz
579796a3e5 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
joerg
3a3c07bc30 Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
wiz
47dae9cd48 Update to 0.1.9. Set LICENSE to gnu-gpl-v2.
0.1.9
------------------------------------------------------------------------
Added Leica RWL raw format in list of supported files.
Updated to LibRaw 0.7.2 :
 - More accurate types conversion in libraw_datastream.h to make compilers happy.
 - New postprocessing parameter auto_bright_thr: set portion of clipped pixels for
   auto brightening code (instead of dcraw-derived hardcoded 1%).
 - '-U' option for dcraw_emu sample sets auto_bright_thr parameter.
Updated to LibRaw 0.7.1 :
 - Fixed broken OpenMP support.
Updated to LibRaw 0.7.0 :
 - Black (masked) pixels data extracted from RAW and avaliable in application.
 - Application can turn off RAW data filtering (black level subtraction,
   zero pixels removal and raw tone curve).
 - New 'input framework' released. Reading raw data from file and memory buffer supported from scratch.
   LibRaw-using application can implement own data reading functions (e.g. reading from network stream).
 - Fuji SuperCCD: raw data extracted without 45-degree rotation.
 - New sample applications: 4channels and unprocessed_raw.
 - Imported (subsequentally) new dcraw versions from 8.89 to 8.93 (up to date)

Updated to libraw 0.6.15:
 - more accurate pentax dSLR support
 - fixes in Kodak 620x/720x identification
 - faster identification procedure for some formats.
 - Fixed bug in custom gamma curve creation

Updated to libraw 0.6.14:
 - user-specified gamma curve.
 - Pentax K2000/Km support.
 - Changes in Canon sRAW processing (support for 5D2 fw 1.07).
2009-05-13 10:20:17 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
wiz
d34e1110c9 Update to 0.1.8:
0.1.8
------------------------------------------------------------------------
Updated to libraw 0.6.13:
 - Bugfixes in RIFF reading code. .
Updated to libraw 0.6.12:
 - Hasselblad V96C support.
Updated to libraw 0.6.11:
 - Fixed serious bug in loading metadata from external JPG file.
Updated to libraw 0.6.10:
 - Support for loading White Balance data from Sony ARW files edited with Sony IDC software.
Updated to libraw 0.6.9:
 - Better support for Samsung S85.
 - Fixed possible integer overflow in wavelet denoising code.
Updated to libraw 0.6.8:
 - Changes in QuickTake 100 files processing.
Updated to libraw 0.6.7:
 -Added support for Samsung S85.
 -Changes in external jpeg (metadata) processing.
Updated to libraw 0.6.6:
 -Changes in Panasonic FZ50 processing code.
Updated to libraw 0.6.5:
 -Fixed file descriptor and buffer memory leak when thumbnail extractor is called,
  but library object is not properly initialized.
 -Fixes in Imacon files unpacking.
 -Fixes in Hasselblad .fff files unpacking.

Fix PPM color preview extraction.
2009-02-27 23:13:26 +00:00
drochner
b4148413cf update to 0.1.7
changes:
-NEF processing code changed (some overflow control added)
-ew cameras: Canon G10 & 5D Mk2, Leaf AFi 7, Leica D-LUX4,
 Panasonic FX150 & G 1, Fujifilm IS Pro
2009-01-06 18:57:14 +00:00
wiz
25655cd1b2 Update to 0.1.6:
0.1.6
------------------------------------------------------------------------
Updated LibRaw to 0.6.1.
Ported to LibRaw 0.6.0 Api. Removed dcraw.c and DcrawBinary class.
New cameras: Canon 50D, Sony A900, Nikon D90 & P6000, Panasonic LX3 FZ28.


0.1.5
------------------------------------------------------------------------
- API changed: Add white point settings support (dcraw -S option)
               Add new method to set/check brigness settings aviability
               Raw decoding settings widget re-designed to group each
               options by features using tabs.
               Add support dcraw options -m -A -P -p -o.
               Add new signal emited when something is changed in settings.
               Add new integer and double slider widgets with
               default values and reset buttons.
               Add new combo box widget with a default item and reset button.
               Add new method to extract whole embedded JPEG image data as a
               byte array.

- Updated dcraw to 8.87
  New camera : Kodak C603, Nikon D700, Canon EOS 1000D,
  Canon PowerShot SD300, and Olympus E-520.
  Removed useless code from ppg_interpolate().
- Updated dcraw to 8.86
  New camera : Sony A300.
  Fixed camera WB on the A200.
  Set model-specific saturation levels in adobe_coeff().
  No new options introduced.
- Updated dcraw to 8.85
  New camera : Olympus E-420.
  No new options introduced.
- Updated dcraw to 8.84
  New cameras: Canon EOS 450D, Nikon D60, and Fuji S100FS.
  Copied new matrices from Adobe DNG Converter 4.4.
  sRAW support in 1.393 broke Fuji DNG files, now fixed.
  No new options introduced.

0.1.4
------------------------------------------------------------------------
- updated dcraw to 8.83
  new cameras: Apple QuickTake 200, Fuji IS-1, Sony DSLR-A350, Pentax K20D,
               Nokia N95, Canon PowerShots A460, Canon PowerShots A530,
	       Canon PowerShots A650.
  no new options introduced.
- updated dcraw to 8.82
  new cameras: Sony DSLR-A200, Sony DSLR-A700, Sony XCD-SX910CR, STV680 VGA
  no new options introduced.

Bugs fixed from B.K.O (http://bugs.kde.org):
001 ==> 142055 : Which whitebalance is used.
2008-11-05 16:43:30 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
obache
4a1fdd850d Need msgfmt to build.
Noticed by Hasso Tepper in PR 38866.
2008-06-05 11:58:23 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
wiz
851be7a78c Update to 0.1.3:
0.1.3
------------------------------------------------------------------------
- updated dcraw to 8.81
  new cameras: Canon G7, Fuji FinePix S9100/S9600, Olympus SP560UZ, Panasonic DMC-L10

- updated dcraw to 8.80
  new cameras: Hasselblad H3D, Olympus E-3, Canon EOS 40D, Canon PowerShot G9,
               Canon EOS-1Ds Mark III, AVT F-080C, Nikon D3, Nikon D300,
               Nikon Coolpix S6, Panasonic DMC-FZ18, Sony DSLR-A700

  -m number_of_passes
     After interpolation, clean up color artifacts by repeatedly applying a 3x3
     median filter to the R-G and B-G channels.
  - Licence : is GPL compatible again == less wories)

0.1.2
------------------------------------------------------------------------

New features
- updated internal dcraw from 8.60 to 8.77. API changed.
- add new chromatic aberration reduction options (patch from Guillaume Castagnino).
2008-01-14 23:18:42 +00:00
wiz
a34ac258dd Bump PKGREVISION because openexr now depends on ilmbase. 2007-11-30 21:55:01 +00:00
wiz
3528e06345 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
wiz
4413107e38 Some cleanup. 2007-07-08 08:13:43 +00:00
wiz
fcc63df1c2 Add buildlink3 file. 2007-07-08 07:23:37 +00:00
wiz
930970bb7a Initial import of libkdcraw-0.1.1:
Libkdcraw is a C++ interface around the dcraw program used to decode
RAW picture files.  The library documentation is available in header
files.

This library is used by kipi-plugins, digiKam, and other kipi host
programs.
2007-07-08 07:13:37 +00:00