Aegisub: switch to wxWidgets-gtk3
This commit is contained in:
parent
486cb5e46e
commit
ff97c90f77
|
@ -1,14 +1,15 @@
|
|||
# Template file for 'Aegisub'
|
||||
pkgname=Aegisub
|
||||
version=3.2.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-update-checker --with-alsa --with-ffms2
|
||||
$(vopt_with fftw fftw3) $(vopt_with openal) $(vopt_with portaudio)"
|
||||
--with-wx-config=wx-config-gtk3 $(vopt_with fftw fftw3) $(vopt_with openal)
|
||||
$(vopt_with portaudio)"
|
||||
hostmakedepends="automake gettext-devel intltool libtool pkg-config"
|
||||
makedepends="alsa-lib-devel boost-devel libcurl-devel fontconfig-devel
|
||||
freetype-devel hunspell-devel icu-devel libass-devel libffms2-devel LuaJIT-devel
|
||||
MesaLib-devel wxWidgets-devel $(vopt_if fftw fftw-devel)
|
||||
MesaLib-devel wxWidgets-gtk3-devel $(vopt_if fftw fftw-devel)
|
||||
$(vopt_if openal libopenal-devel) $(vopt_if portaudio portaudio-devel)"
|
||||
short_desc="Tool for creating and modifying subtitles"
|
||||
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
||||
|
|
Loading…
Reference in New Issue