# HG changeset patch # User Pascal Bellard # Date 1555966282 -7200 # Node ID 4e8d50d02b701b9a31f9a3f769df69eed230e2b1 # Parent 4c20b3e68b2044a11fd93fb809dd8eb3d3b1f813 Up ori (0.8.2) diff -r 4c20b3e68b20 -r 4e8d50d02b70 ola/receipt --- a/ola/receipt Mon Apr 22 19:45:31 2019 +0200 +++ b/ola/receipt Mon Apr 22 22:51:22 2019 +0200 @@ -17,6 +17,11 @@ # Rules to configure and make the package. compile_rules() { + sed -i 's|libusb_set_debug(m_context,\(.*\);|#if LIBUSB_API_VERSION >= 0x01000106\ + libusb_set_option(m_context, LIBUSB_OPTION_LOG_LEVEL,\1;\ +#else\ + \0\ +#endif|' tools/ja-rule/USBDeviceManager.cpp plugins/usbdmx/*yncPluginImpl.cpp export LDFLAGS="$LDFLAGS -ltinfo" autoreconf -i ./configure \ diff -r 4c20b3e68b20 -r 4e8d50d02b70 ori/receipt --- a/ori/receipt Mon Apr 22 19:45:31 2019 +0200 +++ b/ori/receipt Mon Apr 22 22:51:22 2019 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ori" -VERSION="0.8.1" +VERSION="0.8.2" CATEGORY="network" SHORT_DESC="A Secure Distributed File System." MAINTAINER="pascal.bellard@slitaz.org" @@ -12,12 +12,13 @@ DEPENDS="libssl libevent fuse liblzma libxml2 util-linux-uuid" # + mDNSResponder BUILD_DEPENDS="wget scons pkg-config libboost-dev libboost-tr1-dev \ -util-linux-uuid-dev fuse-dev libevent-dev openssl-dev" +util-linux-uuid-dev fuse-dev libevent-dev openssl-dev gcc49 libedit-dev" # Rules to configure and make the package. compile_rules() { - scons PREFIX=$DESTDIR/usr install + sed -i 's|.*iostream.*|#include \n&|' liboriutil/key.cc + scons CC=gcc-49 CXX=g++-49 PREFIX=$DESTDIR/usr install } # Rules to gen a SliTaz package suitable for Tazpkg.