/etc/alsa/conf.d contains symlinks to /usr/share/alsa/alsa.conf.d templates
This commit is contained in:
parent
a04c140570
commit
8cedb2d8f4
@ -6,7 +6,7 @@
|
||||
|
||||
Name: alsa-plugins
|
||||
Version: 1.1.6
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: The Advanced Linux Sound Architecture (ALSA) Plugins
|
||||
# All packages are LGPLv2+ with the exception of samplerate which is GPLv2+
|
||||
# pph plugin is BSD-like licensed
|
||||
@ -164,6 +164,8 @@ find %{buildroot} -name "*.la" -exec rm {} \;
|
||||
%doc COPYING COPYING.GPL doc/README-jack
|
||||
%dir /etc/alsa/conf.d
|
||||
%config(noreplace) /etc/alsa/conf.d/50-jack.conf
|
||||
%dir %{_datadir}/alsa/alsa.conf.d
|
||||
%{_datadir}/alsa/alsa.conf.d/50-jack.conf
|
||||
%dir %{_libdir}/alsa-lib
|
||||
%{_libdir}/alsa-lib/libasound_module_pcm_jack.so
|
||||
%endif
|
||||
@ -172,6 +174,8 @@ find %{buildroot} -name "*.la" -exec rm {} \;
|
||||
%doc COPYING COPYING.GPL doc/README-pcm-oss
|
||||
%dir /etc/alsa/conf.d
|
||||
%config(noreplace) /etc/alsa/conf.d/50-oss.conf
|
||||
%dir %{_datadir}/alsa/alsa.conf.d
|
||||
%{_datadir}/alsa/alsa.conf.d/50-oss.conf
|
||||
%dir %{_libdir}/alsa-lib
|
||||
%{_libdir}/alsa-lib/libasound_module_ctl_oss.so
|
||||
%{_libdir}/alsa-lib/libasound_module_pcm_oss.so
|
||||
@ -185,11 +189,15 @@ find %{buildroot} -name "*.la" -exec rm {} \;
|
||||
%dir /etc/alsa/conf.d
|
||||
%config(noreplace) /etc/alsa/conf.d/50-pulseaudio.conf
|
||||
%config(noreplace) /etc/alsa/conf.d/99-pulseaudio-default.conf
|
||||
%dir %{_datadir}/alsa/alsa.conf.d
|
||||
%{_datadir}/alsa/alsa.conf.d/50-pulseaudio.conf
|
||||
|
||||
%files samplerate
|
||||
%doc COPYING COPYING.GPL doc/samplerate.txt
|
||||
%dir /etc/alsa/conf.d
|
||||
%config(noreplace) /etc/alsa/conf.d/10-samplerate.conf
|
||||
%dir %{_datadir}/alsa/alsa.conf.d
|
||||
%{_datadir}/alsa/alsa.conf.d/10-samplerate.conf
|
||||
%dir %{_libdir}/alsa-lib
|
||||
%{_libdir}/alsa-lib/libasound_module_rate_samplerate.so
|
||||
%{_libdir}/alsa-lib/libasound_module_rate_samplerate_best.so
|
||||
@ -201,6 +209,8 @@ find %{buildroot} -name "*.la" -exec rm {} \;
|
||||
%doc COPYING COPYING.GPL doc/upmix.txt
|
||||
%dir /etc/alsa/conf.d
|
||||
%config(noreplace) /etc/alsa/conf.d/60-upmix.conf
|
||||
%dir %{_datadir}/alsa/alsa.conf.d
|
||||
%{_datadir}/alsa/alsa.conf.d/60-upmix.conf
|
||||
%dir %{_libdir}/alsa-lib
|
||||
%{_libdir}/alsa-lib/libasound_module_pcm_upmix.so
|
||||
|
||||
@ -208,6 +218,8 @@ find %{buildroot} -name "*.la" -exec rm {} \;
|
||||
%doc COPYING COPYING.GPL doc/vdownmix.txt
|
||||
%dir /etc/alsa/conf.d
|
||||
%config(noreplace) /etc/alsa/conf.d/60-vdownmix.conf
|
||||
%dir %{_datadir}/alsa/alsa.conf.d
|
||||
%{_datadir}/alsa/alsa.conf.d/60-vdownmix.conf
|
||||
%dir %{_libdir}/alsa-lib
|
||||
%{_libdir}/alsa-lib/libasound_module_pcm_vdownmix.so
|
||||
|
||||
@ -215,6 +227,8 @@ find %{buildroot} -name "*.la" -exec rm {} \;
|
||||
%doc COPYING COPYING.GPL
|
||||
%dir /etc/alsa/conf.d
|
||||
%config(noreplace) /etc/alsa/conf.d/98-usb-stream.conf
|
||||
%dir %{_datadir}/alsa/alsa.conf.d
|
||||
%{_datadir}/alsa/alsa.conf.d/98-usb-stream.conf
|
||||
%dir %{_libdir}/alsa-lib
|
||||
%{_libdir}/alsa-lib/libasound_module_pcm_usb_stream.so
|
||||
|
||||
@ -222,6 +236,8 @@ find %{buildroot} -name "*.la" -exec rm {} \;
|
||||
%doc COPYING COPYING.GPL doc/README-arcam-av
|
||||
%dir /etc/alsa/conf.d
|
||||
%config(noreplace) /etc/alsa/conf.d/50-arcam-av-ctl.conf
|
||||
%dir %{_datadir}/alsa/alsa.conf.d
|
||||
%{_datadir}/alsa/alsa.conf.d/50-arcam-av-ctl.conf
|
||||
%dir %{_libdir}/alsa-lib
|
||||
%{_libdir}/alsa-lib/libasound_module_ctl_arcam_av.so
|
||||
|
||||
@ -230,6 +246,9 @@ find %{buildroot} -name "*.la" -exec rm {} \;
|
||||
%dir /etc/alsa/conf.d
|
||||
%config(noreplace) /etc/alsa/conf.d/10-speexrate.conf
|
||||
%config(noreplace) /etc/alsa/conf.d/60-speex.conf
|
||||
%dir %{_datadir}/alsa/alsa.conf.d
|
||||
%{_datadir}/alsa/alsa.conf.d/10-speexrate.conf
|
||||
%{_datadir}/alsa/alsa.conf.d/10-speex.conf
|
||||
%dir %{_libdir}/alsa-lib
|
||||
%{_libdir}/alsa-lib/libasound_module_pcm_speex.so
|
||||
%{_libdir}/alsa-lib/libasound_module_rate_speexrate.so
|
||||
@ -240,12 +259,17 @@ find %{buildroot} -name "*.la" -exec rm {} \;
|
||||
%doc COPYING COPYING.GPL doc/README-maemo
|
||||
%dir /etc/alsa/conf.d
|
||||
%config(noreplace) /etc/alsa/conf.d/98-maemo.conf
|
||||
%dir %{_datadir}/alsa/alsa.conf.d
|
||||
%{_datadir}/alsa/alsa.conf.d/98-maemo.conf
|
||||
%dir %{_libdir}/alsa-lib
|
||||
%{_libdir}/alsa-lib/libasound_module_ctl_dsp_ctl.so
|
||||
%{_libdir}/alsa-lib/libasound_module_pcm_alsa_dsp.so
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 16 2018 Jaroslav Kysela <perex@perex.cz> - 1.1.6-3
|
||||
- /etc/alsa/conf.d contains symlinks to /usr/share/alsa/alsa.conf.d templates
|
||||
|
||||
* Wed Apr 04 2018 Jaroslav Kysela <perex@perex.cz> - 1.1.6-2
|
||||
- Changed the add-on config directory to /etc/alsa/conf.d
|
||||
- Changed the config files
|
||||
|
1524
plugin-config.patch
1524
plugin-config.patch
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user