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:
parent
b8f0906906
commit
b1fadaf1ee
2
.gitignore
vendored
2
.gitignore
vendored
@ -42,4 +42,4 @@ subprojects/zlib-*
|
||||
subprojects/dirent-*
|
||||
subprojects/hunspell-*
|
||||
subprojects/uchardet-*
|
||||
subprojects/xxhash
|
||||
subprojects/xxHash-*
|
||||
|
@ -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:
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
|
15
subprojects/packagefiles/bestsource/0001.patch
Normal file
15
subprojects/packagefiles/bestsource/0001.patch
Normal 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(
|
Loading…
x
Reference in New Issue
Block a user