# HG changeset patch # User Aleksej Bobylev # Date 1450290030 -7200 # Node ID 3522a8f16bbe01792ab0fe951f2eb18e28a48484 # Parent 96c03c2f8bdd04614e2abf854e1a29196c9eb8b6 ola-dev: update depends; add qlcplus (thanks kult-ex) diff -r 96c03c2f8bdd -r 3522a8f16bbe ola-dev/receipt --- a/ola-dev/receipt Wed Dec 16 18:20:12 2015 +0100 +++ b/ola-dev/receipt Wed Dec 16 20:20:30 2015 +0200 @@ -9,12 +9,12 @@ WEB_SITE="https://www.openlighting.org/ola/" WANTED="ola" -DEPENDS="ola" +DEPENDS="ola protobuf-dev" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib/olad + mkdir -p $fs/usr/lib cp -a $install/usr/include $fs/usr cp -a $install/usr/lib/*.*a $fs/usr/lib cp -a $install/usr/lib/pkgconfig $fs/usr/lib diff -r 96c03c2f8bdd -r 3522a8f16bbe qlcplus/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qlcplus/description.txt Wed Dec 16 20:20:30 2015 +0200 @@ -0,0 +1,11 @@ +QLC+ is a free and cross-platform software to control DMX or analog lighting +systems like moving heads, dimmers, scanners etc. + +This project is a fork of the great [QLC project] +(http://qlc.sourceforge.net/index.shtml) written by Heikki Junnila that aims to +continue the development of QLC and to introduce new features. + +The primary goal is to bring QLC+ at the level of other lighting control +commercial softwares. + +QLC+ runs on Linux, Windows, OSX and the Raspberry Pi. diff -r 96c03c2f8bdd -r 3522a8f16bbe qlcplus/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qlcplus/receipt Wed Dec 16 20:20:30 2015 +0200 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="qlcplus" +VERSION="4.10.2b" +CATEGORY="electronics" +SHORT_DESC="Q Light Controller Plus" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="Apache" +WEB_SITE="http://www.qlcplus.org/" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="https://github.com/mcallegari/qlcplus/archive/QLC+_$VERSION.tar.gz" + +DEPENDS="libQtGui libQtNetwork libQtScript alsa-lib libftdi ola" +BUILD_DEPENDS="Qt4-dev qmake alsa-lib-dev libftdi-dev ola-dev libusb-dev" + +# Rules to configure and make the package. +compile_rules() +{ + qmake && + make && make INSTALL_ROOT=$install install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +}