fix(dovi): bump MPVKit to v1.0.2 for profile 8 DV hardware decode

close #1262
This commit is contained in:
edde746
2026-06-10 20:26:11 +02:00
parent e75ab94eb9
commit 1292d7ac34
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -789,7 +789,7 @@
repositoryURL = "https://github.com/edde746/MPVKit"; repositoryURL = "https://github.com/edde746/MPVKit";
requirement = { requirement = {
kind = revision; kind = revision;
revision = 1b0134a2ea04a3b967f61a726b5864351280b420; revision = 1fc33029bc0317583866c62811dc0ab2aa2415b6;
}; };
}; };
/* End XCRemoteSwiftPackageReference section */ /* End XCRemoteSwiftPackageReference section */
@@ -40,7 +40,7 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/edde746/MPVKit", "location" : "https://github.com/edde746/MPVKit",
"state" : { "state" : {
"revision" : "1b0134a2ea04a3b967f61a726b5864351280b420" "revision" : "1fc33029bc0317583866c62811dc0ab2aa2415b6"
} }
}, },
{ {
@@ -40,7 +40,7 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/edde746/MPVKit", "location" : "https://github.com/edde746/MPVKit",
"state" : { "state" : {
"revision" : "1b0134a2ea04a3b967f61a726b5864351280b420" "revision" : "1fc33029bc0317583866c62811dc0ab2aa2415b6"
} }
}, },
{ {
+1 -1
View File
@@ -883,7 +883,7 @@
repositoryURL = "https://github.com/edde746/MPVKit"; repositoryURL = "https://github.com/edde746/MPVKit";
requirement = { requirement = {
kind = revision; kind = revision;
revision = 1b0134a2ea04a3b967f61a726b5864351280b420; revision = 1fc33029bc0317583866c62811dc0ab2aa2415b6;
}; };
}; };
/* End XCRemoteSwiftPackageReference section */ /* End XCRemoteSwiftPackageReference section */
@@ -13,7 +13,7 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/edde746/MPVKit", "location" : "https://github.com/edde746/MPVKit",
"state" : { "state" : {
"revision" : "1b0134a2ea04a3b967f61a726b5864351280b420" "revision" : "1fc33029bc0317583866c62811dc0ab2aa2415b6"
} }
}, },
{ {
@@ -13,7 +13,7 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/edde746/MPVKit", "location" : "https://github.com/edde746/MPVKit",
"state" : { "state" : {
"revision" : "1b0134a2ea04a3b967f61a726b5864351280b420" "revision" : "1fc33029bc0317583866c62811dc0ab2aa2415b6"
} }
}, },
{ {
+1 -1
View File
@@ -933,7 +933,7 @@
repositoryURL = "https://github.com/edde746/MPVKit"; repositoryURL = "https://github.com/edde746/MPVKit";
requirement = { requirement = {
kind = revision; kind = revision;
revision = 1b0134a2ea04a3b967f61a726b5864351280b420; revision = 1fc33029bc0317583866c62811dc0ab2aa2415b6;
}; };
}; };
/* End XCRemoteSwiftPackageReference section */ /* End XCRemoteSwiftPackageReference section */
@@ -6,7 +6,7 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/edde746/MPVKit", "location" : "https://github.com/edde746/MPVKit",
"state" : { "state" : {
"revision" : "1b0134a2ea04a3b967f61a726b5864351280b420" "revision" : "1fc33029bc0317583866c62811dc0ab2aa2415b6"
} }
} }
], ],
@@ -6,7 +6,7 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/edde746/MPVKit", "location" : "https://github.com/edde746/MPVKit",
"state" : { "state" : {
"revision" : "1b0134a2ea04a3b967f61a726b5864351280b420" "revision" : "1fc33029bc0317583866c62811dc0ab2aa2415b6"
} }
} }
], ],
+1 -1
View File
@@ -42,7 +42,7 @@ end
# Swift Package: MPVKit. # Swift Package: MPVKit.
pkg_url = 'https://github.com/edde746/MPVKit' pkg_url = 'https://github.com/edde746/MPVKit'
pkg_revision = '1b0134a2ea04a3b967f61a726b5864351280b420' pkg_revision = '1fc33029bc0317583866c62811dc0ab2aa2415b6'
existing_pkg = project.root_object.package_references.find do |p| existing_pkg = project.root_object.package_references.find do |p|
p.repositoryURL == pkg_url rescue false p.repositoryURL == pkg_url rescue false
end end