chore: remove ffmpeg dependency from package configuration

This commit is contained in:
Elias Wendland
2026-07-16 14:54:45 +02:00
parent b65d5eb97c
commit edfe5aab3e
+1 -2
View File
@@ -21,7 +21,7 @@ exclude = [
maintainer = "Elias Wendland <eliaswendland@pm.me>" maintainer = "Elias Wendland <eliaswendland@pm.me>"
copyright = "2026, Elias Wendland" copyright = "2026, Elias Wendland"
extended-description = "A program attempting to be a universal file converter" extended-description = "A program attempting to be a universal file converter"
depends = "ffmpeg, $auto" depends = "$auto"
section = "utility" section = "utility"
priority = "optional" priority = "optional"
assets = [ assets = [
@@ -37,7 +37,6 @@ assets = [
] ]
[package.metadata.generate-rpm.requires] [package.metadata.generate-rpm.requires]
ffmpeg = "*"
[build-dependencies] [build-dependencies]
clap = { version = "4.6.1", features = ["derive"] } clap = { version = "4.6.1", features = ["derive"] }