81 lines
1.8 KiB
RPMSpec
81 lines
1.8 KiB
RPMSpec
%bcond_with gcc
|
|
|
|
Name: mpvqt
|
|
Version: 1.0.1
|
|
Release: 2%{?dist}
|
|
Summary: QML wrapper for libmpv
|
|
License: LGPL-2.1-only OR LGPL-3.0-only
|
|
URL: https://invent.kde.org/libraries/mpvqt
|
|
Source: https://download.kde.org/stable/mpvqt/mpvqt-%{version}.tar.xz
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
%if %{with gcc}
|
|
BuildRequires: gcc-toolset-14-gcc-c++
|
|
%else
|
|
BuildRequires: clang
|
|
%endif
|
|
BuildRequires: kf6-rpm-macros
|
|
BuildRequires: cmake(Qt6Quick)
|
|
BuildRequires: pkgconfig(mpv)
|
|
|
|
%description
|
|
MpvQt is a libmpv wrapper for Qt Quick 2/Qml.
|
|
|
|
%package devel
|
|
Summary: Development files for %{name}
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
Requires: cmake(Qt6Quick)
|
|
Requires: pkgconfig(mpv)
|
|
%description devel
|
|
Development headers and link library for building packages which use %{name}.
|
|
|
|
|
|
%prep
|
|
%autosetup
|
|
|
|
|
|
%build
|
|
%if %{with gcc}
|
|
%enable_devtoolset14
|
|
export CC=gcc
|
|
export CXX=c++
|
|
%endif
|
|
|
|
%cmake_kf6
|
|
%cmake_build
|
|
|
|
|
|
%install
|
|
%cmake_install
|
|
|
|
|
|
%files
|
|
%license LICENSES/LGPL* LICENSES/LicenseRef-KDE*
|
|
%doc README.md
|
|
%{_libdir}/libMpvQt.so.1{,.*}
|
|
|
|
%files devel
|
|
%{_includedir}/MpvQt/
|
|
%{_libdir}/libMpvQt.so
|
|
%{_libdir}/cmake/MpvQt/
|
|
|
|
|
|
%changelog
|
|
* Fri Oct 11 2024 Raven <raven@sysadmins.ws> - 1.0.1-2
|
|
- rebuild (Qt6)
|
|
|
|
* Wed Aug 7 2024 Raven <raven@sysadmins.ws> - 1.0.1-1
|
|
- 1.0.1
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
* Sun Dec 17 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 1.0.0-1
|
|
- 1.0.0
|
|
|
|
* Sun Dec 03 2023 Yaakov Selkowitz <yselkowitz@fedoraproject.org> - 1.0.0~20231202gitac03349-1
|
|
- Initial import
|