automatic version update by autodist [release 0.5.1d-1mamba;Mon Jul 09 2012]
This commit is contained in:
parent
318cbfd70f
commit
a711cb6735
@ -1,2 +1,4 @@
|
||||
# awesfx
|
||||
|
||||
AWESFX is the package of various utility programs for controlling AWE32 driver. It includes the soundfont loader (sfxload), chorus/reverb effect loader (setfx), control parameter set up (aweset), and SF-Text conversion programs, and so on.
|
||||
|
||||
|
63
awesfx.spec
Normal file
63
awesfx.spec
Normal file
@ -0,0 +1,63 @@
|
||||
Name: awesfx
|
||||
Version: 0.5.1d
|
||||
Release: 1mamba
|
||||
Summary: AWESFX is a package of various utility programs for controlling AWE32 driver.
|
||||
Group: Applications/Multimedia
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
||||
URL: http://www.alsa-project.org/~tiwai/awedrv.html
|
||||
Source: http://ftp.suse.com/pub/people/tiwai/awesfx/awesfx-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libalsa-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
AWESFX is the package of various utility programs for controlling AWE32 driver. It includes the soundfont loader (sfxload), chorus/reverb effect loader (setfx), control parameter set up (aweset), and SF-Text conversion programs, and so on.
|
||||
|
||||
%prep
|
||||
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_mandir}/man1/sfxload.1.gz
|
||||
%doc AUTHORS COPYING ChangeLog README
|
||||
%{_bindir}/asfxload
|
||||
%{_bindir}/aweset
|
||||
%{_bindir}/gusload
|
||||
%{_bindir}/setfx
|
||||
%{_bindir}/sf2text
|
||||
%{_bindir}/sfxload
|
||||
%{_bindir}/sfxtest
|
||||
%{_bindir}/text2sf
|
||||
%{_datadir}/man/man1/asfxload.1.gz
|
||||
%dir %{_datadir}/sounds
|
||||
%dir %{_datadir}/sounds/sf2
|
||||
%{_datadir}/sounds/sf2/README-bank
|
||||
%{_datadir}/sounds/sf2/*.bnk
|
||||
%{_datadir}/sounds/sf2/setfx-sample.cfg
|
||||
|
||||
%changelog
|
||||
* Mon Jul 09 2012 Automatic Build System <autodist@mambasoft.it> 0.5.1d-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 29 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.1c-2mamba
|
||||
- fixed group
|
||||
|
||||
* Thu Aug 28 2008 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.5.1c-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user