233 lines
7.1 KiB
RPMSpec
233 lines
7.1 KiB
RPMSpec
|
%bcond_with gcc
|
||
|
%global kf6_min_version 5.240.0
|
||
|
%global python3_pkgversion 3.11
|
||
|
|
||
|
Name: audiotube
|
||
|
Version: 24.12.0
|
||
|
Release: 1%{?dist}
|
||
|
# Automatically converted from old format: GPLv2+ - review is highly recommended.
|
||
|
License: GPL-2.0-or-later
|
||
|
Summary: AudioTube can search YouTube Music, list albums and artists, play automatically generated playlists, albums and allows to put your own playlist together.
|
||
|
Url: https://apps.kde.org/audiotube/
|
||
|
Source: https://download.kde.org/%{stable_kf6}/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||
|
|
||
|
BuildRequires: desktop-file-utils
|
||
|
BuildRequires: libappstream-glib
|
||
|
|
||
|
%if %{with gcc}
|
||
|
BuildRequires: gcc-toolset-14-gcc-c++
|
||
|
%else
|
||
|
BuildRequires: clang
|
||
|
%endif
|
||
|
BuildRequires: extra-cmake-modules >= %{kf6_min_version}
|
||
|
BuildRequires: kf6-rpm-macros >= %{kf6_min_version}
|
||
|
|
||
|
BuildRequires: python%{python3_pkgversion}-rpm-macros
|
||
|
BuildRequires: python%{python3_pkgversion}-devel
|
||
|
BuildRequires: python%{python3_pkgversion}-ytmusicapi
|
||
|
BuildRequires: python%{python3_pkgversion}-pybind11-devel
|
||
|
BuildRequires: yt-dlp
|
||
|
|
||
|
BuildRequires: cmake(Qt6Core)
|
||
|
BuildRequires: cmake(Qt6Gui)
|
||
|
BuildRequires: cmake(Qt6Qml)
|
||
|
BuildRequires: cmake(Qt6QuickControls2)
|
||
|
BuildRequires: cmake(Qt6Svg)
|
||
|
BuildRequires: cmake(Qt6Sql)
|
||
|
BuildRequires: cmake(Qt6Widgets)
|
||
|
BuildRequires: cmake(Qt6Multimedia)
|
||
|
BuildRequires: cmake(Qt6Concurrent)
|
||
|
BuildRequires: cmake(Qt6DBus)
|
||
|
|
||
|
BuildRequires: cmake(KF6Kirigami) >= %{kf6_min_version}
|
||
|
BuildRequires: cmake(KF6I18n) >= %{kf6_min_version}
|
||
|
BuildRequires: cmake(KF6CoreAddons) >= %{kf6_min_version}
|
||
|
BuildRequires: cmake(KF6Crash) >= %{kf6_min_version}
|
||
|
BuildRequires: cmake(KF6WindowSystem) >= %{kf6_min_version}
|
||
|
BuildRequires: cmake(KF6KirigamiAddons)
|
||
|
|
||
|
BuildRequires: cmake(FutureSQL6)
|
||
|
BuildRequires: cmake(QCoro6Core)
|
||
|
|
||
|
Requires: hicolor-icon-theme
|
||
|
Requires: kf6-kirigami%{?_isa}
|
||
|
Requires: kf6-kirigami-addons%{?_isa}
|
||
|
Requires: kf6-purpose%{?_isa}
|
||
|
Requires: qt6-qt5compat%{?_isa}
|
||
|
Requires: qt6-qtmultimedia%{?_isa}
|
||
|
Requires: python%{python3_pkgversion}-ytmusicapi
|
||
|
Requires: yt-dlp
|
||
|
|
||
|
%description
|
||
|
%{summary}.
|
||
|
|
||
|
%prep
|
||
|
%autosetup -p1
|
||
|
|
||
|
%build
|
||
|
%if %{with gcc}
|
||
|
%enable_devtoolset14
|
||
|
export CC=gcc
|
||
|
export CXX=c++
|
||
|
%else
|
||
|
%global optflags %(echo %{optflags}) -Qunused-arguments
|
||
|
%endif
|
||
|
|
||
|
%cmake_kf6 -DQT_MAJOR_VERSION=6 \
|
||
|
-DPython3_EXECUTABLE:FILEPATH=%{__python3} \
|
||
|
-DPython3_INTERPRETER:FILEPATH=%{__python3} \
|
||
|
-DPython3_INCLUDE_DIRS=%{_includedir}/python%{python3_pkgversion}
|
||
|
|
||
|
|
||
|
%cmake_build
|
||
|
|
||
|
%install
|
||
|
%cmake_install
|
||
|
%find_lang %{name}
|
||
|
|
||
|
%check
|
||
|
desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.desktop
|
||
|
appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.%{name}.appdata.xml
|
||
|
|
||
|
|
||
|
%files -f %{name}.lang
|
||
|
%license LICENSES/*
|
||
|
%{_kf6_bindir}/%{name}
|
||
|
%{_kf6_datadir}/applications/org.kde.%{name}.desktop
|
||
|
%{_kf6_metainfodir}/org.kde.%{name}.appdata.xml
|
||
|
%{_kf6_datadir}/icons/hicolor/scalable/apps/org.kde.%{name}.svg
|
||
|
|
||
|
|
||
|
%changelog
|
||
|
*Fri Jan 10 2025 Raven <raven@sysadmins.ws> - 24.12.1-1
|
||
|
- 24.12.1
|
||
|
|
||
|
* Sat Dec 07 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.12.0-1
|
||
|
- 24.12.0
|
||
|
|
||
|
* Fri Nov 29 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.11.90-1
|
||
|
- 24.11.90
|
||
|
|
||
|
* Fri Nov 15 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.11.80-1
|
||
|
- 24.11.80
|
||
|
|
||
|
* Tue Nov 05 2024 Steve Cossette <farchord@gmail.com> - 24.08.3-1
|
||
|
- 24.08.3
|
||
|
|
||
|
* Tue Oct 08 2024 Steve Cossette <farchord@gmail.com> - 24.08.2-1
|
||
|
- 24.08.2
|
||
|
|
||
|
* Wed Sep 25 2024 Alessandro Astone <ales.astone@gmail.com> - 24.08.1-1
|
||
|
- 24.08.1
|
||
|
|
||
|
* Thu Aug 22 2024 Steve Cossette <farchord@gmail.com> - 24.08.0-1
|
||
|
- 24.08.0
|
||
|
|
||
|
* Thu Jul 25 2024 Miroslav Suchý <msuchy@redhat.com> - 24.05.2-3
|
||
|
- convert license to SPDX
|
||
|
|
||
|
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 24.05.2-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||
|
|
||
|
* Sun Jul 07 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.05.2-1
|
||
|
- 24.05.2
|
||
|
|
||
|
* Fri Jun 14 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.05.1-1
|
||
|
- 24.05.1
|
||
|
|
||
|
* Sat Jun 08 2024 Python Maint <python-maint@redhat.com> - 24.05.0-3
|
||
|
- Rebuilt for Python 3.13
|
||
|
|
||
|
* Tue May 21 2024 Jan Grulich <jgrulich@redhat.com> - 24.05.0-2
|
||
|
- Rebuild (qt6)
|
||
|
|
||
|
* Fri May 17 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.05.0-1
|
||
|
- 24.05.0
|
||
|
|
||
|
* Fri Apr 12 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.02.2-1
|
||
|
- 24.02.2
|
||
|
|
||
|
* Thu Apr 04 2024 Jan Grulich <jgrulich@redhat.com> - 24.02.1-2
|
||
|
- Rebuild (qt6)
|
||
|
|
||
|
* Fri Mar 29 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.02.1-1
|
||
|
- 24.02.1
|
||
|
|
||
|
* Wed Feb 21 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.02.0-1
|
||
|
- 24.02.0
|
||
|
|
||
|
* Wed Jan 31 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.01.95-1
|
||
|
- 24.01.95
|
||
|
|
||
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 24.01.90-3
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||
|
|
||
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 24.01.90-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||
|
|
||
|
* Thu Jan 11 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.01.90-1
|
||
|
- 24.01.90
|
||
|
|
||
|
* Sat Dec 23 2023 ales.astone@gmail.com - 24.01.85-1
|
||
|
- 24.01.85
|
||
|
|
||
|
* Mon Dec 04 2023 Yaakov Selkowitz <yselkowitz@fedoraproject.org> - 24.01.80-1
|
||
|
- 24.01.80
|
||
|
|
||
|
* Thu Oct 12 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 23.08.2-1
|
||
|
- 23.08.2
|
||
|
|
||
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 23.04.3-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||
|
|
||
|
* Sat Jul 08 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 23.04.3-1
|
||
|
- 23.04.3
|
||
|
|
||
|
* Tue Jun 06 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 23.04.2-1
|
||
|
- 23.04.2
|
||
|
|
||
|
* Sat May 13 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 23.04.1-1
|
||
|
- 23.04.1
|
||
|
|
||
|
* Thu Apr 20 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 23.04.0-1
|
||
|
- 23.04.0
|
||
|
|
||
|
* Fri Mar 31 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 23.03.90-1
|
||
|
- 23.03.90
|
||
|
|
||
|
* Mon Mar 20 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 23.03.80-1
|
||
|
- 23.03.80
|
||
|
|
||
|
* Mon Jan 30 2023 Justin Zobel <justin@1707.io> - 23.01.0-1
|
||
|
- Update to 23.01.0
|
||
|
|
||
|
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 22.11-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||
|
|
||
|
* Thu Dec 01 2022 Justin Zobel <justin@1707.io> - 22.11-1
|
||
|
- Update to 22.11
|
||
|
|
||
|
* Wed Sep 28 2022 Justin Zobel <justin@1707.io> - 22.09-1
|
||
|
- Update to 22.09
|
||
|
|
||
|
* Thu Aug 25 2022 Justin Zobel <justin@1707.io> - 22.06-1
|
||
|
- Update to 22.06
|
||
|
|
||
|
* Sun Jul 31 2022 Onuralp SEZER <thunderbirdtr@fedoraproject.org> - 22.04-4
|
||
|
- kf5-kirigami requirement added. Fix BZ#2112614
|
||
|
|
||
|
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 22.04-3
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||
|
|
||
|
* Thu Jun 16 2022 Python Maint <python-maint@redhat.com> - 22.04-2
|
||
|
- Rebuilt for Python 3.11
|
||
|
|
||
|
* Wed May 04 2022 Justin Zobel <justin@1707.io> - 22.04-1
|
||
|
- Update to 22.04
|
||
|
|
||
|
* Thu Feb 10 2022 Onuralp SEZER <thunderbirdtr@fedoraproject.org> - 22.02-1
|
||
|
- Plasma mobile version 22.02
|
||
|
|
||
|
* Sun Jan 16 2022 Onuralp SEZER <thunderbirdtr@fedoraproject.org> - 21.12-1
|
||
|
- Initial version of package
|