Replace pipewire dependency with libpipewire
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user