Skip to content

pulseaudio: fix tcp-wrapper dependency #2391

Merged
merged 1 commit into from
Oct 6, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
23 changes: 8 additions & 15 deletions pulseaudio.be0
Original file line number Diff line number Diff line change
@@ -1,23 +1,14 @@
#!/usr/bin/env beesh

# BEE_VERSION pulseaudio-13.0-0
# BEE_VERSION pulseaudio-13.0-1

SRCURL[0]="https://freedesktop.org/software/pulseaudio/releases/pulseaudio-${PKGVERSION}.tar.xz"
# SRCURL[0]="https://freedesktop.org/software/pulseaudio/releases/pulseaudio-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/e41d606f90254ed45c90520faf83d95c/pulseaudio-13.0.tar.xz"

PATCHURL[0]="/src/mariux/patches/0001-Permit-root-owned-home-directory.patch"

# BEE_CONFIGURE=compat

# BEE_BUILDTYPE=

# EXCLUDE=""
PATCHURL+=("https://beehive.molgen.mpg.de/d495cf489bb8ff31ae1a507d324f6313/0001-Permit-root-owned-home-directory.patch")

# build_in_sourcedir





#mee_extract() {
# bee_extract "${@}"
#}
Expand All @@ -29,12 +20,14 @@ PATCHURL[0]="/src/mariux/patches/0001-Permit-root-owned-home-directory.patch"
mee_configure() {
bee_configure \
--disable-bluez4 \
--disable-rpath
--disable-rpath \
--disable-tcpwrap \
--disable-nls
}

mee_build() {
bee_build
start_cmd make check
# start_cmd make check
}

#mee_install() {
Expand Down