mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
- Update to 0.14
This commit is contained in:
parent
0d48df2505
commit
20578ad145
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188555
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= exiv2
|
||||
PORTVERSION= 0.12
|
||||
PORTVERSION= 0.14
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.exiv2.org/
|
||||
|
||||
@ -14,18 +14,16 @@ MAINTAINER= multimedia@FreeBSD.org
|
||||
COMMENT= Exif and Iptc metadata manipulation library and tools
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
MAN1= exiv2.1
|
||||
ALLTARGET= all
|
||||
CONFIGURE_ARGS= --mandir=${PREFIX}/man
|
||||
USE_GCC= 3.4+
|
||||
PORTDOCS= *
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/doc/html/* ${DOCSDIR}
|
||||
.endif
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/src/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (exiv2-0.12.tar.gz) = a97a4e489df7ec99458e3e33b506c3e6
|
||||
SHA256 (exiv2-0.12.tar.gz) = ebc67d942580731002206ffcbf4b279384d029085262e285150695591a1fa0ab
|
||||
SIZE (exiv2-0.12.tar.gz) = 2359138
|
||||
MD5 (exiv2-0.14.tar.gz) = 6f8edde77d95f49fc83329feb615bb33
|
||||
SHA256 (exiv2-0.14.tar.gz) = a311e3ee884c57547b65c962f8b0a605e97cc64f7e6d1227a9624333acd53a8f
|
||||
SIZE (exiv2-0.14.tar.gz) = 1028225
|
||||
|
@ -1,22 +0,0 @@
|
||||
--- src/Makefile.orig Sat Dec 16 19:35:51 2006
|
||||
+++ src/Makefile Sat Dec 16 19:39:49 2006
|
||||
@@ -242,7 +242,7 @@
|
||||
bin: lib $(BINARY) $(EXIV2BIN) $(MCBIN) path-test
|
||||
|
||||
lib: $(OBJ)
|
||||
- $(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) $(LOBJ) -o $(LIBRARY) -rpath $(libdir) -release $(EXIV2_VERSION) $(LIBS)
|
||||
+ $(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) $(LOBJ) -o $(LIBRARY) -rpath $(libdir) -version-number $(subst .,:,$(EXIV2_VERSION)) $(LIBS)
|
||||
@touch lib
|
||||
|
||||
path-test: path-test.o utils.o
|
||||
@@ -271,8 +271,8 @@
|
||||
@$(LIBTOOL) --mode=install $(INSTALL_DATA) $(LIBRARY) $(DESTDIR)$(libdir)/$(LIBRARY)
|
||||
$(INSTALL_DIRS) $(DESTDIR)$(bindir)
|
||||
$(INSTALL_PROGRAM) $(top_srcdir)/config/exiv2-config $(DESTDIR)$(bindir)/exiv2-config
|
||||
- $(INSTALL_DIRS) $(DESTDIR)$(libdir)/pkgconfig
|
||||
- $(INSTALL_DATA) $(top_srcdir)/config/exiv2.pc $(DESTDIR)$(libdir)/pkgconfig/exiv2.pc
|
||||
+ $(INSTALL_DIRS) $(DESTDIR)$(prefix)/libdata/pkgconfig
|
||||
+ $(INSTALL_DATA) $(top_srcdir)/config/exiv2.pc $(DESTDIR)$(prefix)/libdata/pkgconfig/exiv2.pc
|
||||
|
||||
install: $(EXIV2BIN) install-lib
|
||||
$(INSTALL_DIRS) $(DESTDIR)$(bindir)
|
@ -1,5 +1,4 @@
|
||||
bin/exiv2
|
||||
bin/exiv2-config
|
||||
include/exiv2/basicio.hpp
|
||||
include/exiv2/canonmn.hpp
|
||||
include/exiv2/cr2image.hpp
|
||||
@ -7,7 +6,6 @@ include/exiv2/crwimage.hpp
|
||||
include/exiv2/datasets.hpp
|
||||
include/exiv2/error.hpp
|
||||
include/exiv2/exif.hpp
|
||||
include/exiv2/exiv2_version.h
|
||||
include/exiv2/exv_conf.h
|
||||
include/exiv2/exv_msvc.h
|
||||
include/exiv2/fujimn.hpp
|
||||
@ -27,6 +25,7 @@ include/exiv2/olympusmn.hpp
|
||||
include/exiv2/panasonicmn.hpp
|
||||
include/exiv2/pngchunk.hpp
|
||||
include/exiv2/pngimage.hpp
|
||||
include/exiv2/rafimage.hpp
|
||||
include/exiv2/rcsid.hpp
|
||||
include/exiv2/sigmamn.hpp
|
||||
include/exiv2/sonymn.hpp
|
||||
@ -38,9 +37,16 @@ include/exiv2/tiffparser.hpp
|
||||
include/exiv2/tiffvisitor.hpp
|
||||
include/exiv2/types.hpp
|
||||
include/exiv2/value.hpp
|
||||
include/exiv2/version.hpp
|
||||
lib/libexiv2.a
|
||||
lib/libexiv2.la
|
||||
lib/libexiv2.so
|
||||
lib/libexiv2.so.0
|
||||
libdata/pkgconfig/exiv2.pc
|
||||
share/locale/de/LC_MESSAGES/exiv2.mo
|
||||
share/locale/es/LC_MESSAGES/exiv2.mo
|
||||
share/locale/fi/LC_MESSAGES/exiv2.mo
|
||||
share/locale/fr/LC_MESSAGES/exiv2.mo
|
||||
share/locale/pl/LC_MESSAGES/exiv2.mo
|
||||
share/locale/ru/LC_MESSAGES/exiv2.mo
|
||||
@dirrm include/exiv2
|
||||
|
Loading…
Reference in New Issue
Block a user