summaryrefslogtreecommitdiff
path: root/package/pulseaudio/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-23 10:42:59 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-23 10:42:59 +0100
commite31358b57662bb44613874e6cb5d5569309910af (patch)
treeeae26027e1ff4801d2e24be6966900a65980df2d /package/pulseaudio/Makefile
parentfd88ee34fa5f069412ec9572407babafb74d6554 (diff)
add minimal example configs
Diffstat (limited to 'package/pulseaudio/Makefile')
-rw-r--r--package/pulseaudio/Makefile24
1 files changed, 11 insertions, 13 deletions
diff --git a/package/pulseaudio/Makefile b/package/pulseaudio/Makefile
index eba650096..dbf4ca570 100644
--- a/package/pulseaudio/Makefile
+++ b/package/pulseaudio/Makefile
@@ -5,16 +5,15 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= pulseaudio
PKG_VERSION:= 4.0
-PKG_RELEASE:= 3
+PKG_RELEASE:= 4
PKG_MD5SUM:= 591f211db2790a7e4d222f2dc6858db3
PKG_DESCR:= a sound system for POSIX OSes
PKG_SECTION:= multimedia
-PKG_DEPENDS:= libltdl json-c libsndfile libudev libspeex libncurses
-PKG_DEPENDS+= libflac libvorbis libogg libuuid libsndfile dbus
+PKG_DEPENDS:= libltdl json-c libsndfile libspeex libncurses
+PKG_DEPENDS+= libflac libvorbis libogg libuuid libsndfile
PKG_DEPENDS+= libgcc libpthread librt alsa-lib libsamplerate
-PKG_BUILDDEP:= libtool json-c libsndfile eudev speex libsndfile
-PKG_BUILDDEP+= flac libvorbis libogg util-linux dbus ncurses alsa-lib
-PKG_BUILDDEP+= libsamplerate
+PKG_BUILDDEP:= libtool json-c libsndfile speex libsamplerate
+PKG_BUILDDEP+= flac libvorbis libogg util-linux ncurses alsa-lib
PKG_URL:= http://www.freedesktop.org/wiki/Software/PulseAudio/
PKG_SITES:= http://freedesktop.org/software/pulseaudio/releases/
PKG_OPTS:= dev
@@ -37,22 +36,21 @@ CONFIGURE_ARGS+= --disable-systemd \
--disable-openssl \
--disable-orc \
--disable-libwrap \
- --disable-oss \
+ --disable-oss-wrapper \
+ --disable-oss-output \
--disable-esound \
--disable-jack \
--disable-gconf \
+ --disable-udev \
+ --disable-dbus \
+ --disable-hal-compat \
--enable-samplerate \
--enable-alsa \
- --enable-dbus \
- --enable-udev \
--with-speex
pulseaudio-install:
- $(INSTALL_DIR) $(IDIR_PULSEAUDIO)/etc/dbus-1
- $(CP) $(WRKINST)/etc/dbus-1/* \
- $(IDIR_PULSEAUDIO)/etc/dbus-1
$(INSTALL_DIR) $(IDIR_PULSEAUDIO)/etc/pulse
- $(CP) $(WRKINST)/etc/pulse/* \
+ $(CP) ./files/*.{conf,pa} \
$(IDIR_PULSEAUDIO)/etc/pulse
$(INSTALL_DIR) $(IDIR_PULSEAUDIO)/usr/bin
$(INSTALL_BIN) $(WRKINST)/usr/bin/* \