1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Update from 0.13.7 to 0.14.5.

Fix whitespaces.
Use bsd.port.options.mk.
Bump PORTREVISION for dependent port.
This commit is contained in:
Sergey A. Osokin 2012-02-09 16:29:36 +00:00
parent ec7409091d
commit 1ea8d9b97c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290795
4 changed files with 22 additions and 20 deletions

View File

@ -1,12 +1,12 @@
# New ports collection makefile for: raw images library
# Date created: 26 Apr 2008
# Whom: osa
# New ports collection makefile for: raw images library
# Date created: 26 Apr 2008
# Whom: osa
#
# $FreeBSD$
#
PORTNAME= libraw
PORTVERSION= 0.13.7
PORTVERSION= 0.14.5
CATEGORIES= graphics
MASTER_SITES= http://www.libraw.su/data/
DISTNAME= LibRaw-${PORTVERSION}
@ -23,10 +23,10 @@ OPTIONS= DEMOSAIC_PACK_GPL2 "Enable demosaic pack GPL2" off \
LCMS "Build with lcms" on \
OPTIMIZED_CFLAGS "Enable optimization" off
.include <bsd.port.pre.mk>
.include <bsd.port.options.mk>
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg
USE_PKGCONFIG= yes
USE_PKGCONFIG= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS+=--program-prefix=${PREFIX} --disable-examples
CFLAGS+= -fPIC
@ -65,10 +65,12 @@ PORTDOCS= API-C-eng.html API-C-rus.html API-CXX-eng.html API-CXX-rus.html \
API-notes-rus.html API-overview-eng.html API-overview-rus.html \
Install-LibRaw-eng.html Install-LibRaw-rus.html \
Samples-LibRaw-eng.html Samples-LibRaw-rus.html \
Why-LibRaw-eng.html Why-LibRaw-rus.html corner-scheme.png \
Why-LibRaw-eng.html Why-LibRaw-rus.html \
index-eng.html index-rus.html index.html
PORTEXAMPLES= 4channels.cpp dcraw_emu.cpp dcraw_half.c half_mt.c mem_image.cpp \
PORTEXAMPLES= Makefile README-samples.rus 4channels.cpp dcraw_emu.cpp \
dcraw_half.c half_mt.c mem_image.cpp \
multirender_test.cpp postprocessing_benchmark.cpp \
raw-identify.cpp simple_dcraw.cpp unprocessed_raw.cpp
do-install:
@ -78,7 +80,7 @@ do-install:
libraw_internal.h libraw_types.h libraw_version.h
@${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/${f} ${PREFIX}/include/libraw
.endfor
.for f in libraw.a libraw_r.a libraw.so.2 libraw_r.so.2
.for f in libraw.a libraw_r.a libraw.so.5 libraw_r.so.5
@${INSTALL_DATA} ${WRKSRC}/lib/.libs/${f} ${PREFIX}/lib
.endfor
.for f in libraw libraw_r
@ -99,4 +101,4 @@ do-install:
${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/samples/,} ${EXAMPLESDIR}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -1,6 +1,6 @@
SHA256 (LibRaw-0.13.7.tar.gz) = d171992ce839a49d8339c1d902004db757a10c3980d99a8425cf8c2a9dba764c
SIZE (LibRaw-0.13.7.tar.gz) = 1349447
SHA256 (LibRaw-demosaic-pack-GPL2-0.13.7.tar.gz) = 709a776672135d7842d86a2990eb548b2bbc53d38fe5d0de18660a5b0fc52df1
SIZE (LibRaw-demosaic-pack-GPL2-0.13.7.tar.gz) = 31507
SHA256 (LibRaw-demosaic-pack-GPL3-0.13.7.tar.gz) = c3977401d32af7e4ff5d435ed6aa8f33f333bc2b4f919cd9fb82289439b629fe
SIZE (LibRaw-demosaic-pack-GPL3-0.13.7.tar.gz) = 38453
SHA256 (LibRaw-0.14.5.tar.gz) = f8b17f5fd0c2801f05dfb7cdee7c55e399094cdb53d521be0cd6d5317291f080
SIZE (LibRaw-0.14.5.tar.gz) = 1357903
SHA256 (LibRaw-demosaic-pack-GPL2-0.14.5.tar.gz) = 0f29f0895f55295a834158ef3246f7862187098090b70707aa68fe729f775d34
SIZE (LibRaw-demosaic-pack-GPL2-0.14.5.tar.gz) = 31525
SHA256 (LibRaw-demosaic-pack-GPL3-0.14.5.tar.gz) = a4ed8d2277bf61abc01e71c9670517975db596a81e7971c608feae2bd938c007
SIZE (LibRaw-demosaic-pack-GPL3-0.14.5.tar.gz) = 38599

View File

@ -7,10 +7,10 @@ include/libraw/libraw_types.h
include/libraw/libraw_version.h
lib/libraw.a
lib/libraw.so
lib/libraw.so.2
lib/libraw.so.5
lib/libraw_r.a
lib/libraw_r.so
lib/libraw_r.so.2
lib/libraw_r.so.5
libdata/pkgconfig/libraw.pc
libdata/pkgconfig/libraw_r.pc
@dirrm include/libraw

View File

@ -7,7 +7,7 @@
PORTNAME= shotwell
PORTVERSION= 0.10.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= graphics gnome
MASTER_SITES= http://www.yorba.org/download/shotwell/${PORTVERSION:R}/
@ -25,7 +25,7 @@ LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 \
gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \
webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 \
unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \
raw.2:${PORTSDIR}/graphics/libraw
raw.5:${PORTSDIR}/graphics/libraw
USE_BZIP2= yes
USE_GETTEXT= yes