Difference between revisions of "Mplayer build"

From Noah.org
Jump to navigationJump to search
(New page: Category:Engineering Category:Free_Software == shell script to build mplayer == This is intended for an Ubuntu system, but might work on others. Download [http://www.noah.org/dow...)
 
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[Category:Engineering]]
 
[[Category:Engineering]]
 
[[Category:Free_Software]]
 
[[Category:Free_Software]]
 +
[[Category: Imaging]]
 +
 
== shell script to build mplayer ==
 
== shell script to build mplayer ==
  
This is intended for an Ubuntu system, but might work on others.
+
This is intended for an Ubuntu system, but might work on others. This pretty much automates everything. It will download the source code, codecs, and fonts from mplayerhq.hu and install everything. Normally I use Ubuntu packages, but in this instance I find that building from source works better. It's easier and I get <em>every single</em> codec that is available from mplayerhq.hu.
  
Download [http://www.noah.org/downloadsvn.php?src=file:///home/svn/src/shell/mplayer_build.sh mplayer_build.sh]
+
Download [http://www.noah.org/engineering/src/shell/mplayer_build.sh mplayer_build.sh]
 
<include svncat src="file:///home/svn/src/shell/mplayer_build.sh" highlight="sh" />
 
<include svncat src="file:///home/svn/src/shell/mplayer_build.sh" highlight="sh" />

Latest revision as of 00:47, 16 April 2014


shell script to build mplayer

This is intended for an Ubuntu system, but might work on others. This pretty much automates everything. It will download the source code, codecs, and fonts from mplayerhq.hu and install everything. Normally I use Ubuntu packages, but in this instance I find that building from source works better. It's easier and I get every single codec that is available from mplayerhq.hu.

Download mplayer_build.sh <include svncat src="file:///home/svn/src/shell/mplayer_build.sh" highlight="sh" />