|
@@ -1,11 +1,11 @@
|
|
%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
|
|
%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
|
|
-%define drvver 4.0
|
|
+%define drvver 5.0
|
|
|
|
|
|
Name: pulseaudio
|
|
Name: pulseaudio
|
|
Summary: PulseAudio sound server
|
|
Summary: PulseAudio sound server
|
|
Summary(ja): PulseAudio サウンドサーバ
|
|
Summary(ja): PulseAudio サウンドサーバ
|
|
-Version: 4.0
|
|
+Version: 5.0
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
License: GPLv2+
|
|
License: GPLv2+
|
|
URL: http://pulseaudio.org
|
|
URL: http://pulseaudio.org
|
|
Group: System Environment/Daemons
|
|
Group: System Environment/Daemons
|
|
@@ -252,8 +252,8 @@ a PulseAudio sound server.
|
|
--with-access-group=pulse-access \
|
|
--with-access-group=pulse-access \
|
|
--disable-oss-output \
|
|
--disable-oss-output \
|
|
--without-fftw \
|
|
--without-fftw \
|
|
- --enable-bluez \
|
|
+ --enable-bluez4 --disable-bluez5
|
|
- --disable-hal
|
|
+
|
|
make LIBTOOL=/usr/bin/libtool %{?_smp_mflags}
|
|
make LIBTOOL=/usr/bin/libtool %{?_smp_mflags}
|
|
make doxygen
|
|
make doxygen
|
|
|
|
|
|
@@ -396,7 +396,9 @@ fi
|
|
%{_libdir}/pulse-%{drvver}/modules/module-suspend-on-idle.so
|
|
%{_libdir}/pulse-%{drvver}/modules/module-suspend-on-idle.so
|
|
%{_libdir}/pulse-%{drvver}/modules/module-switch-on-connect.so
|
|
%{_libdir}/pulse-%{drvver}/modules/module-switch-on-connect.so
|
|
%{_libdir}/pulse-%{drvver}/modules/module-switch-on-port-available.so
|
|
%{_libdir}/pulse-%{drvver}/modules/module-switch-on-port-available.so
|
|
|
|
+%{_libdir}/pulse-%{drvver}/modules/module-tunnel-sink-new.so
|
|
%{_libdir}/pulse-%{drvver}/modules/module-tunnel-sink.so
|
|
%{_libdir}/pulse-%{drvver}/modules/module-tunnel-sink.so
|
|
|
|
+%{_libdir}/pulse-%{drvver}/modules/module-tunnel-source-new.so
|
|
%{_libdir}/pulse-%{drvver}/modules/module-tunnel-source.so
|
|
%{_libdir}/pulse-%{drvver}/modules/module-tunnel-source.so
|
|
%{_libdir}/pulse-%{drvver}/modules/module-virtual-sink.so
|
|
%{_libdir}/pulse-%{drvver}/modules/module-virtual-sink.so
|
|
%{_libdir}/pulse-%{drvver}/modules/module-virtual-source.so
|
|
%{_libdir}/pulse-%{drvver}/modules/module-virtual-source.so
|
|
@@ -453,12 +455,11 @@ fi
|
|
|
|
|
|
%files module-bluetooth
|
|
%files module-bluetooth
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
-%{_libdir}/pulse-%{drvver}/modules/libbluetooth-util.so
|
|
+%{_libdir}/pulse-%{drvver}/modules/libbluez*-util.so
|
|
-%{_libdir}/pulse-%{drvver}/modules/module-bluetooth-device.so
|
|
+%{_libdir}/pulse-%{drvver}/modules/module-bluez*-device.so
|
|
|
|
+%{_libdir}/pulse-%{drvver}/modules/module-bluez*-discover.so
|
|
%{_libdir}/pulse-%{drvver}/modules/module-bluetooth-discover.so
|
|
%{_libdir}/pulse-%{drvver}/modules/module-bluetooth-discover.so
|
|
-%{_libdir}/pulse-%{drvver}/modules/module-bluetooth-proximity.so
|
|
|
|
%{_libdir}/pulse-%{drvver}/modules/module-bluetooth-policy.so
|
|
%{_libdir}/pulse-%{drvver}/modules/module-bluetooth-policy.so
|
|
-%{_libexecdir}/pulse/proximity-helper
|
|
|
|
|
|
|
|
%files module-gconf
|
|
%files module-gconf
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
@@ -549,6 +550,9 @@ fi
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Jul 07 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 5.0-1
|
|
|
|
+- update to 5.0
|
|
|
|
+
|
|
* Tue Jun 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.0-2
|
|
* Tue Jun 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.0-2
|
|
- change BuildRequires: eudev-libudev-devel instead of libudev-devel
|
|
- change BuildRequires: eudev-libudev-devel instead of libudev-devel
|
|
- remove BuildRequires: libatomic_ops-devel, xmltoman, hal-devel
|
|
- remove BuildRequires: libatomic_ops-devel, xmltoman, hal-devel
|