mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to version 1.2.2, another patch release in 1.2 branch, which mostly
brings support for several new cameras, and some minor bugfixes - Remove no longer needed patching (const gint -> gint) - Relax types of cache counters (to unbreak with GCC/i386)
This commit is contained in:
parent
2402e38711
commit
09456bf9c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322122
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= darktable
|
||||
PORTVERSION= 1.2.1
|
||||
PORTVERSION= 1.2.2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}
|
||||
|
||||
@ -128,8 +128,8 @@ LDFLAGS+= -lstdc++
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,const gint,gint,' \
|
||||
${WRKSRC}/src/external/osm-gps-map/src/osm-gps-map-image.*
|
||||
@${REINPLACE_CMD} -e '/stats_/s,uint64_t,unsigned long,' \
|
||||
${WRKSRC}/src/common/mipmap_cache.h
|
||||
# Do not install useless (to end-user) documentation; adjust manpages path
|
||||
@${REINPLACE_CMD} -e '/DOC_FILES/d ; s,share/man/man1,man/man1,' \
|
||||
${WRKSRC}/doc/CMakeLists.txt
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (darktable-1.2.1.tar.xz) = b1756295dfda78fc828603033a58f233ced1908b8a50ec97d2e600d6eacf8e2a
|
||||
SIZE (darktable-1.2.1.tar.xz) = 2273260
|
||||
SHA256 (darktable-1.2.2.tar.xz) = 12902e8c3ef185d2167ce3a5f9d11eddde763c5a3cb0e9267f4b470a252fc859
|
||||
SIZE (darktable-1.2.2.tar.xz) = 2307300
|
||||
|
@ -209,6 +209,7 @@ share/locale/da/LC_MESSAGES/darktable.mo
|
||||
share/locale/de/LC_MESSAGES/darktable.mo
|
||||
share/locale/es/LC_MESSAGES/darktable.mo
|
||||
share/locale/fr/LC_MESSAGES/darktable.mo
|
||||
share/locale/it/LC_MESSAGES/darktable.mo
|
||||
share/locale/ja/LC_MESSAGES/darktable.mo
|
||||
share/locale/nl/LC_MESSAGES/darktable.mo
|
||||
share/locale/pl/LC_MESSAGES/darktable.mo
|
||||
|
Loading…
Reference in New Issue
Block a user