Skip to content

Commit

Permalink
build(deps): bump minimum pipewire version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andyholmes committed Apr 15, 2024
1 parent e293fe3 commit 2a39a81
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions build-aux/flatpak/ca.andyholmes.Valent.Devel.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,26 @@
}
]
},
{
"name" : "pipewire",
"buildsystem" : "meson",
"builddir" : true,
"config-opts" : [
"-Dgstreamer=disabled",
"-Dman=disabled",
"-Dsystemd=disabled",
"-Dudev=disabled",
"-Dudevrulesdir=disabled",
"-Dsession-managers=[]"
],
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.freedesktop.org/pipewire/pipewire.git",
"branch" : "master"
}
]
},
"ca.andyholmes.Valent.Tests.json",
{
"name" : "valent",
Expand Down
4 changes: 2 additions & 2 deletions build-aux/flatpak/ca.andyholmes.Valent.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@
{
"type" : "git",
"url" : "https://gitlab.freedesktop.org/pipewire/pipewire.git",
"commit" : "9f7d60c1e84cc0481afc3f6ccf76e127567943a8",
"tag" : "0.3.70",
"commit" : "f2874ad1c2f7f0b9a1da05cc4f402b3ea3761ee6",
"tag" : "1.0.4",
"x-checker-data" : {
"type" : "anitya",
"project-id" : 57357,
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/pipewire/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: Andy Holmes <andrew.g.r.holmes@gmail.com>

# pipewire (Pipewire)
libpipewire_dep = dependency('libpipewire-0.3', version: '>= 0.3')
libpipewire_dep = dependency('libpipewire-0.3', version: '>= 1.0.0')

# Dependencies
plugin_pipewire_deps = [
Expand Down

0 comments on commit 2a39a81

Please sign in to comment.