mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-03 22:58:44 +00:00
fix: debian package name for gstreamer plugins base
This commit is contained in:
parent
e69a7a9bd6
commit
696c541598
1 changed files with 4 additions and 1 deletions
|
@ -169,7 +169,10 @@ fn wivrn_deps() -> Vec<Dependency> {
|
||||||
filename: "pkgconfig/gstreamer-app-1.0.pc".into(),
|
filename: "pkgconfig/gstreamer-app-1.0.pc".into(),
|
||||||
packages: HashMap::from([
|
packages: HashMap::from([
|
||||||
(LinuxDistro::Arch, "gst-plugins-base-libs".into()),
|
(LinuxDistro::Arch, "gst-plugins-base-libs".into()),
|
||||||
(LinuxDistro::Debian, "libgstreamer1.0-dev".into()),
|
(
|
||||||
|
LinuxDistro::Debian,
|
||||||
|
"libgstreamer-plugins-base1.0-dev".into(),
|
||||||
|
),
|
||||||
(LinuxDistro::Fedora, "gstreamer1-plugins-base-devel".into()),
|
(LinuxDistro::Fedora, "gstreamer1-plugins-base-devel".into()),
|
||||||
(LinuxDistro::Gentoo, "media-libs/gst-plugins-base".into()),
|
(LinuxDistro::Gentoo, "media-libs/gst-plugins-base".into()),
|
||||||
(LinuxDistro::Suse, "gstreamer-plugins-base-devel".into()),
|
(LinuxDistro::Suse, "gstreamer-plugins-base-devel".into()),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue