Update to ufraw-0.10. See http://ufraw.sourceforge.net/ for a complete
list of changes.
This commit is contained in:
parent
c87b7ba076
commit
147b10e7ce
@ -1,8 +1,8 @@
|
|||||||
# $OpenBSD: Makefile,v 1.2 2006/09/18 11:50:40 espie Exp $
|
# $OpenBSD: Makefile,v 1.3 2006/10/28 16:48:16 mbalmer Exp $
|
||||||
|
|
||||||
COMMENT= "read and manipulate raw images from digital cameras"
|
COMMENT= "read and manipulate raw images from digital cameras"
|
||||||
|
|
||||||
DISTNAME= ufraw-0.9.1
|
DISTNAME= ufraw-0.10
|
||||||
|
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ufraw/}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ufraw/}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
MD5 (ufraw-0.9.1.tar.gz) = 7388ed97a156ea6a7272513a1dc8f8d5
|
MD5 (ufraw-0.10.tar.gz) = 12d9bfdb8ed22e28129a729847ba6664
|
||||||
RMD160 (ufraw-0.9.1.tar.gz) = 67bd53c29b8ce51a42f44669cd8c1ff6ce7af106
|
RMD160 (ufraw-0.10.tar.gz) = 91f8db40022d24237f6055d594a3b46e067bb84d
|
||||||
SHA1 (ufraw-0.9.1.tar.gz) = 748d1c2c8f4f4fdbc384dfb8ea756ac019004001
|
SHA1 (ufraw-0.10.tar.gz) = 990f61042a1bedda190e79601eb490fc9520bb3b
|
||||||
SIZE (ufraw-0.9.1.tar.gz) = 331171
|
SIZE (ufraw-0.10.tar.gz) = 410407
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
$OpenBSD: patch-nikon_curve_c,v 1.1.1.1 2006/09/17 17:52:38 mbalmer Exp $
|
$OpenBSD: patch-nikon_curve_c,v 1.2 2006/10/28 16:48:16 mbalmer Exp $
|
||||||
--- nikon_curve.c.orig Wed Apr 26 18:30:10 2006
|
--- nikon_curve.c.orig Sun Aug 13 17:13:12 2006
|
||||||
+++ nikon_curve.c Tue Jul 11 23:00:25 2006
|
+++ nikon_curve.c Sat Oct 28 18:39:51 2006
|
||||||
@@ -76,8 +76,8 @@ static const unsigned char *FileTypeHead
|
@@ -76,8 +76,8 @@ static const unsigned char *FileTypeHead
|
||||||
#ifdef _STAND_ALONE_
|
#ifdef _STAND_ALONE_
|
||||||
|
|
||||||
@ -51,7 +51,7 @@ $OpenBSD: patch-nikon_curve_c,v 1.1.1.1 2006/09/17 17:52:38 mbalmer Exp $
|
|||||||
}
|
}
|
||||||
|
|
||||||
return NC_SUCCESS;
|
return NC_SUCCESS;
|
||||||
@@ -1674,7 +1670,7 @@ int ConvertNikonCurveData(char *inFileNa
|
@@ -1675,7 +1671,7 @@ int ConvertNikonCurveData(char *inFileNa
|
||||||
{
|
{
|
||||||
//Load the curve data from the ncv/ntc file
|
//Load the curve data from the ncv/ntc file
|
||||||
NikonData data;
|
NikonData data;
|
||||||
@ -60,7 +60,7 @@ $OpenBSD: patch-nikon_curve_c,v 1.1.1.1 2006/09/17 17:52:38 mbalmer Exp $
|
|||||||
|
|
||||||
if ( samplingRes <= 1 || outputRes <= 1 || samplingRes > MAX_RESOLUTION
|
if ( samplingRes <= 1 || outputRes <= 1 || samplingRes > MAX_RESOLUTION
|
||||||
|| outputRes > MAX_RESOLUTION )
|
|| outputRes > MAX_RESOLUTION )
|
||||||
@@ -1704,8 +1700,7 @@ int ConvertNikonCurveData(char *inFileNa
|
@@ -1705,8 +1701,7 @@ int ConvertNikonCurveData(char *inFileNa
|
||||||
}
|
}
|
||||||
|
|
||||||
//rename output files
|
//rename output files
|
||||||
@ -70,7 +70,7 @@ $OpenBSD: patch-nikon_curve_c,v 1.1.1.1 2006/09/17 17:52:38 mbalmer Exp $
|
|||||||
//if the name has an extension, attempt to remove it
|
//if the name has an extension, attempt to remove it
|
||||||
if (tmpstr[strlen(tmpstr)-4] == '.')
|
if (tmpstr[strlen(tmpstr)-4] == '.')
|
||||||
{
|
{
|
||||||
@@ -1715,19 +1710,19 @@ int ConvertNikonCurveData(char *inFileNa
|
@@ -1716,19 +1711,19 @@ int ConvertNikonCurveData(char *inFileNa
|
||||||
switch(i)
|
switch(i)
|
||||||
{
|
{
|
||||||
case TONE_CURVE:
|
case TONE_CURVE:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
$OpenBSD: patch-ufraw-batch_c,v 1.1.1.1 2006/09/17 17:52:38 mbalmer Exp $
|
$OpenBSD: patch-ufraw-batch_c,v 1.2 2006/10/28 16:48:16 mbalmer Exp $
|
||||||
--- ufraw-batch.c.orig Fri Aug 4 10:27:39 2006
|
--- ufraw-batch.c.orig Wed Oct 25 23:35:56 2006
|
||||||
+++ ufraw-batch.c Fri Aug 4 10:28:21 2006
|
+++ ufraw-batch.c Sat Oct 28 18:39:51 2006
|
||||||
@@ -55,9 +55,9 @@ int main (int argc, char **argv)
|
@@ -59,9 +59,9 @@ int main (int argc, char **argv)
|
||||||
if (strlen(cmd.inputFilename)>0) {
|
if (strlen(cmd.inputFilename)>0) {
|
||||||
status = conf_load(&conf, cmd.inputFilename);
|
status = conf_load(&conf, cmd.inputFilename);
|
||||||
if (status==UFRAW_SUCCESS) {
|
if (status==UFRAW_SUCCESS) {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
$OpenBSD: patch-ufraw_c,v 1.1.1.1 2006/09/17 17:52:38 mbalmer Exp $
|
$OpenBSD: patch-ufraw_c,v 1.2 2006/10/28 16:48:16 mbalmer Exp $
|
||||||
--- ufraw.c.orig Fri Aug 4 10:17:56 2006
|
--- ufraw.c.orig Wed Oct 25 23:27:45 2006
|
||||||
+++ ufraw.c Fri Aug 4 10:18:55 2006
|
+++ ufraw.c Sat Oct 28 18:39:51 2006
|
||||||
@@ -89,9 +89,9 @@ int main (int argc, char **argv)
|
@@ -84,9 +84,9 @@ int main (int argc, char **argv)
|
||||||
if (strlen(cmd.inputFilename)>0) {
|
if (strlen(cmd.inputFilename)>0) {
|
||||||
status = conf_load(&conf, cmd.inputFilename);
|
status = conf_load(&conf, cmd.inputFilename);
|
||||||
if (status==UFRAW_SUCCESS) {
|
if (status==UFRAW_SUCCESS) {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
$OpenBSD: patch-ufraw_developer_c,v 1.1.1.1 2006/09/17 17:52:38 mbalmer Exp $
|
$OpenBSD: patch-ufraw_developer_c,v 1.2 2006/10/28 16:48:16 mbalmer Exp $
|
||||||
--- ufraw_developer.c.orig Fri Aug 4 10:24:32 2006
|
--- ufraw_developer.c.orig Thu Aug 24 21:33:42 2006
|
||||||
+++ ufraw_developer.c Fri Aug 4 10:25:30 2006
|
+++ ufraw_developer.c Sat Oct 28 18:39:51 2006
|
||||||
@@ -30,7 +30,7 @@ developer_data *developer_init()
|
@@ -30,7 +30,7 @@ developer_data *developer_init()
|
||||||
d->saturation = -1;
|
d->saturation = -1;
|
||||||
for (i=0; i<profile_types; i++) {
|
for (i=0; i<profile_types; i++) {
|
||||||
@ -10,7 +10,7 @@ $OpenBSD: patch-ufraw_developer_c,v 1.1.1.1 2006/09/17 17:52:38 mbalmer Exp $
|
|||||||
}
|
}
|
||||||
memset(&d->baseCurveData, 0, sizeof(d->baseCurveData));
|
memset(&d->baseCurveData, 0, sizeof(d->baseCurveData));
|
||||||
d->baseCurveData.m_gamma = -1.0;
|
d->baseCurveData.m_gamma = -1.0;
|
||||||
@@ -76,7 +76,7 @@ void developer_profile(developer_data *d
|
@@ -85,7 +85,7 @@ void developer_profile(developer_data *d
|
||||||
g_strlcpy(p->productName, cmsTakeProductName(d->profile[type]),
|
g_strlcpy(p->productName, cmsTakeProductName(d->profile[type]),
|
||||||
max_name);
|
max_name);
|
||||||
else
|
else
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
$OpenBSD: patch-ufraw_preview_c,v 1.1.1.1 2006/09/17 17:52:38 mbalmer Exp $
|
|
||||||
--- ufraw_preview.c.orig Fri Aug 11 23:08:11 2006
|
|
||||||
+++ ufraw_preview.c Thu Aug 17 14:03:46 2006
|
|
||||||
@@ -2628,7 +2628,7 @@ int ufraw_preview(ufraw_data *uf, int pl
|
|
||||||
g_idle_remove_by_data(data);
|
|
||||||
|
|
||||||
/* In interactive mode outputPath is taken into account only once */
|
|
||||||
- strcpy(uf->conf->outputPath, "");
|
|
||||||
+ strlcpy(uf->conf->outputPath, "",sizeof(uf->conf->outputPath));
|
|
||||||
if (status==GTK_RESPONSE_OK) {
|
|
||||||
if (CFG->saveConfiguration==disabled_state) {
|
|
||||||
/* Restore the original 'image settings' */
|
|
@ -1,4 +1,4 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/09/17 17:52:38 mbalmer Exp $
|
@comment $OpenBSD: PLIST,v 1.2 2006/10/28 16:48:16 mbalmer Exp $
|
||||||
@comment bin/dcraw
|
@comment bin/dcraw
|
||||||
bin/nikon-curve
|
bin/nikon-curve
|
||||||
bin/ufraw
|
bin/ufraw
|
||||||
@ -8,7 +8,7 @@ lib/gimp/2.0/
|
|||||||
lib/gimp/2.0/plug-ins/
|
lib/gimp/2.0/plug-ins/
|
||||||
lib/gimp/2.0/plug-ins/ufraw-gimp
|
lib/gimp/2.0/plug-ins/ufraw-gimp
|
||||||
@man man/man1/ufraw.1
|
@man man/man1/ufraw.1
|
||||||
share/applications/
|
share/locale/fr/LC_MESSAGES/ufraw.mo
|
||||||
share/applications/ufraw.desktop
|
share/locale/ru/LC_MESSAGES/ufraw.mo
|
||||||
share/pixmaps/
|
share/pixmaps/
|
||||||
share/pixmaps/ufraw.png
|
share/pixmaps/ufraw.png
|
||||||
|
Loading…
Reference in New Issue
Block a user