Fix bluetooth support and enable documentation
This commit is contained in:
@@ -1,29 +1,42 @@
|
|||||||
name: pipewire
|
name: pipewire
|
||||||
description: Low-latency audio/video router and processor
|
description: Low-latency audio/video router and processor
|
||||||
version: 1.4.9
|
version: 1.4.9
|
||||||
revision: 1
|
revision: 2
|
||||||
url: https://pipewire.org/
|
url: https://pipewire.org/
|
||||||
license: LGPL2.1-or-later,MIT
|
license: LGPL2.1-or-later,MIT
|
||||||
architecture: any
|
architecture: any
|
||||||
type: source
|
type: source
|
||||||
depends:
|
depends:
|
||||||
|
- alsa-lib
|
||||||
- gcc-libs
|
- gcc-libs
|
||||||
- glibc
|
- glibc
|
||||||
- dbus
|
- dbus
|
||||||
- glib
|
- glib
|
||||||
|
- libfdk-aac
|
||||||
|
- liblc3
|
||||||
|
- libldac
|
||||||
|
- libsndfile
|
||||||
- libpulse
|
- libpulse
|
||||||
|
- libusb
|
||||||
- ncurses
|
- ncurses
|
||||||
|
- opus
|
||||||
- readline
|
- readline
|
||||||
|
- sbc
|
||||||
|
optional_depends:
|
||||||
|
- rtkit
|
||||||
make_depends:
|
make_depends:
|
||||||
- alsa-lib
|
|
||||||
- bluez
|
- bluez
|
||||||
- bzip2
|
- bzip2
|
||||||
- libsndfile
|
- doxygen
|
||||||
|
- graphviz
|
||||||
|
- gst-plugins-base
|
||||||
|
- libcanberra
|
||||||
- libx11
|
- libx11
|
||||||
- libxfixes
|
- libxfixes
|
||||||
- meson
|
- meson
|
||||||
- opus
|
- python-docutils
|
||||||
- sbc
|
- python-packaging
|
||||||
|
- rtkit
|
||||||
- sdl2-compat
|
- sdl2-compat
|
||||||
- valgrind
|
- valgrind
|
||||||
- desktop-file-utils
|
- desktop-file-utils
|
||||||
|
|||||||
@@ -7,10 +7,16 @@
|
|||||||
build() {
|
build() {
|
||||||
meson setup --prefix=/usr \
|
meson setup --prefix=/usr \
|
||||||
--libdir=/usr/lib \
|
--libdir=/usr/lib \
|
||||||
--buildtype=release \
|
-Dudevrulesdir=/usr/lib/udev/rules.d \
|
||||||
-Dsession-managers="[]" \
|
-Dsession-managers="[]" \
|
||||||
|
-Dman=enabled \
|
||||||
|
-Ddocs=enabled \
|
||||||
-Djack-devel=true \
|
-Djack-devel=true \
|
||||||
-Dlibjack-path=/usr/lib \
|
-Dlibjack-path=/usr/lib \
|
||||||
|
-Drlimits-install=false \
|
||||||
|
-Dbluez5-codec-lc3plus=disabled \
|
||||||
|
-Dselinux=disabled \
|
||||||
|
-Dsnap=disabled \
|
||||||
build
|
build
|
||||||
meson compile -C build
|
meson compile -C build
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user