links for 2010-01-11
11 gennaio 2010-
Fnanna Fansub :: Manga Lair – Il portale italiano dedicato ai manga e agli anime.
links for 2009-11-22
22 novembre 2009-
get the gstreamer packages: from http://gstreamer.freedesktop.org/src/
from the gst-ffmpeg directory get gst-ffmpeg-0.10.9.tar.bz2 extract to Download directory
from the gst-plugins-bad directory get gst-plugins-bad-0.10.16.tar.bz2 extract to Download directory
from the gst-plugins-base directory get gst-plugins-base-0.10.25.tar.bz2 extract to Download directory
from the gst-plugins-good directory get gst-plugins-good-0.10.16.tar.bz2 extract to Download directory
from the gst-plugins-ugly directory get gst-plugins-ugly-0.10.13.tar.bz2 extract to Download directory
from the gstreamer directory get gstreamer-0.10.25.tar.bz2 extract to Download directoryInstall build dependent packages:
yum install gcc bison flex *glib* *diff* liboil*dev*
Build the modules in this order:
cd ./gstreamer-0.10.25
./configure -prefix=/usr && make && make installcd ../gst-plugins-base-0.10.25
./configure -prefix=/usr && make && make installcd ../gst-plugins-good-0.10.16
./configure -prefix=/usr && ma