summaryrefslogtreecommitdiffstats
path: root/python-pyo/build/python-pyo.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-09-21 15:57:02 +0000
committer Eric Hameleers <alien@slackware.com>2022-09-21 15:57:02 +0000
commit6ce1f01abfd951a9948ce0408273245f9e3d1c78 (patch)
tree11514c5d8bf436352321ec38404b8cd223af8f98 /python-pyo/build/python-pyo.SlackBuild
parentf47ac1e07c0a1af3876e5d11bc886435907992f3 (diff)
downloadasb-6ce1f01abfd951a9948ce0408273245f9e3d1c78.tar.gz
asb-6ce1f01abfd951a9948ce0408273245f9e3d1c78.tar.xz
python-pyo: rebuilt against new portaudio and portmidi
Diffstat (limited to 'python-pyo/build/python-pyo.SlackBuild')
-rwxr-xr-xpython-pyo/build/python-pyo.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/python-pyo/build/python-pyo.SlackBuild b/python-pyo/build/python-pyo.SlackBuild
index ae7a45fe..c8f1f1bd 100755
--- a/python-pyo/build/python-pyo.SlackBuild
+++ b/python-pyo/build/python-pyo.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2020, 2021 Eric Hameleers, Eindhoven, NL
+# Copyright 2020, 2021, 2022 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -39,6 +39,8 @@
# * Update.
# 1.0.4-2: 05/nov/2021 by Eric Hameleers <alien@slackware.com>
# * Rebuilt against Python 3.9.
+# 1.0.4-3: 18/sep/2022 by Eric Hameleers <alien@slackware.com>
+# * Rebuilt against PortMidi 2.0.3.
#
# Run 'sh python-pyo.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -49,11 +51,11 @@
PRGNAM=python-pyo
SRCNAM=pyo
VERSION=${VERSION:-1.0.4}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}
-DOCS="COPYING* ChangeLog README.md TODO.md"
+DOCS="ChangeLog LICENSE README.md TODO.md"
# Where do we look for sources?
SRCDIR=$(cd $(dirname $0); pwd)