mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
Update to 0.1.2
Changes: https://github.com/hfiguiere/libopenraw/blob/libopenraw-0.1.2/NEWS
This commit is contained in:
parent
99d1034a80
commit
0cc8699e5e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463859
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libopenraw
|
||||
PORTVERSION= 0.1.1
|
||||
PORTREVISION= 6
|
||||
PORTVERSION= 0.1.2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://libopenraw.freedesktop.org/download/
|
||||
|
||||
@ -18,15 +17,13 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/variant.hpp:devel/boost-libs
|
||||
USES= compiler:c++11-lib jpeg libtool localbase pkgconfig tar:bz2
|
||||
USE_GNOME= libxml2
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-boost=${LOCALBASE}/include \
|
||||
--disable-silent-rules
|
||||
INSTALL_TARGET= install-strip
|
||||
TEST_TARGET= check
|
||||
|
||||
# Unhide SEEK_SET to fix build with GCC 4.9 (ports/193528).
|
||||
CXXFLAGS+= -D_GLIBCXX_USE_C99
|
||||
|
||||
OPTIONS_DEFINE= GNOME TEST
|
||||
OPTIONS_DEFAULT= GNOME
|
||||
OPTIONS_SUB= yes
|
||||
@ -36,7 +33,10 @@ GNOME_USES= gettext-runtime
|
||||
GNOME_USE= GNOME=glib20,gdkpixbuf2
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|{libdir}/pkgconfig|{prefix}/libdata/pkgconfig|' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -E \
|
||||
-e 's|\{libdir\}/pkgconfig|{prefix}/libdata/pkgconfig|g' \
|
||||
-e '/^(CFLAGS|CXXFLAGS)/s|-g||g' \
|
||||
${WRKSRC}/configure
|
||||
|
||||
post-patch-TEST-off:
|
||||
@${REINPLACE_CMD} -e 's|testsuite ||' ${WRKSRC}/Makefile.in
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1491499741
|
||||
SHA256 (libopenraw-0.1.1.tar.bz2) = bbba7fccb2b8ef12c0fa405f6830fa7c9a91c71ea5e97564833d09a1078aa357
|
||||
SIZE (libopenraw-0.1.1.tar.bz2) = 561718
|
||||
TIMESTAMP = 1520473005
|
||||
SHA256 (libopenraw-0.1.2.tar.bz2) = d15e86141add6a652f316ab8884895d8399d37c17510b34f61e266f906a99683
|
||||
SIZE (libopenraw-0.1.2.tar.bz2) = 563981
|
||||
|
@ -19,10 +19,10 @@ include/libopenraw-0.1/libopenraw/types.h
|
||||
lib/libopenraw.a
|
||||
lib/libopenraw.so
|
||||
lib/libopenraw.so.7
|
||||
lib/libopenraw.so.7.0.1
|
||||
lib/libopenraw.so.7.0.2
|
||||
%%GNOME%%lib/libopenrawgnome.a
|
||||
%%GNOME%%lib/libopenrawgnome.so
|
||||
%%GNOME%%lib/libopenrawgnome.so.7
|
||||
%%GNOME%%lib/libopenrawgnome.so.7.0.1
|
||||
%%GNOME%%lib/libopenrawgnome.so.7.0.2
|
||||
libdata/pkgconfig/libopenraw-0.1.pc
|
||||
%%GNOME%%libdata/pkgconfig/libopenraw-gnome-0.1.pc
|
||||
|
Loading…
Reference in New Issue
Block a user