SHA256
1
0
forked from pool/alsa-utils

Accepting request 101525 from home:tiwai:branches:multimedia:libs

- updated to version 1.0.25; including all previous fixes

OBS-URL: https://build.opensuse.org/request/show/101525
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa-utils?expand=0&rev=50
This commit is contained in:
2012-01-25 15:53:38 +00:00
committed by Git OBS Bridge
parent f01fa89cdb
commit aad3c8c410
25 changed files with 13 additions and 1274 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package alsa-utils
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 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
@@ -15,7 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
#
%if %suse_version > 1130
%define use_systemd 1
@@ -31,37 +30,16 @@ BuildRequires: automake
BuildRequires: ncurses-devel
BuildRequires: pkgconfig
BuildRequires: xmlto
%define package_version 1.0.24.2
License: GPL-2.0+
Group: Productivity/Multimedia/Sound/Players
%define package_version 1.0.25
Provides: alsa-conf
Requires: dialog pciutils alsa
Summary: Advanced Linux Sound Architecture Utilities
Version: 1.0.24.2
License: GPL-2.0+
Group: Productivity/Multimedia/Sound/Players
Version: 1.0.25
Release: 0
Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{package_version}.tar.bz2
# Patch: alsa-utils-git-fixes.diff
Patch1: 0001-alsamixer-fix-display-of-active-inactive-controls.patch
Patch2: 0002-alsaloop-libsamplerate-requires-specific-formats-for.patch
Patch3: 0003-alsaloop-another-try-to-force-correct-formats-for-li.patch
Patch4: 0004-alsamixer-fix-build-on-uClibc.patch
Patch5: 0005-alsactl-init-Mute-CD-Playback-volume-by-default.patch
Patch6: 0006-Revert-alsactl-Display-help-for-names-command.patch
Patch7: 0007-alsaucm-Add-list1-command-for-non-tuple-lists.patch
Patch8: 0008-alsaucm-Don-t-double-free-empty-lists.patch
Patch9: 0009-aplay-Add-i-option-for-interactive-mode.patch
Patch10: 0010-aplay-Avoid-recursive-signal-handling.patch
Patch12: 0012-alsaloop-Use-AM_CFLAGS-in-Makefile.am.patch
Patch13: 0013-Updated-COPYING-with-the-recent-FSF-address.patch
Patch14: 0014-alsamixer-Fix-64bit-issues.patch
Patch15: 0015-aplay-Add-include-files-for-mkdir.patch
Patch16: 0016-aplay-Use-standard-endian-convesions.patch
Patch17: 0017-speaker-test.1-Clarify-man-page-by-giving-examples.patch
Patch18: 0018-alsa-utils-amixer-Fix-SND_CTL_TLVT_DB_RANGE-handling.patch
Patch19: 0019-aplay-increase-channel-limit-to-256.patch
Patch20: 0020-fix-use-of-SED.patch
Patch21: 0021-alsamixer-Fix-X-win-related-crash-for-PulseAudio-plu.patch
Patch22: 0022-alsactl-Initialize-Front-Speaker-etc.patch
Patch99: alsa-utils-gettext-version-removal.diff
Url: http://www.alsa-project.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -76,27 +54,6 @@ Sound Architecture.
sed -i -e's/EXTRA_DIST= config.rpath /EXTRA_DIST=/' Makefile.am
# rm -f po/Makefile* po/*.gmo po/*.pot po/*.header po/stamp-*
# patch -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1
%patch12 -p1
%patch13 -p1
%patch14 -p1
%patch15 -p1
%patch16 -p1
%patch17 -p1
%patch18 -p1
%patch19 -p1
%patch20 -p1
%patch21 -p1
%patch22 -p1
%if %suse_version < 1020
%patch99 -p1
%endif