From 6ce1f01abfd951a9948ce0408273245f9e3d1c78 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 21 Sep 2022 15:57:02 +0000 Subject: python-pyo: rebuilt against new portaudio and portmidi --- python-pyo/build/python-pyo.SlackBuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'python-pyo/build/python-pyo.SlackBuild') 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 # * Rebuilt against Python 3.9. +# 1.0.4-3: 18/sep/2022 by Eric Hameleers +# * 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) -- cgit v1.2.3-65-gdbad