forked from pool/pulseaudio
Accepting request 85215 from home:dimstar:branches:multimedia:libs
Update to 1.0 OBS-URL: https://build.opensuse.org/request/show/85215 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=74
This commit is contained in:
parent
da4c47cfa7
commit
02e3bd746d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d1215ec3615b863e57e388a57b38cd9746406a1c9b0d042e8e67a12f1acd4785
|
|
||||||
size 2274548
|
|
3
pulseaudio-1.0.tar.xz
Normal file
3
pulseaudio-1.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e63464f8a0975446e2b4cfe768b615a66735c8d092b2366d2bdc7a2a04a249be
|
||||||
|
size 1305008
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 27 23:56:50 CEST 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.0:
|
||||||
|
+ Fix crash in threaded message queues
|
||||||
|
+ dbus: fix crash if modules do not load
|
||||||
|
- Changes from version 0.99.4:
|
||||||
|
+ Various bug fixes
|
||||||
|
- Changes from version 0.99.3:
|
||||||
|
+ Per-Port volume control
|
||||||
|
+ Fix Introspection annotations
|
||||||
|
+ Various bug fixes
|
||||||
|
- Add xz BuildRequires because we can't build a package for a
|
||||||
|
xz-compressed tarball without explicitly specifying that... See
|
||||||
|
bnc#697467 for more details
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 25 20:29:23 UTC 2011 - dimstar@opensuse.org
|
Thu Aug 25 20:29:23 UTC 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -17,15 +17,15 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define drvver 0.99
|
%define drvver 1.0
|
||||||
|
|
||||||
Name: pulseaudio
|
Name: pulseaudio
|
||||||
Summary: A Networked Sound Server
|
Summary: A Networked Sound Server
|
||||||
Version: 0.99.2
|
Version: 1.0
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv2+ ; LGPLv2.1+
|
License: GPLv2+ ; LGPLv2.1+
|
||||||
Group: System/Sound Daemons
|
Group: System/Sound Daemons
|
||||||
Source: http://freedesktop.org/software/pulseaudio/releases/%{name}-%{version}.tar.gz
|
Source: http://www.freedesktop.org/software/pulseaudio/releases/%{name}-%{version}.tar.xz
|
||||||
Source1: default.pa-for-gdm
|
Source1: default.pa-for-gdm
|
||||||
Source2: setup-pulseaudio
|
Source2: setup-pulseaudio
|
||||||
Source3: sysconfig.sound-pulseaudio
|
Source3: sysconfig.sound-pulseaudio
|
||||||
@ -58,6 +58,8 @@ BuildRequires: tcpd-devel
|
|||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: xorg-x11-devel
|
BuildRequires: xorg-x11-devel
|
||||||
|
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
|
||||||
|
BuildRequires: xz
|
||||||
BuildRequires: pkgconfig(json) >= 0.9
|
BuildRequires: pkgconfig(json) >= 0.9
|
||||||
PreReq: %fillup_prereq
|
PreReq: %fillup_prereq
|
||||||
PreReq: pwdutils
|
PreReq: pwdutils
|
||||||
|
Loading…
Reference in New Issue
Block a user