wok-current diff python-pyalsaaudio/receipt @ rev 25590
Update cacerts, up elfutils url, fix pkg-config, py3k rebuild, and xorg build with gcc 6
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Aug 24 14:03:59 2023 +0000 (16 months ago) |
parents | 076f424196b2 |
children |
line diff
1.1 --- a/python-pyalsaaudio/receipt Sun Feb 06 11:51:57 2022 +0000 1.2 +++ b/python-pyalsaaudio/receipt Thu Aug 24 14:03:59 2023 +0000 1.3 @@ -1,20 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-pyalsaaudio" 1.7 -VERSION="0.8.4" 1.8 +VERSION="0.9.0" 1.9 CATEGORY="multimedia" 1.10 -TAGS="python" 1.11 +TAGS="audio python" 1.12 SHORT_DESC="ALSA wrapper for Python." 1.13 MAINTAINER="pankso@slitaz.org" 1.14 LICENSE="PSL" 1.15 WEB_SITE="https://pypi.org/project/pyalsaaudio/" 1.16 +REPOLOGY="python:pyalsaaudio" 1.17 1.18 SOURCE="pyalsaaudio" 1.19 TARBALL="$SOURCE-$VERSION.tar.gz" 1.20 -WGET_URL="https://files.pythonhosted.org/packages/source/p/$SOURCE/$TARBALL" 1.21 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 1.22 1.23 -DEPENDS="alsa-lib python" 1.24 -BUILD_DEPENDS="alsa-lib-dev python python-dev python-setuptools" 1.25 +DEPENDS="alsa-lib gcc83-lib-base python" 1.26 +BUILD_DEPENDS="alsa-lib-dev gcc83 python python-dev python-setuptools" 1.27 1.28 # What is the latest version available today? 1.29 current_version() 1.30 @@ -25,6 +26,8 @@ 1.31 # Rules to configure and make the package. 1.32 compile_rules() 1.33 { 1.34 + export CC=gcc-83 1.35 + 1.36 python setup.py install --root=$DESTDIR 1.37 } 1.38