update to 0.11.1 [release 0.11.1-1mamba;Thu Jan 02 2020]
This commit is contained in:
parent
e5c8c38485
commit
8f989e5b62
@ -1,5 +1,5 @@
|
||||
Name: phonon-backend-vlc
|
||||
Version: 0.10.2
|
||||
Version: 0.11.1
|
||||
Release: 1mamba
|
||||
Summary: VideoLAN backend for Phonon
|
||||
Group: System/Libraries
|
||||
@ -9,15 +9,16 @@ Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
URL: http://www.kde.org
|
||||
Source: http://download.kde.org/stable/phonon/phonon-backend-vlc/%{version}/phonon-backend-vlc-%{version}.tar.xz
|
||||
License: LGPL
|
||||
BuildRequires: cmake
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libphonon-qt5-devel
|
||||
BuildRequires: libphonon-devel
|
||||
BuildRequires: libqt5-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libvlc-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
BuildRequires: libvlc-devel >= 3.0.6-1mamba
|
||||
Conflicts: libqt4-phonon-devel
|
||||
Provides: phonon_backend
|
||||
@ -40,15 +41,20 @@ VideoLAN backend for Phonon.
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
%find_lang %{name}5_qt --with-qt --with-man --all-name || touch %{name}5_qt.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%files -f %{name}5_qt.lang
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/qt5/plugins/phonon4qt5_backend/phonon_vlc.so
|
||||
%doc COPYING.LIB
|
||||
|
||||
%changelog
|
||||
* Thu Jan 02 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.11.1-1mamba
|
||||
- update to 0.11.1
|
||||
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user