# HG changeset patch # User Alexander Medvedev # Date 1320699941 0 # Node ID 1c8cd83c77e64039090ef885a966397f57d94330 # Parent 4062ff826d6e8f110f26ebe4845d1331e7692add# Parent 66bb816b4a9dcb2f9bf6ffff857bdd056fafb169 Merge diff -r 4062ff826d6e -r 1c8cd83c77e6 ola-dev/receipt --- a/ola-dev/receipt Mon Nov 07 21:03:44 2011 +0000 +++ b/ola-dev/receipt Mon Nov 07 21:05:41 2011 +0000 @@ -1,10 +1,10 @@ # SliTaz package receipt. PACKAGE="ola-dev" -VERSION="0.8.12" +VERSION="0.8.14" CATEGORY="development" SHORT_DESC="Open Lighting Architecture devel files." -MAINTAINER="pankso@slitaz.org" +MAINTAINER="kult-ex@aon.at" WEB_SITE="http://www.opendmx.net/index.php/OLA" WANTED="ola" diff -r 4062ff826d6e -r 1c8cd83c77e6 ola/receipt --- a/ola/receipt Mon Nov 07 21:03:44 2011 +0000 +++ b/ola/receipt Mon Nov 07 21:05:41 2011 +0000 @@ -1,16 +1,17 @@ # SliTaz package receipt. PACKAGE="ola" -VERSION="0.8.12" +VERSION="0.8.14" CATEGORY="network" SHORT_DESC="Open Lighting Architecture." -MAINTAINER="pankso@slitaz.org" +MAINTAINER="kult-ex@aon.at" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.opendmx.net/index.php/OLA" WGET_URL="http://linux-lighting.googlecode.com/files/$TARBALL" -DEPENDS="protobuf cppunit" -BUILD_DEPENDS="protobuf-dev util-linux-ng-uuid-dev cppunit-dev" +DEPENDS="protobuf cppunit libmicrohttpd pkg-config gnutls" +BUILD_DEPENDS="protobuf-dev util-linux-ng-uuid-dev cppunit-dev \ +libmicrohttpd-dev zlib-dev gnutls-dev" # Rules to configure and make the package. compile_rules()