sanity: use latest git snapshot and patch to fix #599. (#599)

This commit is contained in:
fbrosson
2016-05-20 23:58:44 +00:00
parent 76f4dbbf42
commit 56f903c039
2 changed files with 29 additions and 5 deletions

View File

@@ -0,0 +1,22 @@
From 02b4f5b1eaf9997ca1e1b26499089f6442807bd8 Mon Sep 17 00:00:00 2001
From: fbrosson <fbrosson@localhost>
Date: Fri, 20 May 2016 22:52:29 +0000
Subject: BLocker assignment operator is private since hrev50310.
diff --git a/ScannerOptionView.cpp b/ScannerOptionView.cpp
index 389ffec..45cb9ab 100644
--- a/ScannerOptionView.cpp
+++ b/ScannerOptionView.cpp
@@ -23,7 +23,7 @@ static bool reload_option(void *ov, void *device);
// ------------------------
BList ScannerOptionView::m_options_list = BList();
-BLocker ScannerOptionView::m_options_list_locker = BLocker();
+BLocker ScannerOptionView::m_options_list_locker;
// --------------------------------------------------------------
--
2.7.0

View File

@@ -3,12 +3,14 @@ DESCRIPTION="A graphical Haiku scanner application, using SANE.
SanityTranslator allows applications to use scanner devices through the \
translation kit."
HOMEPAGE="http://philippe.houdoin.free.fr/phil/beos/sanity/index-en.html"
COPYRIGHT="2001-2004, Philippe Houdoin"
COPYRIGHT="2001-2015 Philippe Houdoin"
LICENSE="MIT"
REVISION="2"
SOURCE_URI="https://github.com/diversys/sanity/archive/f40f575.tar.gz"
CHECKSUM_SHA256="fdd0cabb3ff5f8718f6cf56190260c7d106c258936b34e3d40607f0edc7f20aa"
SOURCE_DIR="sanity-f40f57540683ecaade60585de6b379c61aa0ca7c"
REVISION="3"
srcGitRev="5ca4267486bf6060389b5352391c2919a37c69ed"
SOURCE_URI="https://github.com/diversys/sanity/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="04b80d1d6373108223c4a0458f2c5f9625e94e79fca26357673c01486a46b8e4"
SOURCE_DIR="sanity-$srcGitRev"
PATCHES="sanity-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 ?x86 !x86_64"