diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-11-01 19:23:21 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-11-01 19:23:30 +0100 |
commit | 3c698a22985122d2cdbba0d68b0c6c251bd05a57 (patch) | |
tree | 90e1eb24840d3df65221cb4cec8f6fb522247912 /package/pulseaudio/Makefile | |
parent | c2530f344070ec435184bb34c57e2e36925ac188 (diff) |
pulseaudio: update to latest, fix musl build with patchset from VoidLinux
Diffstat (limited to 'package/pulseaudio/Makefile')
-rw-r--r-- | package/pulseaudio/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/package/pulseaudio/Makefile b/package/pulseaudio/Makefile index a18214f42..645be21c3 100644 --- a/package/pulseaudio/Makefile +++ b/package/pulseaudio/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= pulseaudio -PKG_VERSION:= 6.0 +PKG_VERSION:= 7.1 PKG_RELEASE:= 1 -PKG_HASH:= b50640e0b80b1607600accfad2e45aabb79d379bf6354c9671efa2065477f6f6 +PKG_HASH:= e667514a28328f92aceea754a224a0150dddfe7e9a71b4c6d31489220153b9d9 PKG_DESCR:= sound system PKG_SECTION:= mm/audio PKG_DEPENDS:= libltdl json-c libsndfile libspeex libncurses @@ -18,8 +18,6 @@ PKG_URL:= http://www.freedesktop.org/wiki/Software/PulseAudio/ PKG_SITES:= http://freedesktop.org/software/pulseaudio/releases/ PKG_OPTS:= dev -PKG_LIBC_DEPENDS:= uclibc-ng glibc - include $(ADK_TOPDIR)/mk/package.mk $(eval $(call PKG_template,PULSEAUDIO,pulseaudio,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) |