]> git.pld-linux.org Git - packages/vlc.git/commitdiff
- vlc-wrapper should be suid-root or removed. Is video group the best
authorPaweł Gołaszewski <blues@pld-linux.org>
Fri, 17 Jul 2009 10:40:56 +0000 (10:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  choice?

Changed files:
    TODO -> 1.1
    vlc.spec -> 1.190

TODO [new file with mode: 0644]
vlc.spec

diff --git a/TODO b/TODO
new file mode 100644 (file)
index 0000000..34ae113
--- /dev/null
+++ b/TODO
@@ -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?)
index 64ec747a648990945a3ffe8db06c42f9beae2f79..2e8e6631daba700116a5b4172245497e26c668b0 100644 (file)
--- a/vlc.spec
+++ b/vlc.spec
@@ -1,14 +1,4 @@
 #
-# 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
@@ -42,7 +32,7 @@ Summary:      VLC - a multimedia player and stream server
 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
@@ -402,7 +392,8 @@ fi
 %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.*.*.*
This page took 0.037466 seconds and 4 git commands to generate.