差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

兩邊的前次修訂版 前次修改
下次修改
前次修改
tech:centos64_mplayer [2009/08/27 07:23] jonathantech: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://apt.sw.be/redhat/el5/en/x86_64/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm
 +rpm -Uvh http://download1.rpmfusion.org/free/el/updates/testing/5/x86_64/rpmfusion-free-release-5-0.1.noarch.rpm
 +</code>
 +
 +之後安裝相關多媒體軟體透過 yum install 就可以找到與安裝.. Exp.
 +<code sh>
 +yum install xmms
 +</code>
 +++++看安裝訊息|<file>
 +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                                                 | 1.1 kB     00:00     
 +primary.xml.gz                                           | 3.4 MB     00:10     
 +rpmforge                                                       9306/9306
 +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:1.2.10-14.el5.rf set to be updated
 +85b3539424ae2f6614c11ea2021aea6fe44abde4-filelists.sqlit | 3.4 MB     01:01     
 +filelists.xml.gz                                         | 3.7 MB     00:13     
 +filelists.xml.gz                                         | 2.2 MB     00:02     
 +--> Processing Dependency: libmikmod.so.2()(64bit) for package: xmms
 +--> Running transaction check
 +---> Package mikmod.x86_64 0:3.1.6-38.1 set to be updated
 +--> Finished Dependency Resolution
 +
 +Dependencies Resolved
 +
 +================================================================================
 + Package       Arch          Version                      Repository       Size
 +================================================================================
 +Installing:
 + xmms          x86_64        1:1.2.10-14.el5.rf           rpmforge        2.3 M
 +Installing for dependencies:
 + mikmod        x86_64        3.1.6-38.1                   base            205 k
 +
 +Transaction Summary
 +================================================================================
 +Install      2 Package(s)         
 +Update       0 Package(s)         
 +Remove       0 Package(s)         
 +
 +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                      | 205 kB     00:00     
 +(2/2): xmms-1.2.10-14.el5.rf.x86_64.rpm                  | 2.3 MB     00:16     
 +--------------------------------------------------------------------------------
 +Total                                           138 kB/s | 2.5 MB     00:18     
 +Running rpm_check_debug
 +Running Transaction Test
 +Finished Transaction Test
 +Transaction Test Succeeded
 +Running Transaction
 +  Installing     : mikmod                                            [1/2] 
 +  Installing     : xmms                                              [2/2] 
 +
 +Installed: xmms.x86_64 1:1.2.10-14.el5.rf
 +Dependency Installed: mikmod.x86_64 0:3.1.6-38.1
 +Complete!
 +</file>++++
 +
 +多媒體播放軟體之前安裝過 [[http://amarok.kde.org/|amarok 1.4.10]] 但是所使用的 xine 解碼似乎無法正確運作.. 因此才找到 mplayer + GNOME MPlayer 這個可以看 DVD / 也可以播放 mp3 的好東西..
 +
 +安裝只要輸入<code sh>
 +yum install libcaca.x86_64 libcaca-devel.x86_64 caca-utils.x86_64 mplayer.x86_64
 +</code>
 +
 +<code sh>
 +cd /root/source
 +wget http://gnome-mplayer.googlecode.com/files/gnome-mplayer-0.9.9.2.tar.gz
 +tar -zxvf gnome-mplayer-0.9.9.2.tar.gz 
 +cd gnome-mplayer-0.9.9.2
 +./configure
 +make 
 +make check
 +make install
 +</code>
 +
 +在選單 應用程式-> 影音 就會出現 **GNOME MPlayer** 選項可供執行..
 +
 +===== 相關 Linux 桌面軟體安裝 =====
 +  * [[http://live.gnome.org/Dia|dia]] 替代 MS-Visio
 +  * [[http://www.rapidsvn.org/index.php/Main_Page|RapidSVN]] 替代 TortoiseSVN
 +  * [[http://www.gnucash.org/|GnuCash]] 替代 Quicken
 +
 +===== 參考網頁 =====
 +  * http://www.centos.org/modules/newbb/viewtopic.php?topic_id=8134
 +  * http://blog.xuite.net/michaelr/linux/22310613
 +  * http://www.brandondawson.org/internet/missing-dependency-libcuculso0-is-needed-by-package-mplayer
 +
 +{{tag>centos linux mplayer mp3 dvd 安裝 密技}}