Advertisement
Guest User

openWRT Pulseaudio 1.1 -> 2.0

a guest
Jun 9th, 2012
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. Index: Makefile ===================================================================
  2. --- Makefile (Revision 32062)
  3. +++ Makefile (Arbeitskopie)
  4. @@ -8,12 +8,12 @@
  5. include $(TOPDIR)/rules.mk
  6.  
  7. PKG_NAME:=pulseaudio
  8. -PKG_VERSION:=1.1
  9. -PKG_RELEASE:=6
  10. +PKG_VERSION:=2.0
  11. +PKG_RELEASE:=1
  12.  
  13. PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
  14. PKG_SOURCE_URL:=http://freedesktop.org/software/pulseaudio/releases/
  15. -PKG_MD5SUM:=1b76932ca7c4b2aa992941e41ed4594b
  16. +PKG_MD5SUM:=1406645d15e66be0f531235760edea32
  17.  
  18. PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
  19. PKG_BUILD_DEPENDS:=intltool/host
  20. @@ -192,6 +192,7 @@
  21. $(1)/usr/bin \
  22. $(1)/usr/lib \
  23. $(1)/usr/lib/pulse-$(PKG_VERSION)/modules \
  24. + $(1)/usr/lib/pulseaudio \
  25. $(1)/etc/dbus-1/system.d
  26.  
  27. $(INSTALL_BIN) \
  28. @@ -218,6 +219,10 @@
  29. $(PKG_INSTALL_DIR)/usr/lib/pulse-$(PKG_VERSION)/modules/module*.so \
  30. $(1)/usr/lib/pulse-$(PKG_VERSION)/modules/
  31.  
  32. + $(CP) \
  33. + $(PKG_INSTALL_DIR)/usr/lib/pulseaudio/*.so \
  34. + $(1)/usr/lib/pulseaudio/
  35. +
  36. $(INSTALL_CONF) \
  37. $(PKG_INSTALL_DIR)/etc/dbus-1/system.d/pulseaudio-system.conf \
  38. $(1)/etc/dbus-1/system.d/pulseaudio-system.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement