Skip to content

Commit

Permalink
pulseaudio: fix tcp-wrapper dependency
Browse files Browse the repository at this point in the history
- tcp-wrapper is obsolete
- NLS=1
- fixed SRCURL
wwwutz committed Oct 5, 2021
1 parent a5efd3b commit 9944de2
Showing 1 changed file with 8 additions and 15 deletions.
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 "${@}"
#}
@@ -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() {

0 comments on commit 9944de2

Please sign in to comment.