wok rev 21400

Up ori (0.8.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 22 22:51:22 2019 +0200 (2019-04-22)
parents 4c20b3e68b20
children 614be4796bf2
files ola/receipt ori/receipt
line diff
     1.1 --- a/ola/receipt	Mon Apr 22 19:45:31 2019 +0200
     1.2 +++ b/ola/receipt	Mon Apr 22 22:51:22 2019 +0200
     1.3 @@ -17,6 +17,11 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	sed -i 's|libusb_set_debug(m_context,\(.*\);|#if LIBUSB_API_VERSION >= 0x01000106\
     1.8 +    libusb_set_option(m_context, LIBUSB_OPTION_LOG_LEVEL,\1;\
     1.9 +#else\
    1.10 +    \0\
    1.11 +#endif|' tools/ja-rule/USBDeviceManager.cpp plugins/usbdmx/*yncPluginImpl.cpp
    1.12  	export LDFLAGS="$LDFLAGS -ltinfo"
    1.13  	autoreconf -i
    1.14  	./configure \
     2.1 --- a/ori/receipt	Mon Apr 22 19:45:31 2019 +0200
     2.2 +++ b/ori/receipt	Mon Apr 22 22:51:22 2019 +0200
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="ori"
     2.7 -VERSION="0.8.1"
     2.8 +VERSION="0.8.2"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="A Secure Distributed File System."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 @@ -12,12 +12,13 @@
    2.13  
    2.14  DEPENDS="libssl libevent fuse liblzma libxml2 util-linux-uuid" # + mDNSResponder 
    2.15  BUILD_DEPENDS="wget scons pkg-config libboost-dev libboost-tr1-dev \
    2.16 -util-linux-uuid-dev fuse-dev libevent-dev openssl-dev"
    2.17 +util-linux-uuid-dev fuse-dev libevent-dev openssl-dev gcc49 libedit-dev"
    2.18  
    2.19  # Rules to configure and make the package.
    2.20  compile_rules()
    2.21  {
    2.22 -	scons PREFIX=$DESTDIR/usr install
    2.23 +	sed -i 's|.*iostream.*|#include <system_error>\n&|' liboriutil/key.cc
    2.24 +	scons CC=gcc-49 CXX=g++-49 PREFIX=$DESTDIR/usr install
    2.25  }
    2.26  
    2.27  # Rules to gen a SliTaz package suitable for Tazpkg.