87 lines
2.6 KiB
RPMSpec
87 lines
2.6 KiB
RPMSpec
Name: audex
|
|
Version: 0.79
|
|
Release: 1mamba
|
|
Summary: CDDA Extractor for the KDE
|
|
Group: Graphical Desktop/Applications/Multimedia
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
|
URL: http://kde.maniatek.de/audex/
|
|
Source: http://kde.maniatek.com/audex/files/audex-%{version}.tar.xz
|
|
Patch: audex-0.74b1-conf.patch
|
|
License: GPL
|
|
BuildRequires: cmake
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: kdelibs-devel
|
|
BuildRequires: libcdparanoia-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libkcddb-devel
|
|
BuildRequires: libkcompactdisc-devel
|
|
BuildRequires: libqt4-devel
|
|
BuildRequires: libstdc++6-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
audex is a audio grabber tool for CD-ROM drives based on KDE 4.
|
|
|
|
Features:
|
|
* Ripping with CDDA Paranoia, so you have quite perfect audio quality
|
|
* Ripping and encoding run parallel
|
|
* Filename editing with local and remote CDDB/FreeDB database
|
|
* Metadata correction tools like capitalization
|
|
* Multi-profile extraction (with one commandline-encoder per profile)
|
|
* Fetch covers from the internet and store them in the database
|
|
* Create playlists, cover and template-based-info files in target directory
|
|
* Creates ripping and encoding protocols
|
|
* Transfer files with KDE KIO-Slaves
|
|
|
|
%prep
|
|
%setup -q
|
|
#%patch -p1
|
|
|
|
%build
|
|
%cmake_kde4 -d build
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall -C build
|
|
|
|
chrpath --list %{buildroot}%{_kde4_bindir}/audex && chrpath --delete %{buildroot}%{_kde4_bindir}/audex || :
|
|
|
|
%find_lang %{name}
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%{_kde4_bindir}/audex
|
|
%{_kde4_xdgappsdir}/*.desktop
|
|
%{_kde4_datadir}/solid/actions/*.desktop
|
|
%{_kde4_datadir}/audex
|
|
%{_kde4_icondir}/hicolor/*/apps/*.png
|
|
%doc LICENCE
|
|
#README TODO
|
|
|
|
%changelog
|
|
* Thu Dec 04 2014 Automatic Build System <autodist@mambasoft.it> 0.79-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Mar 03 2014 Automatic Build System <autodist@mambasoft.it> 0.78-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Feb 08 2013 Automatic Build System <autodist@mambasoft.it> 0.77b1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jan 27 2013 Automatic Build System <autodist@mambasoft.it> 0.76b2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Feb 14 2011 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.74b1-1mamba
|
|
- update to 0.74b1
|
|
|
|
* Thu Apr 01 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.72b1-1mamba
|
|
- package created by autospec
|