- include $(TOPDIR)/rules.mk
- PKG_NAME:=pulseaudio
- PKG_VERSION:=0.9.8
- PKG_RELEASE:=1
- PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
- PKG_SOURCE_URL:=http://0pointer.de/lennart/projects/pulseaudio/
- PKG_MD5SUM:=184a41d5947e583d395f0a2541525fc2
- PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
- PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
- CFLAGS:="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include/atomicops"
- include $(INCLUDE_DIR)/package.mk
- define Package/pulseaudio
- SECTION:=sound
- CATEGORY:=Sound
- TITLE:=Music Player Daemon
- DEPENDS:=+liboil +libsamplerate +libsndfile +libatomicops +alsa-lib +libavahi +tcp_wrappers +bluez-libs
- URL:=http://www.pulseaudio.org
- endef
- define Package/pulseaudio/description
- Pulse Audio is the sound uber daemon.
- endef
- define Package/pulseaudio/conffiles
- /etc/pulse/daemon.conf
- /etc/pulse/default.pa
- endef
- define Build/Configure
- $(call Build/Configure/Default,
- $(EXTRA_CONFIG_PARAM)
- --disable-solaris
- --disable-glib2
- --disable-gconf
- --disable-jack
- --disable-asyncns
- --disable-lirc
- --disable-hal
- --disable-polkit
- )
- endef
- define Build/Compile
- $(MAKE) -C $(PKG_BUILD_DIR)
- $(CFLAGS)
- DESTDIR="$(PKG_INSTALL_DIR)"
- all install
- endef
- define Package/pulseaudio/install
- $(INSTALL_DIR) $(1)/etc
- # $(CP) $(PKG_BUILD_DIR)/doc/mpdconf.example $(1)/etc/mpd.conf
- $(INSTALL_DIR) $(1)/usr/bin
- # $(CP) $(PKG_INSTALL_DIR)/usr/bin/mpd $(1)/usr/bin/
- endef
- $(eval $(call BuildPackage,pulseaudio))

By: rektide | Date: Dec 19 2007 03:07 | Format: None | Expires: never | Size: 1.72 KB | Hits: 1185
Latest pastes
1 days ago
1 days ago
5 days ago
7 days ago
27 days ago