Commit Graph

72 Commits

Author SHA1 Message Date
svenhoefer
06778d42c2 - configure.ac: remove $(top_srcdir)/src/zapit/include/private
Stuff like this maybe is better included in ADDITIONAL_CFLAGS or so.
2016-01-14 23:53:56 +01:00
Stefan Seyfried
54e1d3eecb zapit/debug: remove filename hack with a more elegant one 2016-01-14 22:29:00 +01:00
Stefan Seyfried
79d800f955 - port HWLIB_CFLAGS from neutrino-mp to neutrino-hd 2016-01-14 22:29:00 +01:00
Stefan Seyfried
dbad3b069a define LUA_COMPAT_5_2 to allow build with newer lua versions
Signed-off-by: M. Liebmann <tuxcode.bbg@gmail.com>
2015-12-31 11:44:04 +01:00
M. Liebmann
464f929437 CLuaInstance: Move luainstance into a separate directory (src/gui/lua)
- Move video functions from luainstance.cpp to lua_video.cpp
 - For the future, provided the individual classes
   (eg menu, CComponents etc.) to move in separate files.
2015-12-08 12:01:25 +01:00
Jacek Jendrzej
fceeab4027 eitd: add and move viasat to extra switch 2015-08-09 18:00:13 +02:00
Jacek Jendrzej
29aa47aef0 audioplayer: -add flv format (THX Houdini) 2015-07-27 12:40:41 +02:00
FlatTV
76e26c0b98 - add lib/jsoncpp v0.10.2
use amalgamated source and header based on version 0.10.2
 See: https://github.com/open-source-parsers/jsoncpp/blob/master/README.md
2015-06-01 12:36:15 +02:00
svenhoefer
e59f8adccc - src/nhttpd/tuxboxapi: remove unused dbox code 2015-05-06 22:59:04 +02:00
Jacek Jendrzej
422c91d117 add pugixml 2015-04-28 10:12:23 +02:00
svenhoefer
b1b45f6029 - yWeb: hopefully the last fix for 937d88d 2015-03-01 21:31:28 +01:00
martii
5d25185684 lua: implement "luaclient".
This allows for starting Lua scripts in neutrino context from the
command line. Experimental, not fully regression-tested.
2014-10-14 10:27:37 +02:00
Thilo Graf
201a6aa56e configure: move option enable testmenu to enable testing
Testing is also plausible for general usage of other tests or other
experimental code parts.
2014-09-25 11:01:17 +04:00
Thilo Graf
6e126bd74d configure: add libsigc++ support 2014-09-25 10:58:13 +04:00
[CST] Bas
17d1bbd12b split fec to fec/modulation/delivery system;
switch to new dvb-api headers;
improve dvb-t manual scan
2014-08-27 17:14:33 +04:00
Thilo Graf
f2bfa22159 configure: add libbluray support into configure
It may happen that the build process aborts if this lib is not
expilzit specified, although this lib is not used directly
by neutrino.
It seems to be dependent of build environment, and should be understand
as a prevention.
2014-03-03 08:54:09 +01:00
striper
4b6d2d310c - rewrite Lua handling
* depend pkg checks on enable-lua switch
* define STATIC_LUAPOSIX in case of static lua build to exclude unwanted
code in neutrino
* remove DYNAMIC_LUAPOSIX code as it's not needed in case of dynamic lua
build
2014-01-25 21:17:06 +01:00
M. Liebmann
82d4832013 Add a --enable-lua switch to enable LUA support 2014-01-21 17:05:24 +01:00
Stefan Seyfried
966c7f1379 configure: try to autodetect lualib 2014-01-19 20:57:37 +01:00
[CST] Focus
64e2a0c2ad configure.ac: add --enable-ffmpegdec option to switch between old decoders and ffmpeg decoder 2013-12-15 14:46:45 +04:00
martii
d5ea074457 driver/audiodec: Switch to ffmpeg, drop custom decoder implementations, drop libvorbis/libmad/libid3/libogg/libflac. Not fully regression tested.
Conflicts:
	configure.ac
	src/Makefile.am
	src/driver/audiodec/Makefile.am
2013-12-15 14:40:53 +04:00
Stefan Seyfried
f04bfbdd88 fix cleantargets 2013-11-13 10:38:42 +01:00
Michael Liebmann
4cf4857201 Add display of build info
- Display compiler version, compiler flags, build PC, kernel version
- configure.ac part ported from filezilla project
2013-11-11 00:20:09 +01:00
Thilo Graf
6f700d80c0 CTestMenu: add configure option --enable-testmenu 2013-11-05 13:22:28 +01:00
[CST] Focus
7f01a5740d add libiw to build 2013-11-01 16:43:06 +04:00
Michael Liebmann
2299807e11 src/system/mtdutils: Add and patch makefiles 2013-09-27 06:44:34 +02:00
[CST] Focus
33bc58915a add initial Astra 19e settings to install 2013-06-28 16:12:33 +04:00
Michael Liebmann
d74ce0da45 * Software update: Add flash.start to neutrino start/stop scripts 2013-06-08 16:20:32 +02:00
[CST] Focus
8bb70d1ab3 Merge branch 'pu/cc' into next-cc
Conflicts:
	acinclude.m4
	data/locale/deutsch.locale
	data/locale/english.locale
	src/driver/volume.cpp
	src/eitd/SIlanguage.cpp
	src/gui/bedit/bouqueteditor_channels.cpp
	src/gui/bedit/bouqueteditor_chanselect.cpp
	src/gui/bouquetlist.cpp
	src/gui/channellist.cpp
	src/gui/eventlist.cpp
	src/gui/osd_setup.cpp
	src/gui/scan.cpp
	src/gui/scan.h
	src/gui/test_menu.cpp
	src/gui/timeosd.cpp
	src/gui/widget/progressbar.cpp
	src/gui/widget/progressbar.h
	src/neutrino.cpp
	src/nhttpd/yconfig.h
2013-04-17 13:32:12 +04:00
Thilo Graf
98b3265719 Data files: add license files
Avoids hard coded parts e.g. for use mainly in image info.
2013-03-18 12:05:01 +01:00
[CST] Focus
57cdcd8379 configure.ac: add enable-pip option 2013-03-05 18:33:52 +04:00
[CST] Focus
026592e8fe Merge branch 'dvbsi++' into next
Conflicts:
	src/neutrino.cpp
	src/zapit/src/femanager.cpp
	src/zapit/src/getservices.cpp
	src/zapit/src/transponder.cpp
2013-02-28 16:39:34 +04:00
Thilo Graf
0a961a4cf6 CComponents: move class into its own source directory
The components could over time become quite large,
so it makes more sense, coming features to split into
multiple files and to do it in a separate directory.
2013-02-19 11:27:46 +01:00
[CST] Focus
6724414335 configure.ac: always define HAVE_COOLSTREAM_NEVIS_IR_H, ifdef in rcinput.h decide what to include 2013-01-30 11:16:24 +04:00
[CST] Bas
ee169288a5 neutrino: add multiple paths so they can be configured and not be hard-coded in
multiple files.
2013-01-29 01:18:38 +08:00
[CST] Focus
18380c2e94 configure.ac: change tests for apollo headers 2013-01-11 14:00:25 +04:00
micha-bbg
b1138e16b0 * Fix include path for moved header files 2012-12-13 18:09:09 +01:00
[CST] Bas
cdcd42ea8a neutrino: use pkgconfig for OGG. 2012-12-04 00:24:46 +08:00
[CST] Bas
a806919b8c neutrino: add data to the make file so they get installed properly. 2012-11-13 12:46:20 +08:00
S.R. van Loon
83636ebb6e neutrino: change all remote/frontpanel stuff to use the new headers. 2012-09-25 22:23:17 +08:00
[CST] Focus
1684a850f1 configure.ac: add --enable-cleanup which add EXIT_CLEANUP define, to ifdef code for testing with valgrind 2012-05-02 17:48:55 +04:00
[CST] Focus
fd3f7b92a1 Merge branch 'master' of coolstreamtech.de:cst-public-gui-neutrino into dvbsi++ 2012-04-13 17:10:00 +04:00
[CST] Focus
f0ea5c75c7 configure.ac: add missed r2189 from striper (allow usage of giflib instead of libungif) 2012-04-13 16:48:53 +04:00
[CST] Bas
2142970a35 Merge branch 'dvbsi++' of c00lstreamtech.de:cst-private-neutrino into includecleanup 2012-03-06 12:51:31 +08:00
[CST] Bas
b181c7faaf configure.ac: do not generate standard include paths as we want finer
control.
2012-03-04 14:21:31 +08:00
[CST] Focus
3ea0c375ea Copy sectionsd code to new eitd directory, to cleanup and leave original code for reference 2012-02-01 16:09:49 +04:00
seife
1bb7728e6d neutrino: add configure switch to disable upnp
Add a --disable-upnp switch to disable the UPNP browser for
those who want to use more modern external solutions.

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1830 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-11-05 17:10:42 +00:00
seife
7f9cbe76da neutrino: phase out last bits of controld code
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1825 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-11-05 11:44:03 +00:00
seife
ba596cbc4d make the --with-tremor-static hack less disgusting
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1554 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-06-19 21:01:53 +00:00
seife
b55ee717d1 drivertool: add shortcuts to switch TD and CS remote
* add shortcut options for TD and CS remotes
* use nevis_ir.h if present
Needs testing frontpanel driver to work properly.

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1547 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-06-19 11:00:05 +00:00