# HG changeset patch # User Pascal Bellard # Date 1320696866 -3600 # Node ID 8480ac3277dbb50a6b7481e29c3b4f39a4942dac # Parent b367bc376fdff30615300dd071c79340b0b8ff1f Upa ola (0.8.14, thanks Tom) diff -r b367bc376fdf -r 8480ac3277db ola-dev/receipt --- a/ola-dev/receipt Mon Nov 07 11:21:08 2011 +0000 +++ b/ola-dev/receipt Mon Nov 07 21:14:26 2011 +0100 @@ -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 b367bc376fdf -r 8480ac3277db ola/receipt --- a/ola/receipt Mon Nov 07 11:21:08 2011 +0000 +++ b/ola/receipt Mon Nov 07 21:14:26 2011 +0100 @@ -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" +BUILD_DEPENDS="protobuf-dev util-linux-ng-uuid-dev cppunit-dev \ +libmicrohttpd-dev zlib-dev" # Rules to configure and make the package. compile_rules()