Skip to content

Commit

Permalink
Merge pull request #308 from mariux64/update-pulseaudio-from-9.0-to-10.0
Browse files Browse the repository at this point in the history
Update PulseAudio from 9.0 to 10.0
  • Loading branch information
thomas authored Mar 9, 2017
2 parents 6d033ce + 0ee585c commit a4f7466
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions pulseaudio.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION pulseaudio-9.0-0
# BEE_VERSION pulseaudio-10.0-0

SRCURL[0]="http://freedesktop.org/software/pulseaudio/releases/pulseaudio-${PKGVERSION}.tar.xz"

Expand All @@ -26,13 +26,16 @@ PATCHURL[0]=""
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure \
--disable-bluez4 \
--disable-rpath
}

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

#mee_install() {
# bee_install
Expand Down

0 comments on commit a4f7466

Please sign in to comment.