# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup github 1.0 name audacity version 3.7.0 categories audio license GPL-3 maintainers {makr @mohd-akram} openmaintainer set audacity_dir ${applications_dir}/Audacity.app/Contents subport ${name} { PortGroup cmake 1.1 PortGroup wxWidgets 1.0 github.setup audacity audacity ${version} Audacity- github.tarball_from releases revision 0 conflicts audacity-legacy description multi-track audio editor long_description Audacity is an easy-to-use, multi-track audio editor and \ recorder for Windows, macOS, GNU/Linux and other operating \ systems. homepage https://www.audacityteam.org checksums rmd160 1e223f589b7856c53a99091f0f296722536c5fc0 \ sha256 fefe75f375a7e63c436eefe7258e0817bb17abf433252df7fa2667813031eb70 \ size 61801488 distname ${name}-sources-${version} wxWidgets.use wxWidgets-3.2 depends_lib-append port:${wxWidgets.port} \ port:lame \ port:libvorbis \ port:flac \ port:opusfile \ port:libsndfile \ port:portaudio \ port:rapidjson \ port:libid3tag \ port:portmidi \ port:wavpack depends_run port:ffmpeg7 patchfiles patch-offline-manual.diff post-patch { # truncate/disable this script which changes library paths close [open ${worksrcpath}/scripts/build/macOS/fix_bundle.py w] } configure.args -Daudacity_conan_enabled=OFF \ -Daudacity_has_vst3=OFF \ -DwxWidgets_CONFIG_EXECUTABLE=${wxWidgets.wxconfig} compiler.cxx_standard 2017 # if not present some menu items appear in another language destroot.keepdirs ${destroot}${audacity_dir}/Resources/en.lproj post-destroot { platform darwin { move ${destroot}${prefix}/Audacity.app ${destroot}${applications_dir}/ } } } subport ${name}-manual { revision 0 description The manual for audacity long_description {*}${description} github.setup audacity audacity-manual ${version} v github.tarball_from releases homepage https://manual.audacityteam.org checksums rmd160 a7a70b518c030ba3d6f75c77d66feaf5bb9b9c36 \ sha256 b5465f43c7185f90a9186e500fbd2ebeeb7ac83c90f06d66a0c3fbe48c4fdb42 \ size 26206196 depends_run port:audacity use_configure no build {} installs_libs no supported_archs noarch platforms {darwin any} worksrcdir help set data_dir ${prefix}/share/audacity platform darwin { set data_dir ${audacity_dir} } destroot { xinstall -d ${destroot}${data_dir} copy ${worksrcpath} ${destroot}${data_dir} } }