Replace pipewire dependency with libpipewire

This commit is contained in:
2026-03-24 12:29:56 +02:00
parent 4440e184fd
commit 69323b96ea
2 changed files with 2 additions and 8 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
name: mpv name: mpv
description: A free, open source, and cross-platform media player description: A free, open source, and cross-platform media player
version: 0.41.0 version: 0.41.0
revision: 1 revision: 2
url: https://mpv.io/ url: https://mpv.io/
license: GPL2-or-later license: GPL2-or-later
maintainers: maintainers:
@@ -23,6 +23,7 @@ depends:
- libdisplay-info - libdisplay-info
- libdrm - libdrm
- libglvnd - libglvnd
- libpipewire
- libjpeg-turbo - libjpeg-turbo
- libplacebo - libplacebo
- libpulse - libpulse
@@ -38,7 +39,6 @@ depends:
- luajit - luajit
- mesa - mesa
- openal - openal
- pipewire
- sdl2-compat - sdl2-compat
- vulkan-loader - vulkan-loader
- wayland - wayland
-6
View File
@@ -20,12 +20,6 @@ build() {
meson compile -C build meson compile -C build
} }
# The check function is executed in the source directory
# This function is used to run tests to verify the package has been compiled correctly
check() {
meson test -C build --print-errorlogs
}
# The package function is executed in the source directory # The package function is executed in the source directory
# This function is used to move the compiled files into the output directory # This function is used to move the compiled files into the output directory
package() { package() {