差異處
這裏顯示兩個版本的差異處。
兩邊的前次修訂版 前次修改 下次修改 | 前次修改 | ||
tech:centos64_mplayer [2009/08/27 07:23] – jonathan | tech:centos64_mplayer [2010/05/05 23:19] (目前版本) – jonathan | ||
---|---|---|---|
行 1: | 行 1: | ||
+ | ====== CentOS 5 x86_64 安裝 mplayer ====== | ||
+ | 只要先安裝 rpmforge-release-xxxx.rpm 就可以很容易將大部分的多媒體軟體快速透過 yum install 安裝進來.. | ||
+ | |||
+ | <code sh> | ||
+ | rpm -Uvh http:// | ||
+ | rpm -Uvh http:// | ||
+ | </ | ||
+ | |||
+ | 之後安裝相關多媒體軟體透過 yum install 就可以找到與安裝.. Exp. | ||
+ | <code sh> | ||
+ | yum install xmms | ||
+ | </ | ||
+ | ++++看安裝訊息|< | ||
+ | Loaded plugins: fastestmirror | ||
+ | Loading mirror speeds from cached hostfile | ||
+ | * epel: ftp.kddilabs.jp | ||
+ | * rpmforge: ftp-stud.fht-esslingen.de | ||
+ | * base: ftp.cs.pu.edu.tw | ||
+ | * updates: ftp.cse.yzu.edu.tw | ||
+ | * addons: ftp.cs.pu.edu.tw | ||
+ | * extras: ftp.cs.pu.edu.tw | ||
+ | rpmforge | ||
+ | primary.xml.gz | ||
+ | rpmforge | ||
+ | Setting up Install Process | ||
+ | Parsing package install arguments | ||
+ | Resolving Dependencies | ||
+ | There are unfinished transactions remaining. You mightconsider running yum-complete-transaction first to finish them. | ||
+ | --> Running transaction check | ||
+ | ---> Package xmms.x86_64 1: | ||
+ | 85b3539424ae2f6614c11ea2021aea6fe44abde4-filelists.sqlit | 3.4 MB | ||
+ | filelists.xml.gz | ||
+ | filelists.xml.gz | ||
+ | --> Processing Dependency: libmikmod.so.2()(64bit) for package: xmms | ||
+ | --> Running transaction check | ||
+ | ---> Package mikmod.x86_64 0: | ||
+ | --> Finished Dependency Resolution | ||
+ | |||
+ | Dependencies Resolved | ||
+ | |||
+ | ================================================================================ | ||
+ | | ||
+ | ================================================================================ | ||
+ | Installing: | ||
+ | | ||
+ | Installing for dependencies: | ||
+ | | ||
+ | |||
+ | Transaction Summary | ||
+ | ================================================================================ | ||
+ | Install | ||
+ | Update | ||
+ | Remove | ||
+ | |||
+ | Total download size: 2.5 M | ||
+ | Is this ok [y/N]: y | ||
+ | Downloading Packages: | ||
+ | (1/2): mikmod-3.1.6-38.1.x86_64.rpm | ||
+ | (2/2): xmms-1.2.10-14.el5.rf.x86_64.rpm | ||
+ | -------------------------------------------------------------------------------- | ||
+ | Total 138 kB/s | 2.5 MB | ||
+ | Running rpm_check_debug | ||
+ | Running Transaction Test | ||
+ | Finished Transaction Test | ||
+ | Transaction Test Succeeded | ||
+ | Running Transaction | ||
+ | Installing | ||
+ | Installing | ||
+ | |||
+ | Installed: xmms.x86_64 1: | ||
+ | Dependency Installed: mikmod.x86_64 0: | ||
+ | Complete! | ||
+ | </ | ||
+ | |||
+ | 多媒體播放軟體之前安裝過 [[http:// | ||
+ | |||
+ | 安裝只要輸入< | ||
+ | yum install libcaca.x86_64 libcaca-devel.x86_64 caca-utils.x86_64 mplayer.x86_64 | ||
+ | </ | ||
+ | |||
+ | <code sh> | ||
+ | cd / | ||
+ | wget http:// | ||
+ | tar -zxvf gnome-mplayer-0.9.9.2.tar.gz | ||
+ | cd gnome-mplayer-0.9.9.2 | ||
+ | ./configure | ||
+ | make | ||
+ | make check | ||
+ | make install | ||
+ | </ | ||
+ | |||
+ | 在選單 應用程式-> | ||
+ | |||
+ | ===== 相關 Linux 桌面軟體安裝 ===== | ||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | |||
+ | ===== 參考網頁 ===== | ||
+ | * http:// | ||
+ | * http:// | ||
+ | * http:// | ||
+ | |||
+ | {{tag> |