
commit fbce733c87753bbe3f9ee80d8367a9197d150b45 Author: Danny Rawlins <monster.romster@gmail.com> Date: Sun May 10 19:15:49 2020 +1000 [notify] audacity: dependency change wxgtk -> wxgtk3 note also wxgtk and wxgtk3 both now require wxgtk-common diff --git a/audacity/.signature b/audacity/.signature index b8415dcf2..abbdf4a44 100644 --- a/audacity/.signature +++ b/audacity/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3+QwvbPF00QC2Bq70VWIpJ/OCxiNnLHNjUZ4TjxeLliajLsES+QatW65vsDjANNSO+494NgYk/bKO63inT2cQgg= -SHA256 (Pkgfile) = 0e36b3c34dbdcb0ad13568c67135eda045a8e31d967553ca823e111a504c25d9 +RWSagIOpLGJF32sl/6mduwzvQOyIpHRPEX5IJggmDAKqu2dzeYTHDRKz+2uNncSPcQv5l5ZoUN23dge5a19AHrWjpSQRw89tKw8= +SHA256 (Pkgfile) = bcb56ee8ee85b498b81cca1f1aeb6225b551e511b38e0fc60abd79df905e6dca SHA256 (.footprint) = cdbee61d4f2facbaba4ae3af8439cf6365e83f0fd5798095aa046fb1561ce3c5 SHA256 (Audacity-2.3.3.tar.gz) = 404e6c49693dedc94212fc5525974058d848536025e19da31359ae02babe8bd7 diff --git a/audacity/Pkgfile b/audacity/Pkgfile index f6937260c..6514bee82 100644 --- a/audacity/Pkgfile +++ b/audacity/Pkgfile @@ -1,18 +1,19 @@ # Description: Audio recording and editing program # URL: https://www.audacityteam.org/ # Maintainer: Danny Rawlins, crux at romster dot me -# Depends on: jack-audio-connection-kit lame libid3tag libmad libsoxr lilv soundtouch suil twolame vamp-plugin-sdk wxgtk +# Depends on: jack-audio-connection-kit lame libid3tag libmad libsoxr lilv soundtouch suil twolame vamp-plugin-sdk wxgtk3 # Optional: portsmf name=audacity version=2.3.3 -release=1 +release=2 source=(https://github.com/$name/$name/archive/Audacity-$version.tar.gz) build() { cd $name-Audacity-$version CONFIG_SHELL=/bin/bash \ + WX_CONFIG=wx-config-gtk3 \ ./configure \ --prefix=/usr \ --with-libsndfile="system" \