summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2015-11-03 20:26:59 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-11-07 10:33:23 +0700
commit230d78d59a2b13fb93f8094b191d55d0ca311a0a (patch)
tree2793bf31bdc755e18f175187a45189786ebf04f8 /python
parent9d58fc6f982786c337beeeb85ce485376f531e64 (diff)
downloadslackbuilds-230d78d59a2b13fb93f8094b191d55d0ca311a0a.tar.gz
slackbuilds-230d78d59a2b13fb93f8094b191d55d0ca311a0a.tar.xz
python/pyliblo: Updated for version 0.10.0.
Diffstat (limited to 'python')
-rw-r--r--python/pyliblo/README4
-rw-r--r--python/pyliblo/pyliblo.SlackBuild2
-rw-r--r--python/pyliblo/pyliblo.info8
3 files changed, 9 insertions, 5 deletions
diff --git a/python/pyliblo/README b/python/pyliblo/README
index b7f0b19d22..b755232141 100644
--- a/python/pyliblo/README
+++ b/python/pyliblo/README
@@ -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.
diff --git a/python/pyliblo/pyliblo.SlackBuild b/python/pyliblo/pyliblo.SlackBuild
index 327d9f013d..858bbbc3f5 100644
--- a/python/pyliblo/pyliblo.SlackBuild
+++ b/python/pyliblo/pyliblo.SlackBuild
@@ -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}
diff --git a/python/pyliblo/pyliblo.info b/python/pyliblo/pyliblo.info
index f418f36921..f28e9267d4 100644
--- a/python/pyliblo/pyliblo.info
+++ b/python/pyliblo/pyliblo.info
@@ -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"