mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
python/pyliblo: Updated for version 0.10.0.
This commit is contained in:
parent
9d58fc6f98
commit
230d78d59a
3 changed files with 9 additions and 5 deletions
|
@ -5,3 +5,7 @@ supports almost the complete functionality of liblo, allowing you to
|
||||||
send and receive OSC messages using a nice and simple Python API.
|
send and receive OSC messages using a nice and simple Python API.
|
||||||
|
|
||||||
Also included are the command line utilities send_osc and dump_osc.
|
Also included are the command line utilities send_osc and dump_osc.
|
||||||
|
|
||||||
|
If you're upgrading from an older pyliblo version and you get 'compilation
|
||||||
|
terminated due to -Wfatal-errors', check your installed version of liblo:
|
||||||
|
for pyliblo-0.10.0 and up, you need liblo-0.28 or greater.
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||||
|
|
||||||
PRGNAM=pyliblo
|
PRGNAM=pyliblo
|
||||||
VERSION=${VERSION:-0.9.1}
|
VERSION=${VERSION:-0.10.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="pyliblo"
|
PRGNAM="pyliblo"
|
||||||
VERSION="0.9.1"
|
VERSION="0.10.0"
|
||||||
HOMEPAGE="http://das.nasophon.de/pyliblo/"
|
HOMEPAGE="http://das.nasophon.de/pyliblo/"
|
||||||
DOWNLOAD="http://das.nasophon.de/download/pyliblo-0.9.1.tar.gz"
|
DOWNLOAD="http://das.nasophon.de/download/pyliblo-0.10.0.tar.gz"
|
||||||
MD5SUM="eb2b2b86031b702eba8e65da75fbaacc"
|
MD5SUM="1be68794dedaf8cc60748fe94fdb9628"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="liblo"
|
REQUIRES="liblo Cython"
|
||||||
MAINTAINER="B. Watson"
|
MAINTAINER="B. Watson"
|
||||||
EMAIL="yalhcru@gmail.com"
|
EMAIL="yalhcru@gmail.com"
|
||||||
|
|
Loading…
Reference in a new issue