Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
56bee4fad4 | ||
|
|
c07a65477b | ||
|
|
fb2a2f496a |
4 changed files with 27 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@ alsa-tools-1.0.23-pruned.tar.bz2
|
|||
/alsa-tools-1.0.26-pruned.tar.bz2
|
||||
/alsa-tools-1.0.26.1.tar.bz2
|
||||
/alsa-tools-1.0.26.1-pruned.tar.bz2
|
||||
/alsa-tools-1.0.27.tar.bz2
|
||||
|
|
|
|||
12
alsa-tools-1.0.27-non-x86.patch
Normal file
12
alsa-tools-1.0.27-non-x86.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
diff -up alsa-tools-1.0.27/hda-verb/hda-verb.c.s390 alsa-tools-1.0.27/hda-verb/hda-verb.c
|
||||
--- alsa-tools-1.0.27/hda-verb/hda-verb.c.s390 2013-05-21 12:31:13.000000000 +0200
|
||||
+++ alsa-tools-1.0.27/hda-verb/hda-verb.c 2013-05-21 12:31:42.000000000 +0200
|
||||
@@ -13,7 +13,7 @@
|
||||
#include <ctype.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/ioctl.h>
|
||||
-#ifndef __PPC__
|
||||
+#if defined(__i386__) || defined(__x86_64__)
|
||||
#include <sys/io.h>
|
||||
#endif
|
||||
#include <sys/types.h>
|
||||
|
|
@ -16,24 +16,21 @@
|
|||
|
||||
%{?!_without_firmware: %global builddirsfirmw hdsploader mixartloader usx2yloader vxloader }
|
||||
|
||||
# The source tarball has been pruned to remove the "ac3dec" directory, due
|
||||
# to legal concerns that the contents might be subject to patent claims
|
||||
|
||||
# Note that the Version is intended to coincide with the version of ALSA
|
||||
# included with the Fedora kernel, rather than necessarily the very latest
|
||||
# upstream version of alsa-tools
|
||||
|
||||
Summary: Specialist tools for ALSA
|
||||
Name: alsa-tools
|
||||
Version: 1.0.26.1
|
||||
Release: 4%{?dist}
|
||||
Version: 1.0.27
|
||||
Release: 2%{?dist}
|
||||
|
||||
# Checked at least one source file from all the sub-projects contained in
|
||||
# the source tarball and they are consistent GPLv2+ - TJ 2007-11-15
|
||||
License: GPLv2+
|
||||
Group: Applications/Multimedia
|
||||
URL: http://www.alsa-project.org/
|
||||
Source0: %{name}-%{version}-pruned.tar.bz2
|
||||
Source: ftp://ftp.alsa-project.org/pub/tools/%{name}-%{version}.tar.bz2
|
||||
|
||||
# The icons below were created by Tim Jackson from screenshots of the
|
||||
# apps in question. They suck, a lot. Better alternatives welcome!
|
||||
|
|
@ -48,6 +45,9 @@ Source6: hwmixvolume.png
|
|||
Source7: hwmixvolume.desktop
|
||||
Source9: hdajackretask.desktop
|
||||
|
||||
# build fix for non-x86 arches
|
||||
Patch0: %{name}-1.0.27-non-x86.patch
|
||||
|
||||
BuildRequires: alsa-lib-devel >= 1.0.24
|
||||
%if 0%{!?_without_tools:1}
|
||||
BuildRequires: gtk+-devel
|
||||
|
|
@ -102,6 +102,7 @@ The following tools are available:
|
|||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch0 -p1 -b .non-x86
|
||||
|
||||
%build
|
||||
mv seq/sbiload . ; rm -rf seq
|
||||
|
|
@ -236,6 +237,12 @@ install -m 644 %{SOURCE5} %{buildroot}/lib/udev/rules.d
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue May 21 2013 Dan Horák <dan[at]danny.cz> - 1.0.27-2
|
||||
- fix build on non-x86 arches
|
||||
|
||||
* Fri Apr 12 2013 Jaroslav Kysela <jkysela@redhat.com> - 1.0.27-1
|
||||
- Updated to 1.0.27
|
||||
|
||||
* Sat Feb 09 2013 Rahul Sundaram <sundaram@fedoraproject.org> - 1.0.26.1-3
|
||||
- remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/247
|
||||
- clean up spec to follow current guidelines
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
2bf2db319a747edd4e954866d8ba8de7 alsa-tools-1.0.26.1-pruned.tar.bz2
|
||||
1ea381d00a6069a98613aa7effa4cb51 alsa-tools-1.0.27.tar.bz2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue