pd: update to 0.50.2.

This commit is contained in:
mobinmob 2019-10-22 21:56:10 +03:00 committed by Helmut Pozimski
parent 2acf9e4ca3
commit c3bfcb7b76

View file

@ -1,7 +1,7 @@
# Template file for 'pd'
pkgname=pd
version=0.50.0
revision=2
version=0.50.2
revision=1
_ver=${version%.*}-${version##*.}
wrksrc="$pkgname-$_ver"
build_style=gnu-configure
@ -9,12 +9,12 @@ configure_args="--enable-alsa --enable-jack --disable-portaudio --enable-fftw"
hostmakedepends="automake libtool pkg-config"
makedepends="alsa-lib-devel jack-devel tk-devel fftw-devel"
depends="tk"
short_desc="The Pure Data real-time music and multimedia environment"
short_desc="Pure Data real-time music and multimedia environment"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="BSD-3-Clause"
homepage="https://puredata.info"
distfiles="http://msp.ucsd.edu/Software/pd-$_ver.src.tar.gz"
checksum=faeacdc24054cc6ce6be801ff5dd3eb7890352295d56c03406c5b85256b1e441
checksum=e55df806dafc79f1ee26bfdfc3526c6d223d7bcff6ea1e7c0fda7de0a5c9e637
case "$XBPS_TARGET_MACHINE" in
*-musl) # Causes pd to fail if qsort is used without thread local storage.
CFLAGS="-DMICROSOFT_STUPID_SORT" ;;