forked from pool/alsa-utils
Updating link to change in openSUSE:Factory/alsa-utils revision 40.0
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa-utils?expand=0&rev=b4968bc00b3437042b1d724f426d3964
This commit is contained in:
parent
8d0744a75f
commit
8bb1df9742
1430
alsa-utils-git-fixes.diff
Normal file
1430
alsa-utils-git-fixes.diff
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 8 14:35:52 CET 2010 - tiwai@suse.de
|
||||
|
||||
- Backport upstream fixes:
|
||||
* aplay: Dump PCM state on xrun when verbose mode is active
|
||||
* aplay - add option --process-id-file
|
||||
* aplay -- add features for audio surveilance
|
||||
* aplay -- update the man file
|
||||
* amidi: fix port listing
|
||||
* speaker-test: add fflush(stdout) to write_loop
|
||||
* amixer: fix display of unreadable control elements
|
||||
* amixer: add support for TLV dB minmax types
|
||||
* alsactl: Fix return code
|
||||
* alsamixer: fix division by zero
|
||||
* alsamixer: handle out-of-range volume values
|
||||
* alsactl: improve -d to get warnings and store exitcode to runstate file
|
||||
* alsactl: add more debug prints to state.c
|
||||
* alsactl: update debug prints in state.c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 18 17:37:24 CET 2009 - tiwai@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package alsa-utils (Version 1.0.21)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -28,9 +28,9 @@ Requires: dialog pciutils
|
||||
AutoReqProv: on
|
||||
Summary: Advanced Linux Sound Architecture Utilities
|
||||
Version: 1.0.21
|
||||
Release: 3
|
||||
Release: 4
|
||||
Source: ftp://ftp.alsa-project.org/pub/util/alsa-utils-%{package_version}.tar.bz2
|
||||
# Patch: alsa-utils-git-fixes.diff
|
||||
Patch: alsa-utils-git-fixes.diff
|
||||
Patch1: alsa-utils-gettext-version-removal.diff
|
||||
# Patch2: alsa-utils-po-pre-patch.diff
|
||||
Url: http://www.alsa-project.org/
|
||||
@ -54,7 +54,7 @@ sed -i -e's/EXTRA_DIST= config.rpath /EXTRA_DIST=/' Makefile.am
|
||||
# fix po changes in tarball first
|
||||
# %patch2 -p1
|
||||
# rm -f po/Makefile* po/*.gmo po/*.pot po/*.header po/stamp-*
|
||||
# %patch -p1
|
||||
%patch -p1
|
||||
%if %suse_version < 1020
|
||||
%patch1 -p1
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user