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