Aegisub: for boost-1.89

This commit is contained in:
Đoàn Trần Công Danh 2025-08-30 16:16:28 +07:00
parent a0cbe616ee
commit 80c17e1e92
2 changed files with 17 additions and 2 deletions

View file

@ -0,0 +1,15 @@
--- a/meson.build
+++ b/meson.build
@@ -108,10 +108,10 @@ deps += iconv_dep
deps += dependency('libass', version: '>=0.9.7',
fallback: ['libass', 'libass_dep'])
-boost_modules = ['chrono', 'thread', 'locale', 'regex']
+boost_modules = ['thread', 'locale']
if not get_option('local_boost')
boost_dep = dependency('boost', version: '>=1.70.0',
- modules: boost_modules + ['system'],
+ modules: boost_modules,
required: false,
static: get_option('default_library') == 'static')
endif

View file

@ -1,12 +1,12 @@
# Template file for 'Aegisub'
pkgname=Aegisub
version=3.4.2
revision=2
revision=3
build_style=meson
configure_args="-Dsystem_luajit=true"
hostmakedepends="pkg-config gettext meson ninja LuaJIT"
makedepends="libass-devel zlib-devel icu-devel boost-devel-minimal
libboost_chrono libboost_locale libboost_regex libboost_thread
libboost_locale libboost_thread
wxWidgets-gtk3-devel MesaLib-devel LuaJIT-devel fontconfig-devel ffmpeg6
ffmpeg6-devel libffms2-devel fftw-devel hunspell-devel uchardet-devel gtest-devel
pulseaudio-devel alsa-lib-devel libopenal-devel portaudio-devel libcurl-devel"