X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=sound%2Fpulseaudio%2FMakefile;h=4b3487faa0158b44b8a112f0570c277349202faa;hb=d889a619af6ba01580d1a8a09aa6865fb43535ce;hp=9a63ec6e998e805ab96e7ad932c5a8094d6d750f;hpb=a66960d9de31c5409f39a3d8139d922d8a84bb25;p=feed%2Fpackages.git diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index 9a63ec6e99..4b3487faa0 100644 --- a/sound/pulseaudio/Makefile +++ b/sound/pulseaudio/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pulseaudio -PKG_VERSION:=10.0 +PKG_VERSION:=11.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=http://freedesktop.org/software/pulseaudio/releases/ -PKG_HASH:=a3186824de9f0d2095ded5d0d0db0405dc73133983c2fbb37291547e37462f57 +PKG_SOURCE_URL:=https://freedesktop.org/software/pulseaudio/releases/ +PKG_HASH:=f2521c525a77166189e3cb9169f75c2ee2b82fa3fcf9476024fbc2c3a6c9cd9e PKG_LICENSE:=LGPL-2.1+ PKG_LICENSE_FILES:=GPL LICENSE @@ -30,8 +30,8 @@ include $(INCLUDE_DIR)/nls.mk define Package/pulseaudio/Default SECTION:=sound CATEGORY:=Sound - DEPENDS:=+libspeexdsp +libsndfile +libltdl +libpthread \ - +librt +alsa-lib +libopenssl +libwrap +libcap $(ICONV_DEPENDS) $(INTL_DEPENDS) + DEPENDS:=+libsndfile +libltdl +libpthread +librt +alsa-lib \ + +libopenssl +libwrap +libcap $(ICONV_DEPENDS) $(INTL_DEPENDS) TITLE:=Network sound server MAINTAINER:=Peter Wagner URL:=http://www.pulseaudio.org @@ -99,7 +99,8 @@ CONFIGURE_ARGS += \ --without-fftw \ --disable-avahi \ --disable-dbus \ - --without-soxr + --without-soxr \ + --without-speex CONFIGURE_VARS += \ PKG_CONFIG_LIBDIR="$(STAGING_DIR)/usr/lib/pkgconfig"