update to rawtherapee-5.5
This commit is contained in:
parent
8b1313fab1
commit
6b1f8637bc
@ -1,12 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2018/10/24 14:28:06 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.30 2018/12/23 19:13:20 kirby Exp $
|
||||
|
||||
# http://rawpedia.rawtherapee.com/The_Floating_Point_Engine
|
||||
ONLY_FOR_ARCHS = amd64
|
||||
|
||||
COMMENT = RAW image processing application
|
||||
|
||||
DISTNAME = rawtherapee-5.4
|
||||
REVISION = 4
|
||||
DISTNAME = rawtherapee-5.5
|
||||
|
||||
CATEGORIES = graphics
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (rawtherapee-5.4.tar.xz) = 7QjBw8r13TS0HqMmHSFccp6r6XNMeBgeZpAIhHGHSYg=
|
||||
SIZE (rawtherapee-5.4.tar.xz) = 11991988
|
||||
SHA256 (rawtherapee-5.5.tar.xz) = wWnJ+zfdUYPeeVIAM4rx5Zf4GJsfdaSPhojbbrNQSPA=
|
||||
SIZE (rawtherapee-5.5.tar.xz) = 12163556
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-CMakeLists_txt,v 1.8 2018/03/30 07:52:01 kirby Exp $
|
||||
$OpenBSD: patch-CMakeLists_txt,v 1.9 2018/12/23 19:13:20 kirby Exp $
|
||||
Index: CMakeLists.txt
|
||||
--- CMakeLists.txt.orig
|
||||
+++ CMakeLists.txt
|
||||
@@ -503,7 +503,7 @@ install(FILES RELEASE_NOTES.txt DESTINATION "${CREDITS
|
||||
@@ -508,7 +508,7 @@ install(FILES RELEASE_NOTES.txt DESTINATION "${CREDITS
|
||||
if(BUILD_BUNDLE)
|
||||
install(FILES "${PROJECT_SOURCE_DIR}/doc/manpage/rawtherapee.1" DESTINATION "${DATADIR}/share/man/man1")
|
||||
else()
|
||||
|
@ -1,11 +1,11 @@
|
||||
$OpenBSD: patch-rtengine_sleef_c,v 1.4 2018/03/30 07:52:01 kirby Exp $
|
||||
$OpenBSD: patch-rtengine_sleef_c,v 1.5 2018/12/23 19:13:20 kirby Exp $
|
||||
|
||||
Unbreak build on 32-bit archs.
|
||||
|
||||
Index: rtengine/sleef.c
|
||||
--- rtengine/sleef.c.orig
|
||||
+++ rtengine/sleef.c
|
||||
@@ -799,7 +799,7 @@ __inline double xsqrt(double d) { // max error : 0.5 u
|
||||
@@ -800,7 +800,7 @@ __inline double xsqrt(double d) { // max error : 0.5 u
|
||||
}
|
||||
|
||||
// http://en.wikipedia.org/wiki/Fast_inverse_square_root
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user