fixup
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=111
This commit is contained in:
parent
4df09026ce
commit
49c438d206
@ -1,7 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 4 11:09:14 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Reintroduce calling {_libdir}/vlc/vlc-cache-gen during post.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 3 15:00:18 UTC 2015 - aloisio@gmx.com
|
Tue Mar 3 15:00:18 UTC 2015 - aloisio@gmx.com
|
||||||
|
|
||||||
- made fludsynth optional again out of caution
|
- made fludsynth optional again out of caution
|
||||||
- added vlc-2.2.0-fix_deinterlace_mmx.patch to make
|
- added vlc-2.2.0-fix_deinterlace_mmx.patch to make
|
||||||
SLE11/i586 build without a recent enough gcc
|
SLE11/i586 build without a recent enough gcc
|
||||||
- fixed SLE11 to build without automake >= 1.11
|
- fixed SLE11 to build without automake >= 1.11
|
||||||
|
13
vlc.spec
13
vlc.spec
@ -461,10 +461,16 @@ for lang in ach an cgg co ff tet; do
|
|||||||
done
|
done
|
||||||
%find_lang vlc
|
%find_lang vlc
|
||||||
|
|
||||||
%post -n %{name}-noX -p /sbin/ldconfig
|
%post -n %{name}-noX
|
||||||
|
/sbin/ldconfig
|
||||||
|
%{_libdir}/vlc/vlc-cache-gen -f %{_libdir}/vlc/plugins
|
||||||
|
|
||||||
%postun -n %{name}-noX -p /sbin/ldconfig
|
%postun -n %{name}-noX -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libvlc%{libvlc} -p /sbin/ldconfig
|
%post -n libvlc%{libvlc}
|
||||||
|
/sbin/ldconfig
|
||||||
|
%{_libdir}/vlc/vlc-cache-gen -f %{_libdir}/vlc/plugins
|
||||||
|
|
||||||
%postun -n libvlc%{libvlc} -p /sbin/ldconfig
|
%postun -n libvlc%{libvlc} -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libvlccore%{libvlccore} -p /sbin/ldconfig
|
%post -n libvlccore%{libvlccore} -p /sbin/ldconfig
|
||||||
@ -473,7 +479,6 @@ done
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/svlc
|
%{_bindir}/svlc
|
||||||
%{_datadir}/applications/vlc.desktop
|
|
||||||
%{_datadir}/pixmaps/vlc.png
|
%{_datadir}/pixmaps/vlc.png
|
||||||
%{_datadir}/icons/hicolor/*/apps/vlc*
|
%{_datadir}/icons/hicolor/*/apps/vlc*
|
||||||
%dir %{_datadir}/kde4
|
%dir %{_datadir}/kde4
|
||||||
@ -517,6 +522,8 @@ done
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc %{_datadir}/doc/vlc/
|
%doc %{_datadir}/doc/vlc/
|
||||||
%doc NEWS AUTHORS COPYING THANKS README
|
%doc NEWS AUTHORS COPYING THANKS README
|
||||||
|
# The .desktop file does not imply a dependeny on X; so let's keep it here
|
||||||
|
%{_datadir}/applications/vlc.desktop
|
||||||
%{_bindir}/cvlc
|
%{_bindir}/cvlc
|
||||||
%if 0%{?suse_version} >= 1320
|
%if 0%{?suse_version} >= 1320
|
||||||
%{_bindir}/nvlc
|
%{_bindir}/nvlc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user