2024-01-06 09:58:38 +01:00
|
|
|
Name: phonon-backend-vlc
|
2024-02-08 13:15:32 +01:00
|
|
|
Version: 0.12.0
|
2024-01-06 09:58:38 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 09:58:39 +01:00
|
|
|
Summary: VideoLAN backend for Phonon
|
2024-01-06 09:58:38 +01:00
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-02-08 13:15:32 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://kde.org/
|
2024-01-06 09:58:38 +01:00
|
|
|
Source: http://download.kde.org/stable/phonon/phonon-backend-vlc/%{version}/phonon-backend-vlc-%{version}.tar.xz
|
2024-01-06 09:58:38 +01:00
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libgcc
|
2024-02-08 13:15:32 +01:00
|
|
|
BuildRequires: libglvnd-devel
|
2024-01-06 09:58:39 +01:00
|
|
|
BuildRequires: libphonon-devel
|
2024-02-08 13:15:32 +01:00
|
|
|
BuildRequires: libphonon-qt6-devel
|
2024-01-06 09:58:38 +01:00
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: libvlc-devel
|
2024-02-08 13:15:32 +01:00
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
BuildRequires: qt6-qtbase-devel
|
2024-01-06 09:58:38 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 09:58:39 +01:00
|
|
|
BuildRequires: cmake
|
2024-01-06 09:58:39 +01:00
|
|
|
BuildRequires: libvlc-devel >= 3.0.6-1mamba
|
|
|
|
Conflicts: libqt4-phonon-devel
|
2024-01-06 09:58:38 +01:00
|
|
|
Provides: phonon_backend
|
2024-01-06 09:58:39 +01:00
|
|
|
Provides: phonon5_backend
|
|
|
|
Provides: phonon-qt5-backend-vlc
|
2024-02-08 13:15:32 +01:00
|
|
|
Obsoletes: phonon-qt5-backend-vlc < 0.12.0
|
2024-01-06 09:58:38 +01:00
|
|
|
|
|
|
|
%description
|
2024-01-06 09:58:39 +01:00
|
|
|
VideoLAN backend for Phonon.
|
2024-01-06 09:58:38 +01:00
|
|
|
|
2024-02-08 13:15:32 +01:00
|
|
|
%package qt6
|
|
|
|
Group: System/Libraries
|
|
|
|
Summary: VideoLAN backend for Phonon
|
|
|
|
Provides: phonon_backend
|
|
|
|
Provides: phonon6_backend
|
|
|
|
|
|
|
|
%description qt6
|
|
|
|
VideoLAN backend for Phonon.
|
|
|
|
|
2024-01-06 09:58:38 +01:00
|
|
|
%prep
|
2024-01-06 09:58:39 +01:00
|
|
|
%setup -q
|
2024-01-06 09:58:38 +01:00
|
|
|
|
|
|
|
%build
|
2024-02-08 13:15:32 +01:00
|
|
|
%cmake -d build \
|
|
|
|
-DPHONON_BUILD_QT6=OFF
|
|
|
|
|
|
|
|
%make
|
|
|
|
|
|
|
|
cd ..
|
|
|
|
%cmake -d build-qt6 \
|
|
|
|
-DPHONON_BUILD_QT5=OFF
|
|
|
|
|
|
|
|
%make
|
2024-01-06 09:58:38 +01:00
|
|
|
|
2024-01-06 09:58:38 +01:00
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall -C build
|
2024-02-08 13:15:32 +01:00
|
|
|
%makeinstall -C build-qt6
|
2024-01-06 09:58:38 +01:00
|
|
|
|
2024-02-08 13:15:32 +01:00
|
|
|
%find_lang %{name} --with-qt --with-man --all-name || touch %{name}.lang
|
2024-01-06 09:58:39 +01:00
|
|
|
|
2024-01-06 09:58:38 +01:00
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
2024-02-08 13:15:32 +01:00
|
|
|
%files -f %{name}.lang
|
2024-01-06 09:58:38 +01:00
|
|
|
%defattr(-,root,root)
|
2024-02-08 13:15:32 +01:00
|
|
|
%{_qt5_plugindir}/phonon4qt5_backend/phonon_vlc_qt5.so
|
|
|
|
%doc COPYING.LIB
|
|
|
|
|
|
|
|
%files qt6 -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_qt6_plugindir}/phonon4qt6_backend/phonon_vlc_qt6.so
|
2024-01-06 09:58:39 +01:00
|
|
|
%doc COPYING.LIB
|
2024-01-06 09:58:38 +01:00
|
|
|
|
2024-01-06 09:58:38 +01:00
|
|
|
%changelog
|
2024-02-08 13:15:32 +01:00
|
|
|
* Tue Feb 06 2024 Automatic Build System <autodist@openmamba.org> 0.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:58:39 +01:00
|
|
|
* Sat Mar 27 2021 Automatic Build System <autodist@mambasoft.it> 0.11.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:58:39 +01:00
|
|
|
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 0.11.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:58:39 +01:00
|
|
|
* Thu Jan 02 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.11.1-1mamba
|
|
|
|
- update to 0.11.1
|
|
|
|
|
2024-01-06 09:58:39 +01:00
|
|
|
* Sun Feb 03 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.2-1mamba
|
|
|
|
- update to 0.10.2
|
|
|
|
- build with vlc 3.0.6
|
|
|
|
- removed and obsoleted qt4 backend
|
|
|
|
|
2024-01-06 09:58:38 +01:00
|
|
|
* Sat May 14 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-1mamba
|
|
|
|
- update to 0.9.0
|
|
|
|
|
2024-01-06 09:58:38 +01:00
|
|
|
* Sun Mar 22 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.2-1mamba
|
|
|
|
- update to 0.8.2
|
|
|
|
|
|
|
|
* Sun Mar 22 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.1-3mamba
|
|
|
|
- rebuilt by autoport with build requirements: libvlc-devel>=2.2.0-1mamba
|
|
|
|
|
2024-01-06 09:58:38 +01:00
|
|
|
* Sat Oct 26 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.1-2mamba
|
|
|
|
- rebuilt with vlc 2.1.0
|
|
|
|
|
|
|
|
* Sun Feb 03 2013 Davide Madrisan <davide.madrisan@gmail.com> 0.6.1-1mamba
|
|
|
|
- update to 0.6.1
|
|
|
|
|
|
|
|
* Sat Aug 18 2012 Automatic Build System <autodist@mambasoft.it> 0.6.0-1mamba
|
|
|
|
- update to 0.6.0
|
|
|
|
|
|
|
|
* Fri Mar 02 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.0-1mamba
|
|
|
|
- update to 0.5.0
|
|
|
|
|
|
|
|
* Sun Jan 23 2011 Davide Madrisan <davide.madrisan@gmail.com> 0.3.2-1mamba
|
|
|
|
- package created by autospec
|