# HG changeset patch # User Aleksej Bobylev # Date 1527441142 -10800 # Node ID 0294c4c2dd54f068a73e4d8f20af13e587c7e4c7 # Parent 48bf9a0f63998940981b0be36feb9ca3d76fc083 protobuf: up (3.5.1), ola: up to latest pre-released src. diff -r 48bf9a0f6399 -r 0294c4c2dd54 ola/receipt --- a/ola/receipt Sun May 27 18:10:09 2018 +0300 +++ b/ola/receipt Sun May 27 20:12:22 2018 +0300 @@ -1,7 +1,9 @@ # SliTaz package receipt v2. PACKAGE="ola" -VERSION="0.10.6" +VERSION="0.10.6+20180519" +COMMIT="50d1535" # v.0.10.6 require protobuf < 3.2 (I don't like to downgrade it), +# but somewhere in pre-0.11 ola have accepted protobuf-3.5.1 CATEGORY="network" SHORT_DESC="Open Lighting Architecture" MAINTAINER="kult-ex@aon.at" @@ -9,25 +11,28 @@ WEB_SITE="https://www.openlighting.org/ola/" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="https://github.com/OpenLightingProject/ola/archive/$VERSION.tar.gz" +WGET_URL="https://github.com/OpenLightingProject/ola/archive/${COMMIT:-$VERSION}.tar.gz" BUILD_DEPENDS="libtool flex protobuf-dev util-linux-uuid-dev cppunit-dev \ -libmicrohttpd-dev libftdi-dev libusb-dev liblo-dev ncurses-dev" +libmicrohttpd-dev libftdi-dev libusb-dev liblo-dev ncurses-dev \ +libusb-compat-dev" SPLIT="ola-dev" compile_rules() { autoreconf -i - ./configure \ - --prefix=/usr \ - $CONFIGURE_ARGS && - make && make install + ./configure $CONFIGURE_ARGS && + make && + make install || return 1 + + fix symlinks } genpkg_rules() { case $PACKAGE in ola) copy @std - DEPENDS="libftdi liblo libmicrohttpd ncurses protobuf" + DEPENDS="libftdi liblo libmicrohttpd libusb libusb-compat ncurses \ + protobuf util-linux-uuid" ;; *-dev) copy @dev diff -r 48bf9a0f6399 -r 0294c4c2dd54 protobuf/receipt --- a/protobuf/receipt Sun May 27 18:10:09 2018 +0300 +++ b/protobuf/receipt Sun May 27 20:12:22 2018 +0300 @@ -1,7 +1,7 @@ # SliTaz package receipt v2. PACKAGE="protobuf" -VERSION="3.3.0" +VERSION="3.5.1" CATEGORY="network" SHORT_DESC="Protocol Buffers - Google's data interchange format" MAINTAINER="pankso@slitaz.org"