Compare commits
4
Commits
e4b2235dc5
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9032d955e6
|
||
|
|
50da8b94b5
|
||
|
|
0abe027754
|
||
|
|
a75f969a8d
|
@@ -0,0 +1,3 @@
|
|||||||
|
# Ignore BPM archives and signatures
|
||||||
|
*.bpm
|
||||||
|
*.bpm.sig
|
||||||
+11
-7
@@ -1,15 +1,19 @@
|
|||||||
name: pulseaudio
|
name: pulseaudio
|
||||||
description: Sound server for POSIX OSes including Linux
|
description: Sound server for POSIX OSes including Linux
|
||||||
version: "17.0"
|
version: "17.0"
|
||||||
revision: 8
|
revision: 11
|
||||||
url: https://www.freedesktop.org/wiki/Software/PulseAudio/
|
url: https://www.freedesktop.org/wiki/Software/PulseAudio/
|
||||||
license: LGPL2.1-or-later
|
license: LGPL2.1-or-later
|
||||||
|
maintainers:
|
||||||
|
- [email protected]
|
||||||
architecture: any
|
architecture: any
|
||||||
type: source
|
type: source
|
||||||
make_depends:
|
make_depends:
|
||||||
- alsa-lib
|
- alsa-lib
|
||||||
|
- attr
|
||||||
- avahi
|
- avahi
|
||||||
- bluez
|
- bluez
|
||||||
|
- check
|
||||||
- dbus
|
- dbus
|
||||||
- doxygen
|
- doxygen
|
||||||
- elogind
|
- elogind
|
||||||
@@ -17,21 +21,20 @@ make_depends:
|
|||||||
- gcc
|
- gcc
|
||||||
- glib
|
- glib
|
||||||
- glibc
|
- glibc
|
||||||
|
- gtk3
|
||||||
- libcap
|
- libcap
|
||||||
- libice
|
- libice
|
||||||
- libsm
|
- libsm
|
||||||
- libsndfile
|
- libsndfile
|
||||||
- libtool
|
- libtool
|
||||||
- libxtst
|
- libxtst
|
||||||
- rtkit
|
|
||||||
- sbc
|
|
||||||
- speexdsp
|
|
||||||
- attr
|
|
||||||
- check
|
|
||||||
- gtk3
|
|
||||||
- meson
|
- meson
|
||||||
- openssl
|
- openssl
|
||||||
- perl-xml-parser
|
- perl-xml-parser
|
||||||
|
- rtkit
|
||||||
|
- sbc
|
||||||
|
- speexdsp
|
||||||
|
- tdb
|
||||||
- valgrind
|
- valgrind
|
||||||
- xmltoman
|
- xmltoman
|
||||||
downloads:
|
downloads:
|
||||||
@@ -59,6 +62,7 @@ split_packages:
|
|||||||
- libxtst
|
- libxtst
|
||||||
- rtkit
|
- rtkit
|
||||||
- speexdsp
|
- speexdsp
|
||||||
|
- tdb
|
||||||
- name: libpulse
|
- name: libpulse
|
||||||
description: Pulseaudio shared libraries
|
description: Pulseaudio shared libraries
|
||||||
depends:
|
depends:
|
||||||
@@ -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 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
|
||||||
|
|
||||||
Reference in New Issue
Block a user