From 607773d4b861883752c2ff050d47029b2f1c040b Mon Sep 17 00:00:00 2001 From: moi15moi Date: Wed, 4 Dec 2024 20:39:55 -0500 Subject: [PATCH] [bestsource.wrap] Change revision from R8 to master The [commit](https://github.com/vapoursynth/bestsource/commit/c25cf29da9389cf26d3355054a30975dd2a38f75) added a new API, so we can retrieve the track metadata. For the moment, the function isn't available in any version, so let's use the master branch, but it will be needed to be set to R9 when it will be available --- subprojects/bestsource.wrap | 3 +-- subprojects/packagefiles/bestsource/0001.patch | 16 ---------------- 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 subprojects/packagefiles/bestsource/0001.patch diff --git a/subprojects/bestsource.wrap b/subprojects/bestsource.wrap index 4df85ca2d7..ee51cf15ff 100644 --- a/subprojects/bestsource.wrap +++ b/subprojects/bestsource.wrap @@ -1,8 +1,7 @@ [wrap-git] url = https://github.com/vapoursynth/bestsource -revision = R8 +revision = master clone-recursive = true -diff_files = bestsource/0001.patch [provide] bestsource = bestsource_dep diff --git a/subprojects/packagefiles/bestsource/0001.patch b/subprojects/packagefiles/bestsource/0001.patch deleted file mode 100644 index 4c3862b662..0000000000 --- a/subprojects/packagefiles/bestsource/0001.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/meson.build b/meson.build -index 6017b15..eec9249 100644 ---- a/meson.build -+++ b/meson.build -@@ -2,10 +2,7 @@ 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], -- ]) -+ version: '6.0' - ) - - api_sources = files(