Chinaunix首页 | 论坛 | 博客
  • 博客访问: 952898
  • 博文数量: 102
  • 博客积分: 8134
  • 博客等级: 中将
  • 技术积分: 1072
  • 用 户 组: 普通用户
  • 注册时间: 2007-11-21 15:30
文章分类

全部博文(102)

文章存档

2019年(1)

2018年(1)

2014年(1)

2013年(2)

2012年(1)

2011年(2)

2010年(5)

2009年(9)

2008年(10)

2007年(70)

分类: BSD

2007-11-21 16:24:15

#!/bin/sh
#mplayer install
#atyu30#hotmail.com
#2007/7/17
#
#Source and Binaries
wget -c
#download
#Binary Codec Packages
wget -c
wget -c
#skins
wget -c MPlayer/skins/Blue-1.7.tar.bz2

tar -jxf all-20061022.tar.bz2
mv all-20061022 /usr/local/lib/codecs
tar -jxf essential-20061022.tar.bz2
mv essential-20061022 /usr/local/lib/essential
tar -jxf
MPlayer-1.0rc1.tar.bz2
cd
MPlayer-1.0rc1
#Install
./configure --enable-gui--prefix=/usr/local/mplayer--enable-freetype\
--with-codecsdir=/usr/local/lib/codecs\
--with-win32libdir=/usr/local/lib/essential\
--language=zh_CN
make && make install
#tar -jxf Blue-1.7.tar.bz2
#mv Blue /usr/local/mplayer/share/mplayer/skins/default

cp /usr/share/fonts/zh_CN/TrueType/zysong.ttf  /root/.mplayer/subfont.ttf

阅读(776) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~