Author: blues Date: Fri Jul 17 10:41:02 2009 GMT Module: packages Tag: HEAD ---- Log message: - vlc-wrapper should be suid-root or removed. Is video group the best choice?
---- Files affected: packages/vlc: vlc.spec (1.189 -> 1.190) , TODO (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/vlc/vlc.spec diff -u packages/vlc/vlc.spec:1.189 packages/vlc/vlc.spec:1.190 --- packages/vlc/vlc.spec:1.189 Sat Jul 11 13:17:57 2009 +++ packages/vlc/vlc.spec Fri Jul 17 12:40:56 2009 @@ -1,15 +1,5 @@ # $Revision$, $Date$ # -# TODO: -# - flac plugin doesn't work with mono files -# - what really changes live bcond? -# - why mozilla plugin is linked with libXt? -# - why mkv plugin is linked with libsysfs? -# - create specs and build plugins: -# - tremor - http://xiph.org/vorbis -# - goom - http://www.ios-software.com/?page=projet&quoi=1 -# - tarkin - http://xiph.org/vorbis (obsolete?) -# # Conditional build: %bcond_without aalib # build without aalib support %bcond_without alsa # don't build alsa plugin @@ -43,7 +33,7 @@ Summary(pl.UTF-8): VLC - odtwarzacz multimedialny oraz serwer strumieni Name: vlc Version: 1.0.0 -Release: 4 +Release: 4.1 License: GPL Group: X11/Applications/Multimedia # use the bz2 src, its a 4mb difference @@ -403,7 +393,8 @@ %attr(755,root,root) %{_bindir}/cvlc %attr(755,root,root) %{_bindir}/nvlc %attr(755,root,root) %{_bindir}/rvlc -%attr(755,root,root) %{_bindir}/vlc* +%attr(755,root,root) %{_bindir}/vlc +%attr(4754,root,video) %{_bindir}/vlc-wrapper %attr(755,root,root) %{_libdir}/libvlc.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libvlc.so.[0-9] %attr(755,root,root) %{_libdir}/libvlccore.so.*.*.* @@ -808,6 +799,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.190 2009/07/17 10:40:56 blues +- vlc-wrapper should be suid-root or removed. Is video group the best + choice? + Revision 1.189 2009/07/11 11:17:57 charles - BR: libmtp-devel ================================================================ Index: packages/vlc/TODO diff -u /dev/null packages/vlc/TODO:1.1 --- /dev/null Fri Jul 17 12:41:02 2009 +++ packages/vlc/TODO Fri Jul 17 12:40:56 2009 @@ -0,0 +1,9 @@ +# TODO: +- flac plugin doesn't work with mono files +- what really changes live bcond? +- why mozilla plugin is linked with libXt? +- why mkv plugin is linked with libsysfs? +- create specs and build plugins: + - tremor - http://xiph.org/vorbis + - goom - http://www.ios-software.com/?page=projet&quoi=1 + - tarkin - http://xiph.org/vorbis (obsolete?) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vlc/vlc.spec?r1=1.189&r2=1.190&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
