mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-06 12:03:25 +02:00
Aegisub: for boost-1.89
This commit is contained in:
parent
a0cbe616ee
commit
80c17e1e92
2 changed files with 17 additions and 2 deletions
15
srcpkgs/Aegisub/patches/boost-1.89.patch
Normal file
15
srcpkgs/Aegisub/patches/boost-1.89.patch
Normal 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
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue