2024-01-05 20:39:12 +01:00
|
|
|
Name: audex
|
2024-10-13 21:31:44 +02:00
|
|
|
Version: 24.08.2
|
2024-01-05 20:39:12 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: CDDA Extractor for the KDE
|
|
|
|
Group: Graphical Desktop/Applications/Multimedia
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-03-29 17:37:39 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://invent.kde.org/multimedia/audex
|
2024-01-05 20:39:12 +01:00
|
|
|
Source: https://github.com/KDE/audex.git/master/audex-%{version}.tar.bz2
|
2024-01-05 20:39:12 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-03-29 17:37:39 +01:00
|
|
|
BuildRequires: libcdio-devel
|
|
|
|
BuildRequires: libcdio-paranoia-devel
|
2024-01-05 20:39:12 +01:00
|
|
|
BuildRequires: libgcc
|
2024-03-29 17:37:39 +01:00
|
|
|
BuildRequires: libglvnd-devel
|
2024-01-05 20:39:12 +01:00
|
|
|
BuildRequires: libkcddb-devel
|
2024-03-29 17:37:39 +01:00
|
|
|
BuildRequires: libkf6-kcmutils-devel
|
|
|
|
BuildRequires: libkf6-kcolorscheme-devel
|
|
|
|
BuildRequires: libkf6-kcompletion-devel
|
|
|
|
BuildRequires: libkf6-kconfig-devel
|
|
|
|
BuildRequires: libkf6-kconfigwidgets-devel
|
|
|
|
BuildRequires: libkf6-kcoreaddons-devel
|
|
|
|
BuildRequires: libkf6-kcrash-devel
|
|
|
|
BuildRequires: libkf6-ki18n-devel
|
|
|
|
BuildRequires: libkf6-kiconthemes-devel
|
|
|
|
BuildRequires: libkf6-kio-devel
|
|
|
|
BuildRequires: libkf6-kjobwidgets-devel
|
|
|
|
BuildRequires: libkf6-kservice-devel
|
|
|
|
BuildRequires: libkf6-ktextwidgets-devel
|
|
|
|
BuildRequires: libkf6-kwidgetsaddons-devel
|
|
|
|
BuildRequires: libkf6-kxmlgui-devel
|
|
|
|
BuildRequires: libkf6-solid-devel
|
|
|
|
BuildRequires: libkf6-sonnet-devel
|
2024-01-05 20:39:12 +01:00
|
|
|
BuildRequires: libstdc++6-devel
|
2024-03-29 17:37:39 +01:00
|
|
|
BuildRequires: qt6-qtbase-devel
|
|
|
|
BuildRequires: qt6-qtdeclarative-devel
|
2024-01-05 20:39:12 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 20:39:12 +01:00
|
|
|
BuildRequires: cmake
|
2024-01-05 20:39:12 +01:00
|
|
|
|
|
|
|
%description
|
2024-01-05 20:39:12 +01:00
|
|
|
audex is a audio grabber tool for CD-ROM drives based on KDE.
|
2024-01-05 20:39:12 +01:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2024-01-05 20:39:12 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-05 20:39:12 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-05 20:39:12 +01:00
|
|
|
|
2024-01-05 20:39:12 +01:00
|
|
|
%build
|
2024-03-29 17:37:39 +01:00
|
|
|
%cmake_kf6 \
|
|
|
|
-DQT_MAJOR_VERSION=6
|
|
|
|
|
|
|
|
%cmake_build
|
2024-01-05 20:39:12 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-03-29 17:37:39 +01:00
|
|
|
%cmake_install
|
2024-01-05 20:39:12 +01:00
|
|
|
|
2024-01-05 20:39:12 +01:00
|
|
|
%find_lang %{name} --all-name
|
2024-01-05 20:39:12 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
2024-03-29 17:37:39 +01:00
|
|
|
%{_bindir}/audex
|
|
|
|
%{_datadir}/applications/org.kde.audex.desktop
|
2024-01-05 20:39:12 +01:00
|
|
|
%{_datadir}/metainfo/org.kde.audex.appdata.xml
|
2024-03-29 17:37:39 +01:00
|
|
|
%{_datadir}/solid/actions/*.desktop
|
|
|
|
%dir %{_datadir}/audex
|
|
|
|
%{_datadir}/audex/*
|
2024-05-28 12:08:15 +02:00
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/org.kde.audex.svg
|
2024-03-29 17:37:39 +01:00
|
|
|
%doc LICENSES
|
2024-01-05 20:39:12 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-10-13 21:31:44 +02:00
|
|
|
* Thu Oct 10 2024 Automatic Build System <autodist@openmamba.org> 24.08.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-09-15 12:10:19 +02:00
|
|
|
* Fri Sep 13 2024 Automatic Build System <autodist@openmamba.org> 24.08.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-08-29 11:40:46 +02:00
|
|
|
* Fri Aug 23 2024 Automatic Build System <autodist@openmamba.org> 24.08.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Aug 14 2024 Automatic Build System <autodist@openmamba.org> 24.07.90-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-07-07 22:24:14 +02:00
|
|
|
* Thu Jul 04 2024 Automatic Build System <autodist@openmamba.org> 24.05.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-06-16 15:42:44 +02:00
|
|
|
* Thu Jun 13 2024 Automatic Build System <autodist@openmamba.org> 24.05.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-05-28 12:08:15 +02:00
|
|
|
* Fri May 24 2024 Automatic Build System <autodist@openmamba.org> 24.05.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue May 21 2024 Automatic Build System <autodist@openmamba.org> 24.04.90-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-03-29 17:37:39 +01:00
|
|
|
* Tue Mar 12 2024 Automatic Build System <autodist@openmamba.org> 0.98-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Dec 26 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.96.1-1mamba
|
|
|
|
- update to 0.96.1
|
|
|
|
|
2024-01-05 20:39:12 +01:00
|
|
|
* Mon Sep 14 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.79.20200914git-1mamba
|
|
|
|
- update to 0.79.20200914git
|
|
|
|
|
2024-01-05 20:39:12 +01:00
|
|
|
* Thu Dec 04 2014 Automatic Build System <autodist@mambasoft.it> 0.79-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:39:12 +01:00
|
|
|
* 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
|