update to 0.9.0 [release 0.9.0-1mamba;Sat May 14 2016]
This commit is contained in:
parent
52082a5361
commit
b4f0abc5b1
@ -1,5 +1,5 @@
|
|||||||
Name: phonon-backend-vlc
|
Name: phonon-backend-vlc
|
||||||
Version: 0.8.2
|
Version: 0.9.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: VideoLAN phonon backend
|
Summary: VideoLAN phonon backend
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -7,7 +7,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||||
URL: http://www.kde.org
|
URL: http://www.kde.org
|
||||||
Source: ftp://ftp.kde.org/pub/kde/stable/phonon/phonon-backend-vlc/%{version}/src/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
|
Conflicts: libqt4-phonon-devel
|
||||||
@ -15,7 +15,9 @@ Conflicts: libqt4-phonon-devel
|
|||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libphonon-devel
|
BuildRequires: libphonon-devel
|
||||||
|
BuildRequires: libphonon-qt5-devel
|
||||||
BuildRequires: libqt4-devel
|
BuildRequires: libqt4-devel
|
||||||
|
BuildRequires: libqt5-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libvlc-devel
|
BuildRequires: libvlc-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -27,16 +29,31 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
%description
|
%description
|
||||||
VideoLAN phonon backend.
|
VideoLAN phonon backend.
|
||||||
|
|
||||||
|
%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
|
%setup -q -n phonon-vlc-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde4 -d build
|
%cmake_kde4 -d build
|
||||||
%make
|
%make
|
||||||
|
|
||||||
|
cd ..
|
||||||
|
%cmake_kde5 -d build5 \
|
||||||
|
-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}"
|
||||||
@ -47,7 +64,14 @@ VideoLAN phonon backend.
|
|||||||
%{_kde4_servicesdir}/phononbackends/vlc.desktop
|
%{_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
|
||||||
|
* Sat May 14 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-1mamba
|
||||||
|
- update to 0.9.0
|
||||||
|
|
||||||
* Sun Mar 22 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.2-1mamba
|
* Sun Mar 22 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.2-1mamba
|
||||||
- update to 0.8.2
|
- update to 0.8.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user