diff --git a/README.md b/README.md index 09a58c9..3eeb21f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ # audex +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 + diff --git a/audex-0.74b1-conf.patch b/audex-0.74b1-conf.patch new file mode 100644 index 0000000..5838027 --- /dev/null +++ b/audex-0.74b1-conf.patch @@ -0,0 +1,21 @@ +--- audex-0.74b1/audex.kcfg.orig 2011-02-14 09:36:00.000000000 +0100 ++++ audex-0.74b1/audex.kcfg 2011-02-14 09:36:16.000000000 +0100 +@@ -5,6 +5,7 @@ + http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > + QtCore/qdir.h + libkcompactdisc/kcompactdisc.h ++ kglobalsettings.h + + + +--- audex-0.74b1/audex.kcfg.orig 2011-02-14 09:27:45.000000000 +0100 ++++ audex-0.74b1/audex.kcfg 2011-02-14 09:28:01.000000000 +0100 +@@ -41,7 +42,7 @@ + true + + +- QDir::homePath()+QString::fromLatin1("/Music") ++ KGlobalSettings::musicPath() + + + false diff --git a/audex.spec b/audex.spec new file mode 100644 index 0000000..593c18c --- /dev/null +++ b/audex.spec @@ -0,0 +1,83 @@ +Name: audex +Version: 0.78 +Release: 1mamba +Summary: CDDA Extractor for the KDE +Group: Graphical Desktop/Applications/Multimedia +Vendor: openmamba +Distribution: openmamba +Packager: Stefano Cotta Ramusino +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 +* Mon Mar 03 2014 Automatic Build System 0.78-1mamba +- automatic version update by autodist + +* Fri Feb 08 2013 Automatic Build System 0.77b1-1mamba +- automatic version update by autodist + +* Sun Jan 27 2013 Automatic Build System 0.76b2-1mamba +- automatic version update by autodist + +* Mon Feb 14 2011 Stefano Cotta Ramusino 0.74b1-1mamba +- update to 0.74b1 + +* Thu Apr 01 2010 Stefano Cotta Ramusino 0.72b1-1mamba +- package created by autospec