# # # 10-Dec-03 amo Date-of-Birth # 27-Sep-05 amo Download xine-lib-1.1.0.tar.gz, xine-ui-0.99.4.tar.gz # # # # http://xinehq.de/index.php/releases # # # http://xine.sourceforge.net/ # http://xinehq.de/ # # http://www.freedesktop.org/software/pkgconfig/releases/ # # # apt-get install xine-ui # aptitude install gxine # # # wget http://internap.dl.sourceforge.net/sourceforge/xine/xine-lib-1.1.0.tar.gz # wget http://internap.dl.sourceforge.net/sourceforge/xine/xine-ui-0.99.4.tar.gz # # # cd /usr/local/src/ # tar zxpvf /opt/Src/MultiMedia/xine-lib-1-rc2.tar.gz # cd xine-lib-1-rc2 # ./configure # make # make install # # # # To FIx: # ------ # Perhaps you should add the directory containing `glib-2.0.pc' # to the PKG_CONFIG_PATH environment variable # No package 'glib-2.0' found # # export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig # # # ------------------------------------------ cd /usr/local/src # # tar zxpvf /opt/Src/MultiMedia/xine/pkgconfig-0.15.0.tar.gz # cd pkgconfig-0.15.0 # .configure # make # # # # # ------------------------------------------ cd /usr/local/src # tar zxvfp /opt/Src/MultiMedia/gxine-0.3.3.tar.gz # cd gxine-0.3.3 # ./configure # # -- requires pkg-config # make # make install # # # End of file