Compare commits

...
6 Commits
Author SHA1 Message Date
EnumDev 9032d955e6 Rebuild package 2026-07-10 19:15:57 +03:00
EnumDev 50da8b94b5 Switch to new package format 2026-06-13 20:00:55 +03:00
EnumDev 0abe027754 Rebuild with tdb 2026-03-13 16:37:49 +02:00
EnumDev a75f969a8d Update .gitignore 2026-02-24 12:46:05 +02:00
EnumDev e4b2235dc5 Rebuild with avahi 2025-12-05 11:13:37 +02:00
EnumDev 004b8906a7 Enable documentation 2025-12-04 15:43:29 +02:00
3 changed files with 20 additions and 9 deletions
+3
View File
@@ -0,0 +1,3 @@
# Ignore BPM archives and signatures
*.bpm
*.bpm.sig
+15 -7
View File
@@ -1,36 +1,42 @@
name: pulseaudio
description: Sound server for POSIX OSes including Linux
version: "17.0"
revision: 6
revision: 11
url: https://www.freedesktop.org/wiki/Software/PulseAudio/
license: LGPL2.1-or-later
maintainers:
- [email protected]
architecture: any
type: source
make_depends:
- alsa-lib
- attr
- avahi
- bluez
- check
- dbus
- doxygen
- elogind
- fftw
- gcc
- glib
- glibc
- gtk3
- libcap
- libice
- libsm
- libsndfile
- libtool
- libxtst
- rtkit
- sbc
- speexdsp
- attr
- check
- gtk3
- meson
- openssl
- perl-xml-parser
- rtkit
- sbc
- speexdsp
- tdb
- valgrind
- xmltoman
downloads:
- url: https://www.freedesktop.org/software/pulseaudio/releases/pulseaudio-${BPM_PKG_VERSION}.tar.xz
extract_to: ${BPM_SOURCE}
@@ -40,6 +46,7 @@ split_packages:
- name: pulseaudio
depends:
- alsa-lib
- avahi
- dbus
- elogind
- fftw
@@ -55,6 +62,7 @@ split_packages:
- libxtst
- rtkit
- speexdsp
- tdb
- name: libpulse
description: Pulseaudio shared libraries
depends:
+2 -2
View File
@@ -1,4 +1,4 @@
# This is the source.sh script. It is executed by BPM in a temporary directory when compiling a source package
# This is the recipe.sh script. It is executed by BPM in a temporary directory when compiling a source package
# 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
@@ -11,7 +11,7 @@ build() {
-Dsystemd=disabled \
-Delogind=enabled \
-Ddatabase=gdbm \
-Ddoxygen=false \
-Ddoxygen=true \
build
meson compile -C build
}