aboutsummaryrefslogtreecommitdiff
path: root/main/Makefile.am
AgeCommit message (Collapse)Author
2010-12-20fix previous commitAndreas Oberritter
2010-12-20version: use compile date if commit date is unavailable. default to "(no ↵Andreas Oberritter
branch)" Please update your BitBake! (cd bb && git pull)
2010-12-20Merge branch 'master' into obi/masterAndreas Oberritter
Conflicts: main/Makefile.am
2010-12-16add support for .git/last_commit_info generated by bitbake with latest "hack"ghost
2010-12-05also generate version.h if .git is not availableAndreas Oberritter
2010-12-05Revert "generate empty version.h if .git is not available"Andreas Oberritter
This reverts commit 87ab43fed2f24ba9454359583ac9cb3f17c295e1.
2010-12-05generate empty version.h if .git is not availableAndreas Oberritter
2010-11-22main/Makefile.am: don't pass --dirty to Git to support older versionsAndreas Oberritter
2010-11-22main/Makefile.am: use --pretty instead of --format to support older Git versionsAndreas Oberritter
2010-11-22main/Makefile.am: add missing backslashAndreas Oberritter
2010-11-16version.h: make generation more robustAndreas Oberritter
* $(ENIGMA2_REV) may be empty, so prefix the line with '-' * mark target as intermediate and phony to ensure execution and deletion
2010-11-16use AM_V_* variables to improve silent build modeAndreas Oberritter
2010-11-16bsod: use simple XML generatorAndreas Oberritter
2010-11-16build and link static libraries without libtoolAndreas Oberritter
2010-11-16further updates to the build system, generate enigma2.shAndreas Oberritter
2010-11-16clean up build #2Andreas Oberritter
* use swig macros from autoconf archive * generate and use enigma2_config.h (include from command-line) * check for dbox/fp.h and dbox/lcd-ks0713.h * clean up checks for libdreamdvd and lib*gif * fix some dependencies for generated files and header files
2010-11-16clean up buildAndreas Oberritter
* reduce use of TUXBOX macros * fix compiler warnings by including Python.h from the command-line * use libtool to build and link main/* and lib/* * don't link libmad, libid3tag, libcrypt, libresolv, librt, ldl into e2 * fix make rules of actionids.h
2010-11-16*/Makefile.am: s,INCLUDES,AM_CPPFLAGS,Andreas Oberritter
2009-11-19main/Makefile.am: support to extract version information from (git) tarballs ↵ghost
created by our patched bitbake 1.4.2 this needs latest bitbake changes done in our bitbake tree today
2009-11-19main/Makefile.am: fix code to generate version.h code is now als able to ↵ghost
handle git trees (now we generate new defines ENIGMA2_LAST_CHANGE_DATA and ENIGMA2_BRANCH (the last only for git)
2009-08-14refresh version.h when svn info changedFelix Domke
2009-08-08create ENIGMA2_CHECKOUT_TAG for svnFelix Domke
2008-11-06disable dependency on CVS filesFelix Domke
2008-10-15allow gstreamer to signalize missing plugins to the gui (requires ↵Andreas Frisch
reconfiguring enigma2) and add support for flac files (requires libflac7, gst-plugin-flac)
2008-04-16use clock_gettime for internal timers instead of gettimeofday .. so now ourAndreas Monzner
timers are independent of the normal linux clock (and change linux time without inform e2 is now really uncritical)
2008-03-25link SDL libraries (if enabled)Andreas Oberritter
2008-03-25delete generated file version.h on 'make clean'Andreas Oberritter
2007-11-22make MMI code more reusableAndreas Monzner
2007-11-04use autoconf macros for determining xml2 and xmlccwrap linkingFelix Domke
2007-10-29link e2 against shared libxmlccwrapAndreas Monzner
this needs an OE update and installed libxmlccwrap_0.0.12-r0_mipsel.ipk
2007-10-27fix typo :)Felix Domke
2007-10-27make main.o to depend on version.h, tooFelix Domke
2007-10-24parse satellites/cables/terrestrial.xml in c++ now.. its round about threeAndreas Monzner
times faster .. this speedup e2 start a little bit
2007-04-23add gif support to picload, thanks to mechatronFelix Domke
2006-11-18don't (yet) use xineFelix Domke
2006-11-18add libjpegFelix Domke
2006-04-06add some CVS information into crashlogFelix Domke
2006-04-03add bsodFelix Domke
2006-03-16use gstreamer, if availableFelix Domke
2006-01-18use autodetected python flagsAndreas Oberritter
2006-01-13enable fribidiFelix Domke
2005-12-12no more build network stuffAndreas Monzner
2005-09-30use libdvbsi++ from tuxbox-cvs,Andreas Monzner
please add http://ghost.dream-multimedia-tv.de/libdvbsi++.bb to your bitbake/openembedded/packages/tuxbox directory and exectute "bitbake -b ../openembedded/packages/tuxbox/libdvbsi++.bb" then install the libdvbsi++...ipk
2005-08-28added setup screensRonny Strutz
2005-07-22 - back to CXXLINK instead of hardcoded g++ - should work now.Felix Domke
2005-07-22 - remove tuxbox-libmd5sumFelix Domke
2005-07-20the epgcache can now handle more then one channel(transponder),Andreas Monzner
todo: implement a python interface to get epgcache entries
2005-05-20undo shitty stuff.. sorryAndreas Monzner
2005-05-20work on rotor support, add usals stuff (rotor stuff not completed yet),Andreas Monzner
only send diseqc when needed
2005-04-15 - sdl is now default outputFelix Domke
- added skinned window style - added background colors - some RGB color support (but still not how i like it) - some minor bugfixes