Compare commits

...
Sign in to create a new pull request.

6 commits

Author SHA1 Message Date
Fedora Release Engineering
64ba4e68e9 dist-git conversion 2010-07-28 09:45:43 +00:00
Tim Jackson
5fd90fb910 Update to alsa-tools 1.0.22 2010-01-10 18:45:48 +00:00
Bill Nottingham
b438210c96 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:26:54 +00:00
Tim Jackson
73ad2687cb Add missing dep on xorg-x11-fonts-misc (#503284) 2009-08-26 21:56:00 +00:00
Tim Jackson
9898734259 Update to 1.0.20 2009-05-30 13:55:40 +00:00
Jesse Keating
752200e813 Initialize branch F-11 for alsa-tools 2009-04-15 06:03:26 +00:00
8 changed files with 39 additions and 31 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: alsa-tools
# $Id: Makefile,v 1.2 2004/11/24 03:09:37 gafton Exp $
NAME := alsa-tools
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View file

@ -6,12 +6,12 @@
%ifarch ppc ppc64
# sb16_csp doesn't build on PPC; see bug #219010
%{?!_without_tools: %define builddirstools as10k1 echomixer envy24control hdspconf hdspmixer rmedigicontrol sbiload sscape_ctl us428control }
%{?!_without_tools: %global builddirstools as10k1 echomixer envy24control hdspconf hdspmixer rmedigicontrol sbiload sscape_ctl us428control }
%else
%{?!_without_tools: %define builddirstools as10k1 echomixer envy24control hdspconf hdspmixer rmedigicontrol sbiload sb16_csp sscape_ctl us428control }
%{?!_without_tools: %global builddirstools as10k1 echomixer envy24control hdspconf hdspmixer rmedigicontrol sbiload sb16_csp sscape_ctl us428control }
%endif
%{?!_without_firmware: %define builddirsfirmw hdsploader mixartloader usx2yloader vxloader }
%{?!_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
@ -22,8 +22,8 @@
Summary: Specialist tools for ALSA
Name: alsa-tools
Version: 1.0.19
Release: 3%{?dist}
Version: 1.0.22
Release: 1%{?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
@ -46,6 +46,7 @@ BuildRequires: gtk+-devel
BuildRequires: gtk2-devel
BuildRequires: fltk-devel
Buildrequires: desktop-file-utils
Requires: xorg-x11-fonts-misc
%endif
%description
@ -216,6 +217,16 @@ install -m 644 %{SOURCE5} ${RPM_BUILD_ROOT}%{_sysconfdir}/udev/rules.d
%endif
%changelog
* Sun Jan 10 2010 Tim Jackson <rpm@timj.co.uk> - 1.0.22-1
- Update to 1.0.22
- use %%global instead of %%define
* Wed Aug 26 2009 Tim Jackson <rpm@timj.co.uk> - 1.0.20-2
- Add missing dep on xorg-x11-fonts-misc (#503284)
* Sat May 30 2009 Tim Jackson <rpm@timj.co.uk> - 1.0.20-1
- Update to 1.0.20
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.19-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

11
echomixer.desktop Normal file
View file

@ -0,0 +1,11 @@
[Desktop Entry]
Encoding=UTF-8
Name=Echomixer
GenericName=Control Echo Digital Audio sound cards
Comment=Mixer and GUI control utility for Echo Digital Audio sound cards
Exec=echomixer
Icon=echomixer.png
Terminal=false
Type=Application
Categories=Application;AudioVideo;
Version=0.9.4

BIN
echomixer.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 841 B

11
envy24control.desktop Normal file
View file

@ -0,0 +1,11 @@
[Desktop Entry]
Encoding=UTF-8
Name=Envy24 Control
GenericName=Envy24 Control Utility
Comment=Mixer and GUI control utility for Envy24-based sound cards
Exec=envy24control
Icon=envy24control.png
Terminal=false
Type=Application
Categories=Application;AudioVideo;
Version=0.9.4

BIN
envy24control.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 945 B

View file

@ -1,5 +1 @@
57af85a810ed770885aec2a5b35648e6 echomixer.desktop
38db1b88c44adb5591f87173061d7d98 echomixer.png
4c10f8d250a86bdb3ea138488aec8fc4 envy24control.desktop
3a1a195f2b9641f68651e3d312e5476f envy24control.png
b12c748adc1bc4d4b454d61ee2e4432f alsa-tools-1.0.19-pruned.tar.bz2
8305f7137aa5542731df8fa351554645 alsa-tools-1.0.22-pruned.tar.bz2