auto-import changelog data from alsa-utils-1.0.2-1.src.rpm
Wed Jan 28 2004 Bill Nottingham <notting@redhat.com> 1.0.2-1 - update to 1.0.2 Wed Dec 17 2003 Bill Nottingham <notting@redhat.com> 1.0.0-0.rc2 - import fedora.us RPM, take out save-alsamixer & alsaconf for now Thu Dec 11 2003 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.0.0-0.fdr.0.4.rc2 - rename alsamixer-saver save-alsamixer Mon Dec 08 2003 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.0.0-0.fdr.0.3.rc2 - Integrate Michael Schwendt's script alsamixer-saver; Still not quite sure if this script is the right way -- but mine didn't work... Sat Dec 06 2003 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.0.0-0.fdr.0.2.rc2 - Update to 1.0.0rc2 - added alsamixer Script -- stores settings on shutdown, does nothing on startup - some minor corrections in spec-file style Wed Dec 03 2003 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.0.0-0.fdr.0.1.rc1 - Update to 1.0.0rc1 utils-0.fdr.1 - Initial build.
This commit is contained in:
parent
c576bd0c10
commit
8e872d7e2c
@ -1 +1 @@
|
||||
alsa-utils-0.5.8.tar.bz2
|
||||
alsa-utils-1.0.2.tar.bz2
|
||||
|
125
alsa-utils.spec
125
alsa-utils.spec
@ -1,104 +1,65 @@
|
||||
Summary: Advanced Linux Sound Architecture (ALSA) - Utils
|
||||
Name: alsa-utils
|
||||
Version: 0.5.8
|
||||
Release: 2
|
||||
Copyright: GPL
|
||||
Group: Applications/Multimedia
|
||||
Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{version}.tar.bz2
|
||||
Patch0: alsa-utils-%{version}.patch
|
||||
URL: http://www.alsa-project.org
|
||||
BuildRequires: alsa-lib >= 0.5.5
|
||||
Requires: alsa-driver >= 0.5.5, alsa-lib >= 0.5.5
|
||||
BuildRoot: %{_tmppath}/alsa-utils-%{version}
|
||||
Summary: Advanced Linux Sound Architecture (ALSA) utilities
|
||||
Name: alsa-utils
|
||||
Version: 1.0.2
|
||||
Release: 1%{?prever:.%{prever}}
|
||||
License: GPL
|
||||
Group: Applications/Multimedia
|
||||
URL: http://www.alsa-project.org/
|
||||
Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{version}%{?prever}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: alsa-lib-devel >= 1.0.0
|
||||
BuildRequires: ncurses-devel
|
||||
|
||||
|
||||
%description
|
||||
Advanced Linux Sound Architecture (ALSA) - Utils
|
||||
|
||||
Features
|
||||
========
|
||||
|
||||
* general
|
||||
- modularized architecture with support for 2.0 and latest 2.1 kernels
|
||||
- support for versioned and exported symbols
|
||||
- full proc filesystem support - /proc/sound
|
||||
* ISA soundcards
|
||||
- support for 128k ISA DMA buffer
|
||||
* mixer
|
||||
- new enhanced API for applications
|
||||
- support for unlimited number of channels
|
||||
- volume can be set in three ways (percentual (0-100), exact and decibel)
|
||||
- support for mute (and hardware mute if hardware supports it)
|
||||
- support for mixer events
|
||||
- this allows two or more applications to be synchronized
|
||||
* digital audio (PCM)
|
||||
- new enhanced API for applications
|
||||
- full real duplex support
|
||||
- full duplex support for SoundBlaster 16/AWE soundcards
|
||||
- digital audio data for playback and record should be read back using
|
||||
proc filesystem
|
||||
* OSS/Lite compatibility
|
||||
- full mixer compatibity
|
||||
- full PCM (/dev/dsp) compatibility
|
||||
This package contains command line utilities for the Advanced Linux Sound
|
||||
Architecture (ALSA).
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .ln
|
||||
%setup -q -n %{name}-%{version}%{?prever}
|
||||
|
||||
%build
|
||||
%configure
|
||||
make
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
mkdir -p $RPM_BUILD_ROOT/usr/bin $RPM_BUILD_ROOT/usr/share/man/man1
|
||||
%{__rm} -rf ${RPM_BUILD_ROOT}
|
||||
%makeinstall
|
||||
%{__rm} -f $RPM_BUILD_ROOT%{_sbindir}/alsaconf \
|
||||
$RPM_BUILD_ROOT%{_mandir}/man*/alsaconf*
|
||||
|
||||
make DESTDIR="$RPM_BUILD_ROOT" install
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
%{__rm} -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%doc ChangeLog COPYING README config.status
|
||||
/usr/sbin/*
|
||||
/usr/bin/*
|
||||
/usr/share/man/man1/*
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING ChangeLog README TODO
|
||||
%{_bindir}/*
|
||||
%{_sbindir}/*
|
||||
%{_mandir}/man?/*
|
||||
|
||||
%changelog
|
||||
* Tue Dec 05 2000 Yukihiro Nakai <ynakai@redhat.com>
|
||||
- Add small fix for LN_S
|
||||
* Wed Jan 28 2004 Bill Nottingham <notting@redhat.com> 1.0.2-1
|
||||
- update to 1.0.2
|
||||
|
||||
* Wed Nov 15 2000 Yukihiro Nakai <ynakai@redhat.com>
|
||||
- Get from Vine
|
||||
- /usr/man -> /usr/share/man
|
||||
* Wed Dec 17 2003 Bill Nottingham <notting@redhat.com> 1.0.0-0.rc2
|
||||
- import fedora.us RPM, take out save-alsamixer & alsaconf for now
|
||||
|
||||
* Tue Jun 20 2000 Lisa Sagami <czs14350@nifty.ne.jp>
|
||||
- import to Vine 0.5.8-0vl1 from 0.5.8-0k1
|
||||
- BuildRequires: alsa-lib >= 0.5.5
|
||||
* Thu Dec 11 2003 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.0.0-0.fdr.0.4.rc2
|
||||
- rename alsamixer-saver save-alsamixer
|
||||
|
||||
* Tue Jun 6 2000 AYUHANA Tomonori <l@kondara.org>
|
||||
- Version up 0.5.7 -> 0.5.8
|
||||
- add -q at %setup
|
||||
- use %configure
|
||||
* Mon Dec 8 2003 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.0.0-0.fdr.0.3.rc2
|
||||
- Integrate Michael Schwendt's script alsamixer-saver; Still not quite sure if
|
||||
this script is the right way -- but mine didn't work...
|
||||
|
||||
* Thu Apr 9 2000 Toru Hoshina <t@kondara.org>
|
||||
- Version up 0.5.6 -> 0.5.7
|
||||
* Sat Dec 6 2003 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.0.0-0.fdr.0.2.rc2
|
||||
- Update to 1.0.0rc2
|
||||
- added alsamixer Script -- stores settings on shutdown, does nothing on startup
|
||||
- some minor corrections in spec-file style
|
||||
|
||||
* Wed Mar 15 2000 Daiki Matsuda <dyky@kondara.org>
|
||||
- Version up 0.5.5 -> 0.5.6
|
||||
|
||||
* Thu Mar 2 2000 Toru Hoshina <t@kondara.org>
|
||||
- Version up 0.5.4 -> 0.5.5
|
||||
|
||||
* Sun Feb 27 2000 Toru Hoshina <t@kondara.org>
|
||||
- Version up 0.4.1e -> 0.5.4
|
||||
|
||||
* Sat Jan 29 2000 Toru Hoshina <t@kondara.org>
|
||||
- stripped. (*^_^*)
|
||||
|
||||
* Mon Nov 8 1999 Toru Hoshina <t@kondara.org>
|
||||
- be a NoSrc :-P
|
||||
|
||||
* Mon May 28 1998 Helge Jensen <slog@slog.dk>
|
||||
|
||||
- Made SPEC file
|
||||
* Wed Dec 3 2003 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.0.0-0.fdr.0.1.rc1
|
||||
- Update to 1.0.0rc1
|
||||
|
||||
* Wed Aug 6 2003 Dams <anvil[AT]livna.org> 0:utils-0.fdr.1
|
||||
- Initial build.
|
||||
|
Loading…
Reference in New Issue
Block a user