2024-01-06 09:58:38 +01:00
|
|
|
Name: phonon-backend-vlc
|
2024-01-06 09:58:39 +01:00
|
|
|
Version: 0.11.1
|
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
|
|
|
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
|
|
|
URL: http://www.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
|
2024-01-06 09:58:39 +01:00
|
|
|
BuildRequires: ldconfig
|
2024-01-06 09:58:38 +01:00
|
|
|
BuildRequires: libgcc
|
2024-01-06 09:58:39 +01:00
|
|
|
BuildRequires: libphonon-devel
|
2024-01-06 09:58:38 +01:00
|
|
|
BuildRequires: libqt5-devel
|
2024-01-06 09:58:38 +01:00
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: libvlc-devel
|
|
|
|
## 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
|
|
|
|
Obsoletes: phonon-qt5-backend-vlc
|
2024-01-06 09:58:38 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
2024-01-06 09:58:39 +01:00
|
|
|
VideoLAN backend for Phonon.
|
2024-01-06 09:58:38 +01:00
|
|
|
|
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-01-06 09:58:39 +01:00
|
|
|
%cmake_kde5 -d build \
|
2024-01-06 09:58:38 +01:00
|
|
|
-DPHONON_BUILD_PHONON4QT5=on
|
|
|
|
|
2024-01-06 09:58:38 +01:00
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall -C build
|
|
|
|
|
2024-01-06 09:58:39 +01:00
|
|
|
%find_lang %{name}5_qt --with-qt --with-man --all-name || touch %{name}5_qt.lang
|
|
|
|
|
2024-01-06 09:58:38 +01:00
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
2024-01-06 09:58:39 +01:00
|
|
|
%files -f %{name}5_qt.lang
|
2024-01-06 09:58:38 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-06 09:58:38 +01:00
|
|
|
%{_libdir}/qt5/plugins/phonon4qt5_backend/phonon_vlc.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-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
|