]> git.pld-linux.org Git - packages/alsa-plugins.git/commitdiff
- package alsa config for pulse plugin auto/th/alsa-plugins-1_0_20-2
authorPatryk Zawadzki <patrys@room-303.com>
Sun, 24 May 2009 17:24:09 +0000 (17:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 2

Changed files:
    alsa-plugins-pulse.conf -> 1.1
    alsa-plugins.spec -> 1.24

alsa-plugins-pulse.conf [new file with mode: 0644]
alsa-plugins.spec

diff --git a/alsa-plugins-pulse.conf b/alsa-plugins-pulse.conf
new file mode 100644 (file)
index 0000000..032f87e
--- /dev/null
@@ -0,0 +1,9 @@
+# pulseaudio plugin configuration
+
+pcm.!default {
+    type pulse
+}
+
+ctl.!default {
+    type pulse
+}
index cd1765f1930644f0c0698cd3ad891bc087d485d4..6184e19240960707e45eb7a386654771b4cdf93f 100644 (file)
@@ -2,11 +2,12 @@ Summary:      Advanced Linux Sound Architecture - plugins
 Summary(pl.UTF-8):     Advanced Linux Sound Architecture - wtyczki
 Name:          alsa-plugins
 Version:       1.0.20
-Release:       1
+Release:       2
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       ftp://ftp.alsa-project.org/pub/plugins/%{name}-%{version}.tar.bz2
 # Source0-md5: 819c4f21e3e913eacefd32993a8fbed7
+Source1:       %{name}-pulse.conf
 URL:           http://www.alsa-project.org/
 BuildRequires: alsa-lib-devel >= 1.0.18
 BuildRequires: automake
@@ -203,11 +204,13 @@ cp -f /usr/share/automake/config.sub .
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/alsa
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/alsa-lib/*.la
+install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/alsa/pulse-default.conf
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -254,6 +257,7 @@ rm -rf $RPM_BUILD_ROOT
 %files pulse
 %defattr(644,root,root,755)
 %doc doc/README-pulse
+%{_sysconfdir}/alsa/pulse-default.conf
 %attr(755,root,root) %{_libdir}/alsa-lib/libasound_module_conf_pulse.so
 %attr(755,root,root) %{_libdir}/alsa-lib/libasound_module_ctl_pulse.so
 %attr(755,root,root) %{_libdir}/alsa-lib/libasound_module_pcm_pulse.so
This page took 0.084054 seconds and 4 git commands to generate.