skype: update to 4.1.0.20
Also added desktop entries for v4l1compat and v4l2convert modes to fix compatibility with some webcams
This commit is contained in:
parent
c00fd0fdd5
commit
9cf1a6e2d7
@ -1,6 +1,6 @@
|
||||
Name: skype
|
||||
Version: @skypever@
|
||||
Release: 2@distroext@
|
||||
Release: @distroext@
|
||||
Epoch: 1
|
||||
Summary: An Internet voice and video communication software
|
||||
Group: Graphical Desktop/Applications/Internet
|
||||
@ -64,6 +64,31 @@ cp %{S:0} LICENSE
|
||||
|
||||
rm -fr ${tmpdir}
|
||||
|
||||
# create a v4l1_compat desktop link
|
||||
cat > %{buildroot}%{_datadir}/applications/skype-v4l1.desktop << _EOF
|
||||
[Desktop Entry]
|
||||
Name=Skype (v4l1 compatibility)
|
||||
Comment=Skype Internet Telephony
|
||||
Exec=LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype
|
||||
Icon=skype.png
|
||||
Terminal=0
|
||||
Type=Application
|
||||
Encoding=UTF-8
|
||||
Categories=Network;Application;
|
||||
_EOF
|
||||
|
||||
cat > %{buildroot}%{_datadir}/applications/skype-v4l2.desktop << _EOF
|
||||
[Desktop Entry]
|
||||
Name=Skype (fixed v4l2 compatibility)
|
||||
Comment=Skype Internet Telephony
|
||||
Exec=LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so skype
|
||||
Icon=skype.png
|
||||
Terminal=0
|
||||
Type=Application
|
||||
Encoding=UTF-8
|
||||
Categories=Network;Application;
|
||||
_EOF
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
|
||||
@ -71,6 +96,8 @@ rm -fr ${tmpdir}
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/skype
|
||||
%{_datadir}/applications/skype.desktop
|
||||
%{_datadir}/applications/skype-v4l1.desktop
|
||||
%{_datadir}/applications/skype-v4l2.desktop
|
||||
%{_datadir}/icons/skype.png
|
||||
%{_datadir}/pixmaps/skype.png
|
||||
%dir %{_datadir}/skype
|
||||
@ -80,7 +107,10 @@ rm -fr ${tmpdir}
|
||||
%doc LICENSE README
|
||||
|
||||
%changelog
|
||||
* Thu Sep 10 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2-2mamba
|
||||
* Mon Dec 10 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 4.2.0.20-1mamba
|
||||
- added v4l1 and v4l2 webcam compatibility desktop entries
|
||||
|
||||
* Thu Sep 10 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.0.47-2mamba
|
||||
- specfile fixed for 2.1.0.47
|
||||
|
||||
* Wed May 28 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.0.68-1mamba
|
||||
|
@ -1,5 +1,5 @@
|
||||
FLASHPLUGIN_VERSION=11.2.202.251
|
||||
WIN32CODECS_VERSION=20110131
|
||||
SKYPE_VERSION=4.0.0.8
|
||||
SKYPE_VERSION=4.1.0.20
|
||||
VIRTUALBOX_EXTENSION_PACK_VERSION=4.2.0
|
||||
SUN_JAVA7_VERSION=7u6
|
||||
|
Loading…
Reference in New Issue
Block a user