update to darktable-2.0.4
This commit is contained in:
parent
a406b733fd
commit
daf92c851b
@ -1,11 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.61 2016/04/12 09:40:59 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.62 2016/05/06 21:47:59 sthen Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
|
||||
COMMENT= virtual lighttable and darkroom for photographers
|
||||
|
||||
V= 2.0.3
|
||||
REVISION= 0
|
||||
V= 2.0.4
|
||||
DISTNAME= darktable-$V
|
||||
PORTROACH= limitw:1,even
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (darktable-2.0.3.tar.xz) = oD5cHXhnmeY8i0qfMunm8ns6fXqwu7t3U6UW5jBJA0U=
|
||||
SIZE (darktable-2.0.3.tar.xz) = 2974456
|
||||
SHA256 (darktable-2.0.4.tar.xz) = gORIYi/wYLyh1kv2FRwn3jTeqP5rfdtwjh41JqWWHmI=
|
||||
SIZE (darktable-2.0.4.tar.xz) = 3013676
|
||||
|
@ -1,15 +0,0 @@
|
||||
$OpenBSD: patch-src_common_darktable_h,v 1.5 2016/04/12 09:40:59 sthen Exp $
|
||||
|
||||
https://github.com/darktable-org/darktable/pull/1193
|
||||
|
||||
--- src/common/darktable.h.orig Tue Apr 12 10:25:53 2016
|
||||
+++ src/common/darktable.h Tue Apr 12 10:26:21 2016
|
||||
@@ -464,6 +464,8 @@ static inline size_t dt_get_total_memory()
|
||||
|| defined(__OpenBSD__)
|
||||
#if defined(__APPLE__)
|
||||
int mib[2] = { CTL_HW, HW_MEMSIZE };
|
||||
+#elif defined(HW_PHYSMEM64)
|
||||
+ int mib[2] = { CTL_HW, HW_PHYSMEM64 };
|
||||
#else
|
||||
int mib[2] = { CTL_HW, HW_PHYSMEM };
|
||||
#endif
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.16 2016/03/29 14:55:18 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.17 2016/05/06 21:47:59 sthen Exp $
|
||||
@bin bin/darktable
|
||||
@bin bin/darktable-cli
|
||||
@bin bin/darktable-cltest
|
||||
@ -375,6 +375,7 @@ share/locale/pt_BR/LC_MESSAGES/darktable.mo
|
||||
share/locale/pt_PT/LC_MESSAGES/darktable.mo
|
||||
share/locale/ru/LC_MESSAGES/darktable.mo
|
||||
share/locale/sk/LC_MESSAGES/darktable.mo
|
||||
share/locale/sl/LC_MESSAGES/darktable.mo
|
||||
share/locale/sq/LC_MESSAGES/darktable.mo
|
||||
share/locale/sv/LC_MESSAGES/darktable.mo
|
||||
share/locale/uk/LC_MESSAGES/darktable.mo
|
||||
|
Loading…
Reference in New Issue
Block a user