1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 09:01:15 +02:00

Use wxWidgets 3.0 in Arch and Alpine builds

Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com>
This commit is contained in:
Sol Fisher Romanoff
2021-09-12 18:06:39 +03:00
parent 400ef4096c
commit 09df1ab06b
2 changed files with 15 additions and 37 deletions

View File

@@ -12,24 +12,11 @@ packages:
- soundtouch-dev
- soxr-dev
- sqlite-dev
- expat-dev
- gtk+3.0-dev
- libjpeg-turbo-dev
- libpng-dev
- tiff-dev
- zlib-dev
- wxgtk3-dev
environment:
WX_CONFIG: /usr/bin/wx-config-gtk3
sources:
- https://git.sr.ht/~tenacity/tenacity
tasks:
- wxwidgets3-1: |
git clone https://github.com/wxWidgets/wxWidgets.git
cd wxWidgets
git checkout v3.1.5
git submodule update --init 3rdparty/catch
mkdir buildgtk && cd buildgtk
../configure --with-gtk --disable-xlocale
make -j2
sudo make install
- configure: cmake -G Ninja -S tenacity -B build
- build: cmake --build build