Accepting request 286229 from multimedia:libs
1 OBS-URL: https://build.opensuse.org/request/show/286229 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseaudio?expand=0&rev=126
This commit is contained in:
commit
dabeaf4164
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:88f14aa22eb611276c584f9fba6a190954f751b98a7bd6112763f1d6a0670b52
|
||||
size 1468972
|
3
pulseaudio-6.0.tar.xz
Normal file
3
pulseaudio-6.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b50640e0b80b1607600accfad2e45aabb79d379bf6354c9671efa2065477f6f6
|
||||
size 1469248
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 13 08:53:39 UTC 2015 - oholecek@suse.com
|
||||
|
||||
- Uptade to 6.0
|
||||
+ a few bug fixes since RC3
|
||||
- disable oFono support, oFono package is not in distribution
|
||||
Note that oFono is needed only for Bluetooth HFP (Hands Free profile)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 15:08:31 UTC 2015 - oholecek@suse.com
|
||||
|
||||
|
@ -17,9 +17,9 @@
|
||||
|
||||
|
||||
Name: pulseaudio
|
||||
Version: 5.99.3
|
||||
Version: 6.0
|
||||
Release: 0
|
||||
%define drvver 5.99
|
||||
%define drvver 6.0
|
||||
%define soname 0
|
||||
%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
|
||||
%define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
|
||||
@ -43,7 +43,7 @@ Patch0: disabled-start.diff
|
||||
Patch1: suppress-socket-error-msg.diff
|
||||
Patch2: pulseaudio-wrong-memset.patch
|
||||
BuildRequires: alsa-devel >= 1.0.19
|
||||
# require only minimal bluez, if we are on bluez 5 we will determine in %build phase
|
||||
# require only minimal bluez, if we are on bluez 5 we will determine in build phase
|
||||
BuildRequires: bluez-devel >= 4.99
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: fdupes
|
||||
@ -331,10 +331,12 @@ export CFLAGS="$RPM_OPT_FLAGS -fPIE"
|
||||
--disable-hal-compat \
|
||||
%if 0%{?_bluez5used}
|
||||
--disable-bluez4 \
|
||||
--disable-bluez5-ofono-headset \
|
||||
%else
|
||||
--disable-bluez5 \
|
||||
%endif
|
||||
--with-udev-rules-dir=%{_udevrulesdir}
|
||||
|
||||
make %{?_smp_mflags} V=1
|
||||
make doxygen
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user