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
|
||||||
|
121
alsa-utils.spec
121
alsa-utils.spec
@ -1,104 +1,65 @@
|
|||||||
Summary: Advanced Linux Sound Architecture (ALSA) - Utils
|
Summary: Advanced Linux Sound Architecture (ALSA) utilities
|
||||||
Name: alsa-utils
|
Name: alsa-utils
|
||||||
Version: 0.5.8
|
Version: 1.0.2
|
||||||
Release: 2
|
Release: 1%{?prever:.%{prever}}
|
||||||
Copyright: GPL
|
License: GPL
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{version}.tar.bz2
|
URL: http://www.alsa-project.org/
|
||||||
Patch0: alsa-utils-%{version}.patch
|
Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{version}%{?prever}.tar.bz2
|
||||||
URL: http://www.alsa-project.org
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: alsa-lib >= 0.5.5
|
BuildRequires: alsa-lib-devel >= 1.0.0
|
||||||
Requires: alsa-driver >= 0.5.5, alsa-lib >= 0.5.5
|
BuildRequires: ncurses-devel
|
||||||
BuildRoot: %{_tmppath}/alsa-utils-%{version}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Advanced Linux Sound Architecture (ALSA) - Utils
|
This package contains command line utilities for the Advanced Linux Sound
|
||||||
|
Architecture (ALSA).
|
||||||
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
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %{name}-%{version}%{?prever}
|
||||||
%patch0 -p1 -b .ln
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
make
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%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
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
%{__rm} -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-,root,root,-)
|
||||||
%doc ChangeLog COPYING README config.status
|
%doc COPYING ChangeLog README TODO
|
||||||
/usr/sbin/*
|
%{_bindir}/*
|
||||||
/usr/bin/*
|
%{_sbindir}/*
|
||||||
/usr/share/man/man1/*
|
%{_mandir}/man?/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Dec 05 2000 Yukihiro Nakai <ynakai@redhat.com>
|
* Wed Jan 28 2004 Bill Nottingham <notting@redhat.com> 1.0.2-1
|
||||||
- Add small fix for LN_S
|
- update to 1.0.2
|
||||||
|
|
||||||
* Wed Nov 15 2000 Yukihiro Nakai <ynakai@redhat.com>
|
* Wed Dec 17 2003 Bill Nottingham <notting@redhat.com> 1.0.0-0.rc2
|
||||||
- Get from Vine
|
- import fedora.us RPM, take out save-alsamixer & alsaconf for now
|
||||||
- /usr/man -> /usr/share/man
|
|
||||||
|
|
||||||
* Tue Jun 20 2000 Lisa Sagami <czs14350@nifty.ne.jp>
|
* Thu Dec 11 2003 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.0.0-0.fdr.0.4.rc2
|
||||||
- import to Vine 0.5.8-0vl1 from 0.5.8-0k1
|
- rename alsamixer-saver save-alsamixer
|
||||||
- BuildRequires: alsa-lib >= 0.5.5
|
|
||||||
|
|
||||||
* Tue Jun 6 2000 AYUHANA Tomonori <l@kondara.org>
|
* Mon Dec 8 2003 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.0.0-0.fdr.0.3.rc2
|
||||||
- Version up 0.5.7 -> 0.5.8
|
- Integrate Michael Schwendt's script alsamixer-saver; Still not quite sure if
|
||||||
- add -q at %setup
|
this script is the right way -- but mine didn't work...
|
||||||
- use %configure
|
|
||||||
|
|
||||||
* Thu Apr 9 2000 Toru Hoshina <t@kondara.org>
|
* Sat Dec 6 2003 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.0.0-0.fdr.0.2.rc2
|
||||||
- Version up 0.5.6 -> 0.5.7
|
- 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>
|
* Wed Dec 3 2003 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.0.0-0.fdr.0.1.rc1
|
||||||
- Version up 0.5.5 -> 0.5.6
|
- Update to 1.0.0rc1
|
||||||
|
|
||||||
* 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 Aug 6 2003 Dams <anvil[AT]livna.org> 0:utils-0.fdr.1
|
||||||
|
- Initial build.
|
||||||
|
Loading…
Reference in New Issue
Block a user