65 lines
1.7 KiB
RPMSpec
65 lines
1.7 KiB
RPMSpec
|
Name: phonon-backend-vlc
|
||
|
Version: 0.6.1
|
||
|
Release: 2mamba
|
||
|
Summary: VideoLAN phonon backend
|
||
|
Group: System/Libraries
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||
|
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
|
||
|
License: LGPL
|
||
|
BuildRequires: cmake
|
||
|
Conflicts: libqt4-phonon-devel
|
||
|
## AUTOBUILDREQ-BEGIN
|
||
|
BuildRequires: glibc-devel
|
||
|
BuildRequires: libgcc
|
||
|
BuildRequires: libphonon-devel
|
||
|
BuildRequires: libqt4-devel
|
||
|
BuildRequires: libstdc++6-devel
|
||
|
BuildRequires: libvlc-devel
|
||
|
## AUTOBUILDREQ-END
|
||
|
BuildRequires: libvlc-devel >= 2.1.0
|
||
|
Provides: phonon_backend
|
||
|
Requires: libqt4 >= %_qt4_version
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
|
|
||
|
%description
|
||
|
VideoLAN phonon backend.
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
|
||
|
%build
|
||
|
%cmake_kde4 -d build
|
||
|
%make
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
%makeinstall -C build
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%{_kde4_libdir}/kde4/plugins/phonon_backend/phonon_vlc.so
|
||
|
%{_kde4_servicesdir}/phononbackends/vlc.desktop
|
||
|
%doc COPYING.LIB
|
||
|
|
||
|
%changelog
|
||
|
* 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
|