From e9854061e06e51c3a65048b2003d55f62e637db0 Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 29 Feb 2008 19:47:37 +0000 Subject: [PATCH] Upgrade to pulseaudio-0.9.9, goes further in the compilation process git-svn-id: svn://svn.openwrt.org/openwrt/packages@10538 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- sound/pulseaudio/Makefile | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index e41aaac2b..11fa1037f 100644 --- a/sound/pulseaudio/Makefile +++ b/sound/pulseaudio/Makefile @@ -9,19 +9,19 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pulseaudio -PKG_VERSION:=0.9.8 +PKG_VERSION:=0.9.9 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://0pointer.de/lennart/projects/pulseaudio/ -PKG_MD5SUM:=184a41d5947e583d395f0a2541525fc2 +PKG_MD5SUM:=8a6f7a9611bb194d94311764022b197 include $(INCLUDE_DIR)/package.mk define Package/pulseaudio SECTION:=sound CATEGORY:=Sound - DEPENDS:=+liboil +libsamplerate +libsndfile +libatomicops +libltdl @BROKEN + DEPENDS:=+liboil +libsamplerate +libsndfile +libatomicops +libltdl +dbus +libintl +libiconv @BROKEN TITLE:=Network sound server URL:=http://www.pulseaudio.org endef @@ -33,14 +33,20 @@ CONFIGURE_ARGS += \ --with-access-group=root \ --without-x \ --enable-static-bins \ + --disable-dbus \ + --disable-hal \ + --disable-gconf \ + --disable-tcpwrap \ PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig" \ LIBOIL_CFLAGS="-I$(STAGING_DIR)/usr/include/liboil-0.3/" \ LIBOIL_LIBS="-L$(STAGING_DIR)/usr/lib/" \ +SUPP_LIBS:=-L$(STAGING_DIR)/usr/lib/libintl/lib -L$(STAGING_DIR)/usr/lib/libiconv/lib + define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \ - LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib" \ + LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib $(SUPP_LIBS)" \ DESTDIR="$(PKG_INSTALL_DIR)" \ X_CFLAGS="" \ all install -- 2.11.0