1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

bestsource: Bump to R8

This commit is contained in:
arch1t3cht 2024-10-23 20:33:00 +02:00
parent b8f0906906
commit b1fadaf1ee
5 changed files with 20 additions and 4 deletions

2
.gitignore vendored
View File

@ -42,4 +42,4 @@ subprojects/zlib-*
subprojects/dirent-*
subprojects/hunspell-*
subprojects/uchardet-*
subprojects/xxhash
subprojects/xxHash-*

View File

@ -40,7 +40,7 @@ namespace {
class BSAudioProvider final : public agi::AudioProvider {
std::map<std::string, std::string> bsopts;
std::unique_ptr<BestAudioSource> bs;
AudioProperties properties;
BSAudioProperties properties;
void FillBuffer(void *Buf, int64_t Start, int64_t Count) const override;
public:

View File

@ -55,7 +55,7 @@ class BSVideoProvider final : public VideoProvider {
bool apply_rff;
std::unique_ptr<BestVideoSource> bs;
VideoProperties properties;
BSVideoProperties properties;
std::vector<int> Keyframes;
agi::vfr::Framerate Timecodes;

View File

@ -1,7 +1,8 @@
[wrap-git]
url = https://github.com/vapoursynth/bestsource
revision = R4
revision = R8
clone-recursive = true
diff_files = bestsource/0001.patch
[provide]
bestsource = bestsource_dep

View File

@ -0,0 +1,15 @@
diff --git a/meson.build b/meson.build
index 6017b15..de1fbc5 100644
--- a/meson.build
+++ b/meson.build
@@ -2,10 +2,6 @@ project('BestSource', 'cpp',
default_options: ['buildtype=release', 'b_ndebug=if-release', 'cpp_std=c++17'],
license: 'MIT',
meson_version: '>=0.53.0',
- version: '.'.join([
- run_command('grep', 'BEST_SOURCE_VERSION_MAJOR', 'src/version.h', check: true).stdout().strip().split()[2],
- run_command('grep', 'BEST_SOURCE_VERSION_MINOR', 'src/version.h', check: true).stdout().strip().split()[2],
- ])
)
api_sources = files(