blob: 5da0e4984470108ae502e9ffbc4236a3c0ff1e51 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
# Created by: Alex Samorukov <samm@os2.kiev.ua>
PORTNAME= rawstudio
PORTVERSION= 2.0
PORTREVISION= 21
CATEGORIES= graphics
MASTER_SITES= http://rawstudio.org/files/release/
MAINTAINER= samm@os2.kiev.ua
COMMENT= Open-source program to read and manipulate RAW photo images
LICENSE= GPLv2
BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3
LIB_DEPENDS= libcurl.so:ftp/curl \
liblcms.so:graphics/lcms \
libexiv2.so:graphics/exiv2 \
libdbus-1.so:devel/dbus \
libfftw3f.so:math/fftw3-float \
libflickcurl.so:www/flickcurl \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libgphoto2.so:graphics/libgphoto2 \
libharfbuzz.so:print/harfbuzz \
liblensfun.so:graphics/lensfun \
libpng.so:graphics/png \
libraptor2.so:textproc/raptor2 \
libtiff.so:graphics/tiff
USES= compiler:c++11-lang cpe desktop-file-utils gmake gnome \
jpeg libtool localbase pathfix pkgconfig sqlite xorg
USE_GNOME= cairo gconf2 gdkpixbuf2 gtk20 libxml2
USE_LDCONFIG= yes
USE_XORG= x11
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
CXXFLAGS+= -Wno-c++11-narrowing
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
post-patch:
@${REINPLACE_CMD} -e '/^pkg_modules=/s,libssl,gthread-2.0,' \
${WRKSRC}/configure
# lensfun 0.3.0 had removed support for LF_MODIFY_CCI
@${REINPLACE_CMD} -e 's, | LF_MODIFY_CCI,,' \
${WRKSRC}/plugins/lensfun/lensfun.c
.include <bsd.port.mk>
|