Browse Source

update to latest stable version

Waldemar Brodkorb 10 years ago
parent
commit
4fa73e2167
1 changed files with 3 additions and 2 deletions
  1. 3 2
      package/pulseaudio/Makefile

+ 3 - 2
package/pulseaudio/Makefile

@@ -4,9 +4,9 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=		pulseaudio
-PKG_VERSION:=		4.0
+PKG_VERSION:=		5.0
 PKG_RELEASE:=		1
-PKG_MD5SUM:=		591f211db2790a7e4d222f2dc6858db3
+PKG_MD5SUM:=		c43749838612f4860465e83ed62ca38e
 PKG_DESCR:=		sound system
 PKG_SECTION:=		mm/audio
 PKG_DEPENDS:=		libltdl json-c libsndfile libspeex libncurses
@@ -42,6 +42,7 @@ CONFIGURE_ARGS+=	--disable-systemd \
 			--disable-udev \
 			--disable-dbus \
 			--disable-hal-compat \
+			--without-caps \
 			--enable-samplerate \
 			--enable-alsa \
 			--with-speex \