diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-20 07:56:18 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-20 07:56:18 +0100 |
commit | e979b689a571ccc86b5c0b3ad31933c30266f16b (patch) | |
tree | c1c47e58c66dba680353bac013a1393236b18129 /package/pulseaudio/Makefile | |
parent | 71a0b54315cde7c65d1199b4576275bc9018660a (diff) | |
parent | 2dc4f5f4de79fa8eb39d3af65fff4dacfb00d319 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/pulseaudio/Makefile')
-rw-r--r-- | package/pulseaudio/Makefile | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/package/pulseaudio/Makefile b/package/pulseaudio/Makefile index 25e353bcd..88af55861 100644 --- a/package/pulseaudio/Makefile +++ b/package/pulseaudio/Makefile @@ -5,14 +5,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:= pulseaudio PKG_VERSION:= 4.0 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= 591f211db2790a7e4d222f2dc6858db3 PKG_DESCR:= a sound system for POSIX OSes PKG_SECTION:= multimedia -PKG_DEPENDS:= libltdl json-c libsndfile libudev libspeex -PKG_DEPENDS+= libflac libvorbis libogg libuuid libsndfile +PKG_DEPENDS:= libltdl json-c libsndfile libudev libspeex libncurses +PKG_DEPENDS+= libflac libvorbis libogg libuuid libsndfile libdbus +PKG_DEPENDS+= libgcc libpthread librt alsa-lib PKG_BUILDDEP:= libtool json-c libsndfile eudev speex libsndfile -PKG_BUILDDEP+= flac libvorbis libogg util-linux +PKG_BUILDDEP+= flac libvorbis libogg util-linux dbus ncurses alsa-lib PKG_URL:= http://www.freedesktop.org/wiki/Software/PulseAudio/ PKG_SITES:= http://freedesktop.org/software/pulseaudio/releases/ PKG_OPTS:= dev @@ -28,9 +29,10 @@ CONFIGURE_ARGS+= --disable-systemd \ --disable-neon-opt \ --disable-x11 \ --disable-openssl \ + --enable-alsa \ --enable-dbus \ --enable-udev \ - --enable-speex \ + --with-speex pulseaudio-install: $(INSTALL_DIR) $(IDIR_PULSEAUDIO)/etc/pulse @@ -42,6 +44,9 @@ pulseaudio-install: $(INSTALL_DIR) $(IDIR_PULSEAUDIO)/usr/lib $(CP) $(WRKINST)/usr/lib/libpulse*.so* \ $(IDIR_PULSEAUDIO)/usr/lib + $(INSTALL_DIR) $(IDIR_PULSEAUDIO)/usr/lib/pulseaudio + $(CP) $(WRKINST)/usr/lib/pulseaudio/libpulse*.so* \ + $(IDIR_PULSEAUDIO)/usr/lib/pulseaudio $(INSTALL_DIR) $(IDIR_PULSEAUDIO)/usr/lib/pulse-$(PKG_VERSION)/modules $(CP) $(WRKINST)/usr/lib/pulse-$(PKG_VERSION)/modules/*.so \ $(IDIR_PULSEAUDIO)/usr/lib/pulse-$(PKG_VERSION)/modules |