Menu

Tree [79aca0] master /
 History

HTTPS access


File Date Author Commit
 data 2015-06-30 neo neo [79aca0] revert video_driver to auto in data/xine.conf
 doc 2015-06-26 neo neo [075d5d] initial commit
 doxy 2015-06-26 neo neo [075d5d] initial commit
 dvbsoftwareca 2015-06-26 neo neo [d258b6] fix descambler on more adapters
 include 2015-06-26 neo neo [075d5d] initial commit
 lib 2015-06-29 neo neo [9cb15c] use of Cfile and m_close_invalidates_attributes...
 m4 2015-06-26 neo neo [075d5d] initial commit
 main 2015-06-26 neo neo [075d5d] initial commit
 po 2015-06-28 neo neo [d4a117] Ensure boot into standby after a power shutdown
 tests 2015-06-26 neo neo [075d5d] initial commit
 tools 2015-06-28 neo neo [2ed311] Ensure that we do not start to standby after a ...
 .gitignore 2015-06-26 neo neo [075d5d] initial commit
 AUTHORS 2015-06-26 neo neo [075d5d] initial commit
 COPYING 2015-06-26 neo neo [075d5d] initial commit
 ChangeLog 2015-06-26 neo neo [075d5d] initial commit
 GlobalActions.py 2015-06-26 neo neo [075d5d] initial commit
 LICENSE 2015-06-26 neo neo [075d5d] initial commit
 LICENSE.GPLv2 2015-06-26 neo neo [075d5d] initial commit
 Makefile.am 2015-06-26 neo neo [075d5d] initial commit
 NEWS 2015-06-26 neo neo [075d5d] initial commit
 Navigation.py 2015-06-28 neo neo [3e6cec] Startup to standby in case of timer wakeup
 NavigationInstance.py 2015-06-26 neo neo [075d5d] initial commit
 README 2015-06-26 neo neo [075d5d] initial commit
 RecordTimer.py 2015-06-27 neo neo [f6cfbd] Add NumberZapSummary Screen (support) + fix Rec...
 ServiceReference.py 2015-06-26 neo neo [075d5d] initial commit
 autogen.sh 2015-06-26 neo neo [075d5d] initial commit
 configure.ac 2015-06-26 root root [02c7ff] fix configure.ac for rc_models
 doxy.conf 2015-06-26 neo neo [075d5d] initial commit
 e2reactor.py 2015-06-26 neo neo [075d5d] initial commit
 enigma2.bb 2015-06-26 neo neo [075d5d] initial commit
 enigma2.pc.in 2015-06-26 neo neo [075d5d] initial commit
 keyids.py 2015-06-26 neo neo [075d5d] initial commit
 keymapparser.py 2015-06-26 neo neo [075d5d] initial commit
 lamedb 2015-06-26 neo neo [075d5d] initial commit
 mytest.py 2015-06-27 neo neo [0bbb7b] Do not startup to standby when the UI is restarted
 skin.py 2015-06-26 neo neo [32d43c] RcModel: refactor to allow support of all recei...
 stamp-h.in 2015-06-26 neo neo [075d5d] initial commit
 timer.py 2015-06-26 neo neo [075d5d] initial commit
 timers.xml 2015-06-26 neo neo [075d5d] initial commit
 userbouquet.orf.tv 2015-06-26 neo neo [075d5d] initial commit
 userbouquet.premiere.tv 2015-06-26 neo neo [075d5d] initial commit
 userbouquet.srgssr.tv 2015-06-26 neo neo [075d5d] initial commit

Read Me

To build enigma2 on Ubuntu 10.04, follow these steps:

0.) Consider using OE to build it for a Dreambox instead.

    To build this version for a Dreambox, you will need
    a recent OE (branch "opendreambox-1.6" will do, but "3.0" won't)
    or at least a backported BitBake recipe from there.

    See http://opendreambox.org/.

    Stop reading here. It's not very useful for most people
    to build enigma2 for a PC.

1.) Install these packages:

autoconf
automake
build-essential
gettext
libdvdnav-dev
libfreetype6-dev
libfribidi-dev
libgif-dev
libgstreamer0.10-dev
libgstreamer-plugins-base0.10-dev
libjpeg62-dev
libpng12-dev
libsdl1.2-dev
libsigc++-1.2-dev
libtool
libxml2-dev
libxslt1-dev
python-dev
swig

2.) Build and install libdvbsi++:

git clone git://git.opendreambox.org/git/obi/libdvbsi++.git
cd libdvbsi++
dpkg-buildpackage -uc -us
cd ..
sudo dpkg -i libdvbsi++*.deb

3.) Build and install libxmlccwrap:

git clone git://git.opendreambox.org/git/obi/libxmlccwrap.git
cd libxmlccwrap
dpkg-buildpackage -uc -us
cd ..
sudo dpkg -i libxmlccwrap*.deb

4.) Build and install libdreamdvd:

git clone git://schwerkraft.elitedvb.net/libdreamdvd/libdreamdvd.git
cd libdreamdvd
dpkg-buildpackage -uc -us
cd ..
sudo dpkg -i libdreamdvd*.deb

5.) Build and install enigma2:

git clone git://git.opendreambox.org/git/enigma2.git
cd enigma2
autoreconf -i
./configure --prefix=$HOME/enigma2 --with-libsdl
make
make install

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.