Stephan Raue
75e1b356f3
config/version: set version to 5.95.3
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-07-16 15:42:42 +02:00
Jonas Nyrup
fa52ef5143
add required space to conditional
2015-06-21 00:30:57 +02:00
Stephan Raue
440b63ff3b
scripts/image: update NOOBS support to create marketing.tar, thanks to Gordon
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-06-14 20:10:15 +02:00
Stefan Saraev
d40f94443f
buildsys: add $OS_VERSION to builddir for dev builds
2015-05-14 19:33:23 +03:00
Stefan Saraev
a64fa13868
config/addon: add dummy template
...
for addons that ship own, complete addon.xml
2015-05-05 12:24:28 +03:00
Lukas Rusak
086a3e6c7f
config/graphic - allow building with nvidia-legacy
2015-05-04 22:18:44 -07:00
Stephan Raue
02ffc575de
ffmpeg: add upstream dcadec support
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-04-30 10:48:25 +02:00
Stefan Saraev
66d05d6f4a
config/path: forgot to move SSL_CERTIFICATES
2015-04-07 12:12:17 +03:00
Stefan Saraev
baa7b41625
cleanup config/release. not used
2015-04-05 22:49:22 +03:00
Stefan Saraev
0310165bad
Merge pull request #3909 from stefansaraev/i386
...
drop i386 and clean up
2015-04-03 12:30:25 +03:00
Stefan Saraev
2b9afc0f23
config/version: bump to 6.0
2015-04-03 12:19:42 +03:00
Stefan Saraev
115fe45bc9
mediacenter: add kodi binary addons
...
- audioencoders: all
- audiodecoders: all
- pvr clients: all
- visualizations: fishbmc, spectrum, waveform
2015-04-03 12:19:38 +03:00
Stefan Saraev
4fe8fad558
buildsys: set default arch to x86_64. drop i386 support
2015-04-03 12:08:22 +03:00
Stefan Saraev
7193fb68f9
drop SDL(1)
2015-04-03 12:00:37 +03:00
Stephan Raue
8407816414
scripts: add support for PKG_ADDON_PROVIDES
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-03-22 21:57:07 +01:00
Lukas Rusak
e2f3241629
Dove cleanup
2015-03-13 09:00:29 -07:00
Stefan Saraev
e9c7d69644
buildsys:clean up nouveau leftovers
2015-02-22 13:22:50 +02:00
Jonas Karlman
82d79093af
GCC 4.9 has support for armv7ve
2015-02-10 08:06:54 +01:00
Stephan Raue
7e83801d16
noobs: add support for noobs 'supported_hex_versions'
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-02-08 16:33:21 +01:00
Stephan Raue
36a5fbed80
noobs: move distro icon to distri folder
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-02-08 15:32:59 +01:00
Stephan Raue
a7c79ebe62
noobs: add support for PROJECT based multiple noobs builds
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-02-08 15:32:59 +01:00
Stefan Saraev
900c233be2
buildsys: drop afp support
2015-01-30 19:30:52 +02:00
Stefan Saraev
b6a07bae3e
config/functions: cosmetics
2015-01-27 22:37:13 +02:00
MilhouseVH
e308673d01
Allow unique build directories by appending project-defined suffix
2015-01-14 19:42:59 +00:00
Stefan Saraev
1632673e83
Merge pull request #3772 from stefansaraev/vpn
...
drop vpn
2015-01-13 21:00:54 +02:00
Stefan Saraev
b297cbca6c
config/functions: cosmetics
2015-01-12 19:44:08 +02:00
Stefan Saraev
13ae771771
Merge pull request #3766 from Kivutar/master
...
Fix multiple installations in NOOBS
2015-01-12 19:38:53 +02:00
Stefan Saraev
57b73f2d35
buildsys: drop pulse support
2015-01-11 17:42:59 +02:00
Stefan Saraev
f490af2c65
buildsys: clean up vpn support
2015-01-11 16:51:42 +02:00
Jean-André Santoni
27fe5660a5
Fix multiple installations in NOOBS
...
When installing two OpenELEC based distro with NOOBS, the labels of the SYSTEM partitions conflict. This fix address that problem by prefixing the names of these partitions by the DISTRONAME.
2015-01-09 23:50:07 +01:00
Stefan Saraev
2c64c37bdb
addons: introduce $PKG_ADDON_NAME.
...
use as addon name if set, otherwise $PKG_NAME is used, as before
2014-12-09 11:45:12 +02:00
Stefan Saraev
1921d81324
scripts/create_addon: drop PKG_ADDON_EXTENSIONS
...
special addons should be handled via addon templates in config/addon/
2014-12-09 01:17:00 +02:00
Stefan Saraev
9ee985b2d4
addons: allow building addons with type different than xbmc.python.script / xbmc.service
2014-12-09 01:15:20 +02:00
Stefan Saraev
1eadb4d440
Revert "build: Introduce CONCURRENCY_MAKE_FACTOR"
...
This reverts commit 42c0ad09df23b3494193d40e8cd6e0c1a4c13b61.
config/options requires 'bc' to calculate CONCURRENCY_MAKE_FACTOR
before scripts/checkdeps having any chance to tell the user
that 'bc' is a required dependency
for now, remove CONCURRENCY_MAKE_FACTOR. CONCURRENCY_MAKE_LEVEL is more
than enough
2014-11-30 19:01:44 +02:00
Trent Nelson
42c0ad09df
build: Introduce CONCURRENCY_MAKE_FACTOR
...
It is often useful to apply a factor to N_CPUs when calculating the best
-j option for make. eg. N_CPUs*2.5 is usally good if your sources sit on
an SSD.
2014-11-15 11:16:09 -07:00
Trent Nelson
131ac21c07
build: Allow CONCURRENCY_MAKE_LEVEL to be set on cmdline
2014-11-15 11:11:56 -07:00
Stephan Raue
a6c92663ab
add support to create different distributions with the same project configs
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-09 17:04:27 +01:00
Stephan Raue
0894c68e64
config/functions: update config overview
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-09 13:26:04 +01:00
Stephan Raue
45183d9325
projects/*/options: rename $SAMBA_SUPPORT to $KODI_SAMBA_SUPPORT, add option for SAMBA mount support via the OS
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-09 13:26:04 +01:00
Stephan Raue
d142051b5e
projects/*/options: rename $NFS_SUPPORT to $KODI_NFS_SUPPORT, add option for NFS mount support via the OS
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-09 13:26:04 +01:00
Stephan Raue
02bd0452dc
projects/*/options: rename $BLURAY_SUPPORT to $KODI_BLURAY_SUPPORT
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-09 13:26:03 +01:00
Stephan Raue
fb231f9b36
projects/*/options: rename $DVDCSS_SUPPORT to $KODI_DVDCSS_SUPPORT
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-09 12:29:44 +01:00
Stephan Raue
a0677c6378
projects/*/options: rename $NONFREE_SUPPORT to $KODI_NONFREE_SUPPORT
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-09 12:28:55 +01:00
Stephan Raue
58ef85be1f
projects/*/options: rename $WEBSERVER to $KODI_WEBSERVER_SUPPORT
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-09 12:24:49 +01:00
Stephan Raue
479bd5c83d
projects/*/options: rename $UPNP_SUPPORT to $KODI_UPNP_SUPPORT
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-09 12:22:04 +01:00
Stephan Raue
43120e9979
projects/*/options: rename $AFP_SUPPORT to $KODI_AFP_SUPPORT
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-09 12:19:18 +01:00
Stephan Raue
e00be7b6a8
projects/*/options: rename $AIRPLAY_SUPPORT to $KODI_AIRPLAY_SUPPORT
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-09 12:17:22 +01:00
Stephan Raue
3e12eb050c
projects/*/options: rename $AIRTUNES_SUPPORT to $KODI_AIRTUNES_SUPPORT
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-09 12:16:25 +01:00
Stephan Raue
26bafc063f
move vaapi / vdpau support to config/graphic
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-09 02:40:59 +01:00
Stephan Raue
fc52cf3ea5
add support for project based versioning
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-03 23:40:10 +01:00