SHA256
1
0
forked from pool/alsa-utils

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

- Updated to version 1.0.26; including previous fixes

OBS-URL: https://build.opensuse.org/request/show/133503
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa-utils?expand=0&rev=58
This commit is contained in:
2012-09-10 13:29:23 +00:00
committed by Git OBS Bridge
parent 71f9763675
commit b2a2bba2b4
19 changed files with 10 additions and 1380 deletions

View File

@@ -31,7 +31,7 @@ BuildRequires: automake
BuildRequires: ncurses-devel
BuildRequires: pkgconfig
BuildRequires: xmlto
%define package_version 1.0.25
%define package_version 1.0.26
Provides: alsa-conf
Requires: alsa
Requires: dialog
@@ -39,26 +39,11 @@ Requires: pciutils
Summary: Advanced Linux Sound Architecture Utilities
License: GPL-2.0+
Group: Productivity/Multimedia/Sound/Players
Version: 1.0.25
Version: 1.0.26
Release: 0
Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{package_version}.tar.bz2
Source1: 01beep.conf
# Patch: alsa-utils-git-fixes.diff
Patch1: 0001-Fix-the-examples-in-aplay.1.patch
Patch2: 0002-Trivial-fixes-in-INSTALL-file.patch
Patch4: 0004-alsaloop-Improve-xrun_sync-fill-missing-playback-sam.patch
Patch5: 0005-aplay-option-to-dump-HW-parameters.patch
Patch6: 0006-amixer-Add-the-support-for-mapped-volumes-like-alsam.patch
Patch7: 0007-aplay-arecord-option-to-treat-any-xrun-as-fatal.patch
Patch8: 0008-amixer-alsamixer-Add-description-of-volume-mapping.patch
Patch9: 0009-configure.in-look-for-ncurses-pkg-config-first.patch
Patch10: 0010-configure.in-use-AS_HELP_STRING-everywhere.patch
Patch11: 0011-alsactl-Do-not-access-other-cards-than-specified-for.patch
Patch12: 0012-aplay-print-vu-meter-to-stderr-not-stdout.patch
Patch13: 0013-alsaloop-fix-the-avail_min-setup.patch
Patch14: 0014-alsactl-Read-only-.conf-files-when-a-directory-is-pa.patch
Patch15: 0015-alsactl-Add-reference-to-alsactl_init-7-in-alsactl-m.patch
Patch16: 0016-aseqnet-Remove-obsoleted-.LO-entry-from-man-page.patch
Patch99: alsa-utils-gettext-version-removal.diff
Url: http://www.alsa-project.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -73,21 +58,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
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1
%patch14 -p1
%patch15 -p1
%patch16 -p1
%if %suse_version < 1020
%patch99 -p1
%endif