# # kLAME # Summary: An mp3 converter for multiple files Name: klame Version: 2.0.6 Release: 1 License: GPL Group: Applications/Sound URL: http://www.jiggerjuice.net/software/klame/index.html Source0: %{name}-%{version}.tar.bz2 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root # Requires: /usr/lib/libmp3lame.so # Packager: Ken Sarkies %description kLAME is based on the LAME MP3 encoder. It is a GUI wrapper that allows a number of WAV files to be converted to MP3 with different compression characteristics. Each file appears in a row of a table, and each different compression type appears in a column. The grid contains checkboxes that can be used to include or exclude the combination from conversion. Each column allows different destination directories and different file names to be created, the latter through appending a filename tag. Conversion is done using threads so that multiple CPUs can be used to speed up the bulk conversion process. %prep %setup %build qmake-qt4 make %install chmod 755 klame mkdir -p %{buildroot}/usr/bin cp klame %{buildroot}/usr/bin/ %clean rm -fr %{buildroot} %files %defattr(-,root,root) /usr/bin/klame %doc README AUTHORS INSTALL LICENSE-GPL TODO LAME-options.txt LAME-preset-options.txt