-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mega-Merge remote branch 'dream/master' into mm
Conflicts: configure.ac data/skin_default.xml enigma2.bb lib/Makefile.am lib/base/Makefile.am lib/base/filepush.cpp lib/base/filepush.h lib/components/Makefile.am lib/dvb/Makefile.am lib/dvb/dvb.cpp lib/dvb/pmt.cpp lib/dvb/pmt.h lib/python/Components/Renderer/Picon.py lib/python/Components/UsageConfig.py lib/python/Plugins/Extensions/DVDPlayer/plugin.py lib/python/Plugins/SystemPlugins/CommonInterfaceAssignment/plugin.py lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py lib/python/Plugins/SystemPlugins/WirelessLan/plugin.py lib/python/Screens/ChannelSelection.py lib/python/enigma_python.i lib/service/servicedvb.cpp main/Makefile.am main/bsod.cpp main/enigma.cpp mytest.py po/LINGUAS po/Makefile.am
- Loading branch information
Showing
132 changed files
with
3,484 additions
and
16,349 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
See LICENSE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
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 | ||
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 enigma2: | ||
|
||
git clone git://git.opendreambox.org/git/enigma2.git | ||
cd enigma2 | ||
autoreconf -i | ||
./configure --prefix=$HOME/enigma2 --with-libsdl | ||
make | ||
make install | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.