Monad lectures. Note: Single take!
Apparently I have a thing for smart women.
Hat tip: LTU
Sunday, September 16, 2007
Friday, February 09, 2007
fluendo plugin installation in Fedora 6
For some reason this information is impossible to find. The first step is the same as it is elsewhere: you do a
and copy the plugin .so files in there, e.g.:
but with Fedora you also have to set the SELinux security context:
If you're curious, you can see the security context of a file like so:
mkdir ~/.gstreamer-0.10/plugins
and copy the plugin .so files in there, e.g.:
tar xjf fluendo-mp3-1.i386.tar.bz2
cp fluendo-mp3-i386/libgstflump3dec.so ~/.gstreamer-0.10/plugins/
but with Fedora you also have to set the SELinux security context:
cd ~/.gstreamer-0.10/plugins/
chcon --type=textrel_shlib_t *.so
If you're curious, you can see the security context of a file like so:
secon --file libgstflump3dec.so
Subscribe to:
Posts (Atom)