Installation on Dapper
From Mms-wiki
Contents |
[edit] Description
Autor: Roman Müllenschläder
[edit] Binary Packages for MMS 1.1.0 RC1
http://forum.mymediasystem.org/viewtopic.php?t=1033
Attention: Experimental!!
acmelabs 18:45, 24 December 2007 (CET)
[edit] MMS on *buntu
UPDATE: Debian packages for Edgy and Feisty are available for apt now!
Flavours all compiled with: --enable-lirc --enable-eject-tray
mms-standard
compiled with defaults + --enable-bttv-radio --enable-game --enable-tv With this package you get all you want and all MMS has to offer
mms-slim
compiled with --enable-gst-audio --disable-epg Use this on machines with small amount of RAM or if you like gstreamer
mms-mpeg
compiled with --disable-xidle --enable-tv --disable-sdl --enable-dvb Use this with Full-featured DVB-cards
[edit] Howto
For Edgy add these lines to your /etc/apt/sources.list:
deb http://www.prodeia.de/mms/edgy binary/
For Feisty add these lines to your /etc/apt/sources.list:
deb http://www.prodeia.de/mms/feisty binary/
For Sources add:
deb-src http://www.prodeia.de/mms source/
do
apt-get update && apt-get install mms-standard/slim/mpeg
See also this post in forum: This one
It includes a HowTo for to compile "debian-way" with own options!
Note: You need to have multiverse & universe enabled in your sources.list!
[edit] How to do it yourself
Note: Kubuntu or Xubuntu should run exactly the same
The instructions described here are either on a console (e.g.)
STRG+ALT+F1
or in a terminal window
Applications->System->Terminal
You will need to run most of these commands as root, this can be done by
sudo -s
[edit] Necessary packages
For the installation we need some packages and their header files. The necessary packages are all in the standard Dapper Repositories:
deb http://archive.ubuntu.com/ubuntu dapper main deb http://archive.ubuntu.com/ubuntu dapper-security main deb http://archive.ubuntu.com/ubuntu dapper-updates main
We need to install the following
apt-get install libimlib2-dev libsdl1.2-dev autoconf build-essential libalsaplayer-dev mplayer-nogui libxss-dev pkg-config
and
apt-get install libtag1-dev libsqlite0-dev libpcre3-dev liblircclient-dev libtool gettext alsaplayer-daemon alsaplayer
