update to 1.0.25
This commit is contained in:
parent
de1af9d6bf
commit
f8d594bfbc
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,3 +26,4 @@ alsa-utils-1.0.22.tar.bz2
|
|||||||
alsa-utils-1.0.23.tar.bz2
|
alsa-utils-1.0.23.tar.bz2
|
||||||
/alsa-utils-1.0.24.tar.bz2
|
/alsa-utils-1.0.24.tar.bz2
|
||||||
/alsa-utils-1.0.24.1.tar.bz2
|
/alsa-utils-1.0.24.1.tar.bz2
|
||||||
|
/alsa-utils-1.0.25.tar.bz2
|
||||||
|
@ -1,33 +0,0 @@
|
|||||||
From a0c92daabf4fdc0a636f445ec2312c1b4fe04421 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Bastien Nocera <hadess@hadess.net>
|
|
||||||
Date: Wed, 14 Sep 2011 12:13:04 +0100
|
|
||||||
Subject: [PATCH] Unmute MacBookAir4,1 speakers
|
|
||||||
|
|
||||||
---
|
|
||||||
alsactl/init/default | 10 ++++++++++
|
|
||||||
1 files changed, 10 insertions(+), 0 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/alsactl/init/default b/alsactl/init/default
|
|
||||||
index 7f8ec4c..198a306 100644
|
|
||||||
--- a/alsactl/init/default
|
|
||||||
+++ b/alsactl/init/default
|
|
||||||
@@ -174,6 +174,16 @@ CTL{name}="AC97 Playback Volume",CTL{do_search}=="1", \
|
|
||||||
CTL{name}="AC97 Playback Switch",CTL{do_search}=="1", \
|
|
||||||
CTL{values}="on"
|
|
||||||
|
|
||||||
+CTL{reset}="mixer"
|
|
||||||
+# With, and without typo, see
|
|
||||||
+# http://thread.gmane.org/gmane.linux.alsa.devel/89179
|
|
||||||
+CTL{name}="Surround Speaker Playback Volum",CTL{do_search}=="1", \
|
|
||||||
+ CTL{values}="$env{pvolume}",RESULT!="0",CTL{values}="100%"
|
|
||||||
+CTL{name}="Surround Speaker Playback Volume",CTL{do_search}=="1", \
|
|
||||||
+ CTL{values}="$env{pvolume}",RESULT!="0",CTL{values}="100%"
|
|
||||||
+CTL{name}="Surround Speaker Playback Switch",CTL{do_search}=="1", \
|
|
||||||
+ CTL{values}="on"
|
|
||||||
+
|
|
||||||
#
|
|
||||||
# Powermacs
|
|
||||||
#
|
|
||||||
--
|
|
||||||
1.7.6.2
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
|||||||
%define baseversion 1.0.24
|
%define baseversion 1.0.25
|
||||||
%define fixversion .1
|
#define fixversion .1
|
||||||
|
|
||||||
Summary: Advanced Linux Sound Architecture (ALSA) utilities
|
Summary: Advanced Linux Sound Architecture (ALSA) utilities
|
||||||
Name: alsa-utils
|
Name: alsa-utils
|
||||||
Version: %{baseversion}%{?fixversion}
|
Version: %{baseversion}%{?fixversion}
|
||||||
Release: 8%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
URL: http://www.alsa-project.org/
|
URL: http://www.alsa-project.org/
|
||||||
@ -27,16 +27,12 @@ Conflicts: udev <= 179-2
|
|||||||
Requires: alsa-lib >= %{baseversion}, systemd-units >= 39-2, dialog
|
Requires: alsa-lib >= %{baseversion}, systemd-units >= 39-2, dialog
|
||||||
Conflicts: filesystem < 3
|
Conflicts: filesystem < 3
|
||||||
|
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=738227
|
|
||||||
Patch0: 0001-Unmute-MacBookAir4-1-speakers.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains command line utilities for the Advanced Linux Sound
|
This package contains command line utilities for the Advanced Linux Sound
|
||||||
Architecture (ALSA).
|
Architecture (ALSA).
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
%patch0 -p1 -b .mba41
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" --disable-alsaconf \
|
%configure CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" --disable-alsaconf \
|
||||||
@ -112,6 +108,9 @@ if [ -s /etc/asound.state -a ! -s /var/lib/alsa/asound.state ] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 31 2012 Jaroslav Kysela <perex@perex.cz> 1.0.25-1
|
||||||
|
- update to 1.0.25 final
|
||||||
|
|
||||||
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 1.0.24.1-8
|
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 1.0.24.1-8
|
||||||
- install everything in /usr
|
- install everything in /usr
|
||||||
https://fedoraproject.org/wiki/Features/UsrMove
|
https://fedoraproject.org/wiki/Features/UsrMove
|
||||||
|
Loading…
Reference in New Issue
Block a user