Update package version to 0.5.12

This commit is contained in:
2025-10-16 17:06:27 +03:00
parent 932c0251ea
commit c8a5adff2b
2 changed files with 18 additions and 13 deletions
+18 -3
View File
@@ -1,9 +1,24 @@
name: wireplumber name: wireplumber
description: WirePlumber is a modular session/policy manager for PipeWire description: WirePlumber is a modular session/policy manager for PipeWire
version: 0.5.11 version: 0.5.12
revision: 1
url: https://pipewire.pages.freedesktop.org/wireplumber/ url: https://pipewire.pages.freedesktop.org/wireplumber/
license: MIT license: MIT
architecture: any architecture: any
depends: ["gcc-libs", "glibc", "glib", "lua", "pipewire"]
make_depends: ["gobject-introspection", "meson", "python-setuptools"]
type: source type: source
depends:
- gcc-libs
- glibc
- glib
- lua
- pipewire
make_depends:
- doxygen
- gobject-introspection
- meson
- python-setuptools
downloads:
- url: https://gitlab.freedesktop.org/pipewire/wireplumber/-/archive/${BPM_PKG_VERSION}/wireplumber-${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE}
extract_strip_components: 1
checksum: 0ce5cd48087bc5b559d7e1a947e9e0adb2a9b6f1dabd984af801f30fbba5e19c
-10
View File
@@ -2,16 +2,6 @@
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE # BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT # BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
DOWNLOAD="https://gitlab.freedesktop.org/pipewire/wireplumber/-/archive/${BPM_PKG_VERSION}/wireplumber-${BPM_PKG_VERSION}.tar.bz2"
FILENAME="${DOWNLOAD##*/}"
# The prepare function is executed in the root of the temp directory
# This function is used for downloading files and putting them into the correct location
prepare() {
wget "$DOWNLOAD"
tar -xvf "$FILENAME" --strip-components=1 -C "$BPM_SOURCE"
}
# The build function is executed in the source directory # The build function is executed in the source directory
# This function is used to compile the source code # This function is used to compile the source code
build() { build() {