update to 0.10.2
build with vlc 3.0.6 removed and obsoleted qt4 backend [release 0.10.2-1mamba;Sun Feb 03 2019]
This commit is contained in:
parent
b4f0abc5b1
commit
e5c8c38485
@ -1,4 +1,4 @@
|
|||||||
# phonon-backend-vlc
|
# phonon-backend-vlc
|
||||||
|
|
||||||
VideoLAN phonon backend.
|
VideoLAN backend for Phonon.
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Name: phonon-backend-vlc
|
Name: phonon-backend-vlc
|
||||||
Version: 0.9.0
|
Version: 0.10.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: VideoLAN phonon backend
|
Summary: VideoLAN backend for Phonon
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
@ -10,65 +10,50 @@ 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
|
BuildRequires: cmake
|
||||||
Conflicts: libqt4-phonon-devel
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libphonon-devel
|
|
||||||
BuildRequires: libphonon-qt5-devel
|
BuildRequires: libphonon-qt5-devel
|
||||||
BuildRequires: libqt4-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: libvlc-devel >= 2.2.0-1mamba
|
BuildRequires: libvlc-devel >= 3.0.6-1mamba
|
||||||
|
Conflicts: libqt4-phonon-devel
|
||||||
Provides: phonon_backend
|
Provides: phonon_backend
|
||||||
Requires: libqt4 >= %_qt4_version
|
Provides: phonon5_backend
|
||||||
|
Provides: phonon-qt5-backend-vlc
|
||||||
|
Obsoletes: phonon-qt5-backend-vlc
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
VideoLAN phonon backend.
|
VideoLAN backend for Phonon.
|
||||||
|
|
||||||
%package -n phonon-qt5-backend-vlc
|
|
||||||
Summary: VLC backend for Phonon-qt5
|
|
||||||
Group: System/Libraries
|
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
||||||
Provides: phonon5_backend
|
|
||||||
|
|
||||||
%description -n phonon-qt5-backend-vlc
|
|
||||||
VLC backend for Phonon-qt5.
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n phonon-vlc-%{version}
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde4 -d build
|
%cmake_kde5 -d build \
|
||||||
%make
|
|
||||||
|
|
||||||
cd ..
|
|
||||||
%cmake_kde5 -d build5 \
|
|
||||||
-DPHONON_BUILD_PHONON4QT5=on
|
-DPHONON_BUILD_PHONON4QT5=on
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%makeinstall -C build
|
||||||
%makeinstall -C build5
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kde4_libdir}/kde4/plugins/phonon_backend/phonon_vlc.so
|
%{_libdir}/qt5/plugins/phonon4qt5_backend/phonon_vlc.so
|
||||||
%{_kde4_servicesdir}/phononbackends/vlc.desktop
|
|
||||||
%doc COPYING.LIB
|
%doc COPYING.LIB
|
||||||
|
|
||||||
%files -n phonon-qt5-backend-vlc
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_libdir}/qt5/plugins/phonon4qt5_backend/phonon_vlc.so
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
|
||||||
* Sat May 14 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-1mamba
|
* Sat May 14 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-1mamba
|
||||||
- update to 0.9.0
|
- update to 0.9.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user