大坪の自己フォローです。 > ----- ----- > distribution: vine-3.0 を upgrade した vine-3.1 > (1) > http://cresc.no-ip.org/~tom/blog/?itemid=10 > のページに従い、 > mplayer mplayer-codecs mplayer-gui > をインストール。 > > (2) > mplayerplug-in は、 > http://mplayerplug-in.sourceforge.net/install.php#plugin > に従いインストール。 > $ rpm -q gtk2 > gtk2-2.4.13-0vl1 > # apt-get install mozilla-devel > # apt-get install gtk2-devel > # tar xzvf mplayerplug-in-2.85.tar.gz > # cd mplayerplug-in > # ./configure > # make > # cp mplayerplug-in.so /usr/lib/mozilla-1.7.8/plugins > # cp mplayerplug-in.xpt /usr/lib/mozilla-1.7.8/components > > (3) > $ mv ~/.mozilla/pluginreg.dat ~/.mozilla/pluginreg.dat.bak > # cp /etc/mozpluggerrc /etc/mozpluggerrc.bak > # gedit /etc/mozpluggerrc & > (以下のように comment out) > ## temporary comment out-start ## > #video/mpeg: mpeg, mpg, mpe: MPEG animation > #video/x-mpeg: mpeg, mpg, mpe: MPEG animation > #video/x-mpeg2: mpv2, mp2ve: MPEG2 animation > # stream noisy ignore_errors: mplayer -really-quiet -nojoystick -nofs #-wid $window -vo xv,x11 -ao oss,alsa9,arts,esd,null -zoom -osdlevel 0 -vc #mpeg12 "$file" </dev/null > # nokill noisy: xine -pq "$file" > # loop: mtvp -l -W$window "$file" > # : mtvp -W$window "$file" > # loop: xanim +Av100 -Zr +W$window +q +f "$file" > # : xanim +Av100 -Zr +W$window +q +Ze +f "$file" > # > #video/msvideo: avi: AVI animation > #video/x-msvideo: avi: AVI animation > #video/fli: fli, flc: FLI animation > #video/x-fli: fli, flc: FLI animation > # stream noisy ignore_errors: mplayer -really-quiet -nojoystick -nofs #-wid $window -vo xv,x11 -ao oss,alsa9,arts,esd,null -zoom -osdlevel 0 #"$file" </dev/null > # noisy nokill: xine -pq "$file" > # > #application/x-mplayer2: wmv,asf,mov: Windows Media > #video/x-ms-asf: asf,asx,wma,wax,wmv,wvx: Windows Media > #video/x-ms-wmv: wmv: Windows Media > # stream noisy ignore_errors: mplayer -really-quiet -nojoystick -nofs #-wid $window -vo xv,x11 -ao oss,alsa9,arts,esd,null -zoom -osdlevel 0 #"$file" </dev/null > # > #video/quicktime: mov,qt: Quicktime animation > #video/x-quicktime: mov,qt: Quicktime animation > # stream noisy ignore_errors: mplayer -really-quiet -nojoystick -nofs #-wid $window -vo xv,x11 -ao oss,alsa9,arts,esd,null -zoom -osdlevel 0 #"$file" </dev/null > # noisy nokill: xine -pq "$file" > # > #video/dl: dl: DL animation > #video/x-dl: dl: DL animation > #video/sgi-movie: movie,movi,mv: SGI animation > #video/x-sgi-movie: movie,movi,mv: SGI animation > #video/anim: iff,anim5,anim3,anim7: IFF animation > #video/x-anim: iff,anim5,anim3,anim7: IFF animation > # loop: xanim +Av100 -Zr +W$window +q +f "$file" > # : xanim +Av100 -Zr +W$window +q +Ze +f "$file" > ## temporary comment out-end ## > ----- ----- において、以下のことを追加します。 (1) において synaptic を用いてインストールした際、 /etc/apt/sources.list に追加された address は comment out すること(#apt-get upgradeの際、 この address 内にvine の packageと同じ名前の packageがある場合、 バージョンの数字の比較により、この address のpackage が vine のpackage を上書きしてしまう恐れがある)。 (3) において、mozilla のファイルを書き変えるときには、 mozilla は終了させておくこと(今回の場合はあまり問題は 起きない?のかもしれませんが、application の構成 file を操作するときには、そのapplication は必ず終了させておく ように習慣づけておくべきなのでしょう)。