mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Fix display of RAW images
- Bump PORTREVISION PR: ports/104479 Submitted by: Andy Fawcett <andy@athame.co.uk> Approved by: portmgr (erwin)
This commit is contained in:
parent
c9d14ccfc8
commit
c1b2bbdc37
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175514
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= digikam
|
||||
PORTVERSION= 0.8.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= graphics kde
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- digikam/utilities/imageeditor/imlibinterface.cpp.orig Mon Jan 16 19:10:18 2006
|
||||
+++ digikam/utilities/imageeditor/imlibinterface.cpp Tue Apr 11 13:31:25 2006
|
||||
--- digikam/utilities/imageeditor/imlibinterface.cpp.orig Mon Jan 16 20:10:18 2006
|
||||
+++ digikam/utilities/imageeditor/imlibinterface.cpp Fri Jul 28 08:52:39 2006
|
||||
@@ -21,14 +21,6 @@
|
||||
|
||||
// Lib Tiff includes.
|
||||
@ -39,3 +39,12 @@
|
||||
{
|
||||
// RAW File test using dcraw.
|
||||
// Need to test it before TIFF because any RAW file
|
||||
@@ -293,7 +293,7 @@
|
||||
// -2 : 8bit ppm output
|
||||
// -w : Use camera white balance, if possible
|
||||
// -a : Use automatic white balance
|
||||
- command = "dcraw -c -2 -w -a -q 0 ";
|
||||
+ command = "dcraw -c -w -a -q 0 ";
|
||||
command += QFile::encodeName( KProcess::quote( filename ) );
|
||||
kdWarning() << "Running dcraw command : " << command << endl;
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= digikam
|
||||
PORTVERSION= 0.8.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= graphics kde
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- digikam/utilities/imageeditor/imlibinterface.cpp.orig Mon Jan 16 19:10:18 2006
|
||||
+++ digikam/utilities/imageeditor/imlibinterface.cpp Tue Apr 11 13:31:25 2006
|
||||
--- digikam/utilities/imageeditor/imlibinterface.cpp.orig Mon Jan 16 20:10:18 2006
|
||||
+++ digikam/utilities/imageeditor/imlibinterface.cpp Fri Jul 28 08:52:39 2006
|
||||
@@ -21,14 +21,6 @@
|
||||
|
||||
// Lib Tiff includes.
|
||||
@ -39,3 +39,12 @@
|
||||
{
|
||||
// RAW File test using dcraw.
|
||||
// Need to test it before TIFF because any RAW file
|
||||
@@ -293,7 +293,7 @@
|
||||
// -2 : 8bit ppm output
|
||||
// -w : Use camera white balance, if possible
|
||||
// -a : Use automatic white balance
|
||||
- command = "dcraw -c -2 -w -a -q 0 ";
|
||||
+ command = "dcraw -c -w -a -q 0 ";
|
||||
command += QFile::encodeName( KProcess::quote( filename ) );
|
||||
kdWarning() << "Running dcraw command : " << command << endl;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user