|
@@ -99,7 +99,8 @@ CONFIGURE_ARGS += \
|
99
|
99
|
--disable-udev \
|
100
|
100
|
--without-fftw \
|
101
|
101
|
--disable-avahi \
|
102
|
|
- --disable-dbus
|
|
102
|
+ --disable-dbus \
|
|
103
|
+ --without-soxr
|
103
|
104
|
|
104
|
105
|
CONFIGURE_VARS += \
|
105
|
106
|
PKG_CONFIG_LIBDIR="$(STAGING_DIR)/usr/lib/pkgconfig"
|
|
@@ -144,7 +145,7 @@ define Package/pulseaudio-daemon/install
|
144
|
145
|
./files/pulseaudio.init \
|
145
|
146
|
$(1)/etc/init.d/pulseaudio
|
146
|
147
|
|
147
|
|
- $(INSTALL_CONF) \
|
|
148
|
+ $(INSTALL_DATA) \
|
148
|
149
|
$(PKG_INSTALL_DIR)/etc/pulse/* \
|
149
|
150
|
$(1)/etc/pulse
|
150
|
151
|
|
|
@@ -164,7 +165,6 @@ define Package/pulseaudio-daemon/install
|
164
|
165
|
$(PKG_INSTALL_DIR)/usr/lib/pulse-$(PKG_VERSION)/modules/module*.so \
|
165
|
166
|
$(1)/usr/lib/pulse-$(PKG_VERSION)/modules/
|
166
|
167
|
|
167
|
|
- chmod -R 0644 $(1)/etc/pulse/*
|
168
|
168
|
endef
|
169
|
169
|
|
170
|
170
|
define Package/pulseaudio-tools/install
|
|
@@ -181,11 +181,11 @@ define Package/pulseaudio-profiles/install
|
181
|
181
|
$(1)/usr/share/pulseaudio/alsa-mixer/paths \
|
182
|
182
|
$(1)/usr/share/pulseaudio/alsa-mixer/profile-sets
|
183
|
183
|
|
184
|
|
- $(INSTALL_CONF) \
|
|
184
|
+ $(INSTALL_DATA) \
|
185
|
185
|
$(PKG_INSTALL_DIR)/usr/share/pulseaudio/alsa-mixer/paths/* \
|
186
|
186
|
$(1)/usr/share/pulseaudio/alsa-mixer/paths
|
187
|
187
|
|
188
|
|
- $(INSTALL_CONF) \
|
|
188
|
+ $(INSTALL_DATA) \
|
189
|
189
|
$(PKG_INSTALL_DIR)/usr/share/pulseaudio/alsa-mixer/profile-sets/* \
|
190
|
190
|
$(1)/usr/share/pulseaudio/alsa-mixer/profile-sets
|
191
|
191
|
endef
|