From 69323b96ead8b20fad7ddf2b27accbe40a4980cd Mon Sep 17 00:00:00 2001 From: EnumDev Date: Tue, 24 Mar 2026 12:29:56 +0200 Subject: [PATCH] Replace pipewire dependency with libpipewire --- pkg.info | 4 ++-- source.sh | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/pkg.info b/pkg.info index 7db8d93..a96fe53 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: mpv description: A free, open source, and cross-platform media player version: 0.41.0 -revision: 1 +revision: 2 url: https://mpv.io/ license: GPL2-or-later maintainers: @@ -23,6 +23,7 @@ depends: - libdisplay-info - libdrm - libglvnd + - libpipewire - libjpeg-turbo - libplacebo - libpulse @@ -38,7 +39,6 @@ depends: - luajit - mesa - openal - - pipewire - sdl2-compat - vulkan-loader - wayland diff --git a/source.sh b/source.sh index a019866..453e606 100644 --- a/source.sh +++ b/source.sh @@ -20,12 +20,6 @@ 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 # This function is used to move the compiled files into the output directory package() {