mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
pd: update to 0.50.2.
This commit is contained in:
parent
2acf9e4ca3
commit
c3bfcb7b76
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'pd'
|
# Template file for 'pd'
|
||||||
pkgname=pd
|
pkgname=pd
|
||||||
version=0.50.0
|
version=0.50.2
|
||||||
revision=2
|
revision=1
|
||||||
_ver=${version%.*}-${version##*.}
|
_ver=${version%.*}-${version##*.}
|
||||||
wrksrc="$pkgname-$_ver"
|
wrksrc="$pkgname-$_ver"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -9,12 +9,12 @@ configure_args="--enable-alsa --enable-jack --disable-portaudio --enable-fftw"
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
makedepends="alsa-lib-devel jack-devel tk-devel fftw-devel"
|
makedepends="alsa-lib-devel jack-devel tk-devel fftw-devel"
|
||||||
depends="tk"
|
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>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://puredata.info"
|
homepage="https://puredata.info"
|
||||||
distfiles="http://msp.ucsd.edu/Software/pd-$_ver.src.tar.gz"
|
distfiles="http://msp.ucsd.edu/Software/pd-$_ver.src.tar.gz"
|
||||||
checksum=faeacdc24054cc6ce6be801ff5dd3eb7890352295d56c03406c5b85256b1e441
|
checksum=e55df806dafc79f1ee26bfdfc3526c6d223d7bcff6ea1e7c0fda7de0a5c9e637
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) # Causes pd to fail if qsort is used without thread local storage.
|
*-musl) # Causes pd to fail if qsort is used without thread local storage.
|
||||||
CFLAGS="-DMICROSOFT_STUPID_SORT" ;;
|
CFLAGS="-DMICROSOFT_STUPID_SORT" ;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue