[pulseaudio] install header-files, fix modules installation, remove @BROKEN
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25375 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e4d08e0bc7
commit
8d768e7c7c
@ -28,7 +28,9 @@ include $(INCLUDE_DIR)/nls.mk
|
|||||||
define Package/pulseaudio
|
define Package/pulseaudio
|
||||||
SECTION:=sound
|
SECTION:=sound
|
||||||
CATEGORY:=Sound
|
CATEGORY:=Sound
|
||||||
DEPENDS:=+libspeexdsp +libgdbm +liboil +libsndfile +libatomicops +libltdl +dbus +libpthread +librt +alsa-lib $(ICONV_DEPENDS) $(INTL_DEPENDS) @BROKEN
|
DEPENDS:=+libspeexdsp +libgdbm +libsndfile \
|
||||||
|
+libltdl +libpthread +librt +dbus \
|
||||||
|
+alsa-lib $(ICONV_DEPENDS) $(INTL_DEPENDS)
|
||||||
TITLE:=Network sound server
|
TITLE:=Network sound server
|
||||||
URL:=http://www.pulseaudio.org
|
URL:=http://www.pulseaudio.org
|
||||||
endef
|
endef
|
||||||
@ -44,11 +46,8 @@ endef
|
|||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--with-system-user=root \
|
--with-system-user=root \
|
||||||
--with-system-group=root \
|
--with-system-group=root \
|
||||||
--with-realtime-group=root \
|
|
||||||
--with-access-group=root \
|
--with-access-group=root \
|
||||||
--without-x \
|
|
||||||
--enable-alsa \
|
--enable-alsa \
|
||||||
--disable-dbus \
|
|
||||||
--disable-hal \
|
--disable-hal \
|
||||||
--disable-gconf \
|
--disable-gconf \
|
||||||
--disable-tcpwrap \
|
--disable-tcpwrap \
|
||||||
@ -57,8 +56,6 @@ CONFIGURE_ARGS += \
|
|||||||
--disable-glib2 \
|
--disable-glib2 \
|
||||||
--disable-jack \
|
--disable-jack \
|
||||||
--disable-asyncns \
|
--disable-asyncns \
|
||||||
--disable-polkit \
|
|
||||||
--disable-samplerate \
|
|
||||||
--disable-lirc \
|
--disable-lirc \
|
||||||
--disable-bluez \
|
--disable-bluez \
|
||||||
--without-caps
|
--without-caps
|
||||||
@ -70,6 +67,22 @@ CONFIGURE_VARS += \
|
|||||||
#SUPP_LIBS:=-L$(INTL_PREFIX)/lib -L$(ICONV_PREFIX)/lib
|
#SUPP_LIBS:=-L$(INTL_PREFIX)/lib -L$(ICONV_PREFIX)/lib
|
||||||
TARGET_CFLAGS += -std=gnu99
|
TARGET_CFLAGS += -std=gnu99
|
||||||
|
|
||||||
|
define Build/InstallDev
|
||||||
|
$(INSTALL_DIR) \
|
||||||
|
$(1)/usr/lib/pkgconfig \
|
||||||
|
$(1)/usr/include/pulse \
|
||||||
|
$(1)/usr/lib
|
||||||
|
$(CP) \
|
||||||
|
$(PKG_INSTALL_DIR)/usr/include/pulse/* \
|
||||||
|
$(1)/usr/include/pulse
|
||||||
|
$(CP) \
|
||||||
|
$(PKG_INSTALL_DIR)/usr/lib/pkgconfig/*.pc \
|
||||||
|
$(1)/usr/lib/pkgconfig
|
||||||
|
$(CP) \
|
||||||
|
$(PKG_INSTALL_DIR)/usr/lib/*.so* \
|
||||||
|
$(1)/usr/lib/
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/pulseaudio/install
|
define Package/pulseaudio/install
|
||||||
$(INSTALL_DIR) \
|
$(INSTALL_DIR) \
|
||||||
$(1)/usr/bin \
|
$(1)/usr/bin \
|
||||||
@ -90,7 +103,10 @@ define Package/pulseaudio/install
|
|||||||
$(1)/usr/lib/
|
$(1)/usr/lib/
|
||||||
|
|
||||||
$(CP) \
|
$(CP) \
|
||||||
$(PKG_INSTALL_DIR)/usr/lib/pulse-$(PKG_VERSION)/modules/*.so \
|
$(PKG_INSTALL_DIR)/usr/lib/pulse-$(PKG_VERSION)/modules/lib*.so \
|
||||||
|
$(1)/usr/lib/
|
||||||
|
$(CP) \
|
||||||
|
$(PKG_INSTALL_DIR)/usr/lib/pulse-$(PKG_VERSION)/modules/module*.so \
|
||||||
$(1)/usr/lib/pulse-$(PKG_VERSION)/modules/
|
$(1)/usr/lib/pulse-$(PKG_VERSION)/modules/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user