diff options
Diffstat (limited to 'package/pulseaudio/Makefile')
| -rw-r--r-- | package/pulseaudio/Makefile | 49 | 
1 files changed, 14 insertions, 35 deletions
| diff --git a/package/pulseaudio/Makefile b/package/pulseaudio/Makefile index 68030d227..f0ff6e102 100644 --- a/package/pulseaudio/Makefile +++ b/package/pulseaudio/Makefile @@ -4,16 +4,17 @@  include $(ADK_TOPDIR)/rules.mk  PKG_NAME:=		pulseaudio -PKG_VERSION:=		10.0 +PKG_VERSION:=		15.0  PKG_RELEASE:=		1 -PKG_HASH:=		a3186824de9f0d2095ded5d0d0db0405dc73133983c2fbb37291547e37462f57 +PKG_HASH:=		a40b887a3ba98cc26976eb11bdb6613988f145b19024d1b6555c6a03c9cba1a0  PKG_DESCR:=		sound system  PKG_SECTION:=		mm/audio  PKG_DEPENDS:=		libltdl json-c libsndfile libspeex libncurses  PKG_DEPENDS+=		libflac libvorbis libogg libuuid libsndfile -PKG_DEPENDS+=		alsa-lib -PKG_BUILDDEP:=		libtool json-c libsndfile speex +PKG_DEPENDS+=		alsa-lib libICE libSM libxtst glib +PKG_BUILDDEP:=		libtool json-c libsndfile speex check meson-host  PKG_BUILDDEP+=		flac libvorbis libogg util-linux ncurses alsa-lib +PKG_BUILDDEP+=		libICE libSM libXtst glib  PKG_NEEDS:=		threads  PKG_URL:=		http://www.freedesktop.org/wiki/Software/PulseAudio/  PKG_SITES:=		http://freedesktop.org/software/pulseaudio/releases/ @@ -23,40 +24,18 @@ include $(ADK_TOPDIR)/mk/package.mk  $(eval $(call PKG_template,PULSEAUDIO,pulseaudio,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) -TARGET_CPPFLAGS+=	-D_GNU_SOURCE -D_POSIX_SOURCE +WRKBUILD=               $(WRKDIR)/$(PKG_NAME)-obj -# use libtool from host directory -AUTOTOOL_STYLE:=	autoreconf +CONFIG_STYLE:=		meson +BUILD_STYLE:=		meson +INSTALL_STYLE:=		meson -ifeq ($(ADK_TARGET_ARCH_ARM_WITH_NEON),y) -CONFIGURE_ARGS+=	--enable-neon-opt -else -CONFIGURE_ARGS+=	--disable-neon-opt -endif +TARGET_CPPFLAGS+=	-D_GNU_SOURCE -D_POSIX_SOURCE -CONFIGURE_ARGS+=	--disable-manpages \ -			--disable-tests \ -			--disable-x11 \ -			--disable-avahi \ -			--disable-lirc \ -			--disable-openssl \ -			--disable-orc \ -			--disable-tcpwrap \ -			--disable-oss-output \ -			--disable-oss-wrapper \ -			--disable-esound \ -			--disable-jack \ -			--disable-gconf \ -			--disable-udev \ -			--disable-rpath \ -			--disable-dbus \ -			--disable-hal-compat \ -			--disable-samplerate \ -			--without-caps \ -			--with-database=simple \ -			--enable-alsa \ -			--with-speex \ -			--with-access-group=audio +MESON_FLAGS+=		-Ddatabase=simple \ +			-Ddoxygen=false \ +			-Dgcov=false \ +			-Dtests=false  pulseaudio-install:  	$(INSTALL_DIR) $(IDIR_PULSEAUDIO)/etc/pulse | 
