]> git.pld-linux.org Git - packages/alsa-lib.git/commitdiff
up to 1.1.6 auto/th/alsa-lib-1.1.6-1
authorJan Palus <atler@pld-linux.org>
Sun, 8 Apr 2018 19:04:37 +0000 (21:04 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 8 Apr 2018 19:04:37 +0000 (21:04 +0200)
- explicitly enable smixer modules (disabled by default now
- added smixer.conf from alsa git (missing in tarball)

alsa-lib.spec
smixer.conf [new file with mode: 0644]

index 2da51ec872e48d26bf1ab7c2aa01c764a71bb90d..205bb32263309f6763486559f1c8f61dd9a0ed7f 100644 (file)
@@ -12,14 +12,15 @@ Summary(pt_BR.UTF-8):       Biblioteca para o ALSA (Advanced Linux Sound Architecture)
 Summary(ru.UTF-8):     Библиотека API для работы с драйвером ALSA
 Summary(uk.UTF-8):     Бібліотека API для роботи з драйвером ALSA
 Name:          alsa-lib
-Version:       1.1.5
+Version:       1.1.6
 Release:       1
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version}.tar.bz2
-# Source0-md5: a2b465c3a5265d8a57f3ff39c6c4fc29
+# Source0-md5: 2f981a8f7897c59ec2ddc44916d33788
 Source1:       %{name}-modprobe.conf
 Source2:       %{name}-asound.conf
+Source3:       smixer.conf
 URL:           http://www.alsa-project.org/
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake
@@ -188,6 +189,7 @@ Moduł wiązania Pythona dla interfejsu miksera architektury ALSA.
 
 %prep
 %setup -q
+cp -p %{SOURCE3} src/conf
 
 %build
 %{__libtoolize}
@@ -198,7 +200,9 @@ Moduł wiązania Pythona dla interfejsu miksera architektury ALSA.
 configure_opts="\
        --disable-silent-rules \
        %{!?with_python:--disable-python} \
-       %{?with_resmgr:--enable-resmgr}
+       %{?with_resmgr:--enable-resmgr} \
+       --enable-mixer-modules \
+       --enable-mixer-pymods
 "
 
 %if %{with static_libs}
diff --git a/smixer.conf b/smixer.conf
new file mode 100644 (file)
index 0000000..f215661
--- /dev/null
@@ -0,0 +1,13 @@
+_full smixer-python.so
+usb {
+       searchl "USB"
+       lib smixer-usb.so
+}
+ac97 {
+       searchl "AC97a:"
+       lib smixer-ac97.so
+}
+hda {
+       searchl "HDA:"
+       lib smixer-hda.so
+}
This page took 0.11572 seconds and 4 git commands to generate.