Commit Graph

14 Commits

Author SHA1 Message Date
espie
d6e7b9cbe6 normalize pkgpath 2011-09-16 10:02:36 +00:00
naddy
01e673df10 fix build with gcc3; ok sthen@ 2011-09-07 11:37:39 +00:00
naddy
eed7c62887 Fix build with png-1.5.
All fixes by yours truly.
2011-07-08 20:38:00 +00:00
kili
27f99a5541 --disable-silent-rules is now added to CONFIGURE_ARGS per default,
if CONFIGURE_STYLE = gnu.
2011-06-02 17:09:31 +00:00
sthen
9d814da0bb - remove casts now that NULL is a void *
- sync WANTLIB
2011-04-16 00:15:37 +00:00
sthen
dfbcf7b8c6 Don't try and unconditionally use asm instructions to read the TSC
for performance-debugging printf()s. (post-unlock, updating darktable
to a newer version should fix this in a better way).

Build failure on macppc reported by ajacoutot@ (though it affects
other arch too). ok ajacoutot@
2011-01-31 23:20:23 +00:00
sthen
9e5477da09 reorder -I paths to fix the build if you have libraw installed;
darktable uses its own internal copy (of a newer beta version) of libraw.
doesn't change things if it previously built, so no bump. problem
reported by/ok aja@
2010-11-20 11:16:22 +00:00
espie
88d20077a4 new depends 2010-11-17 08:05:12 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
espie
0f681543b5 USE_GROFF=Yes 2010-10-18 18:13:12 +00:00
jasper
e34499f593 - fix WANTLIB after cairo update. 2010-10-11 08:11:24 +00:00
ajacoutot
f9a0aa7a8d Unbreak by fixing WANTLIB.
Tweak schema file while here.
2010-10-01 11:45:08 +00:00
sthen
99ca5c3dd2 pkg-config now advertises 0.22, so there's no need for half of this patch.
no package change -> no bump.
2010-09-18 09:32:25 +00:00
sthen
cbdcad7738 import ports/graphics/darktable, thanks ajacoutot@ for review+fixes.
darktable is a virtual lighttable and darkroom for photographers:
it manages your digital negatives in a database and lets you view
them through a zoomable lighttable. It also enables you to develop
raw images and enhance them. It tries to fill the gap between the
many excellent existing free raw converters and image management
tools (such as ufraw or f-spot).

All editing is fully non-destructive and only operates on cached
image buffers for display. The full image is only converted during
export. Raw files, high-dynamic range and standard image formats
such as jpeg are all supported. The core operates completely on
floating point values, so darktable can not only be used for
photography but also for scientifically acquired images or output
of renderers (high dynamic range).
2010-09-17 21:37:18 +00:00