Skip to content

Commit 2a3abf6

Browse files
committed
Remove jcodec dependency, bump kill-clips commit
The kill-clips plugin no longer depends on jcodec for H.264 encoding; it now ships only the in-tree MJPEG AVI encoder. Drops the jcodec entries from build.gradle and verification-metadata.xml, and updates the pinned plugin commit.
1 parent 6732051 commit 2a3abf6

3 files changed

Lines changed: 1 addition & 23 deletions

File tree

package/verification-template/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,6 @@ dependencies {
139139
thirdParty("org.tomlj:tomlj:1.1.1") {
140140
because "resource-packs, friendly-guide"
141141
}
142-
thirdParty("org.jcodec:jcodec:0.2.5") {
143-
because "kill-clips"
144-
}
145-
thirdParty("org.jcodec:jcodec-javase:0.2.5") {
146-
because "kill-clips"
147-
}
148142
}
149143

150144
task verifyCore {

package/verification-template/gradle/verification-metadata.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,22 +1127,6 @@
11271127
<sha256 value="e4dc76ef840014f3739e100813426ccc045b0a17e51c5038e69fdbe1f4ced434" origin="Generated by Gradle"/>
11281128
</artifact>
11291129
</component>
1130-
<component group="org.jcodec" name="jcodec" version="0.2.5">
1131-
<artifact name="jcodec-0.2.5.jar">
1132-
<sha256 value="890329dad124e8b739c1d6602a59a53c8a474daddff265c2561e21c498496c81" origin="Generated by Gradle"/>
1133-
</artifact>
1134-
<artifact name="jcodec-0.2.5.pom">
1135-
<sha256 value="30f132c786d253a720acbc773fa800a4dfb23c8eb9bf7690bbbcc6aa33d4ee8a" origin="Generated by Gradle"/>
1136-
</artifact>
1137-
</component>
1138-
<component group="org.jcodec" name="jcodec-javase" version="0.2.5">
1139-
<artifact name="jcodec-javase-0.2.5.jar">
1140-
<sha256 value="8a72ff7560bce1c89c1d815816d1304383bb4048afeeb91f200b7a1e213ab6ae" origin="Generated by Gradle"/>
1141-
</artifact>
1142-
<artifact name="jcodec-javase-0.2.5.pom">
1143-
<sha256 value="74f3903abcab5edfb6de2f5bf0a54d2552cead5c8aae4fe1460ccabc7816ab63" origin="Generated by Gradle"/>
1144-
</artifact>
1145-
</component>
11461130
<component group="org.jetbrains" name="annotations" version="23.0.0">
11471131
<artifact name="annotations-23.0.0.jar">
11481132
<sha256 value="7b0f19724082cbfcbc66e5abea2b9bc92cf08a1ea11e191933ed43801eb3cd05" origin="Generated by Gradle"/>

plugins/kill-clips

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
repository=https://github.com/csvernon/killClips.git
2-
commit=737fc2d62822e43cea4a7cacca42f5dfb5565291
2+
commit=5faf88fe8265cb2c9b352b516ba9482d8e629c22

0 commit comments

Comments
 (0)