forked from pool/alsa-utils
Takashi Iwai
5ab04e6e73
- Updated to alsa-utils 1.0.28: All pervious fix patches are obsoleted: 0001-alsactl-alsa-state.service-fix-typo-rkill-kill.patch 0002-alsaloop-fix-wrong-alias-for-signal.h.patch 0003-aplay-fix-two-off-by-one-errors.patch 0004-alsaloop-add-z-syslog-option-to-use-syslog-for-error.patch 0005-amixer-actually-print-all-TLVs-in-a-container-TLV.patch 0006-amixer-fix-indentation-when-printing-container-TLV-c.patch 0007-alsaloop-pcmjob.c-use-portable-way-to-initialize-rec.patch 0008-speaker-test-Fix-chmapped-channel-selection-without-.patch 0009-speaker-test-Always-show-chmap-channel-names-if-avai.patch 0010-speaker-test-Show-out-of-chmap-channels-as-Unknown.patch 0011-alsaconf-support-newer-m-i-t-and-kmod.patch 0012-alsaconf-update-gentoo-to-use-modprobe.d-method-as-e.patch 0013-configure-detect-udevdir-via-pkg-config-fallback-to-.patch 0014-alsactl-Add-monitor-command.patch 0015-alsactl-Fix-REMOVE-event-handling-in-monitor-command.patch 0016-alsactl-monitor-all-cards-as-default.patch 0017-alsactl-Fix-the-va_list-initialization-in-cerror_-an.patch 0018-aplay-fix-pcm_read-return-value.patch 0019-alsa-restore.rules-refer-to-correct-attr.patch 0020-aplay-fix-timespec-to-msec-conversion.patch 0021-speaker-test-add-force-frequency-option-to-allow-hz-.patch 0022-speaker-test-update-man-page-for-new-X-arg-also-cons.patch OBS-URL: https://build.opensuse.org/request/show/237959 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa-utils?expand=0&rev=100
145 lines
3.9 KiB
RPMSpec
145 lines
3.9 KiB
RPMSpec
#
|
|
# spec file for package alsa-utils
|
|
#
|
|
# Copyright (c) 2014 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
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
%define package_version 1.0.28
|
|
#
|
|
%if 0%{?suse_version} > 1130
|
|
%define use_systemd 1
|
|
%define use_varlib 1
|
|
%if 0%{?suse_version} == 1140
|
|
%define _unitdir /lib/systemd/system
|
|
%endif
|
|
BuildRequires: systemd
|
|
%else
|
|
%define use_systemd 0
|
|
%define use_varlib 0
|
|
%endif
|
|
%if 0%{?suse_version} > 1200
|
|
%define _udevdir %(pkg-config --variable=udevdir udev)
|
|
%else
|
|
%define _udevdir /lib/udev
|
|
%endif
|
|
Name: alsa-utils
|
|
Version: 1.0.28
|
|
Release: 0
|
|
Summary: Advanced Linux Sound Architecture Utilities
|
|
License: GPL-2.0+
|
|
Group: Productivity/Multimedia/Sound/Players
|
|
Url: http://www.alsa-project.org/
|
|
Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{package_version}.tar.bz2
|
|
Source1: 01beep.conf
|
|
Source10: de.po
|
|
Source11: fr.po
|
|
Source12: ja.po
|
|
# Patch: alsa-utils-git-fixes.diff
|
|
# upstream fix patches
|
|
#
|
|
Patch99: alsa-utils-gettext-version-removal.diff
|
|
BuildRequires: alsa-devel
|
|
BuildRequires: automake
|
|
BuildRequires: libsamplerate-devel
|
|
BuildRequires: ncurses-devel
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: xmlto
|
|
Requires: alsa
|
|
Requires: dialog
|
|
Requires: pciutils
|
|
Provides: alsa-conf
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
%if 0%{?suse_version} > 1200
|
|
BuildRequires: libudev-devel
|
|
%endif
|
|
|
|
%description
|
|
This package contains utility programs supporting ALSA, Advanced Linux
|
|
Sound Architecture.
|
|
|
|
%prep
|
|
%setup -q -n %{name}-%{package_version}
|
|
# fix stupid automake's automatic action
|
|
sed -i -e's/EXTRA_DIST= config.rpath /EXTRA_DIST=/' Makefile.am
|
|
# rm -f po/Makefile* po/*.gmo po/*.pot po/*.header po/stamp-*
|
|
# temporarily use the original *.po files instead of the ones in tarball
|
|
cp %{SOURCE10} po/
|
|
cp %{SOURCE11} po/
|
|
cp %{SOURCE12} po/
|
|
# patch -p1
|
|
#
|
|
%if 0%{?suse_version} < 1020
|
|
%patch99 -p1
|
|
%endif
|
|
|
|
%build
|
|
export AUTOMAKE_JOBS="%{?_smp_mflags}"
|
|
%if 0%{?suse_version} < 1020
|
|
gettextize -f
|
|
%endif
|
|
autoreconf -fi
|
|
opts=""
|
|
%if %{use_systemd}
|
|
opts="$opts --with-systemdsystemunitdir=%{_unitdir}"
|
|
%endif
|
|
%if ! %{use_varlib}
|
|
opts="$opts --with-asound-state-dir=/etc"
|
|
%endif
|
|
%if 0%{?suse_version} < 1030
|
|
opts="$opts --disable-xmlto"
|
|
%endif
|
|
opts="$opts --with-udev-rules-dir=%{_udevdir}/rules.d"
|
|
%configure --with-curses=ncursesw $opts
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
|
mkdir -p %{buildroot}%{_datadir}/alsa/init/preinit
|
|
mkdir -p %{buildroot}%{_datadir}/alsa/init/postinit
|
|
for i in %{_sourcedir}/[0-9]*.conf; do
|
|
install -c -m 0644 $i %{buildroot}%{_datadir}/alsa/init/postinit
|
|
done
|
|
%find_lang %{name} --all-name
|
|
%if %{use_systemd}
|
|
ln -s alsa-restore.service %{buildroot}%{_unitdir}/alsasound.service
|
|
%endif
|
|
%if %{use_varlib}
|
|
mkdir -p %{buildroot}%{_localstatedir}/lib/alsa
|
|
%endif
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-, root, root)
|
|
%doc COPYING ChangeLog INSTALL README TODO
|
|
%doc seq/aconnect/README*
|
|
%doc seq/aseqnet/README*
|
|
%doc %{_mandir}/man*/*
|
|
%doc %{_mandir}/fr
|
|
%{_bindir}/*
|
|
%{_sbindir}/*
|
|
%{_datadir}/sounds/alsa
|
|
%{_datadir}/alsa
|
|
%{_udevdir}
|
|
%if %{use_systemd}
|
|
%{_unitdir}/*.service
|
|
%{_unitdir}/basic.target.wants/alsa-state.service
|
|
%{_unitdir}/basic.target.wants/alsa-restore.service
|
|
%{_unitdir}/shutdown.target.wants/alsa-store.service
|
|
%endif
|
|
%if %{use_varlib}
|
|
%{_localstatedir}/lib/alsa
|
|
%endif
|
|
|
|
%changelog
|