mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to 0.1.6 release.
This commit is contained in:
parent
b856225989
commit
09f409d557
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221506
@ -5,13 +5,13 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libkdcraw
|
||||
PORTVERSION= 0.1.5
|
||||
PORTVERSION= 0.1.6
|
||||
CATEGORIES= graphics devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= kipi
|
||||
|
||||
MAINTAINER= ale@FreeBSD.org
|
||||
COMMENT= A C++ interface around a dcraw binary program
|
||||
COMMENT= A C++ interface around the LibRaw library
|
||||
|
||||
LIB_DEPENDS= lcms.1:${PORTSDIR}/graphics/lcms
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (libkdcraw-0.1.5.tar.bz2) = cdf9af92d6caf0b052a5e368afdece3d
|
||||
SHA256 (libkdcraw-0.1.5.tar.bz2) = d687a6c199f64f9dce70653fcdb5e7091c9de88abbde891689b307bcaccc5251
|
||||
SIZE (libkdcraw-0.1.5.tar.bz2) = 687625
|
||||
MD5 (libkdcraw-0.1.6.tar.bz2) = 04a5aff7a76c2f5b68f9ebb902e90a9d
|
||||
SHA256 (libkdcraw-0.1.6.tar.bz2) = c19adf9126409f2ec88db6be6d6c510969c7c700bb2a101f87cf80595c080607
|
||||
SIZE (libkdcraw-0.1.6.tar.bz2) = 692276
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- configure.orig Fri Jun 22 08:31:03 2007
|
||||
+++ configure Fri Jun 22 08:31:27 2007
|
||||
@@ -33495,7 +33495,7 @@
|
||||
|
||||
|
||||
|
||||
-KDCRAW_DIR="\$(libdir)/libkdcraw\$(ABI_MAJOR)"
|
||||
+KDCRAW_DIR="\$(bindir)"
|
||||
|
||||
|
||||
# -----------------------------------------------------------------
|
@ -1,20 +0,0 @@
|
||||
--- libkdcraw/dcraw/Makefile.in.orig 2007-12-26 10:02:02.000000000 +0100
|
||||
+++ libkdcraw/dcraw/Makefile.in 2007-12-26 10:08:46.000000000 +0100
|
||||
@@ -265,7 +265,7 @@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
-bindir = $(KDCRAW_DIR)
|
||||
+bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
build_cpu = @build_cpu@
|
||||
@@ -635,7 +635,7 @@
|
||||
|
||||
info-am:
|
||||
|
||||
-install-data-am: install-cameralistDATA
|
||||
+install-data-am:
|
||||
|
||||
install-dvi: install-dvi-am
|
||||
|
@ -1,4 +1,4 @@
|
||||
libkdcraw is a C++ interface around a dcraw binary program
|
||||
libkdcraw is a C++ interface around the LibRaw library
|
||||
used to decode RAW picture files.
|
||||
|
||||
WWW: http://www.kipi-plugins.org/
|
||||
|
@ -1,5 +1,3 @@
|
||||
bin/kdcraw
|
||||
include/libkdcraw/dcrawbinary.h
|
||||
include/libkdcraw/dcrawinfocontainer.h
|
||||
include/libkdcraw/dcrawsettingswidget.h
|
||||
include/libkdcraw/kdcraw.h
|
||||
|
@ -5,13 +5,13 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libkdcraw
|
||||
PORTVERSION= 0.1.5
|
||||
PORTVERSION= 0.1.6
|
||||
CATEGORIES= graphics devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= kipi
|
||||
|
||||
MAINTAINER= ale@FreeBSD.org
|
||||
COMMENT= A C++ interface around a dcraw binary program
|
||||
COMMENT= A C++ interface around the LibRaw library
|
||||
|
||||
LIB_DEPENDS= lcms.1:${PORTSDIR}/graphics/lcms
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (libkdcraw-0.1.5.tar.bz2) = cdf9af92d6caf0b052a5e368afdece3d
|
||||
SHA256 (libkdcraw-0.1.5.tar.bz2) = d687a6c199f64f9dce70653fcdb5e7091c9de88abbde891689b307bcaccc5251
|
||||
SIZE (libkdcraw-0.1.5.tar.bz2) = 687625
|
||||
MD5 (libkdcraw-0.1.6.tar.bz2) = 04a5aff7a76c2f5b68f9ebb902e90a9d
|
||||
SHA256 (libkdcraw-0.1.6.tar.bz2) = c19adf9126409f2ec88db6be6d6c510969c7c700bb2a101f87cf80595c080607
|
||||
SIZE (libkdcraw-0.1.6.tar.bz2) = 692276
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- configure.orig Fri Jun 22 08:31:03 2007
|
||||
+++ configure Fri Jun 22 08:31:27 2007
|
||||
@@ -33495,7 +33495,7 @@
|
||||
|
||||
|
||||
|
||||
-KDCRAW_DIR="\$(libdir)/libkdcraw\$(ABI_MAJOR)"
|
||||
+KDCRAW_DIR="\$(bindir)"
|
||||
|
||||
|
||||
# -----------------------------------------------------------------
|
@ -1,20 +0,0 @@
|
||||
--- libkdcraw/dcraw/Makefile.in.orig 2007-12-26 10:02:02.000000000 +0100
|
||||
+++ libkdcraw/dcraw/Makefile.in 2007-12-26 10:08:46.000000000 +0100
|
||||
@@ -265,7 +265,7 @@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
-bindir = $(KDCRAW_DIR)
|
||||
+bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
build_cpu = @build_cpu@
|
||||
@@ -635,7 +635,7 @@
|
||||
|
||||
info-am:
|
||||
|
||||
-install-data-am: install-cameralistDATA
|
||||
+install-data-am:
|
||||
|
||||
install-dvi: install-dvi-am
|
||||
|
@ -1,4 +1,4 @@
|
||||
libkdcraw is a C++ interface around a dcraw binary program
|
||||
libkdcraw is a C++ interface around the LibRaw library
|
||||
used to decode RAW picture files.
|
||||
|
||||
WWW: http://www.kipi-plugins.org/
|
||||
|
@ -1,5 +1,3 @@
|
||||
bin/kdcraw
|
||||
include/libkdcraw/dcrawbinary.h
|
||||
include/libkdcraw/dcrawinfocontainer.h
|
||||
include/libkdcraw/dcrawsettingswidget.h
|
||||
include/libkdcraw/kdcraw.h
|
||||
|
Loading…
Reference in New Issue
Block a user