python/pyliblo: Updated for version 0.10.0.

This commit is contained in:
B. Watson 2015-11-03 20:26:59 -05:00 committed by Willy Sudiarto Raharjo
parent 9d58fc6f98
commit 230d78d59a
3 changed files with 9 additions and 5 deletions

View file

@ -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.
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.

View file

@ -7,7 +7,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
PRGNAM=pyliblo
VERSION=${VERSION:-0.9.1}
VERSION=${VERSION:-0.10.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="pyliblo"
VERSION="0.9.1"
VERSION="0.10.0"
HOMEPAGE="http://das.nasophon.de/pyliblo/"
DOWNLOAD="http://das.nasophon.de/download/pyliblo-0.9.1.tar.gz"
MD5SUM="eb2b2b86031b702eba8e65da75fbaacc"
DOWNLOAD="http://das.nasophon.de/download/pyliblo-0.10.0.tar.gz"
MD5SUM="1be68794dedaf8cc60748fe94fdb9628"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="liblo"
REQUIRES="liblo Cython"
MAINTAINER="B. Watson"
EMAIL="yalhcru@gmail.com"