wok-4.x rev 11262
Merge
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Mon Nov 07 21:05:41 2011 +0000 (2011-11-07) |
parents | 4062ff826d6e 66bb816b4a9d |
children | 3cfda88ee539 |
files |
line diff
1.1 --- a/ola-dev/receipt Mon Nov 07 21:03:44 2011 +0000 1.2 +++ b/ola-dev/receipt Mon Nov 07 21:05:41 2011 +0000 1.3 @@ -1,10 +1,10 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ola-dev" 1.7 -VERSION="0.8.12" 1.8 +VERSION="0.8.14" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Open Lighting Architecture devel files." 1.11 -MAINTAINER="pankso@slitaz.org" 1.12 +MAINTAINER="kult-ex@aon.at" 1.13 WEB_SITE="http://www.opendmx.net/index.php/OLA" 1.14 WANTED="ola" 1.15
2.1 --- a/ola/receipt Mon Nov 07 21:03:44 2011 +0000 2.2 +++ b/ola/receipt Mon Nov 07 21:05:41 2011 +0000 2.3 @@ -1,16 +1,17 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="ola" 2.7 -VERSION="0.8.12" 2.8 +VERSION="0.8.14" 2.9 CATEGORY="network" 2.10 SHORT_DESC="Open Lighting Architecture." 2.11 -MAINTAINER="pankso@slitaz.org" 2.12 +MAINTAINER="kult-ex@aon.at" 2.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.14 WEB_SITE="http://www.opendmx.net/index.php/OLA" 2.15 WGET_URL="http://linux-lighting.googlecode.com/files/$TARBALL" 2.16 2.17 -DEPENDS="protobuf cppunit" 2.18 -BUILD_DEPENDS="protobuf-dev util-linux-ng-uuid-dev cppunit-dev" 2.19 +DEPENDS="protobuf cppunit libmicrohttpd pkg-config gnutls" 2.20 +BUILD_DEPENDS="protobuf-dev util-linux-ng-uuid-dev cppunit-dev \ 2.21 +libmicrohttpd-dev zlib-dev gnutls-dev" 2.22 2.23 # Rules to configure and make the package. 2.24 compile_rules()