├── addons ├── service │ ├── downloadmanager │ │ ├── rTorrent │ │ │ ├── source │ │ │ │ ├── firstrun │ │ │ │ ├── bin │ │ │ │ │ ├── php.ini │ │ │ │ │ └── xbmc-libup.sh │ │ │ │ ├── system.d │ │ │ │ │ └── service.downloadmanager.rTorrent.service │ │ │ │ ├── rtorrent.default.rc │ │ │ │ ├── settings-default.xml │ │ │ │ └── default.py │ │ │ └── icon │ │ │ │ └── icon.png │ │ └── transmission │ │ │ ├── icon │ │ │ └── icon.png │ │ │ ├── source │ │ │ ├── system.d │ │ │ │ └── service.downloadmanager.transmission.service │ │ │ ├── resources │ │ │ │ └── language │ │ │ │ │ ├── German │ │ │ │ │ └── strings.xml │ │ │ │ │ ├── Norwegian │ │ │ │ │ └── strings.xml │ │ │ │ │ ├── French │ │ │ │ │ └── strings.xml │ │ │ │ │ ├── English │ │ │ │ │ └── strings.xml │ │ │ │ │ ├── Turkish │ │ │ │ │ └── strings.xml │ │ │ │ │ └── Dutch │ │ │ │ │ └── strings.xml │ │ │ ├── settings-default.xml │ │ │ └── default.py │ │ │ └── patches │ │ │ └── transmission-2.77-automake-1.13.patch │ ├── system │ │ ├── tinc │ │ │ ├── source │ │ │ │ ├── bin │ │ │ │ │ ├── tinc-up │ │ │ │ │ └── subnet-up │ │ │ │ ├── system.d │ │ │ │ │ └── service.system.tinc.service │ │ │ │ └── settings-default.xml │ │ │ ├── icon │ │ │ │ └── icon.png │ │ │ └── changelog.txt │ │ ├── inadyn │ │ │ ├── source │ │ │ │ ├── settings-default.xml │ │ │ │ ├── system.d │ │ │ │ │ └── service.system.inadyn.service │ │ │ │ └── resources │ │ │ │ │ ├── language │ │ │ │ │ └── English │ │ │ │ │ │ └── strings.po │ │ │ │ │ └── settings.xml │ │ │ └── changelog.txt │ │ ├── proftpd │ │ │ ├── icon │ │ │ │ └── icon.png │ │ │ ├── source │ │ │ │ ├── etc │ │ │ │ │ └── openssl.cnf │ │ │ │ ├── system.d │ │ │ │ │ └── service.system.proftpd.service │ │ │ │ └── default.py │ │ │ └── patches │ │ │ │ └── proftpd-1.3.4d-100-llu.patch │ │ ├── syncthing │ │ │ ├── source │ │ │ │ ├── settings-default.xml │ │ │ │ ├── resources │ │ │ │ │ ├── settings.xml │ │ │ │ │ └── language │ │ │ │ │ │ └── English │ │ │ │ │ │ └── strings.po │ │ │ │ └── system.d │ │ │ │ │ └── service.system.syncthing.service │ │ │ ├── icon │ │ │ │ └── icon.png │ │ │ └── changelog.txt │ │ ├── x11vnc │ │ │ ├── icon │ │ │ │ └── icon.png │ │ │ ├── source │ │ │ │ ├── settings-default.xml │ │ │ │ ├── resources │ │ │ │ │ ├── language │ │ │ │ │ │ └── English │ │ │ │ │ │ │ └── strings.xml │ │ │ │ │ └── settings.xml │ │ │ │ ├── system.d │ │ │ │ │ └── service.system.x11vnc.service │ │ │ │ └── default.py │ │ │ └── changelog.txt │ │ ├── dispmanx_vnc │ │ │ ├── icon │ │ │ │ └── icon.png │ │ │ ├── source │ │ │ │ ├── config │ │ │ │ │ └── dispmanx_vncserver.conf │ │ │ │ ├── system.d │ │ │ │ │ └── service.system.dispmanx_vnc.service │ │ │ │ └── default.py │ │ │ ├── changelog.txt │ │ │ └── patches │ │ │ │ └── dispmanx_vnc-0001_fix-cross-compile.patch │ │ └── pcscd-addon │ │ │ ├── icon │ │ │ └── icon.png │ │ │ ├── source │ │ │ ├── system.d │ │ │ │ └── service.system.pcscd-addon.service │ │ │ └── default.py │ │ │ ├── config │ │ │ └── reader.conf │ │ │ └── changelog.txt │ ├── multimedia │ │ ├── streamdisc │ │ │ ├── changelog.txt │ │ │ ├── icon │ │ │ │ └── icon.png │ │ │ └── source │ │ │ │ ├── settings-default.xml │ │ │ │ ├── resources │ │ │ │ ├── language │ │ │ │ │ └── English │ │ │ │ │ │ └── strings.xml │ │ │ │ └── settings.xml │ │ │ │ ├── system.d │ │ │ │ └── service.multimedia.streamdisc.service │ │ │ │ ├── default.py │ │ │ │ └── bin │ │ │ │ └── streamdisc.start │ │ ├── mpd │ │ │ ├── icon │ │ │ │ └── icon.png │ │ │ ├── source │ │ │ │ ├── settings-default.xml │ │ │ │ ├── resources │ │ │ │ │ ├── language │ │ │ │ │ │ └── English │ │ │ │ │ │ │ └── strings.xml │ │ │ │ │ └── settings.xml │ │ │ │ ├── system.d │ │ │ │ │ └── service.multimedia.mpd.service │ │ │ │ └── default.py │ │ │ └── changelog.txt │ │ └── tvheadend │ │ │ ├── icon │ │ │ └── icon.png │ │ │ ├── source │ │ │ ├── timeshift-config │ │ │ ├── dvr-config │ │ │ ├── system.d │ │ │ │ └── service.multimedia.tvheadend.service │ │ │ ├── settings-default.xml │ │ │ ├── xmltv-config │ │ │ ├── resources │ │ │ │ └── language │ │ │ │ │ └── English │ │ │ │ │ └── strings.xml │ │ │ └── default.py │ │ │ └── patches │ │ │ └── tvheadend-remove-Werror.patch.bk │ ├── proxy │ │ └── polipo │ │ │ ├── icon │ │ │ └── icon.png │ │ │ ├── source │ │ │ ├── system.d │ │ │ │ └── service.proxy.polipo.service │ │ │ ├── config │ │ │ │ └── polipo.conf │ │ │ └── default.py │ │ │ └── changelog.txt │ └── softcam │ │ └── oscam │ │ ├── icon │ │ └── icon.png │ │ ├── source │ │ ├── settings-default.xml │ │ ├── system.d │ │ │ └── service.softcam.oscam.service │ │ ├── resources │ │ │ ├── language │ │ │ │ └── English │ │ │ │ │ └── strings.xml │ │ │ └── settings.xml │ │ ├── oscam-default.conf │ │ └── default.py │ │ └── patches │ │ ├── oscam-01-revision.patch │ │ └── oscam-03-pcsc-pthread.patch ├── browser │ ├── chromium │ │ ├── config │ │ │ ├── Xdefaults │ │ │ └── pangorc │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ ├── patches │ │ │ ├── chromium-0003_oe-root-filesystem-is-readonly.patch │ │ │ └── chromium-0002_allow-runing-as-root.patch │ │ └── source │ │ │ └── resources │ │ │ └── language │ │ │ └── English │ │ │ └── strings.xml │ └── links │ │ ├── icon │ │ └── icon.png │ │ ├── changelog.txt │ │ ├── source │ │ └── resources │ │ │ ├── settings.xml │ │ │ └── language │ │ │ └── English │ │ │ └── strings.po │ │ └── patches │ │ ├── links-gcc3.patch │ │ ├── links-sched.patch │ │ └── links-file_no_socks_bypass.patch ├── tools │ ├── tvnamer │ │ ├── changelog.txt │ │ ├── icon │ │ │ └── icon.png │ │ └── source │ │ │ └── bin │ │ │ └── tvnamer │ ├── p7zip │ │ ├── source │ │ │ └── bin │ │ │ │ ├── 7za │ │ │ │ └── 7z │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ └── patches │ │ │ └── p7zip-crosscompile.patch │ ├── pv │ │ ├── changelog.txt │ │ └── icon │ │ │ └── icon.png │ ├── iw │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ └── source │ │ │ └── default.py │ ├── jq │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ └── source │ │ │ └── default.py │ ├── php │ │ ├── icon │ │ │ └── icon.png │ │ └── changelog.txt │ ├── vim │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ └── source │ │ │ └── default.py │ ├── aria2 │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ └── source │ │ │ └── default.py │ ├── axel │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ └── source │ │ │ └── default.py │ ├── dtach │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ └── source │ │ │ └── default.py │ ├── encfs │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ └── source │ │ │ └── default.py │ ├── fdupes │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ ├── patches │ │ │ └── fdupes-01-crosscompile.patch │ │ └── source │ │ │ └── default.py │ ├── irssi │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ ├── patches │ │ │ └── irssi-netbsd-curses.patch │ │ └── source │ │ │ └── default.py │ ├── lftp │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ └── source │ │ │ └── default.py │ ├── lshw │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ └── source │ │ │ └── default.py │ ├── ltrace │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ └── source │ │ │ └── default.py │ ├── mrxvt │ │ ├── icon │ │ │ └── icon.png │ │ └── changelog.txt │ ├── mtpfs │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ └── source │ │ │ └── default.py │ ├── ncftp │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ └── source │ │ │ └── default.py │ ├── nmap │ │ ├── icon │ │ │ └── icon.png │ │ └── changelog.txt │ ├── patch │ │ ├── icon │ │ │ └── icon.png │ │ └── changelog.txt │ ├── socat │ │ ├── icon │ │ │ └── icon.png │ │ └── changelog.txt │ ├── sshfs │ │ ├── icon │ │ │ └── icon.png │ │ └── changelog.txt │ ├── udpxy │ │ ├── icon │ │ │ └── icon.png │ │ └── changelog.txt │ ├── unrar │ │ ├── icon │ │ │ └── icon.png │ │ └── changelog.txt │ ├── wget │ │ ├── icon │ │ │ └── icon.png │ │ └── changelog.txt │ ├── RPi.GPIO │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ └── source │ │ │ └── default.py │ ├── autossh │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ └── source │ │ │ └── default.py │ ├── dvb-apps │ │ ├── icon │ │ │ └── icon.png │ │ ├── patches │ │ │ ├── dvb-apps-20_build-static-libs.patch │ │ │ ├── dvb-apps-30_remove-av7110_loadkeys.patch │ │ │ └── dvb-apps-10_reorder-includes.patch │ │ ├── changelog.txt │ │ └── source │ │ │ └── default.py │ ├── dvblast │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ ├── patches │ │ │ └── dvblast-ldflags.patch │ │ └── source │ │ │ └── default.py │ ├── flashrom │ │ ├── icon │ │ │ └── icon.png │ │ └── changelog.txt │ ├── hd-idle │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ ├── patches │ │ │ └── hd-idle-makefile.patch │ │ └── source │ │ │ └── default.py │ ├── mumudvb │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ └── source │ │ │ └── default.py │ ├── picamera │ │ ├── icon │ │ │ └── icon.png │ │ └── changelog.txt │ ├── tstools │ │ ├── icon │ │ │ └── icon.png │ │ └── changelog.txt │ ├── diffutils │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ └── source │ │ │ └── default.py │ ├── dvb-fe-tool │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ └── source │ │ │ └── default.py │ ├── efibootmgr │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ └── source │ │ │ └── default.py │ ├── hid_mapper │ │ ├── icon │ │ │ └── icon.png │ │ ├── patches │ │ │ ├── hid_mapper-02_include-sys-time.patch │ │ │ ├── hid_mapper-01_crosscompile.patch │ │ │ └── hid_mapper-03_fix-parser.patch │ │ ├── changelog.txt │ │ └── source │ │ │ └── default.py │ ├── lm_sensors │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ ├── source │ │ │ └── default.py │ │ └── patches │ │ │ └── lm_sensors-01_link-static.patch │ ├── mediainfo │ │ ├── icon │ │ │ └── icon.png │ │ └── changelog.txt │ ├── opencaster │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ └── patches │ │ │ ├── opencaster-03_dont-build-dvbobjects.patch │ │ │ └── opencaster-02_headers.patch │ ├── tsdecrypt │ │ ├── icon │ │ │ └── icon.png │ │ └── changelog.txt │ ├── x11-utils │ │ ├── icon │ │ │ └── icon.png │ │ └── changelog.txt │ ├── getscancodes │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ ├── patches │ │ │ └── getscancodes-crosscompile.patch │ │ └── source │ │ │ └── default.py │ └── usb-modeswitch │ │ ├── icon │ │ └── icon.png │ │ └── changelog.txt ├── networking │ ├── protocol │ │ └── dhcp │ │ │ ├── source │ │ │ ├── bin │ │ │ │ ├── dhclient.start │ │ │ │ ├── dhcpd.stop │ │ │ │ ├── dhclient.stop │ │ │ │ ├── dhcrelay.stop │ │ │ │ ├── dhcpd.start │ │ │ │ └── dhcrelay.start │ │ │ ├── resources │ │ │ │ ├── settings.xml │ │ │ │ └── sample │ │ │ │ │ └── dhclient.conf.example │ │ │ └── LICENSE │ │ │ ├── icon │ │ │ └── icon.png │ │ │ ├── changelog.txt │ │ │ └── patches │ │ │ └── dhcp-0002-bind-cross-compile.patch │ ├── nfs-utils │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ ├── patches │ │ │ ├── nfs-utils-0002-dont-build-tools.patch │ │ │ └── nfs-utils-0001-fix-aclocal-libnfidmap.patch │ │ └── source │ │ │ └── default.py │ ├── backup │ │ └── rsync │ │ │ ├── icon │ │ │ └── icon.png │ │ │ ├── changelog.txt │ │ │ └── source │ │ │ └── default.py │ ├── testing │ │ └── iperf │ │ │ ├── icon │ │ │ └── icon.png │ │ │ ├── changelog.txt │ │ │ ├── patches │ │ │ └── iperf-0001_fix-build-with-gcc5.patch │ │ │ └── source │ │ │ └── default.py │ └── analyzer │ │ ├── bwm-ng │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ └── source │ │ │ └── default.py │ │ ├── iftop │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ └── source │ │ │ └── default.py │ │ ├── ngrep │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ └── source │ │ │ └── default.py │ │ └── tcpdump │ │ ├── icon │ │ └── icon.png │ │ ├── changelog.txt │ │ └── source │ │ └── default.py ├── system │ ├── truecrypt │ │ ├── icon │ │ │ └── icon.png │ │ ├── pkcs11 │ │ │ └── readme.txt │ │ └── source │ │ │ └── addon.xml │ └── smartmontools │ │ ├── icon │ │ └── icon.png │ │ ├── source │ │ ├── resources │ │ │ ├── skins │ │ │ │ └── Default │ │ │ │ │ └── media │ │ │ │ │ ├── ScrollBarH.png │ │ │ │ │ ├── ScrollBarV.png │ │ │ │ │ ├── MediaBladeSub.png │ │ │ │ │ ├── ScrollBarH_bar.png │ │ │ │ │ ├── ScrollBarNib.png │ │ │ │ │ ├── ScrollBarV_bar.png │ │ │ │ │ ├── DialogCloseButton.png │ │ │ │ │ ├── ScrollBarH_bar_focus.png │ │ │ │ │ ├── ScrollBarV_bar_focus.png │ │ │ │ │ └── DialogCloseButton-focus.png │ │ │ └── settings.xml │ │ ├── addon.xml │ │ └── bin │ │ │ └── smartd_warning.sh │ │ └── changelog.txt ├── debugging │ └── tools │ │ ├── acpica │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ └── source │ │ │ └── default.py │ │ ├── cpuid │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ └── source │ │ │ └── default.py │ │ ├── dstat │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ ├── patches │ │ │ └── dstat-pluginpath.patch │ │ └── source │ │ │ └── default.py │ │ ├── smem │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ └── source │ │ │ └── default.py │ │ ├── hddtemp │ │ ├── icon │ │ │ └── icon.png │ │ ├── source │ │ │ ├── hddtemp.db │ │ │ └── default.py │ │ ├── patches │ │ │ └── hddtemp-0.3-beta15-52.patch │ │ └── changelog.txt │ │ ├── powertop │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ └── source │ │ │ └── default.py │ │ ├── dmidecode │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ └── source │ │ │ └── default.py │ │ ├── i2c-tools │ │ ├── icon │ │ │ └── icon.png │ │ ├── changelog.txt │ │ └── source │ │ │ └── default.py │ │ └── wireless_tools │ │ ├── icon │ │ └── icon.png │ │ ├── changelog.txt │ │ └── source │ │ └── default.py └── multimedia │ └── handbrake │ ├── icon │ └── icon.png │ ├── changelog.txt │ ├── patches │ ├── handbrake-0003-libvpx-unset-ld.patch │ ├── handbrake-0002-libvpx-cross-def.patch │ ├── handbrake-0006-x265-disable-assembly.patch │ ├── handbrake-0005-ffmpeg-cross-compile.patch │ └── handbrake-0001-remove-configure-badness.patch │ └── source │ └── default.py ├── depends ├── x11 │ └── toolkits │ │ ├── pango │ │ └── config │ │ │ └── pangorc │ │ └── gtk+ │ │ └── patches │ │ └── gtk+-02_meh-glib.patch ├── web │ ├── libtorrent │ │ └── patches │ │ │ ├── libtorrent-0.13.3-003-CPPUNIT-fix.patch │ │ │ └── libtorrent-0.13.3-002-disable-tests.patch │ └── rtorrent │ │ └── patches │ │ ├── rtorrent-0.9.3-002-disable-tests.patch │ │ ├── rtorrent-0.9.3-004-fix-ncurses-include.patch │ │ └── rtorrent-0.9.3-001-fix-cross-compile.patch ├── audio │ ├── libmad │ │ └── patches │ │ │ ├── libmad-0.15.1b-automake_1.13.patch │ │ │ └── libmad-0.15.1b-cflags-O2.patch │ └── faad2 │ │ └── patches │ │ └── faad2-2.7-automake_1.13.patch ├── multimedia │ └── libva-vdpau-driver │ │ └── patches │ │ ├── libva-vdpau-driver-0003_libvdpau-0.8.patch │ │ ├── libva-vdpau-driver-0002_glext-missing-definition.patch │ │ └── libva-vdpau-driver-0001_drop-formats.patch └── devel │ ├── libpcap │ └── patches │ │ └── libpcap-crosscompiling.patch │ └── libconfig │ └── patches │ └── libconfig-0001_fix-include.patch ├── security └── nss │ └── patches │ └── nss-01_crosscompile.patch └── README.md /addons/service/downloadmanager/rTorrent/source/firstrun: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /addons/browser/chromium/config/Xdefaults: -------------------------------------------------------------------------------- 1 | Xft.dpi: 96 2 | -------------------------------------------------------------------------------- /addons/tools/tvnamer/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.0 2 | - Initial release 3 | -------------------------------------------------------------------------------- /addons/networking/protocol/dhcp/source/bin/dhclient.start: -------------------------------------------------------------------------------- 1 | #!/bin/ash 2 | 3 | dhclient $1 -------------------------------------------------------------------------------- /addons/networking/protocol/dhcp/source/bin/dhcpd.stop: -------------------------------------------------------------------------------- 1 | #!/bin/ash 2 | 3 | killall dhcpd -------------------------------------------------------------------------------- /addons/networking/protocol/dhcp/source/bin/dhclient.stop: -------------------------------------------------------------------------------- 1 | #!/bin/ash 2 | 3 | killall dhclient -------------------------------------------------------------------------------- /addons/networking/protocol/dhcp/source/bin/dhcrelay.stop: -------------------------------------------------------------------------------- 1 | #!/bin/ash 2 | 3 | killall dhcrelay -------------------------------------------------------------------------------- /addons/service/system/tinc/source/bin/tinc-up: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | ip link set up dev "$INTERFACE" 3 | -------------------------------------------------------------------------------- /addons/tools/p7zip/source/bin/7za: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec /storage/.kodi/addons/tools.p7zip/bin/7za.bin "$@" 3 | -------------------------------------------------------------------------------- /addons/tools/pv/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.0 2 | - rebuild for OpenELEC-7.0 3 | 4 | 6.0.0 5 | - initial release 6 | -------------------------------------------------------------------------------- /addons/networking/protocol/dhcp/source/bin/dhcpd.start: -------------------------------------------------------------------------------- 1 | #!/bin/ash 2 | # configure startup command bellow 3 | dhcpd -------------------------------------------------------------------------------- /addons/service/multimedia/streamdisc/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.1 2 | - rebuild 3 | 4 | 7.0.0 5 | - initial version 6 | -------------------------------------------------------------------------------- /addons/tools/p7zip/source/bin/7z: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec /storage/.kodi/addons/tools.p7zip/bin/7z.bin "$@" 3 | 4 | -------------------------------------------------------------------------------- /addons/networking/protocol/dhcp/source/bin/dhcrelay.start: -------------------------------------------------------------------------------- 1 | #!/bin/ash 2 | # configure startup command bellow 3 | dhcrelay -------------------------------------------------------------------------------- /addons/tools/iw/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/iw/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/jq/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/jq/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/php/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/php/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/pv/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/pv/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/vim/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/vim/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/aria2/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/aria2/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/axel/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/axel/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/dtach/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/dtach/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/encfs/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/encfs/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/fdupes/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/fdupes/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/irssi/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/irssi/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/lftp/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/lftp/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/lshw/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/lshw/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/ltrace/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/ltrace/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/mrxvt/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/mrxvt/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/mtpfs/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/mtpfs/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/ncftp/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/ncftp/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/nmap/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/nmap/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/p7zip/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/p7zip/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/patch/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/patch/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/socat/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/socat/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/sshfs/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/sshfs/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/udpxy/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/udpxy/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/unrar/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/unrar/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/wget/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/wget/icon/icon.png -------------------------------------------------------------------------------- /addons/browser/links/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/browser/links/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/RPi.GPIO/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/RPi.GPIO/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/autossh/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/autossh/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/dvb-apps/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/dvb-apps/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/dvblast/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/dvblast/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/flashrom/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/flashrom/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/hd-idle/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/hd-idle/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/mumudvb/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/mumudvb/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/picamera/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/picamera/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/tstools/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/tstools/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/tvnamer/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/tvnamer/icon/icon.png -------------------------------------------------------------------------------- /addons/browser/chromium/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/browser/chromium/icon/icon.png -------------------------------------------------------------------------------- /addons/system/truecrypt/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/system/truecrypt/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/diffutils/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/diffutils/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/dvb-fe-tool/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/dvb-fe-tool/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/efibootmgr/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/efibootmgr/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/hid_mapper/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/hid_mapper/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/lm_sensors/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/lm_sensors/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/mediainfo/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/mediainfo/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/opencaster/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/opencaster/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/tsdecrypt/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/tsdecrypt/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/x11-utils/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/x11-utils/icon/icon.png -------------------------------------------------------------------------------- /addons/service/downloadmanager/rTorrent/source/bin/php.ini: -------------------------------------------------------------------------------- 1 | cgi.force_redirect = 0 2 | cgi.redirect_status_env = yes 3 | date.timezone = UTC 4 | -------------------------------------------------------------------------------- /addons/service/system/tinc/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/service/system/tinc/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/getscancodes/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/getscancodes/icon/icon.png -------------------------------------------------------------------------------- /addons/debugging/tools/acpica/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/debugging/tools/acpica/icon/icon.png -------------------------------------------------------------------------------- /addons/debugging/tools/cpuid/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/debugging/tools/cpuid/icon/icon.png -------------------------------------------------------------------------------- /addons/debugging/tools/dstat/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/debugging/tools/dstat/icon/icon.png -------------------------------------------------------------------------------- /addons/debugging/tools/smem/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/debugging/tools/smem/icon/icon.png -------------------------------------------------------------------------------- /addons/multimedia/handbrake/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/multimedia/handbrake/icon/icon.png -------------------------------------------------------------------------------- /addons/networking/nfs-utils/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/networking/nfs-utils/icon/icon.png -------------------------------------------------------------------------------- /addons/service/multimedia/mpd/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/service/multimedia/mpd/icon/icon.png -------------------------------------------------------------------------------- /addons/service/multimedia/mpd/source/settings-default.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /addons/service/proxy/polipo/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/service/proxy/polipo/icon/icon.png -------------------------------------------------------------------------------- /addons/service/softcam/oscam/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/service/softcam/oscam/icon/icon.png -------------------------------------------------------------------------------- /addons/service/system/inadyn/source/settings-default.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /addons/service/system/proftpd/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/service/system/proftpd/icon/icon.png -------------------------------------------------------------------------------- /addons/service/system/syncthing/source/settings-default.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /addons/service/system/x11vnc/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/service/system/x11vnc/icon/icon.png -------------------------------------------------------------------------------- /addons/system/smartmontools/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/system/smartmontools/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/jq/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.0 2 | - rebuild for OpenELEC-7.0 3 | 4 | 6.0.1 5 | - Update jq to 1.5 6 | 7 | 6.0.0 8 | - initial release 9 | -------------------------------------------------------------------------------- /addons/tools/usb-modeswitch/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/tools/usb-modeswitch/icon/icon.png -------------------------------------------------------------------------------- /addons/debugging/tools/hddtemp/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/debugging/tools/hddtemp/icon/icon.png -------------------------------------------------------------------------------- /addons/debugging/tools/powertop/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/debugging/tools/powertop/icon/icon.png -------------------------------------------------------------------------------- /addons/networking/backup/rsync/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/networking/backup/rsync/icon/icon.png -------------------------------------------------------------------------------- /addons/networking/protocol/dhcp/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/networking/protocol/dhcp/icon/icon.png -------------------------------------------------------------------------------- /addons/networking/testing/iperf/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/networking/testing/iperf/icon/icon.png -------------------------------------------------------------------------------- /addons/service/system/syncthing/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/service/system/syncthing/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/wget/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.1 2 | - update to wget-1.17.1 3 | 4 | 7.0.0 5 | - rebuild for OpenELEC-7.0 6 | 7 | 6.0.0 8 | - initial release 9 | -------------------------------------------------------------------------------- /addons/debugging/tools/dmidecode/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/debugging/tools/dmidecode/icon/icon.png -------------------------------------------------------------------------------- /addons/debugging/tools/hddtemp/source/hddtemp.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/debugging/tools/hddtemp/source/hddtemp.db -------------------------------------------------------------------------------- /addons/debugging/tools/i2c-tools/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/debugging/tools/i2c-tools/icon/icon.png -------------------------------------------------------------------------------- /addons/networking/analyzer/bwm-ng/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/networking/analyzer/bwm-ng/icon/icon.png -------------------------------------------------------------------------------- /addons/networking/analyzer/iftop/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/networking/analyzer/iftop/icon/icon.png -------------------------------------------------------------------------------- /addons/networking/analyzer/ngrep/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/networking/analyzer/ngrep/icon/icon.png -------------------------------------------------------------------------------- /addons/networking/analyzer/tcpdump/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/networking/analyzer/tcpdump/icon/icon.png -------------------------------------------------------------------------------- /addons/service/system/dispmanx_vnc/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/service/system/dispmanx_vnc/icon/icon.png -------------------------------------------------------------------------------- /addons/service/system/pcscd-addon/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/service/system/pcscd-addon/icon/icon.png -------------------------------------------------------------------------------- /addons/tools/tvnamer/source/bin/tvnamer: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | ADDON_DIR="$HOME/.kodi/addons/tools.tvnamer" 3 | python $ADDON_DIR/resources/lib/tvnamer/main.py $@ 4 | -------------------------------------------------------------------------------- /addons/service/multimedia/streamdisc/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/service/multimedia/streamdisc/icon/icon.png -------------------------------------------------------------------------------- /addons/service/multimedia/tvheadend/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/service/multimedia/tvheadend/icon/icon.png -------------------------------------------------------------------------------- /addons/debugging/tools/wireless_tools/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/debugging/tools/wireless_tools/icon/icon.png -------------------------------------------------------------------------------- /addons/service/downloadmanager/rTorrent/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/service/downloadmanager/rTorrent/icon/icon.png -------------------------------------------------------------------------------- /addons/service/downloadmanager/transmission/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/service/downloadmanager/transmission/icon/icon.png -------------------------------------------------------------------------------- /addons/debugging/tools/hddtemp/patches/hddtemp-0.3-beta15-52.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/debugging/tools/hddtemp/patches/hddtemp-0.3-beta15-52.patch -------------------------------------------------------------------------------- /addons/service/system/x11vnc/source/settings-default.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /addons/tools/axel/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.0 2 | - rebuild for OpenELEC-7.0 3 | 4 | 6.0.0 5 | - rebuild for OpenELEC-6.0 6 | 7 | 4.3.2 8 | - rebuild 9 | 10 | 4.3.0 11 | - initial release 12 | -------------------------------------------------------------------------------- /depends/x11/toolkits/pango/config/pangorc: -------------------------------------------------------------------------------- 1 | [Pango] 2 | ModuleFiles = /etc/pango/pango.modules 3 | ModulesPath = /usr/lib/pango/1.8.0/modules 4 | 5 | [PangoX] 6 | AliasFiles = /etc/pango/pangox.aliases 7 | -------------------------------------------------------------------------------- /addons/service/multimedia/streamdisc/source/settings-default.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /addons/tools/flashrom/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.1 2 | - update to flashrom-0.9.9 3 | 4 | 7.0.0 5 | - rebuild for OpenELEC-7.0 6 | 7 | 6.0.0 8 | - rebuild for OpenELEC-6.0 9 | 10 | 4.3.0 11 | - initial build 12 | -------------------------------------------------------------------------------- /addons/service/downloadmanager/rTorrent/source/bin/xbmc-libup.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # Update XBMC Librarys 4 | sleep 2 5 | kodi-send -a "UpdateLibrary(video)" 6 | sleep 2 7 | kodi-send -a "UpdateLibrary(music)" 8 | 9 | -------------------------------------------------------------------------------- /addons/system/smartmontools/source/resources/skins/Default/media/ScrollBarH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/system/smartmontools/source/resources/skins/Default/media/ScrollBarH.png -------------------------------------------------------------------------------- /addons/system/smartmontools/source/resources/skins/Default/media/ScrollBarV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/system/smartmontools/source/resources/skins/Default/media/ScrollBarV.png -------------------------------------------------------------------------------- /addons/system/smartmontools/source/resources/skins/Default/media/MediaBladeSub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/system/smartmontools/source/resources/skins/Default/media/MediaBladeSub.png -------------------------------------------------------------------------------- /addons/system/smartmontools/source/resources/skins/Default/media/ScrollBarH_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/system/smartmontools/source/resources/skins/Default/media/ScrollBarH_bar.png -------------------------------------------------------------------------------- /addons/system/smartmontools/source/resources/skins/Default/media/ScrollBarNib.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/system/smartmontools/source/resources/skins/Default/media/ScrollBarNib.png -------------------------------------------------------------------------------- /addons/system/smartmontools/source/resources/skins/Default/media/ScrollBarV_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/system/smartmontools/source/resources/skins/Default/media/ScrollBarV_bar.png -------------------------------------------------------------------------------- /addons/system/smartmontools/source/resources/skins/Default/media/DialogCloseButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/system/smartmontools/source/resources/skins/Default/media/DialogCloseButton.png -------------------------------------------------------------------------------- /addons/system/smartmontools/source/resources/skins/Default/media/ScrollBarH_bar_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/system/smartmontools/source/resources/skins/Default/media/ScrollBarH_bar_focus.png -------------------------------------------------------------------------------- /addons/system/smartmontools/source/resources/skins/Default/media/ScrollBarV_bar_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/system/smartmontools/source/resources/skins/Default/media/ScrollBarV_bar_focus.png -------------------------------------------------------------------------------- /addons/system/smartmontools/source/resources/skins/Default/media/DialogCloseButton-focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenELEC/unofficial-addons/HEAD/addons/system/smartmontools/source/resources/skins/Default/media/DialogCloseButton-focus.png -------------------------------------------------------------------------------- /addons/tools/mumudvb/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.1 2 | - update to mumudvb-2.0.0 3 | 4 | 7.0.0 5 | - rebuild for OpenELEC-7.0 6 | 7 | 6.0.0 8 | - rebuild for OpenELEC-6.0 9 | 10 | 4.3.2 11 | - rebuild 12 | 13 | 4.3.0 14 | - initial release 15 | -------------------------------------------------------------------------------- /addons/tools/picamera/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.1 2 | - update to picamera-1.10 3 | 4 | 7.0.0 5 | - rebuild for OpenELEC-7.0 6 | 7 | 6.0.0 8 | - rebuild for OpenELEC-6.0 9 | 10 | 4.3.3 11 | - rebuild 12 | 13 | 4.3.0 14 | - Initial release 15 | -------------------------------------------------------------------------------- /addons/multimedia/handbrake/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.1 2 | - update to handbrake-0.10.5 3 | 4 | 7.0.0 5 | - rebuild for OpenELEC-7.0 6 | 7 | 6.0.0 8 | - rebuild for OpenELEC-6.0 9 | 10 | 4.3.2 11 | - rebuild 12 | 13 | 4.3.0 14 | - Initial release 15 | -------------------------------------------------------------------------------- /addons/service/multimedia/mpd/source/resources/language/English/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | General 4 | Restart on suspend / resume 5 | 6 | -------------------------------------------------------------------------------- /addons/service/system/dispmanx_vnc/source/config/dispmanx_vncserver.conf: -------------------------------------------------------------------------------- 1 | relative = false; 2 | port = 5900; 3 | screen = 0; 4 | unsafe = false; 5 | fullscreen = true; 6 | multi-threaded = false; 7 | password = ""; 8 | frame-rate = 15; 9 | downscale = false; 10 | -------------------------------------------------------------------------------- /addons/networking/nfs-utils/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.2 2 | - update to nfs-utils-1.3.4 3 | 4 | 7.0.1 5 | - update to nfs-utils-1.3.3 6 | 7 | 7.0.0 8 | - rebuild for OpenELEC-7.0 9 | 10 | 6.0.0 11 | - rebuild for OpenELEC-6.0 12 | 13 | 4.3.0 14 | - Initial release 15 | -------------------------------------------------------------------------------- /addons/browser/links/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.1 2 | - update to links-2.14 3 | 4 | 7.0.0 5 | - rebuild for OpenELEC-7.0 6 | 7 | 6.0.1 8 | - update to links-2.12 9 | 10 | 6.0.0 11 | - rebuild for OE6 12 | 13 | 4.3.3 14 | - rebuild 15 | 16 | 4.3.1 17 | - initial release 18 | -------------------------------------------------------------------------------- /addons/service/system/syncthing/source/resources/settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /addons/tools/ltrace/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.0 2 | - rebuild for OpenELEC-7.0 3 | 4 | 6.0.0 5 | - rebuild for OpenELEC-6.0 6 | 7 | 4.3.3 8 | - rebuild 9 | 10 | 4.3.1 11 | - rebuild 12 | 13 | 4.3.0 14 | - rebuild for addon api bump 15 | 16 | 4.1.0 17 | - initial release 18 | -------------------------------------------------------------------------------- /addons/tools/tstools/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.0 2 | - rebuild for OpenELEC-7.0 3 | 4 | 6.0.0 5 | - rebuild for OpenELEC-6.0 6 | 7 | 4.3.3 8 | - rebuild 9 | 10 | 4.3.1 11 | - rebuild 12 | 13 | 4.3.0 14 | - rebuild for addon api bump 15 | 16 | 4.1.0 17 | - initial release 18 | -------------------------------------------------------------------------------- /addons/tools/opencaster/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.0 2 | - rebuild for OpenELEC-7.0 3 | 4 | 6.0.0 5 | - rebuild for OpenELEC-6.0 6 | 7 | 4.3.3 8 | - rebuild 9 | 10 | 4.3.1 11 | - rebuild 12 | 13 | 4.3.0 14 | - rebuild for addon api bump 15 | 16 | 4.1.0 17 | - initial release 18 | -------------------------------------------------------------------------------- /addons/service/system/x11vnc/source/resources/language/English/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | VNC 4 | VNC Port 5 | VNC Password 6 | 7 | -------------------------------------------------------------------------------- /addons/system/truecrypt/pkcs11/readme.txt: -------------------------------------------------------------------------------- 1 | Downloaded from ftp.rsasecurity.com. 2 | 3 | wget ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/pkcs11.h 4 | wget ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/pkcs11f.h 5 | wget ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/pkcs11t.h 6 | -------------------------------------------------------------------------------- /addons/tools/aria2/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.2 2 | - update to aria2-1.30.0 3 | 4 | 7.0.1 5 | - update to aria2-1.21.0 6 | 7 | 7.0.0 8 | - rebuild for OpenELEC-7.0 9 | 10 | 6.0.0 11 | - rebuild for OpenELEC-6.0 12 | 13 | 4.3.2 14 | - rebuild 15 | 16 | 4.3.0 17 | - initial release 18 | -------------------------------------------------------------------------------- /addons/tools/dtach/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.1 2 | - update to dtach-0.9 3 | 4 | 7.0.0 5 | - rebuild for OpenELEC-7.0 6 | 7 | 6.0.0 8 | - rebuild for OpenELEC-6.0 9 | 10 | 4.3.2 11 | - rebuild 12 | 13 | 4.3.0 14 | - rebuild for addon api bump 15 | 16 | 4.1.1 17 | - initial release 18 | -------------------------------------------------------------------------------- /addons/tools/nmap/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.1 2 | - update to nmap-7.11 3 | 4 | 7.0.0 5 | - rebuild for OpenELEC-7.0 6 | 7 | 6.0.0 8 | - rebuild for OpenELEC-6.0 9 | 10 | 4.3.3 11 | - rebuild 12 | 13 | 4.3.0 14 | - rebuild for addon api bump 15 | 16 | 4.1.0 17 | - initial release 18 | -------------------------------------------------------------------------------- /addons/tools/autossh/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.1 2 | - update to autossh-1.4e 3 | 4 | 7.0.0 5 | - rebuild for OpenELEC-7.0 6 | 7 | 6.0.0 8 | - rebuild for OpenELEC-6.0 9 | 10 | 4.3.2 11 | - rebuild 12 | 13 | 4.3.0 14 | - rebuild for addon api bump 15 | 16 | 4.1.0 17 | - initial release 18 | -------------------------------------------------------------------------------- /addons/tools/hd-idle/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.0 2 | - rebuild for OpenELEC-7.0 3 | 4 | 6.0.0 5 | - rebuild for OpenELEC-6.0 6 | 7 | 4.3.3 8 | - rebuild 9 | 10 | 4.3.1 11 | - looking for maintainer 12 | 13 | 4.3.0 14 | - rebuild for addon api bump 15 | 16 | 4.1.0 17 | - initial release 18 | -------------------------------------------------------------------------------- /addons/tools/fdupes/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.0 2 | - rebuild for OpenELEC-7.0 3 | 4 | 6.0.0 5 | - rebuild for OpenELEC-6.0 6 | 7 | 4.3.3 8 | - rebuild 9 | 10 | 4.3.1 11 | - rebuild 12 | 13 | 4.3.0 14 | - rebuild for addon api bump 15 | - update to fdupes-1.51 16 | 17 | 4.1.0 18 | - initial release 19 | -------------------------------------------------------------------------------- /addons/service/multimedia/tvheadend/source/timeshift-config: -------------------------------------------------------------------------------- 1 | { 2 | "enabled": 0, 3 | "ondemand": 0, 4 | "path": "/storage/.kodi/userdata/addon_data/service.multimedia.tvheadend/cache/timeshift", 5 | "unlimited_period": 0, 6 | "max_period": 3600, 7 | "unlimited_size": 0, 8 | "max_size": 1024 9 | } 10 | -------------------------------------------------------------------------------- /addons/browser/links/source/resources/settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /addons/service/system/proftpd/source/etc/openssl.cnf: -------------------------------------------------------------------------------- 1 | [ req ] 2 | prompt = no 3 | distinguished_name = req_distinguished_name 4 | 5 | [ req_distinguished_name ] 6 | C = GB 7 | ST = Test State 8 | L = Test Locality 9 | O = Org Name 10 | OU = Org Unit Name 11 | CN = Common Name 12 | emailAddress = test@email.com -------------------------------------------------------------------------------- /addons/tools/iw/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.2 2 | - update to iw-4.9 3 | 4 | 7.0.1 5 | - update to iw-4.3 6 | 7 | 7.0.0 8 | - rebuild for OpenELEC-7.0 9 | 10 | 6.0.0 11 | - rebuild for OpenELEC-6.0 12 | 13 | 4.3.3 14 | - rebuild 15 | 16 | 4.3.1 17 | - looking for maintainer 18 | 19 | 4.3.0 20 | - initial release 21 | -------------------------------------------------------------------------------- /addons/tools/php/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.1 2 | - update to php-5.6.19 3 | 4 | 7.0.0 5 | - rebuild for OpenELEC-7.0 6 | 7 | 6.0.0 8 | - rebuild for OE6 9 | 10 | 4.3.3 11 | - rebuild 12 | 13 | 4.3.1 14 | - update to php-5.5.23 15 | 16 | 4.1.1 17 | - update to php-5.5.14 18 | 19 | 4.1.0 20 | - initial release 21 | -------------------------------------------------------------------------------- /addons/tools/irssi/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.3 2 | - update to irssi-1.0.0 3 | 4 | 7.0.2 5 | - update to irssi-0.8.20 6 | 7 | 7.0.1 8 | - update to irssi-0.8.19 9 | 10 | 7.0.0 11 | - rebuild for OpenELEC-7.0 12 | 13 | 6.0.0 14 | - rebuild for OE6 15 | 16 | 4.3.2 17 | - rebuild 18 | 19 | 4.3.0 20 | - initial release 21 | -------------------------------------------------------------------------------- /addons/tools/unrar/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.1 2 | - update to unrar-5.3.11 3 | 4 | 7.0.0 5 | - rebuild for OpenELEC-7.0 6 | 7 | 6.0.0 8 | - rebuild for OpenELEC-6.0 9 | 10 | 4.3.2 11 | - rebuild 12 | 13 | 4.3.0 14 | - rebuild for addon api bump 15 | - update to unrar-5.1.6 16 | 17 | 4.1.1 18 | - initial release 19 | -------------------------------------------------------------------------------- /addons/tools/x11-utils/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.0 2 | - rebuild for OpenELEC-7.0 3 | 4 | 6.0.0 5 | - rebuild for OpenELEC-6.0 6 | 7 | 4.3.3 8 | - rebuild 9 | 10 | 4.3.1 11 | - rebuild 12 | 13 | 4.3.0 14 | - rebuild for addon api bump 15 | 16 | 4.1.1 17 | - add xdpyinfo and xrdb 18 | 19 | 4.1.0 20 | - initial release 21 | -------------------------------------------------------------------------------- /addons/tools/getscancodes/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.0 2 | - rebuild for OpenELEC-7.0 3 | 4 | 6.0.0 5 | - rebuild for OpenELEC-6.0 6 | 7 | 4.3.3 8 | - rebuild 9 | 10 | 4.3.1 11 | - rebuild 12 | 13 | 4.3.0 14 | - rebuild for addon api bump 15 | 16 | 4.1.0 17 | - rebuild for addon api bump 18 | 19 | 4.0.0 20 | - initial release 21 | -------------------------------------------------------------------------------- /addons/tools/lm_sensors/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.1 2 | - update to lm_sensors-3.4.0 3 | 4 | 7.0.0 5 | - rebuild for OpenELEC-7.0 6 | 7 | 6.0.0 8 | - rebuild for OpenELEC-6.0 9 | 10 | 4.3.4 11 | - rebuild 12 | 13 | 4.3.2 14 | - looking for maintainer 15 | 16 | 4.3.1 17 | - update to kodi 18 | 19 | 4.3.0 20 | - initial release 21 | -------------------------------------------------------------------------------- /addons/tools/lm_sensors/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # empty placeholder 3 | ################################################################################ 4 | import xbmcgui 5 | 6 | dialog = xbmcgui.Dialog() 7 | dialog.ok('', 'This is a console-only addon') 8 | -------------------------------------------------------------------------------- /addons/tools/diffutils/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.1 2 | - update to diffutils-3.5 3 | 4 | 7.0.0 5 | - rebuild for OpenELEC-7.0 6 | 7 | 6.0.0 8 | - rebuild for OpenELEC-6.0 9 | 10 | 4.3.3 11 | - rebuild 12 | 13 | 4.3.1 14 | - looking for maintainer 15 | 16 | 4.3.0 17 | - rebuild for addon api bump 18 | 19 | 4.1.0 20 | - initial build 21 | -------------------------------------------------------------------------------- /addons/tools/mrxvt/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.0 2 | - rebuild for OpenELEC-7.0 3 | 4 | 6.0.0 5 | - rebuild for OpenELEC-6.0 6 | 7 | 4.3.0 8 | - rebuild for addon api bump 9 | 10 | 4.1.0 11 | - rebuild for addon api bump 12 | 13 | 4.0.1 14 | - rebuild 15 | 16 | 4.0.0 17 | - rebuild for OpenELEC-4.0 18 | 19 | 3.1.1 20 | - initial release 21 | -------------------------------------------------------------------------------- /addons/browser/chromium/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.4 2 | - update to chromium 49.0.2623.87 3 | 4 | 7.0.3 5 | - update to chromium 48.0.2564.116 6 | 7 | 7.0.2 8 | - add HW acceleration support 9 | - add extra options to the add-on settings 10 | 11 | 7.0.1 12 | - add support for installing flash player 13 | 14 | 7.0.0 15 | - initial release 16 | -------------------------------------------------------------------------------- /addons/tools/opencaster/patches/opencaster-03_dont-build-dvbobjects.patch: -------------------------------------------------------------------------------- 1 | diff --git a/libs/Makefile b/libs/Makefile 2 | index 23d951b..c442057 100755 3 | --- a/libs/Makefile 4 | +++ b/libs/Makefile 5 | @@ -1,4 +1,4 @@ 6 | -SUBDIRS = sectioncrc dvbobjects 7 | +SUBDIRS = sectioncrc 8 | 9 | subdirs: $(SUBDIRS) 10 | $(SUBDIRS): 11 | -------------------------------------------------------------------------------- /addons/service/multimedia/mpd/source/resources/settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /addons/service/multimedia/streamdisc/source/resources/language/English/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | General Settings 6 | Port 7 | Device file 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /addons/service/softcam/oscam/source/settings-default.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /addons/tools/efibootmgr/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.2 2 | - update to efibootmgr-0bb83cf 3 | 4 | 7.0.1 5 | - update to efibootmgr-ceb177a 6 | 7 | 7.0.0 8 | - rebuild for OpenELEC-7.0 9 | 10 | 6.0.0 11 | - rebuild for OpenELEC-6.0 12 | 13 | 4.3.2 14 | - rebuild 15 | 16 | 4.3.0 17 | - rebuild for addon api bump 18 | 19 | 4.1.0 20 | - initial release 21 | -------------------------------------------------------------------------------- /addons/service/system/dispmanx_vnc/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.2 2 | - rebuild 3 | 4 | 7.0.1 5 | - update to use patrikolausson/dispmanx_vnc 6 | - fix issue where vnc server would start to quickly resulting in a black screen 7 | 8 | 7.0.0 9 | - rebuild for OpenELEC-7.0 10 | 11 | 6.0.0 12 | - rebuild for OpenELEC-6.0 13 | 14 | 4.3.0 15 | - Initial release 16 | -------------------------------------------------------------------------------- /addons/tools/RPi.GPIO/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.3 2 | - addon update to RPI.GPIO-0.6.3 3 | 4 | 7.0.2 5 | - addon update to RPI.GPIO-0.6.2 6 | 7 | 7.0.1 8 | - addon update to RPI.GPIO-0.6.1 9 | 10 | 7.0.0 11 | - rebuild for OpenELEC-7.0 12 | 13 | 6.0.0 14 | - rebuild for OpenELEC-6.0 15 | 16 | 4.3.2 17 | - rebuild 18 | 19 | 4.3.0 20 | - Initial release 21 | -------------------------------------------------------------------------------- /addons/tools/patch/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.1 2 | - update to patch-2.7.5 3 | 4 | 7.0.0 5 | - rebuild for OpenELEC-7.0 6 | 7 | 6.0.0 8 | - rebuild for OpenELEC-6.0 9 | 10 | 4.3.3 11 | - rebuild 12 | 13 | 4.3.1 14 | - looking for maintainer 15 | 16 | 4.3.0 17 | - rebuild for addon api bump 18 | - update to patch-2.7.1 19 | 20 | 4.1.0 21 | - initial build 22 | -------------------------------------------------------------------------------- /addons/tools/hid_mapper/patches/hid_mapper-02_include-sys-time.patch: -------------------------------------------------------------------------------- 1 | diff --git a/hid.c b/hid.c 2 | index 2830b58..a652222 100644 3 | --- a/hid.c 4 | +++ b/hid.c 5 | @@ -22,6 +22,7 @@ 6 | #include 7 | #include 8 | #include 9 | +#include 10 | 11 | #define SYSFS_HIDRAW_CLASS_PATH "/sys/class/hidraw" 12 | 13 | -------------------------------------------------------------------------------- /addons/service/system/inadyn/source/system.d/service.system.inadyn.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=inadyn 3 | After=network-online.target 4 | Requires=network-online.target 5 | 6 | [Service] 7 | Type=forking 8 | ExecStart=/bin/sh /storage/.kodi/addons/service.system.inadyn/bin/inadyn-service 9 | Restart=on-failure 10 | 11 | [Install] 12 | WantedBy=kodi.target 13 | -------------------------------------------------------------------------------- /addons/service/multimedia/mpd/source/system.d/service.multimedia.mpd.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=mpd 3 | After=graphical.target 4 | 5 | [Service] 6 | ExecStart=/bin/sh -c "exec sh /storage/.kodi/addons/service.multimedia.mpd/bin/mpd.start" 7 | TimeoutStopSec=1 8 | Restart=always 9 | RestartSec=2 10 | StartLimitInterval=0 11 | 12 | [Install] 13 | WantedBy=kodi.target 14 | -------------------------------------------------------------------------------- /addons/service/proxy/polipo/source/system.d/service.proxy.polipo.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Polipo 3 | After=graphical.target 4 | 5 | [Service] 6 | ExecStart=/bin/sh -c "exec sh /storage/.kodi/addons/service.proxy.polipo/bin/polipo.start" 7 | TimeoutStopSec=1 8 | Restart=always 9 | RestartSec=2 10 | StartLimitInterval=0 11 | 12 | [Install] 13 | WantedBy=kodi.target 14 | -------------------------------------------------------------------------------- /addons/tools/hid_mapper/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.1 2 | - update to hid_mapper-2a80972 3 | 4 | 7.0.0 5 | - rebuild for OpenELEC-7.0 6 | 7 | 6.0.0 8 | - rebuild for OpenELEC-6.0 9 | 10 | 4.3.4 11 | - rebuild 12 | 13 | 4.3.2 14 | - fix parsing map files 15 | 16 | 4.3.1 17 | - rebuild 18 | 19 | 4.3.0 20 | - rebuild for addon api bump 21 | 22 | 4.1.0 23 | - initial release 24 | -------------------------------------------------------------------------------- /addons/service/system/x11vnc/source/resources/settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /addons/service/system/x11vnc/source/system.d/service.system.x11vnc.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=x11vnc 3 | After=graphical.target 4 | 5 | [Service] 6 | ExecStart=/bin/sh -c "exec sh /storage/.kodi/addons/service.system.x11vnc/bin/x11vnc.start" 7 | TimeoutStopSec=1 8 | Restart=always 9 | RestartSec=2 10 | StartLimitInterval=0 11 | 12 | [Install] 13 | WantedBy=kodi.target 14 | -------------------------------------------------------------------------------- /addons/browser/chromium/config/pangorc: -------------------------------------------------------------------------------- 1 | # 2 | # pangorc file for uninstalled operation. If pango-viewer is run with 3 | # this file in the current directory it will set it as PANGO_RC_FILE 4 | # 5 | 6 | [Pango] 7 | ModuleFiles = /storage/.kodi/addons/browser.chromium/config/pango.modules 8 | 9 | [PangoX] 10 | AliasFiles = /storage/.kodi/addons/browser.chromium/config/pangx.aliases 11 | -------------------------------------------------------------------------------- /addons/service/system/inadyn/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.2 2 | - Update to inadyn-2.0 3 | 4 | 7.0.1 5 | - Update to inadyn 1.99.15 6 | - Add settings 7 | - Refactor system.d unit 8 | - Restart system.d unit upon changed settings 9 | 10 | 7.0.0 11 | - rebuild for OpenELEC-7.0 12 | 13 | 6.0.0 14 | - rebuild for OE6 15 | 16 | 4.3.2 17 | - Minor fixes 18 | 19 | 4.3.1 20 | - inadyn 1.99.12 21 | -------------------------------------------------------------------------------- /addons/service/system/proftpd/source/system.d/service.system.proftpd.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=ProFTPD 3 | After=graphical.target 4 | 5 | [Service] 6 | ExecStart=/bin/sh -c "exec sh /storage/.kodi/addons/service.system.proftpd/bin/proftpd.start" 7 | TimeoutStopSec=1 8 | Restart=always 9 | RestartSec=2 10 | StartLimitInterval=0 11 | 12 | [Install] 13 | WantedBy=kodi.target 14 | -------------------------------------------------------------------------------- /addons/debugging/tools/wireless_tools/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.0 2 | - rebuild for OpenELEC-7.0 3 | 4 | 6.0.0 5 | - rebuild for OpenELEC-6.0 6 | 7 | 4.3.2 8 | - rebuild 9 | 10 | 4.3.0 11 | - rebuild for addon api bump 12 | 13 | 4.1.0 14 | - rebuild for addon api bump 15 | 16 | 4.0.1 17 | - rebuild 18 | 19 | 4.0.0 20 | - rebuild for OpenELEC-4.0 21 | 22 | 3.1.1 23 | - initial release 24 | -------------------------------------------------------------------------------- /addons/service/system/syncthing/source/resources/language/English/strings.po: -------------------------------------------------------------------------------- 1 | # Kodi Media Center language file 2 | # Addon Name: syncthing 3 | # Addon id: service.system.syncthing 4 | # Addon Provider: awiouy at gmail dot com 5 | msgid "" 6 | msgstr "" 7 | 8 | msgctxt "#30000" 9 | msgid "GUI Address" 10 | msgstr "" 11 | 12 | msgctxt "#30001" 13 | msgid "GUI Address" 14 | msgstr "" 15 | -------------------------------------------------------------------------------- /addons/service/system/pcscd-addon/source/system.d/service.system.pcscd-addon.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=PCSC lite 3 | After=graphical.target 4 | 5 | [Service] 6 | ExecStart=/bin/sh -c "exec sh /storage/.kodi/addons/service.system.pcscd-addon/bin/pcscd.start" 7 | TimeoutStopSec=1 8 | Restart=always 9 | RestartSec=2 10 | StartLimitInterval=0 11 | 12 | [Install] 13 | WantedBy=kodi.target 14 | -------------------------------------------------------------------------------- /addons/tools/dvb-apps/patches/dvb-apps-20_build-static-libs.patch: -------------------------------------------------------------------------------- 1 | diff --git a/Make.rules b/Make.rules 2 | index e867c3a..b2d8663 100644 3 | --- a/Make.rules 4 | +++ b/Make.rules 5 | @@ -9,7 +9,7 @@ ifneq ($(lib_name),) 6 | CFLAGS_LIB ?= -fPIC 7 | CFLAGS += $(CFLAGS_LIB) 8 | 9 | -libraries = $(lib_name).so $(lib_name).a 10 | +libraries = $(lib_name).a 11 | 12 | .PHONY: library 13 | 14 | -------------------------------------------------------------------------------- /addons/networking/protocol/dhcp/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.2 2 | - update to dhcp-4.3.5 3 | 4 | 7.0.1 5 | - update to dhcp-4.3.3-P1 6 | 7 | 7.0.0 8 | - rebuild for OpenELEC-7.0 9 | 10 | 6.0.0 11 | - rebuild for OpenELEC-6.0 12 | 13 | 4.3.3 14 | - rebuild 15 | 16 | 4.3.1 17 | - update to kodi 18 | 19 | 4.3.0 20 | - Addon bump 21 | 22 | 4.1.0 23 | Initial version based on ISC DHCP 4.1-ESV-R9 24 | 25 | -------------------------------------------------------------------------------- /addons/service/multimedia/streamdisc/source/system.d/service.multimedia.streamdisc.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Streamdisc Service 3 | After=graphical.target 4 | 5 | [Service] 6 | ExecStart=/storage/.kodi/addons/service.multimedia.streamdisc/bin/streamdisc.start 7 | TimeoutStopSec=2 8 | Restart=always 9 | RestartSec=2 10 | StartLimitInterval=0 11 | 12 | [Install] 13 | WantedBy=kodi.target 14 | -------------------------------------------------------------------------------- /addons/tools/ncftp/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.0 2 | - rebuild for OpenELEC-7.0 3 | 4 | 6.0.0 5 | - rebuild for OpenELEC-6.0 6 | 7 | 4.3.3 8 | - rebuild 9 | 10 | 4.3.1 11 | - rebuild 12 | 13 | 4.3.0 14 | - rebuild for addon api bump 15 | 16 | 4.1.0 17 | - rebuild for addon api bump 18 | 19 | 4.0.1 20 | - rebuild 21 | 22 | 4.0.0 23 | - rebuild for OpenELEC-4.0 24 | 25 | 3.1.1 26 | - initial release 27 | -------------------------------------------------------------------------------- /addons/tools/opencaster/patches/opencaster-02_headers.patch: -------------------------------------------------------------------------------- 1 | diff --git a/tools/mpe2sec/mpe.c b/tools/mpe2sec/mpe.c 2 | index 18417af..3b71f64 100644 3 | --- a/tools/mpe2sec/mpe.c 4 | +++ b/tools/mpe2sec/mpe.c 5 | @@ -12,7 +12,7 @@ 6 | #include 7 | #include 8 | 9 | -#include 10 | +#include 11 | 12 | #include "sectioncrc.h" 13 | 14 | -------------------------------------------------------------------------------- /addons/tools/udpxy/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.0 2 | - rebuild for OpenELEC-7.0 3 | 4 | 6.0.0 5 | - rebuild for OpenELEC-6.0 6 | 7 | 4.3.3 8 | - rebuild 9 | 10 | 4.3.1 11 | - rebuild 12 | 13 | 4.3.0 14 | - rebuild for addon api bump 15 | 16 | 4.1.0 17 | - rebuild for addon api bump 18 | 19 | 4.0.1 20 | - rebuild 21 | 22 | 4.0.0 23 | - rebuild for OpenELEC-4.0 24 | 25 | 3.1.1 26 | - initial release 27 | -------------------------------------------------------------------------------- /addons/debugging/tools/smem/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.0 2 | - rebuild for OpenELEC-7.0 3 | 4 | 6.0.0 5 | - rebuild for OpenELEC-6.0 6 | 7 | 4.3.2 8 | - rebuild 9 | 10 | 4.3.0 11 | - rebuild for addon api bump 12 | - update to smem-1.4 13 | 14 | 4.1.0 15 | - rebuild for addon api bump 16 | 17 | 4.0.1 18 | - rebuild 19 | 20 | 4.0.0 21 | - rebuild for OpenELEC-4.0 22 | 23 | 3.1.1 24 | - initial release 25 | -------------------------------------------------------------------------------- /addons/service/multimedia/tvheadend/source/dvr-config: -------------------------------------------------------------------------------- 1 | { 2 | "storage": "/storage/recordings", 3 | "retention-days": 31, 4 | "pre-extra-time": 0, 5 | "post-extra-time": 0, 6 | "day-dir": 0, 7 | "channel-dir": 0, 8 | "channel-in-title": 0, 9 | "date-in-title": 0, 10 | "time-in-title": 0, 11 | "whitespace-in-title": 0, 12 | "title-dir": 0, 13 | "episode-in-title": 0, 14 | "tag-files": 1 15 | } 16 | -------------------------------------------------------------------------------- /addons/service/system/syncthing/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.3 2 | - Upgrade to version 0.12.21 3 | 4 | 7.0.2 5 | - Upgrade to version 0.12.19 6 | - Refactor system.d unit 7 | - Restart system.d unit upon changed settings 8 | 9 | 7.0.1 10 | - Upgrade to version 0.12.15 11 | - Skip default folder creation on new install 12 | - Enable setting of GUI address 13 | 14 | 7.0.0 15 | - Initial release for version 0.12.12 16 | -------------------------------------------------------------------------------- /addons/service/multimedia/streamdisc/source/resources/settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /addons/service/system/tinc/source/system.d/service.system.tinc.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=tinc for OpenElec 3 | Documentation=http://tinc-vpn.org/docs/ 4 | After=network-online.target 5 | Requires=network-online.target 6 | 7 | [Service] 8 | Type=forking 9 | ExecStart=/bin/sh /storage/.kodi/addons/service.system.tinc/bin/tinc-service 10 | Restart=on-failure 11 | 12 | [Install] 13 | WantedBy=kodi.target 14 | -------------------------------------------------------------------------------- /addons/debugging/tools/hddtemp/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.0 2 | - rebuild for OpenELEC-7.0 3 | 4 | 6.0.0 5 | - rebuild for OpenELEC-6.0 6 | 7 | 4.3.3 8 | - rebuild 9 | 10 | 4.3.1 11 | - update to kodi 12 | 13 | 4.3.0 14 | - rebuild for addon api bump 15 | 16 | 4.1.0 17 | - rebuild for addon api bump 18 | 19 | 4.0.1 20 | - rebuild 21 | 22 | 4.0.0 23 | - rebuild for OpenELEC-4.0 24 | 25 | 3.1.1 26 | - initial release 27 | -------------------------------------------------------------------------------- /addons/networking/nfs-utils/patches/nfs-utils-0002-dont-build-tools.patch: -------------------------------------------------------------------------------- 1 | diff --git a/Makefile.am b/Makefile.am 2 | index 4a2edc6..38b912a 100644 3 | --- a/Makefile.am 4 | +++ b/Makefile.am 5 | @@ -2,7 +2,7 @@ 6 | 7 | AUTOMAKE_OPTIONS = foreign 8 | 9 | -SUBDIRS = tools support utils linux-nfs tests systemd 10 | +SUBDIRS = support utils linux-nfs tests systemd 11 | 12 | MAINTAINERCLEANFILES = Makefile.in 13 | -------------------------------------------------------------------------------- /addons/service/softcam/oscam/source/system.d/service.softcam.oscam.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=OScam 3 | After=network-online.service 4 | Requires=network-online.service 5 | 6 | [Service] 7 | ExecStart=/bin/sh -c "exec sh /storage/.kodi/addons/service.softcam.oscam/bin/oscam.start" 8 | TimeoutStopSec=1 9 | Restart=always 10 | RestartSec=2 11 | StartLimitInterval=0 12 | 13 | [Install] 14 | WantedBy=kodi.target 15 | -------------------------------------------------------------------------------- /addons/tools/lftp/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.1 2 | - update to lftp-4.6.5 3 | 4 | 7.0.0 5 | - rebuild for OpenELEC-7.0 6 | 7 | 6.0.0 8 | - update to lftp-4.6.2 9 | - rebuild for OE6 10 | 11 | 4.3.3 12 | - rebuild 13 | 14 | 4.3.1 15 | - update to lftp-4.6.1 16 | 17 | 4.3.0 18 | - rebuild for addon api bump 19 | - update to lftp-4.5.3 20 | 21 | 4.1.1 22 | - update to lftp-4.4.16 23 | 24 | 4.1.0 25 | - initial release 26 | -------------------------------------------------------------------------------- /addons/tools/usb-modeswitch/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.1 2 | - update to usb-modeswitch-2.3.0 3 | 4 | 7.0.0 5 | - rebuild for OpenELEC-7.0 6 | 7 | 6.0.0 8 | - rebuild for OpenELEC-6.0 9 | 10 | 4.3.3 11 | - rebuild 12 | 13 | 4.3.1 14 | - rebuild 15 | 16 | 4.3.0 17 | - rebuild for addon api bump 18 | - update to usb-modeswitch-2.2.0 19 | 20 | 4.1.0 21 | - rebuild for addon api bump 22 | 23 | 4.0.0 24 | - initial release 25 | -------------------------------------------------------------------------------- /addons/debugging/tools/dstat/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.1 2 | - update to dstat-0.7.3 3 | 4 | 7.0.0 5 | - rebuild for OpenELEC-7.0 6 | 7 | 6.0.0 8 | - rebuild for OpenELEC-6.0 9 | 10 | 4.3.2 11 | - rebuild 12 | 13 | 4.3.0 14 | - rebuild for addon api bump 15 | 16 | 4.1.0 17 | - rebuild for addon api bump 18 | 19 | 4.0.1 20 | - rebuild 21 | 22 | 4.0.0 23 | - rebuild for OpenELEC-4.0 24 | 25 | 3.1.1 26 | - initial release 27 | -------------------------------------------------------------------------------- /addons/tools/fdupes/patches/fdupes-01-crosscompile.patch: -------------------------------------------------------------------------------- 1 | diff --git a/Makefile b/Makefile 2 | index 1d5e41a..6dc6da4 100644 3 | --- a/Makefile 4 | +++ b/Makefile 5 | @@ -71,7 +71,6 @@ MKDIR = mkdir -p 6 | # 7 | # Make Configuration 8 | # 9 | -CC = gcc 10 | COMPILER_OPTIONS = -Wall -O -g 11 | 12 | CFLAGS= $(COMPILER_OPTIONS) -I. -DVERSION=\"$(VERSION)\" $(EXTERNAL_MD5) $(EXPERIMENTAL_RBTREE) $(OMIT_GETOPT_LONG) 13 | -------------------------------------------------------------------------------- /addons/tools/lshw/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.0 2 | - rebuild for OpenELEC-7.0 3 | 4 | 6.0.0 5 | - rebuild for OpenELEC-6.0 6 | 7 | 4.3.3 8 | - rebuild 9 | 10 | 4.3.1 11 | - rebuild 12 | 13 | 4.3.0 14 | - rebuild for addon api bump 15 | - update to lshw-B.02.17 16 | 17 | 4.1.0 18 | - rebuild for addon api bump 19 | 20 | 4.0.1 21 | - rebuild 22 | 23 | 4.0.0 24 | - rebuild for OpenELEC-4.0 25 | 26 | 3.1.1 27 | - initial release 28 | -------------------------------------------------------------------------------- /addons/tools/socat/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.1 2 | - update to socat-1.7.3.1 3 | 4 | 7.0.0 5 | - rebuild for OpenELEC-7.0 6 | 7 | 6.0.0 8 | - rebuild for OE6 9 | 10 | 4.3.4 11 | - rebuild 12 | 13 | 4.3.2 14 | - rebuild 15 | 16 | 4.3.1 17 | - rebuild 18 | 19 | 4.3.0 20 | - rebuild for addon api bump 21 | 22 | 4.1.1 23 | - update to socat-1.7.2.4 24 | 25 | 4.1.0 26 | - rebuild for addon api bump 27 | 28 | 4.0.0 29 | - initial build 30 | -------------------------------------------------------------------------------- /addons/tools/tsdecrypt/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.0 2 | - rebuild for OpenELEC-7.0 3 | 4 | 6.0.0 5 | - rebuild for OpenELEC-6.0 6 | 7 | 4.3.3 8 | - rebuild 9 | 10 | 4.3.1 11 | - rebuild 12 | 13 | 4.3.0 14 | - rebuild for addon api bump 15 | - update to tsdecrypt-10.0 16 | 17 | 4.1.0 18 | - rebuild for addon api bump 19 | 20 | 4.0.1 21 | - rebuild 22 | 23 | 4.0.0 24 | - rebuild for OpenELEC-4.0 25 | 26 | 3.1.1 27 | - initial release 28 | -------------------------------------------------------------------------------- /addons/service/downloadmanager/rTorrent/source/system.d/service.downloadmanager.rTorrent.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=rTorrent Service 3 | After=graphical.target 4 | 5 | [Service] 6 | Type=forking 7 | ExecStart=/bin/sh -c "exec sh /storage/.kodi/addons/service.downloadmanager.rTorrent/bin/rtorrent.start" 8 | TimeoutStopSec=2 9 | Restart=always 10 | RestartSec=2 11 | StartLimitInterval=0 12 | 13 | [Install] 14 | WantedBy=kodi.target 15 | -------------------------------------------------------------------------------- /addons/tools/dvb-apps/patches/dvb-apps-30_remove-av7110_loadkeys.patch: -------------------------------------------------------------------------------- 1 | diff -Naur a/util/Makefile b/util/Makefile 2 | --- a/util/Makefile 2014-03-21 12:26:36.000000000 -0700 3 | +++ b/util/Makefile 2015-12-21 01:12:10.261957235 -0800 4 | @@ -4,7 +4,6 @@ 5 | 6 | all clean install: 7 | $(MAKE) -C atsc_epg $@ 8 | - $(MAKE) -C av7110_loadkeys $@ 9 | $(MAKE) -C dib3000-watch $@ 10 | $(MAKE) -C dst-utils $@ 11 | $(MAKE) -C dvbdate $@ 12 | -------------------------------------------------------------------------------- /depends/web/libtorrent/patches/libtorrent-0.13.3-003-CPPUNIT-fix.patch: -------------------------------------------------------------------------------- 1 | Description: Don't check for CPPUNIT 2 | Author: Daniel Forsberg 3 | Last-Update: 2016-03-25 4 | 5 | --- ./configure.ac.orig 2013-01-03 21:22:01.955092145 +0100 6 | +++ ./configure.ac 2013-01-03 21:24:18.865566799 +0100 7 | @@ -19,7 +19,6 @@ 8 | 9 | AM_INIT_AUTOMAKE 10 | AC_CONFIG_HEADERS(config.h) 11 | -AM_PATH_CPPUNIT(1.9.6) 12 | 13 | AC_PROG_CXX 14 | 15 | -------------------------------------------------------------------------------- /addons/service/multimedia/tvheadend/source/system.d/service.multimedia.tvheadend.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=TVHeadend Service 3 | After=network-online.service 4 | Requires=network-online.service 5 | 6 | [Service] 7 | ExecStart=/bin/sh -c "exec sh /storage/.kodi/addons/service.multimedia.tvheadend/bin/tvheadend.start" 8 | TimeoutStopSec=2 9 | Restart=always 10 | RestartSec=2 11 | StartLimitInterval=0 12 | 13 | [Install] 14 | WantedBy=kodi.target 15 | -------------------------------------------------------------------------------- /depends/audio/libmad/patches/libmad-0.15.1b-automake_1.13.patch: -------------------------------------------------------------------------------- 1 | diff -Naur libmad-0.15.1b-old/configure.ac libmad-0.15.1b-new/configure.ac 2 | --- libmad-0.15.1b-old/configure.ac 2004-01-23 01:41:32.000000000 -0800 3 | +++ libmad-0.15.1b-new/configure.ac 2012-12-30 15:14:37.000000000 -0800 4 | @@ -28,7 +28,7 @@ 5 | 6 | AM_INIT_AUTOMAKE 7 | 8 | -AM_CONFIG_HEADER([config.h]) 9 | +AC_CONFIG_HEADERS([config.h]) 10 | 11 | dnl System type. 12 | 13 | -------------------------------------------------------------------------------- /depends/audio/libmad/patches/libmad-0.15.1b-cflags-O2.patch: -------------------------------------------------------------------------------- 1 | diff -Naur libmad-0.15.1b-orig/configure.ac libmad-0.15.1b/configure.ac 2 | --- libmad-0.15.1b-orig/configure.ac 2007-07-01 12:58:13.000000000 -0600 3 | +++ libmad-0.15.1b/configure.ac 2007-07-01 12:59:13.000000000 -0600 4 | @@ -105,7 +105,7 @@ 5 | shift 6 | ;; 7 | -O2) 8 | - optimize="-O" 9 | + optimize="-O2" 10 | shift 11 | ;; 12 | -fomit-frame-pointer) 13 | -------------------------------------------------------------------------------- /depends/web/rtorrent/patches/rtorrent-0.9.3-002-disable-tests.patch: -------------------------------------------------------------------------------- 1 | --- a/Makefile.in 2 | +++ b/Makefile.in 3 | @@ -268,8 +268,7 @@ 4 | top_srcdir = @top_srcdir@ 5 | SUBDIRS = \ 6 | doc \ 7 | - src \ 8 | - test 9 | + src 10 | 11 | EXTRA_DIST = \ 12 | autogen.sh \ 13 | --- a/Makefile.am 14 | +++ b/Makefile.am 15 | @@ -1,7 +1,6 @@ 16 | SUBDIRS = \ 17 | doc \ 18 | - src \ 19 | - test 20 | + src 21 | 22 | EXTRA_DIST= \ 23 | autogen.sh \ 24 | -------------------------------------------------------------------------------- /addons/service/downloadmanager/transmission/source/system.d/service.downloadmanager.transmission.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Transmission BT Client 3 | After=graphical.target 4 | 5 | [Service] 6 | Type=idle 7 | ExecStart=/bin/sh -c "exec sh /storage/.kodi/addons/service.downloadmanager.transmission/bin/transmission.start" 8 | TimeoutStopSec=1 9 | Restart=always 10 | RestartSec=2 11 | StartLimitInterval=0 12 | 13 | [Install] 14 | WantedBy=kodi.target 15 | -------------------------------------------------------------------------------- /addons/service/softcam/oscam/patches/oscam-01-revision.patch: -------------------------------------------------------------------------------- 1 | diff --git a/config.sh b/config.sh 2 | index 7653731..a6b2ea8 100755 3 | --- a/config.sh 4 | +++ b/config.sh 5 | @@ -687,7 +687,7 @@ do 6 | break 7 | ;; 8 | '-r'|'--oscam-revision') 9 | - (svnversion -n . 2>/dev/null || printf 0) | sed 's/.*://; s/[^0-9]*$//; s/^$/0/' 10 | + svn info | grep Revision: | sed -e 's/.*\: //' 11 | break 12 | ;; 13 | '-O'|'--detect-osx-sdk-version') 14 | -------------------------------------------------------------------------------- /addons/debugging/tools/dmidecode/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.1 2 | - update to dmidecode-3.0 3 | 4 | 7.0.0 5 | - rebuild for OpenELEC-7.0 6 | 7 | 6.0.0 8 | - rebuild for OpenELEC-6.0 9 | 10 | 4.3.2 11 | - rebuild 12 | 13 | 4.3.0 14 | - rebuild for addon api bump 15 | - update to dmidecode-2.12 16 | 17 | 4.1.0 18 | - rebuild for addon api bump 19 | 20 | 4.0.1 21 | - rebuild 22 | 23 | 4.0.0 24 | - rebuild for OpenELEC-4.0 25 | 26 | 3.1.1 27 | - initial release 28 | -------------------------------------------------------------------------------- /addons/debugging/tools/i2c-tools/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.0 2 | - rebuild for OpenELEC-7.0 3 | 4 | 6.0.0 5 | - update to i2c-tools-3.1.2 6 | 7 | 4.3.3 8 | - rebuild 9 | 10 | 4.3.1 11 | - added python smbus library 12 | 13 | 4.3.0 14 | - rebuild for addon api bump 15 | - update to i2c-tools-3.1.1 16 | 17 | 4.1.0 18 | - rebuild for addon api bump 19 | 20 | 4.0.1 21 | - rebuild 22 | 23 | 4.0.0 24 | - rebuild for OpenELEC-4.0 25 | 26 | 3.1.1 27 | - initial release 28 | -------------------------------------------------------------------------------- /addons/tools/dvb-apps/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.0 2 | - rebuild for OpenELEC-7.0 3 | 4 | 6.0.0 5 | - rebuild for OpenELEC-6.0 6 | 7 | 4.3.3 8 | - rebuild 9 | 10 | 4.3.1 11 | - rebuild 12 | 13 | 4.3.0 14 | - rebuild for addon api bump 15 | - update to dvb-apps-3d43b28 16 | 17 | 4.1.0 18 | - rebuild for addon api bump 19 | 20 | 4.0.1 21 | - rebuild 22 | 23 | 4.0.0 24 | - rebuild for OpenELEC-4.0 25 | 26 | 3.0.1 27 | - static lib* 28 | 29 | 2.1.0 30 | - initial build 31 | -------------------------------------------------------------------------------- /addons/browser/links/patches/links-gcc3.patch: -------------------------------------------------------------------------------- 1 | --- a/configure 2014-12-31 15:40:26.622104501 -0500 2 | +++ b/configure 2014-12-31 15:41:23.538102957 -0500 3 | @@ -2,6 +2,9 @@ 4 | LANG= 5 | LC_ALL= 6 | 7 | +am__fastdepCXX_TRUE='#' 8 | +am__fastdepCXX_FALSE= 9 | + 10 | # Guess values for system-dependent variables and create Makefiles. 11 | # Generated automatically using autoconf version 2.13 12 | # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. 13 | -------------------------------------------------------------------------------- /addons/service/system/tinc/source/settings-default.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /addons/service/system/tinc/source/bin/subnet-up: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | . /etc/profile 3 | oe_setup_addon service.system.tinc 4 | 5 | case "$SUBNET" in 6 | ??:??:??:??:??:??) 7 | : 8 | ;; 9 | *) 10 | if [ "$NAME" == "$NODE" ] 11 | then 12 | ip addr replace "$SUBNET/$tinc_mask" dev "$INTERFACE" 13 | elif [ "$tinc_mask" == "32" ] 14 | then 15 | ip route replace "$SUBNET" dev "$INTERFACE" 16 | fi 17 | ;; 18 | esac 19 | -------------------------------------------------------------------------------- /addons/tools/dvblast/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.1 2 | - update to dvblast-3.0 3 | 4 | 7.0.0 5 | - rebuild for OpenELEC-7.0 6 | 7 | 6.0.0 8 | - rebuild for OpenELEC-6.0 9 | 10 | 4.3.4 11 | - rebuild 12 | 13 | 4.3.2 14 | - rebuild 15 | 16 | 4.3.1 17 | - rebuild 18 | 19 | 4.3.0 20 | - rebuild for addon api bump 21 | 22 | 4.1.0 23 | - rebuild for addon api bump 24 | 25 | 4.0.1 26 | - rebuild 27 | 28 | 4.0.0 29 | - rebuild for OpenELEC-4.0 30 | 31 | 3.1.1 32 | - initial release 33 | -------------------------------------------------------------------------------- /depends/web/rtorrent/patches/rtorrent-0.9.3-004-fix-ncurses-include.patch: -------------------------------------------------------------------------------- 1 | diff --git a/src/input/input_event.cc b/src/input/input_event.cc 2 | index 69dfef0..98eb390 100644 3 | --- a/src/input/input_event.cc 4 | +++ b/src/input/input_event.cc 5 | @@ -39,7 +39,7 @@ 6 | #include "input_event.h" 7 | 8 | //ncurses.h must be included last since sys/mman.h on Solaris munges ERR. 9 | -#include 10 | +#include 11 | 12 | namespace input { 13 | 14 | -------------------------------------------------------------------------------- /addons/networking/analyzer/ngrep/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.0 2 | - rebuild for OpenELEC-7.0 3 | 4 | 6.0.0 5 | - rebuild for OpenELEC-6.0 6 | 7 | 4.3.4 8 | - rebuild 9 | 10 | 4.3.2 11 | - rebuild against newer libpcap 12 | 13 | 4.3.1 14 | - rebuild 15 | 16 | 4.3.0 17 | - rebuild for addon api bump 18 | 19 | 4.1.0 20 | - rebuild for addon api bump 21 | 22 | 4.0.1 23 | - rebuild 24 | 25 | 4.0.0 26 | - rebuild for OpenELEC-4.0 27 | 28 | 3.0.0 29 | - initial addon based on ngrep-1.45 30 | -------------------------------------------------------------------------------- /addons/tools/encfs/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.2 2 | - update to encfs-1.9.1 3 | 4 | 7.0.1 5 | - update to encfs-1.8.1 6 | 7 | 7.0.0 8 | - rebuild for OpenELEC-7.0 9 | 10 | 6.0.0 11 | - rebuild for OE6 12 | 13 | 4.3.3 14 | - rebuild 15 | 16 | 4.3.1 17 | - rebuild 18 | 19 | 4.3.0 20 | - rebuild for addon api bump 21 | 22 | 4.1.0 23 | - rebuild for addon api bump 24 | 25 | 4.0.1 26 | - rebuild 27 | 28 | 4.0.0 29 | - rebuild for OpenELEC-4.0 30 | 31 | 3.1.1 32 | - initial release 33 | -------------------------------------------------------------------------------- /addons/tools/p7zip/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.1 2 | - update to p7zip-15.14 3 | 4 | 7.0.0 5 | - rebuild for OpenELEC-7.0 6 | 7 | 6.0.0 8 | - rebuild for OpenELEC-6.0 9 | 10 | 4.3.4 11 | - rebuild 12 | 13 | 4.3.2 14 | - rebuild 15 | 16 | 4.3.1 17 | - update to kodi 18 | 19 | 4.3.0 20 | - rebuild for addon api bump 21 | 22 | 4.1.0 23 | - rebuild for addon api bump 24 | 25 | 4.0.1 26 | - rebuild 27 | 28 | 4.0.0 29 | - rebuild for OpenELEC-4.0 30 | 31 | 3.1.1 32 | - initial release 33 | -------------------------------------------------------------------------------- /addons/tools/p7zip/patches/p7zip-crosscompile.patch: -------------------------------------------------------------------------------- 1 | diff -Naur p7zip_15.14/makefile.machine p7zip_15.14.patch/makefile.machine 2 | --- p7zip_15.14/makefile.machine 2016-03-13 18:30:21.000000000 +0100 3 | +++ p7zip_15.14.patch/makefile.machine 2016-03-27 03:17:45.348285607 +0200 4 | @@ -10,8 +10,8 @@ 5 | -D_7ZIP_LARGE_PAGES \ 6 | $(LOCAL_FLAGS) 7 | 8 | -CXX=g++ 9 | -CC=gcc 10 | +CXX=$(TARGET_CXX) 11 | +CC=$(TARGET_CC) 12 | CC_SHARED=-fPIC 13 | LINK_SHARED=-fPIC -shared 14 | 15 | -------------------------------------------------------------------------------- /addons/tools/sshfs/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.1 2 | - update to sshfs-2.7 3 | 4 | 7.0.0 5 | - rebuild for OpenELEC-7.0 6 | 7 | 6.0.0 8 | - rebuild for OpenELEC-6.0 9 | 10 | 4.3.3 11 | - rebuild 12 | 13 | 4.3.1 14 | - rebuild 15 | 16 | 4.3.0 17 | - rebuild for addon api bump 18 | - update to sshfs-fuse-2.5 19 | 20 | 4.1.0 21 | - rebuild for addon api bump 22 | 23 | 4.0.1 24 | - rebuild 25 | 26 | 4.0.0 27 | - rebuild for OpenELEC-4.0 28 | 29 | 3.1.0 30 | - initial addon based on sshfs-fuse-2.4 31 | -------------------------------------------------------------------------------- /addons/service/proxy/polipo/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.0 2 | - rebuild for OpenELEC-7.0 3 | 4 | 6.0.0 5 | - rebuild for OpenELEC-6.0 6 | 7 | 4.3.2 8 | - rebuild 9 | 10 | 4.3.1 11 | - update to kodi 12 | 13 | 4.3.0 14 | - rebuild for addon api bump 15 | - update to -polipo-1.1.1 16 | 17 | 4.1.0 18 | - convert to systemd service 19 | - rebuild for addon api bump 20 | 21 | 4.0.1 22 | - rebuild 23 | 24 | 4.0.0 25 | - rebuild for OpenELEC-4.0 26 | 27 | 3.0.1 28 | - initial build based on polipo-20091115 29 | -------------------------------------------------------------------------------- /addons/tools/dvb-apps/patches/dvb-apps-10_reorder-includes.patch: -------------------------------------------------------------------------------- 1 | diff -Naur dvb-apps-20090201/util/scan/diseqc.c dvb-apps-20090201a/util/scan/diseqc.c 2 | --- dvb-apps-20090201/util/scan/diseqc.c 2009-02-01 13:57:16.000000000 +0100 3 | +++ dvb-apps-20090201a/util/scan/diseqc.c 2009-02-14 13:45:42.000000000 +0100 4 | @@ -1,6 +1,6 @@ 5 | +#include 6 | #include 7 | #include 8 | -#include 9 | 10 | #include "scan.h" 11 | #include "diseqc.h" 12 | -------------------------------------------------------------------------------- /addons/browser/chromium/patches/chromium-0003_oe-root-filesystem-is-readonly.patch: -------------------------------------------------------------------------------- 1 | --- a/sandbox/linux/suid/client/setuid_sandbox_client.cc 2015-11-13 03:04:19.000000000 -0800 2 | +++ b/sandbox/linux/suid/client/setuid_sandbox_client.cc 2016-01-12 22:06:26.291831672 -0800 3 | @@ -123,7 +123,6 @@ 4 | 5 | // We now consider ourselves "fully sandboxed" as far as the 6 | // setuid sandbox is concerned. 7 | - CHECK(IsFileSystemAccessDenied()); 8 | sandboxed_ = true; 9 | return true; 10 | } 11 | -------------------------------------------------------------------------------- /addons/debugging/tools/cpuid/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.2 2 | - update to cpuid-20161201 3 | 4 | 7.0.1 5 | - update to cpuid-20151017 6 | 7 | 7.0.0 8 | - rebuild for OpenELEC-7.0 9 | 10 | 6.0.0 11 | - rebuild for OpenELEC-6.0 12 | 13 | 4.3.2 14 | - rebuild 15 | 16 | 4.3.0 17 | - rebuild for addon api bump 18 | - update to cpuid-20140123 19 | 20 | 4.1.0 21 | - rebuild for addon api bump 22 | 23 | 4.0.1 24 | - rebuild 25 | 26 | 4.0.0 27 | - rebuild for OpenELEC-4.0 28 | 29 | 3.1.1 30 | - initial release 31 | -------------------------------------------------------------------------------- /addons/tools/dvb-fe-tool/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.2 2 | - update to dvb-fe-tools-1.10.1 3 | 4 | 7.0.1 5 | - update to dvb-fe-tools-1.10 6 | 7 | 7.0.0 8 | - rebuild for OpenELEC-7.0 9 | 10 | 6.0.0 11 | - rebuild for OpenELEC-6.0 12 | 13 | 4.3.3 14 | - rebuild 15 | 16 | 4.3.1 17 | - rebuild 18 | 19 | 4.3.0 20 | - rebuild for addon api bump 21 | 22 | 4.1.0 23 | - rebuild for addon api bump 24 | 25 | 4.0.1 26 | - rebuild 27 | 28 | 4.0.0 29 | - rebuild for OpenELEC-4.0 30 | 31 | 2.1.0 32 | - initial build 33 | -------------------------------------------------------------------------------- /addons/service/system/syncthing/source/system.d/service.system.syncthing.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Syncthing - Open Source Continuous File Synchronization 3 | Documentation=http://docs.syncthing.net/ 4 | After=network.target 5 | Requires=network.target 6 | 7 | [Service] 8 | Type=forking 9 | ExecStart=/bin/sh /storage/.kodi/addons/service.system.syncthing/bin/syncthing-service 10 | Restart=on-failure 11 | SuccessExitStatus=3 4 12 | RestartForceExitStatus=3 4 13 | 14 | [Install] 15 | WantedBy=kodi.target 16 | 17 | -------------------------------------------------------------------------------- /addons/service/system/x11vnc/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.1 2 | - rebuild for addon api bump 3 | 4 | 7.0.0 5 | - rebuild for OpenELEC-7.0 6 | 7 | 6.0.0 8 | - rebuild for OpenELEC-6.0 9 | 10 | 4.3.2 11 | - update to kodi 12 | 13 | 4.3.0 14 | - rebuild for addon api bump 15 | 16 | 4.1.1 17 | - rebuild for x11 static libs 18 | 19 | 4.1.0 20 | - convert to systemd service 21 | - rebuild for addon api bump 22 | 23 | 4.0.1 24 | - rebuild 25 | 26 | 4.0.0 27 | - rebuild for OpenELEC-4.0 28 | 29 | 3.1.1 30 | - initial release 31 | -------------------------------------------------------------------------------- /addons/debugging/tools/acpica/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.2 2 | - update to acpica-unix-20161222 3 | 4 | 7.0.1 5 | - update to acpica-unix-20160318 6 | 7 | 7.0.0 8 | - rebuild for OpenELEC-7.0 9 | 10 | 6.0.0 11 | - rebuild for OpenELEC-6.0 12 | 13 | 4.3.2 14 | - rebuild 15 | 16 | 4.3.0 17 | - rebuild for addon api bump 18 | - update to acpica-unix-20140627 19 | 20 | 4.1.0 21 | - rebuild for addon api bump 22 | 23 | 4.0.1 24 | - rebuild 25 | 26 | 4.0.0 27 | - rebuild for OpenELEC-4.0 28 | 29 | 3.1.1 30 | - initial release 31 | -------------------------------------------------------------------------------- /addons/service/multimedia/tvheadend/source/settings-default.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /addons/service/softcam/oscam/source/resources/language/English/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | General 4 | Restart on suspend / resume 5 | DVBAPI 6 | Delay the start of OSCam 7 | time (s) 8 | Wait for frontend initialization 9 | Number of adapters to wait for 10 | 11 | -------------------------------------------------------------------------------- /addons/service/multimedia/tvheadend/source/xmltv-config: -------------------------------------------------------------------------------- 1 | { 2 | "grabbers": [ 3 | { 4 | "path": "/storage/.kodi/addons/service.multimedia.tvheadend/bin/tv_grab_file", 5 | "description": "tv_grag_file is a simple grabber that just read the ~/.xmltv/tv_grab_file.xmltv file", 6 | "version": "0.1\n", 7 | "mtime": 1318774706, 8 | "capabilities": 1 9 | } 10 | ], 11 | "grab-interval": 12, 12 | "grab-enabled": 1, 13 | "current-grabber": "/storage/.kodi/addons/service.multimedia.tvheadend/bin/tv_grab_file" 14 | } 15 | -------------------------------------------------------------------------------- /addons/browser/chromium/patches/chromium-0002_allow-runing-as-root.patch: -------------------------------------------------------------------------------- 1 | --- a/chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.cc 2015-12-15 12:05:07.000000000 -0800 2 | +++ b/chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.cc 2016-01-12 16:08:45.701976368 -0800 3 | @@ -140,7 +140,6 @@ 4 | #if defined(OS_LINUX) && !defined(OS_CHROMEOS) 5 | // Now that we have some minimal ui initialized, check to see if we're 6 | // running as root and bail if we are. 7 | - DetectRunningAsRoot(); 8 | #endif 9 | } 10 | 11 | -------------------------------------------------------------------------------- /addons/networking/analyzer/iftop/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.1 2 | - rebuild for netbsd-curses 3 | 4 | 7.0.0 5 | - rebuild for OpenELEC-7.0 6 | 7 | 6.0.0 8 | - rebuild for OpenELEC-6.0 9 | 10 | 4.3.3 11 | - rebuild 12 | 13 | 4.3.1 14 | - rebuild 15 | 16 | 4.3.0 17 | - rebuild for addon api bump 18 | - update to iftop-1.0pre4 19 | 20 | 4.1.1 21 | - rebuild for ncurses changes 22 | 23 | 4.1.0 24 | - rebuild for addon api bump 25 | 26 | 4.0.1 27 | - rebuild 28 | 29 | 4.0.0 30 | - rebuild for OpenELEC-4.0 31 | 32 | 3.1.1 33 | - initial release 34 | -------------------------------------------------------------------------------- /addons/tools/hid_mapper/patches/hid_mapper-01_crosscompile.patch: -------------------------------------------------------------------------------- 1 | diff --git a/Makefile b/Makefile 2 | index f98abbd..9d1d524 100755 3 | --- a/Makefile 4 | +++ b/Makefile 5 | @@ -9,13 +9,13 @@ EXEC=hid_mapper 6 | VERSION=1.0 7 | 8 | all: $(OBJS) 9 | - g++ $(LDFLAGS) $(OBJS) -o $(EXEC) 10 | + ${CXX} $(LDFLAGS) $(OBJS) -o $(EXEC) 11 | 12 | %.o: %.cpp 13 | - g++ -c $(CPPFLAGS) $< 14 | + ${CXX} -c $(CPPFLAGS) $< 15 | 16 | %.o: %.c 17 | - gcc -c $(CFLAGS) $< 18 | + ${CC} -c $(CFLAGS) $< 19 | 20 | deb: 21 | cp $(EXEC) package/usr/bin 22 | -------------------------------------------------------------------------------- /depends/audio/faad2/patches/faad2-2.7-automake_1.13.patch: -------------------------------------------------------------------------------- 1 | diff -Naur faad2-2.7-old/configure.in faad2-2.7-new/configure.in 2 | --- faad2-2.7-old/configure.in 2009-02-04 16:51:03.000000000 -0800 3 | +++ faad2-2.7-new/configure.in 2012-12-30 14:58:33.000000000 -0800 4 | @@ -25,7 +25,7 @@ 5 | AC_PROG_MAKE_SET 6 | AC_CHECK_PROGS(RPMBUILD, rpmbuild, rpm) 7 | 8 | -AM_CONFIG_HEADER(config.h) 9 | +AC_CONFIG_HEADERS(config.h) 10 | 11 | AC_ARG_WITH(xmms,[ --with-xmms compile XMMS-1 plugin], 12 | WITHXMMS=$withval, WITHXMMS=no) 13 | -------------------------------------------------------------------------------- /depends/multimedia/libva-vdpau-driver/patches/libva-vdpau-driver-0003_libvdpau-0.8.patch: -------------------------------------------------------------------------------- 1 | --- a/src/vdpau_decode.c 2 | +++ b/src/vdpau_decode.c 3 | @@ -1289,7 +1289,7 @@ 4 | driver_data, 5 | obj_context->vdp_decoder, 6 | obj_surface->vdp_surface, 7 | - (VdpPictureInfo)&obj_context->vdp_picture_info, 8 | + (VdpPictureInfo *)&obj_context->vdp_picture_info, 9 | obj_context->vdp_bitstream_buffers_count, 10 | obj_context->vdp_bitstream_buffers 11 | ); 12 | -------------------------------------------------------------------------------- /addons/tools/mtpfs/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.1 2 | - rebuild with updated libmtp 3 | 4 | 7.0.0 5 | - rebuild for OpenELEC-7.0 6 | 7 | 6.0.0 8 | - rebuild for OpenELEC-6.0 9 | 10 | 4.3.5 11 | - rebuild with updated libmtp 12 | 13 | 4.3.4 14 | - rebuild 15 | 16 | 4.3.2 17 | - rebuild with updated libmtp 18 | 19 | 4.3.1 20 | - rebuild 21 | 22 | 4.3.0 23 | - rebuild for addon api bump 24 | 25 | 4.1.0 26 | - rebuild for addon api bump 27 | 28 | 4.0.1 29 | - rebuild 30 | 31 | 4.0.0 32 | - rebuild for OpenELEC-4.0 33 | 34 | 3.1.1 35 | - initial release 36 | -------------------------------------------------------------------------------- /depends/devel/libpcap/patches/libpcap-crosscompiling.patch: -------------------------------------------------------------------------------- 1 | diff -Naur libpcap-1.8.1/configure.ac libpcap-1.8.1.patch/configure.ac 2 | --- libpcap-1.8.1/configure.ac 2016-10-26 02:07:59.000000000 +0200 3 | +++ libpcap-1.8.1.patch/configure.ac 2017-01-02 00:23:43.997423834 +0100 4 | @@ -491,7 +491,6 @@ 5 | if test x$with_libnl != xno ; then 6 | have_any_nl="no" 7 | 8 | - incdir=-I/usr/include/libnl3 9 | libnldir= 10 | if test x$withval != x ; then 11 | libnldir=-L${withval}/lib/.libs 12 | -------------------------------------------------------------------------------- /addons/service/downloadmanager/transmission/patches/transmission-2.77-automake-1.13.patch: -------------------------------------------------------------------------------- 1 | diff -Naur transmission-2.76/configure.ac transmission-2.76.patch/configure.ac 2 | --- transmission-2.76/configure.ac 2013-01-09 03:32:09.534138180 +0200 3 | +++ transmission-2.76.patch/configure.ac 2013-01-12 22:44:37.881897688 +0200 4 | @@ -14,7 +14,7 @@ 5 | 6 | AC_CONFIG_MACRO_DIR([m4]) 7 | 8 | -dnl AM_CONFIG_HEADER(config.h) 9 | +dnl AC_CONFIG_HEADERS(config.h) 10 | AC_CONFIG_SRCDIR(libtransmission/transmission.h) 11 | AM_INIT_AUTOMAKE([1.9 tar-pax]) 12 | LT_INIT 13 | -------------------------------------------------------------------------------- /addons/tools/hd-idle/patches/hd-idle-makefile.patch: -------------------------------------------------------------------------------- 1 | diff --git a/Makefile b/Makefile 2 | index 130afd8..480032e 100644 3 | --- a/Makefile 4 | +++ b/Makefile 5 | @@ -43,8 +43,8 @@ clean: 6 | rm -f $(OBJS) $(TARGET) 7 | 8 | install: $(TARGET) 9 | - install -D -g root -o root $(TARGET) $(TARGET_DIR)/sbin/$(TARGET) 10 | - install -D -g root -o root $(TARGET).1 $(TARGET_DIR)/share/man/man1/$(TARGET).1 11 | + install -D $(TARGET) $(TARGET_DIR)/sbin/$(TARGET) 12 | + install -D $(TARGET).1 $(TARGET_DIR)/share/man/man1/$(TARGET).1 13 | 14 | hd-idle.o: hd-idle.c 15 | 16 | -------------------------------------------------------------------------------- /depends/devel/libconfig/patches/libconfig-0001_fix-include.patch: -------------------------------------------------------------------------------- 1 | diff -Naur a/tests/Makefile.am b/tests/Makefile.am 2 | --- a/tests/Makefile.am 2014-03-04 03:04:17.000000000 +0100 3 | +++ b/tests/Makefile.am 2016-01-22 21:22:38.742833399 +0100 4 | @@ -3,7 +3,7 @@ 5 | 6 | libconfig_tests_SOURCES = tests.c 7 | 8 | -libconfig_tests_CPPFLAGS = -I$(top_srcdir)/tinytest -I../lib 9 | +libconfig_tests_CPPFLAGS = -I$(top_srcdir)/tinytest -I$(top_srcdir)/lib 10 | 11 | libconfig_tests_LDADD = -L$(top_builddir)/tinytest -ltinytest \ 12 | -L$(top_builddir)/lib/.libs -lconfig 13 | -------------------------------------------------------------------------------- /addons/service/system/pcscd-addon/config/reader.conf: -------------------------------------------------------------------------------- 1 | # Gemalto reader with serial communication 2 | # - n is the serial port to use n in [0..3] 3 | # - reader is the reader name. It is needed for multi-slot readers. 4 | # Possible reader values are: GemPCPinPad, GemCorePOSPro, GemCoreSIMPro, 5 | # GemPCTwin (default value) 6 | # example: /dev/ttyS0:GemPCPinPad 7 | #FRIENDLYNAME "GemPCTwin serial" 8 | #DEVICENAME /dev/ttySn[:reader] 9 | #LIBPATH /storage/.kodi/addons/service.system.pcscd-addon/drivers/serial/libccidtwin.so 10 | #CHANNELID n 11 | -------------------------------------------------------------------------------- /addons/service/downloadmanager/transmission/source/resources/language/German/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Transmission 6 | Benutzer Einstellungen 7 | Authentifizierung verwenden 8 | Benutzername 9 | Passwort 10 | Netzwerk Einstellungen 11 | Erlaubte IP Adressen (durch Komma getrennt) 12 | 13 | 14 | -------------------------------------------------------------------------------- /addons/debugging/tools/dstat/patches/dstat-pluginpath.patch: -------------------------------------------------------------------------------- 1 | diff --git a/dstat b/dstat 2 | index 1c1a83a..58bd189 100755 3 | --- a/dstat 4 | +++ b/dstat 5 | @@ -65,6 +65,7 @@ if sys.version_info < (2, 3): 6 | pluginpath = [ 7 | os.path.expanduser('~/.dstat/'), # home + /.dstat/ 8 | os.path.abspath(os.path.dirname(sys.argv[0])) + '/plugins/', # binary path + /plugins/ 9 | + os.path.abspath(os.path.dirname(sys.argv[0])) + '/../plugins/', # binary path + /../plugins/ 10 | '/usr/share/dstat/', 11 | '/usr/local/share/dstat/', 12 | ] 13 | -------------------------------------------------------------------------------- /addons/service/softcam/oscam/patches/oscam-03-pcsc-pthread.patch: -------------------------------------------------------------------------------- 1 | diff --git a/CMakeLists.txt b/CMakeLists.txt 2 | index cd52430..b01b9fc 100644 3 | --- a/CMakeLists.txt 4 | +++ b/CMakeLists.txt 5 | @@ -530,6 +530,7 @@ if (HAVE_PCSC) 6 | if (NOT OSCamOperatingSystem MATCHES "Mac OS X") 7 | if (NOT OSCamOperatingSystem MATCHES "Windows/Cygwin") 8 | target_link_libraries (${exe_name} pcsclite) 9 | + target_link_libraries (${exe_name} pthread) 10 | endif (NOT OSCamOperatingSystem MATCHES "Windows/Cygwin") 11 | endif (NOT OSCamOperatingSystem MATCHES "Mac OS X") 12 | endif (HAVE_PCSC) 13 | -------------------------------------------------------------------------------- /addons/multimedia/handbrake/patches/handbrake-0003-libvpx-unset-ld.patch: -------------------------------------------------------------------------------- 1 | diff -Naur handbrake-7000.orig/contrib/libvpx/module.defs handbrake-7000/contrib/libvpx/module.defs 2 | --- handbrake-7000.orig/contrib/libvpx/module.defs 2015-03-24 13:31:49.023448639 -0700 3 | +++ handbrake-7000/contrib/libvpx/module.defs 2015-03-24 13:32:21.573893251 -0700 4 | @@ -3,6 +3,7 @@ 5 | 6 | LIBVPX.FETCH.url = http://download.handbrake.fr/contrib/libvpx-v1.3.0.tar.bz2 7 | 8 | +LIBVPX.CONFIGURE.env.LD = LD="" 9 | LIBVPX.CONFIGURE.args.host = 10 | LIBVPX.CONFIGURE.deps = 11 | LIBVPX.CONFIGURE.extra = \ 12 | -------------------------------------------------------------------------------- /addons/service/proxy/polipo/source/config/polipo.conf: -------------------------------------------------------------------------------- 1 | localDocumentRoot = "/storage/.kodi/userdata/addon_data/service.proxy.polipo/www" 2 | diskCacheRoot = "/storage/.kodi/userdata/addon_data/service.proxy.polipo/cache" 3 | logFile = "/storage/.kodi/userdata/addon_data/service.proxy.polipo/service.log" 4 | 5 | serverExpireTime = 5d 6 | 7 | # proxyAddress = "::0" # both IPv4 and IPv6 8 | # proxyAddress = "0.0.0.0" # IPv4 only 9 | # allowedClients = 127.0.0.1, 134.157.168.57 10 | # allowedClients = 127.0.0.1, 134.157.168.0/24 11 | # disableIndexing = false 12 | # disableServersList = false 13 | -------------------------------------------------------------------------------- /addons/service/system/dispmanx_vnc/source/system.d/service.system.dispmanx_vnc.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=dispmanx_vnc 3 | After=kodi.service 4 | 5 | [Service] 6 | ExecStartPre=-/storage/.kodi/addons/service.system.dispmanx_vnc/bin/dispmanx_vncserver-config 7 | ExecStart=/bin/sh -c "/bin/sleep 10 && /storage/.kodi/addons/service.system.dispmanx_vnc/bin/dispmanx_vncserver --config-file=/storage/.kodi/userdata/addon_data/service.system.dispmanx_vnc/dispmanx_vncserver.conf" 8 | TimeoutStopSec=1 9 | Restart=always 10 | RestartSec=2 11 | StartLimitInterval=0 12 | 13 | [Install] 14 | WantedBy=kodi.target 15 | -------------------------------------------------------------------------------- /addons/debugging/tools/powertop/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.2 2 | - rebuild for netbsd-curses 3 | 4 | 7.0.1 5 | - update to powertop-2.8 6 | 7 | 7.0.0 8 | - rebuild for OpenELEC-7.0 9 | 10 | 6.0.0 11 | - rebuild for OpenELEC-6.0 12 | 13 | 4.3.3 14 | - rebuild 15 | 16 | 4.3.1 17 | - rebuild 18 | 19 | 4.3.0 20 | - rebuild for addon api bump 21 | - update to powertop-2.6.1 22 | 23 | 4.1.2 24 | - rebuild 25 | 26 | 4.1.1 27 | - rebuild for ncurses changes 28 | 29 | 4.1.0 30 | - rebuild for addon api bump 31 | 32 | 4.0.1 33 | - rebuild 34 | 35 | 4.0.0 36 | - rebuild for OpenELEC-4.0 37 | 38 | 3.1.1 39 | - initial release 40 | -------------------------------------------------------------------------------- /addons/service/system/inadyn/source/resources/language/English/strings.po: -------------------------------------------------------------------------------- 1 | # Kodi Media Center language file 2 | # Addon Name: syncthing 3 | # Addon id: service.system.inadyn 4 | # Addon Provider: awiouy at gmail dot com 5 | msgid "" 6 | msgstr "" 7 | 8 | msgctxt "#30000" 9 | msgid "Configuration" 10 | msgstr "" 11 | 12 | msgctxt "#30001" 13 | msgid "Provider" 14 | msgstr "" 15 | 16 | msgctxt "#30002" 17 | msgid "Username" 18 | msgstr "" 19 | 20 | msgctxt "#30003" 21 | msgid "Password" 22 | msgstr "" 23 | 24 | msgctxt "#30004" 25 | msgid "Alias" 26 | msgstr "" 27 | 28 | msgctxt "#30005" 29 | msgid "SSL" 30 | msgstr "" 31 | -------------------------------------------------------------------------------- /addons/tools/irssi/patches/irssi-netbsd-curses.patch: -------------------------------------------------------------------------------- 1 | diff -Naur irssi-1.0.0/configure.ac irssi-1.0.0.patch/configure.ac 2 | --- irssi-1.0.0/configure.ac 2017-01-05 13:58:42.000000000 +0100 3 | +++ irssi-1.0.0.patch/configure.ac 2017-01-09 15:58:26.336522899 +0100 4 | @@ -286,7 +286,7 @@ 5 | 6 | TEXTUI_NO_LIBS="$LIBS" 7 | LIBS= 8 | - AC_SEARCH_LIBS([setupterm], [tinfo ncursesw ncurses], [want_textui=yes], [ 9 | + AC_SEARCH_LIBS([setupterm], [terminfo ncurses], [want_textui=yes], [ 10 | AC_ERROR(Terminfo not found - install libncurses-dev or ncurses-devel package) 11 | want_textui="no, Terminfo not found" 12 | ]) 13 | -------------------------------------------------------------------------------- /addons/networking/analyzer/bwm-ng/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.1 2 | - rebuild for OpenELEC-7.0 3 | 4 | 7.0.0 5 | - rebuild for OpenELEC-7.0 6 | 7 | 6.0.0 8 | - rebuild for OpenELEC-6.0 9 | 10 | 4.3.4 11 | - rebuild 12 | 13 | 4.3.2 14 | - rebuild 15 | 16 | 4.3.1 17 | - rebuild 18 | 19 | 4.3.0 20 | - rebuild for addon api bump 21 | 22 | 4.1.1 23 | - rebuild for ncurses changes 24 | 25 | 4.1.0 26 | - rebuild for addon api bump 27 | 28 | 4.0.1 29 | - rebuild 30 | 31 | 4.0.0 32 | - rebuild for OpenELEC-4.0 33 | 34 | 3.0.2 35 | - rebuild 36 | 37 | 3.0.1 38 | - enable disk & proc inputs 39 | 40 | 2.1.0 41 | - initial addon based on bwm-ng-0.6 42 | -------------------------------------------------------------------------------- /addons/system/smartmontools/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.2 2 | - update to smartmontools-6.5 3 | 4 | 7.0.1 5 | - update to smartmontools-6.4 6 | 7 | 7.0.0 8 | - rebuild for OpenELEC-7.0 9 | 10 | 6.0.0 11 | - rebuild for OpenELEC-6.0 12 | 13 | 4.3.2 14 | - rebuild 15 | 16 | 4.3.0 17 | - rebuild 18 | 19 | 1.0.6 20 | - update to kodi 21 | 22 | 1.0.5 23 | - rebuild for addon api bump 24 | 25 | 1.0.4 26 | - no changes, version bump 27 | 28 | 1.0.3 29 | - rebuild for addon api bump 30 | 31 | 1.0.2 32 | - rebuild 33 | 34 | 1.0.1 35 | fixed: shout down properly on XBMC request 36 | 37 | 1.0.0 38 | - initial public version of smartmontools addon 39 | -------------------------------------------------------------------------------- /addons/tools/mediainfo/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.2 2 | - update to mediainfo-0.7.91 3 | - update to libmediainfo-0.7.91 4 | 5 | 7.0.1 6 | - update to mediainfo-0.7.83 7 | - update to libmediainfo-0.7.83 8 | 9 | 7.0.0 10 | - rebuild for OpenELEC-7.0 11 | 12 | 6.0.0 13 | - rebuild for OpenELEC-6.0 14 | 15 | 4.3.3 16 | - rebuild 17 | 18 | 4.3.1 19 | - rebuild 20 | 21 | 4.3.0 22 | - rebuild for addon api bump 23 | - update to mediainfo-0.7.69 24 | - update to libmediainfo-0.7.69 25 | 26 | 4.1.0 27 | - rebuild for addon api bump 28 | 29 | 4.0.1 30 | - rebuild 31 | 32 | 4.0.0 33 | - rebuild for OpenELEC-4.0 34 | 35 | 3.1.1 36 | - initial release 37 | -------------------------------------------------------------------------------- /addons/tools/getscancodes/patches/getscancodes-crosscompile.patch: -------------------------------------------------------------------------------- 1 | From 06c160f28cceb32be4c8fcead3f33691a2469464 Mon Sep 17 00:00:00 2001 2 | From: Stefan Saraev 3 | Date: Thu, 21 Nov 2013 23:29:07 +0200 4 | Subject: [PATCH] crosscompile 5 | 6 | --- 7 | Makefile | 1 - 8 | 1 files changed, 0 insertions(+), 1 deletions(-) 9 | 10 | diff --git a/Makefile b/Makefile 11 | index 86ab501..355fb3d 100644 12 | --- a/Makefile 13 | +++ b/Makefile 14 | @@ -2,7 +2,6 @@ TARGET = getscancodes 15 | SOURCES = getscancodes.c 16 | 17 | CFLAGS=-O2 -Wall 18 | -CC=gcc 19 | 20 | OBJECTS=$(SOURCES:.c=.o) 21 | 22 | -- 23 | 1.7.2.5 24 | 25 | -------------------------------------------------------------------------------- /addons/networking/testing/iperf/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.3 2 | - update to iperf-3.1.3 3 | 4 | 7.0.2 5 | - update to iperf-3.1.2 6 | 7 | 7.0.1 8 | - update to iperf 3.1 9 | 10 | 7.0.0 11 | - rebuild for OpenELEC-7.0 12 | 13 | 6.0.0 14 | - rebuild for OpenELEC-6.0 15 | 16 | 4.3.2 17 | - rebuild 18 | 19 | 4.3.0 20 | - rebuild for addon api bump 21 | 22 | 4.1.0 23 | - rebuild for addon api bump 24 | 25 | 4.0.1 26 | - rebuild 27 | 28 | 4.0.0 29 | - rebuild for OpenELEC-4.0 30 | 31 | 3.1.1 32 | - rebuild for OpenELEC-3.2 33 | 34 | 3.0.2 35 | - rebuild 36 | 37 | 3.0.1 38 | - bump addon version 39 | 40 | 2.1.1 41 | - initial addon based on iperf-2.0.5 42 | -------------------------------------------------------------------------------- /addons/tools/hid_mapper/patches/hid_mapper-03_fix-parser.patch: -------------------------------------------------------------------------------- 1 | diff -Naur hid_mapper-2a80972/MapReader.cpp hid_mapper-2a80972.patch/MapReader.cpp 2 | --- hid_mapper-2a80972/MapReader.cpp 2014-08-11 19:23:36.000000000 +0200 3 | +++ hid_mapper-2a80972.patch/MapReader.cpp 2017-01-09 15:44:14.347001727 +0100 4 | @@ -106,7 +106,11 @@ 5 | i = 0; 6 | 7 | while(i 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /addons/multimedia/handbrake/patches/handbrake-0002-libvpx-cross-def.patch: -------------------------------------------------------------------------------- 1 | diff -Naur handbrake-7000.orig/contrib/libvpx/module.defs handbrake-7000/contrib/libvpx/module.defs 2 | --- handbrake-7000.orig/contrib/libvpx/module.defs 2015-03-24 12:31:06.975588983 -0700 3 | +++ handbrake-7000/contrib/libvpx/module.defs 2015-03-24 12:31:46.328161445 -0700 4 | @@ -19,7 +19,7 @@ 5 | endif 6 | 7 | ifeq (1-i686,$(BUILD.cross)-$(BUILD.machine)) 8 | - LIBVPX.CONFIGURE.extra += --target=x86-win32-gcc 9 | + LIBVPX.CONFIGURE.extra += --target=generic-gnu 10 | else ifeq (1-x86_64,$(BUILD.cross)-$(BUILD.machine)) 11 | - LIBVPX.CONFIGURE.extra += --target=x86_64-win64-gcc 12 | + LIBVPX.CONFIGURE.extra += --target=generic-gnu 13 | endif 14 | -------------------------------------------------------------------------------- /addons/tools/dvblast/patches/dvblast-ldflags.patch: -------------------------------------------------------------------------------- 1 | diff -Naur dvblast-3.0/Makefile dvblast-3.0.patch/Makefile 2 | --- dvblast-3.0/Makefile 2015-10-05 17:51:14.000000000 +0200 3 | +++ dvblast-3.0.patch/Makefile 2016-03-26 22:54:59.953303040 +0100 4 | @@ -55,11 +55,11 @@ 5 | 6 | dvblast: $(OBJ_DVBLAST) 7 | @echo "LINK $@" 8 | - $(Q)$(CROSS)$(CC) -o $@ $(OBJ_DVBLAST) $(LDLIBS_DVBLAST) $(LDLIBS) 9 | + $(Q)$(CROSS)$(CC) -o $@ $(OBJ_DVBLAST) $(LDFLAGS) $(LDLIBS_DVBLAST) $(LDLIBS) 10 | 11 | dvblastctl: $(OBJ_DVBLASTCTL) 12 | @echo "LINK $@" 13 | - $(Q)$(CROSS)$(CC) -o $@ $(OBJ_DVBLASTCTL) $(LDLIBS) 14 | + $(Q)$(CROSS)$(CC) -o $@ $(OBJ_DVBLASTCTL) $(LDFLAGS) $(LDLIBS) 15 | 16 | clean: 17 | @echo "CLEAN $(CLEAN_OBJS)" 18 | -------------------------------------------------------------------------------- /addons/service/downloadmanager/transmission/source/resources/language/Norwegian/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Transmission 6 | Bruker Instillinger 7 | Bruk inlogging 8 | Brukernavn 9 | Passord 10 | Nettverksinstillinger 11 | Tilatte IP addresser (komma-avgrenser) 12 | 13 | Custom Konfigurasjon 14 | Aktiver tilpasset konfigurasjon 15 | mappe Custom konfigurasjon 16 | 17 | -------------------------------------------------------------------------------- /addons/service/system/proftpd/patches/proftpd-1.3.4d-100-llu.patch: -------------------------------------------------------------------------------- 1 | diff -urN proftpd-1.3.4d-org/include/conf.h proftpd-1.3.4d-new/include/conf.h 2 | --- proftpd-1.3.4d-org/include/conf.h 2011-05-23 22:35:35.000000000 +0200 3 | +++ proftpd-1.3.4d-new/include/conf.h 2013-07-20 12:25:28.000000000 +0200 4 | @@ -360,13 +360,9 @@ 5 | 6 | #endif 7 | 8 | -#if defined(HAVE_LLU) && SIZEOF_OFF_T == 8 9 | +/* correctly show file size larger than 2GB */ 10 | # define PR_LU "llu" 11 | # define pr_off_t unsigned long long 12 | -#else 13 | -# define PR_LU "lu" 14 | -# define pr_off_t unsigned long 15 | -#endif 16 | 17 | /******************************************************************** 18 | * This is NOT the user configurable section. Look in options.h 19 | -------------------------------------------------------------------------------- /addons/networking/analyzer/tcpdump/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.2 2 | - update to tcpdump-4.8.1 3 | 4 | 7.0.1 5 | - update to tcpdump-4.7.4 6 | 7 | 7.0.0 8 | - rebuild for OpenELEC-7.0 9 | 10 | 6.0.0 11 | - rebuild for OpenELEC-6.0 12 | 13 | 4.3.4 14 | - rebuild 15 | 16 | 4.3.2 17 | - rebuild against newer libpcap 18 | 19 | 4.3.0 20 | - rebuild for addon api bump 21 | - update to tcpdump-4.6.1 22 | 23 | 4.1.0 24 | - rebuild for addon api bump 25 | 26 | 4.0.1 27 | - rebuild 28 | 29 | 4.0.0 30 | - rebuild for OpenELEC-4.0 31 | 32 | 3.1.1 33 | - rebuild 34 | 35 | 3.0.1 36 | - bump addon version 37 | 38 | 2.1.3 39 | - updated to tcpdump-4.3.0 40 | - updated to libpcap-1.3.0 41 | 42 | 2.1.2 43 | - rebuild 44 | 45 | 2.1.1 46 | - initial addon based on tcpdump-4.1.1 47 | -------------------------------------------------------------------------------- /addons/multimedia/handbrake/patches/handbrake-0006-x265-disable-assembly.patch: -------------------------------------------------------------------------------- 1 | diff -Naur handbrake-0.10.5/contrib/x265/module.defs handbrake-0.10.5.patch/contrib/x265/module.defs 2 | --- handbrake-0.10.5/contrib/x265/module.defs 2016-02-11 21:14:05.000000000 +0100 3 | +++ handbrake-0.10.5.patch/contrib/x265/module.defs 2016-03-26 16:37:32.929517286 +0100 4 | @@ -9,7 +9,7 @@ 5 | X265.CONFIGURE.deps = 6 | X265.CONFIGURE.static = 7 | X265.CONFIGURE.shared = -DENABLE_SHARED=OFF 8 | -X265.CONFIGURE.extra = -DENABLE_CLI=OFF -DHIGH_BIT_DEPTH=OFF -DENABLE_LIBNUMA=OFF 9 | +X265.CONFIGURE.extra = -DENABLE_CLI=OFF -DHIGH_BIT_DEPTH=OFF -DENABLE_LIBNUMA=OFF -DENABLE_ASSEMBLY=OFF 10 | 11 | ifeq (1,$(BUILD.cross)) 12 | ifeq (mingw,$(BUILD.system)) 13 | -------------------------------------------------------------------------------- /addons/browser/links/patches/links-sched.patch: -------------------------------------------------------------------------------- 1 | --- links-2.8/sched.c 2014-09-04 00:21:16.255892007 -0400 2 | +++ links-2.8-patched/sched.c 2014-09-04 00:22:40.659889717 -0400 3 | @@ -411,7 +411,7 @@ static void run_connection(struct connec 4 | 5 | safe_strncpy(c->socks_proxy, proxies.socks_proxy, sizeof c->socks_proxy); 6 | 7 | - if (proxies.only_proxies && casecmp(c->url, cast_uchar "proxy://", 8) && casecmp(c->url, cast_uchar "data:", 5) && (!*c->socks_proxy || url_bypasses_socks(c->url))) { 8 | + if (proxies.only_proxies && casecmp(c->url, cast_uchar "proxy://", 8) && casecmp(c->url, cast_uchar "data:", 5) && casecmp(c->url, cast_uchar "file:", 5) && (!*c->socks_proxy || url_bypasses_socks(c->url))) { 9 | setcstate(c, S_NO_PROXY); 10 | del_connection(c); 11 | return; 12 | -------------------------------------------------------------------------------- /addons/service/softcam/oscam/source/resources/settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /addons/service/downloadmanager/transmission/source/resources/language/French/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Transmission 6 | Préférences utilisateur 7 | Utiliser une authentification 8 | Nom d'utilisateur 9 | Mot de passe 10 | Préférences réseau 11 | Adresses IP autorisées (séparées par des virgules) 12 | 13 | Configuration personnalisée 14 | Activer configuration personnalisée 15 | Dossier de configuration personnalisée 16 | 17 | 18 | -------------------------------------------------------------------------------- /security/nss/patches/nss-01_crosscompile.patch: -------------------------------------------------------------------------------- 1 | diff --git a/nss/cmd/shlibsign/Makefile b/nss/cmd/shlibsign/Makefile 2 | index 83f90fa..177feee 100644 3 | --- a/nss/cmd/shlibsign/Makefile 4 | +++ b/nss/cmd/shlibsign/Makefile 5 | @@ -95,5 +95,3 @@ else 6 | endif 7 | endif 8 | 9 | -libs install :: $(CHECKLOC) 10 | - 11 | diff --git a/nss/coreconf/Linux.mk b/nss/coreconf/Linux.mk 12 | index a586e5e..e815b72 100644 13 | --- a/nss/coreconf/Linux.mk 14 | +++ b/nss/coreconf/Linux.mk 15 | @@ -16,12 +16,6 @@ ifeq ($(USE_PTHREADS),1) 16 | IMPL_STRATEGY = _PTH 17 | endif 18 | 19 | -CC = gcc 20 | -CCC = g++ 21 | -RANLIB = ranlib 22 | - 23 | -DEFAULT_COMPILER = gcc 24 | - 25 | ifeq ($(OS_TARGET),Android) 26 | ifndef ANDROID_NDK 27 | $(error Must set ANDROID_NDK to the path to the android NDK first) 28 | -------------------------------------------------------------------------------- /depends/multimedia/libva-vdpau-driver/patches/libva-vdpau-driver-0002_glext-missing-definition.patch: -------------------------------------------------------------------------------- 1 | --- a/src/utils_glx.h~ 2012-10-05 16:02:58.000000000 +0100 2 | +++ b/src/utils_glx.h 2012-10-19 08:44:12.469642440 +0100 3 | @@ -48,6 +48,13 @@ 4 | typedef void (*PFNGLXRELEASETEXIMAGEEXTPROC)(Display *, GLXDrawable, int); 5 | #endif 6 | 7 | +#if GL_GLEXT_VERSION >= 85 8 | +/* XXX: PFNGLMULTITEXCOORD2FPROC got out of the GL_VERSION_1_3_DEPRECATED 9 | + block and is not defined if GL_VERSION_1_3 is defined in 10 | + Redefine the type here as an interim solution */ 11 | +typedef void (*PFNGLMULTITEXCOORD2FPROC) (GLenum target, GLfloat s, GLfloat t); 12 | +#endif 13 | + 14 | #ifndef GL_FRAMEBUFFER_BINDING 15 | #define GL_FRAMEBUFFER_BINDING GL_FRAMEBUFFER_BINDING_EXT 16 | #endif 17 | -------------------------------------------------------------------------------- /depends/web/rtorrent/patches/rtorrent-0.9.3-001-fix-cross-compile.patch: -------------------------------------------------------------------------------- 1 | --- ./configure.ac.orig 2012-09-17 16:29:29.593057469 +0200 2 | +++ ./configure.ac 2012-09-17 16:26:45.389026683 +0200 3 | @@ -4,7 +4,6 @@ 4 | 5 | AM_INIT_AUTOMAKE 6 | AC_CONFIG_HEADERS(config.h) 7 | -AM_PATH_CPPUNIT(1.9.6) 8 | 9 | AC_PROG_CXX 10 | AC_PROG_LIBTOOL 11 | --- ./scripts/common.m4.orig 2013-01-03 22:29:04.811862385 +0100 12 | +++ ./scripts/common.m4 2013-01-03 22:29:38.847541053 +0100 13 | @@ -223,7 +223,7 @@ 14 | AC_DEFUN([TORRENT_CHECK_EXECINFO], [ 15 | AC_MSG_CHECKING(for execinfo.h) 16 | 17 | - AC_RUN_IFELSE([AC_LANG_SOURCE([ 18 | + AC_LINK_IFELSE([AC_LANG_SOURCE([ 19 | #include 20 | int main() { backtrace((void**)0, 0); backtrace_symbols((char**)0, 0); return 0;} 21 | ])], 22 | 23 | -------------------------------------------------------------------------------- /addons/multimedia/handbrake/patches/handbrake-0005-ffmpeg-cross-compile.patch: -------------------------------------------------------------------------------- 1 | diff -Naur handbrake-7000.orig/contrib/ffmpeg/module.defs handbrake-7000/contrib/ffmpeg/module.defs 2 | --- handbrake-7000.orig/contrib/ffmpeg/module.defs 2015-03-24 15:34:50.416065787 -0700 3 | +++ handbrake-7000/contrib/ffmpeg/module.defs 2015-03-24 15:36:04.238139676 -0700 4 | @@ -78,7 +78,12 @@ 5 | --enable-cross-compile --cross-prefix=$(BUILD.cross.prefix) 6 | FFMPEG.GCC.args.extra += -fno-common 7 | else 8 | - FFMPEG.CONFIGURE.extra += --enable-pthreads 9 | + FFMPEG.CONFIGURE.extra += \ 10 | + --enable-pthreads \ 11 | + --arch=$(BUILD.machine) \ 12 | + --enable-cross-compile \ 13 | + --cross-prefix=$(BUILD.cross.prefix) \ 14 | + --target-os="linux" 15 | endif 16 | 17 | ifneq (none,$(FFMPEG.GCC.g)) 18 | -------------------------------------------------------------------------------- /addons/system/smartmontools/source/resources/settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /depends/web/libtorrent/patches/libtorrent-0.13.3-002-disable-tests.patch: -------------------------------------------------------------------------------- 1 | Description: Don't run the testsuite after building 2 | Author: Daniel Forsberg 3 | Last-Update: 2013-01-03 4 | 5 | --- ./Makefile.am.orig 2013-01-03 21:17:32.246116451 +0100 6 | +++ ./Makefile.am 2013-01-03 21:18:01.045792247 +0100 7 | @@ -1,4 +1,4 @@ 8 | -SUBDIRS = src test 9 | +SUBDIRS = src 10 | 11 | pkgconfigdir = $(libdir)/pkgconfig 12 | pkgconfig_DATA = libtorrent.pc 13 | --- ./Makefile.in.orig 2013-01-03 21:17:21.482237702 +0100 14 | +++ ./Makefile.in 2013-01-03 21:18:15.897625177 +0100 15 | @@ -297,7 +297,7 @@ 16 | top_build_prefix = @top_build_prefix@ 17 | top_builddir = @top_builddir@ 18 | top_srcdir = @top_srcdir@ 19 | -SUBDIRS = src test 20 | +SUBDIRS = src 21 | pkgconfigdir = $(libdir)/pkgconfig 22 | pkgconfig_DATA = libtorrent.pc 23 | EXTRA_DIST = \ 24 | 25 | -------------------------------------------------------------------------------- /addons/service/multimedia/tvheadend/patches/tvheadend-remove-Werror.patch.bk: -------------------------------------------------------------------------------- 1 | From 67e38551bc3acadf27b3ed4922e897348a612fdb Mon Sep 17 00:00:00 2001 2 | From: Stefan Saraev 3 | Date: Wed, 15 Oct 2014 13:35:09 +0300 4 | Subject: [PATCH] remove werror 5 | 6 | --- 7 | Makefile | 2 +- 8 | 1 files changed, 1 insertions(+), 1 deletions(-) 9 | 10 | diff --git a/Makefile b/Makefile 11 | index ddcc47e..0087a6c 100644 12 | --- a/Makefile 13 | +++ b/Makefile 14 | @@ -28,7 +28,7 @@ PROG := $(BUILDDIR)/tvheadend 15 | # 16 | 17 | CFLAGS += -g -O2 -Wunused-result 18 | -CFLAGS += -Wall -Werror -Wwrite-strings -Wno-deprecated-declarations 19 | +CFLAGS += -Wall -Wwrite-strings -Wno-deprecated-declarations 20 | CFLAGS += -Wmissing-prototypes 21 | CFLAGS += -fms-extensions -funsigned-char -fno-strict-aliasing 22 | CFLAGS += -D_FILE_OFFSET_BITS=64 23 | -- 24 | 1.7.2.5 25 | 26 | -------------------------------------------------------------------------------- /addons/service/multimedia/mpd/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.6 2 | - update to mpd-0.20.3 3 | 4 | 7.0.5 5 | - update to mpd-0.20.2 6 | 7 | 7.0.4 8 | - update to mpd-0.20.1 9 | 10 | 7.0.3 11 | - update to mpd-0.19.21 12 | 13 | 7.0.2 14 | - add lame mp3 encoder support 15 | - add http server output support 16 | 17 | 7.0.1 18 | - update to mpd-0.19.14 19 | 20 | 7.0.0 21 | - rebuild for OpenELEC-7.0 22 | 23 | 6.0.0 24 | - rebuild for OE 6 25 | 26 | 4.3.3 27 | - support for .mpc and .ape files by adding dependency for ffmpeg 28 | 29 | 4.3.2 30 | - rebuild 31 | 32 | 4.3.1 33 | - update to kodi 34 | 35 | 4.3.0 36 | - rebuild for addon api bump 37 | - update to mpd-0.18.11 38 | 39 | 4.1.0 40 | - convert to systemd service 41 | - update to mpd-0.18.5 42 | - rebuild for addon api bump 43 | 44 | 4.0.1 45 | - rebuild 46 | 47 | 4.0.0 48 | - rebuild for OpenELEC-4.0 49 | 50 | 3.1.2 51 | - initial release based on mpd-0.17.4 52 | 53 | -------------------------------------------------------------------------------- /addons/system/truecrypt/source/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 12 | executable 13 | 14 | 16 | 17 | 18 | @PKG_SHORTDESC@ 19 | 20 | @PKG_LONGDESC@ 21 | 22 | 23 | @PKG_DISCLAIMER@ 24 | 25 | all 26 | 27 | 28 | -------------------------------------------------------------------------------- /addons/service/downloadmanager/transmission/source/resources/language/English/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Transmission 6 | User Settings 7 | Use authentification 8 | Username 9 | Password 10 | Network Settings 11 | Allowed IP addresses (comma-delimited) 12 | 13 | Other 14 | Download Directory 15 | Watch Directory 16 | Incoming (incomplete) Directory 17 | 18 | Custom Configuration 19 | Enable custom configuration 20 | Custom configuration folder 21 | 22 | 23 | -------------------------------------------------------------------------------- /addons/service/multimedia/tvheadend/source/resources/language/English/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | XMLTV 6 | DVB 7 | XMLTV configuration 8 | XMLTV source type 9 | XMLTV File location 10 | XMLTV Web location 11 | XMLTV Script location 12 | DVB Configuration 13 | Unload DVB mudules before suspend 14 | Wait for frontend initialization 15 | Number of adapters to wait for 16 | Preload capmt_ca.so library 17 | Delay the start of Tvheadend 18 | time (s) 19 | 20 | 21 | -------------------------------------------------------------------------------- /addons/service/downloadmanager/transmission/source/resources/language/Turkish/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Transmission 6 | Kullanıcı Ayarları 7 | Kimlik doğrulama kullan 8 | Kullanıcı adı 9 | Parola 10 | Ağ Ayarları 11 | İzin verilen IP adresleri (virgülle ayrılmış) 12 | 13 | Diğer 14 | İndirme Dizini 15 | Dizin'i İzle 16 | Gelen (tamamlanmamış) Dizini 17 | 18 | Özel Yapılandırma 19 | Özel yapılandırmayı etkinleştir 20 | Özel yapılandırma klasörü 21 | 22 | 23 | -------------------------------------------------------------------------------- /addons/system/smartmontools/source/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 12 | executable 13 | 14 | 16 | 17 | 18 | @PKG_SHORTDESC@ 19 | 20 | @PKG_LONGDESC@ 21 | 22 | 23 | @PKG_DISCLAIMER@ 24 | 25 | all 26 | 27 | 28 | -------------------------------------------------------------------------------- /addons/browser/chromium/source/resources/language/English/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | General 4 | Actions 5 | Chromium Configuration 6 | Stop Kodi Player and Suspend AudioEngine 7 | HW Acceleration Mode 8 | Rasterization Mode 9 | Window Mode 10 | Default Homepage 11 | Use Custom Audio Device 12 | Audio Device 13 | Chromium Actions 14 | Install libwidevinecdm.so (Netflix Support) 15 | Install libpepflashplayer.so (Flash Player Support) 16 | 17 | -------------------------------------------------------------------------------- /addons/networking/nfs-utils/patches/nfs-utils-0001-fix-aclocal-libnfidmap.patch: -------------------------------------------------------------------------------- 1 | diff -Naur nfs-utils-1.3.2.orig/aclocal/libnfsidmap.m4 nfs-utils-1.3.2/aclocal/libnfsidmap.m4 2 | --- nfs-utils-1.3.2.orig/aclocal/libnfsidmap.m4 2015-04-12 10:52:20.603678213 -0700 3 | +++ nfs-utils-1.3.2/aclocal/libnfsidmap.m4 2015-04-12 10:52:42.593994541 -0700 4 | @@ -2,9 +2,9 @@ 5 | dnl 6 | AC_DEFUN([AC_LIBNFSIDMAP], [ 7 | 8 | - dnl Check for libnfsidmap, but do not add -lnfsidmap to LIBS 9 | - AC_CHECK_LIB([nfsidmap], [nfs4_init_name_mapping], [LIBNFSIDMAP=-lnfsidmap], 10 | - [AC_MSG_ERROR([libnfsidmap not found.])]) 11 | +# dnl Check for libnfsidmap, but do not add -lnfsidmap to LIBS 12 | +# AC_CHECK_LIB([nfsidmap], [nfs4_init_name_mapping], [LIBNFSIDMAP=-lnfsidmap], 13 | +# [AC_MSG_ERROR([libnfsidmap not found.])]) 14 | 15 | AC_CHECK_HEADERS([nfsidmap.h], , 16 | [AC_MSG_ERROR([libnfsidmap headers not found.])]) 17 | -------------------------------------------------------------------------------- /addons/service/system/tinc/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.2 2 | - update to tinc-1.1pre14 3 | 4 | 7.0.1 5 | - Reverted to system.d service (legacy configurations are preserved) 6 | - Removed plugin 7 | - Added settings to simplify configuration 8 | - Added a wizard to generate settings on first install 9 | - Settings are applied to the system.d unit as soon as they are changed 10 | - Solved error message on initial installation 11 | 12 | 7.0.0 13 | - rebuild for OpenELEC-7.0 14 | 15 | 6.0.0 16 | - rebuild for OE6 17 | 18 | 4.3.5 19 | - rebuild 20 | 21 | 4.3.3 22 | - rebuild without curses 23 | 24 | 4.3.2 25 | - Bumped tinc to 1.1pre11 26 | 27 | 4.3.1 28 | - update to kodi 29 | 30 | 4.3.0 31 | - Addon bump 32 | 33 | 4.1.8 34 | - Added tinc.create-addons script and corresponding vmneteg sample configuration 35 | 36 | 4.1.3 37 | - Bumped tinc to 1.0.24 38 | 39 | 4.1.2 40 | - Changed configuration directory 41 | 42 | 4.1.1 43 | - Initial package for tinc-1.0.23 44 | -------------------------------------------------------------------------------- /addons/service/downloadmanager/transmission/source/resources/language/Dutch/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Transmission 6 | Gebruikers instellingen 7 | Gebruik verificatie 8 | Gebruikersnaam 9 | Wachtwoord 10 | Netwerk instellingen 11 | Toegestane IP adressen (gescheiden met een ',') 12 | 13 | Andere 14 | Downloadmap 15 | Volgmap 16 | Inkomende (onvoltooide) Downloadmap 17 | 18 | Benutzerdefinierte Konfiguration 19 | Aktivieren Sie benutzerdefinierte Konfiguration 20 | Individuelle Konfigurationsordner 21 | 22 | -------------------------------------------------------------------------------- /addons/networking/protocol/dhcp/source/resources/settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /addons/service/multimedia/mpd/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | -------------------------------------------------------------------------------- /addons/service/system/inadyn/source/resources/settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /addons/service/multimedia/tvheadend/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | -------------------------------------------------------------------------------- /addons/service/multimedia/streamdisc/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | -------------------------------------------------------------------------------- /addons/service/downloadmanager/transmission/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | -------------------------------------------------------------------------------- /addons/browser/links/patches/links-file_no_socks_bypass.patch: -------------------------------------------------------------------------------- 1 | --- links-2.8/url.c 2014-08-29 23:10:34.939697530 -0400 2 | +++ links-2.8-patched/url.c 2002-04-04 05:30:55.617327683 -0500 3 | @@ -17,7 +17,7 @@ static const struct { 4 | int bypasses_socks; 5 | } protocols[]= { 6 | {"data", 0, data_func, NULL, 1, 0, 0, 0, 0}, 7 | - {"file", 0, file_func, NULL, 1, 1, 0, 0, 1}, 8 | + {"file", 0, file_func, NULL, 1, 1, 0, 0, 0}, 9 | {"https", 443, https_func, NULL, 0, 1, 1, 1, 0}, 10 | {"http", 80, http_func, NULL, 0, 1, 1, 1, 0}, 11 | {"proxy", 3128, proxy_func, NULL, 0, 1, 1, 1, 0}, 12 | @@ -30,7 +30,8 @@ static const struct { 13 | {"telnet", 0, NULL, telnet_func, 0, 0, 0, 0, 1}, 14 | {"tn3270", 0, NULL, tn3270_func, 0, 0, 0, 0, 1}, 15 | {"mms", 0, NULL, mms_func, 1, 0, 1, 0, 1}, 16 | - {"magnet", 0, NULL, magnet_func, 1, 0, 0, 0, 1}, 17 | + {"magnet", 0, NULL, magnet_func, 1, 0, 0, 0, 0}, 18 | + {"maggot", 0, NULL, magnet_func, 1, 1, 0, 0, 0}, 19 | #ifdef JS 20 | {"javascript", 0, NULL, javascript_func,1, 0, 0, 0, 0}, 21 | #endif 22 | -------------------------------------------------------------------------------- /addons/networking/backup/rsync/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.1 2 | - update to rsync-3.1.2 3 | 4 | 7.0.0 5 | - rebuild for OpenELEC-7.0 6 | 7 | 6.0.0 8 | - rebuild for OpenELEC-6.0 9 | 10 | 4.3.2 11 | - rebuild 12 | 13 | 4.3.0 14 | - rebuild for addon api bump 15 | - update to rsync-3.1.1 16 | 17 | 4.1.0 18 | - rebuild for addon api bump 19 | 20 | 4.0.1 21 | - rebuild 22 | 23 | 4.0.0 24 | - rebuild for OpenELEC-4.0 25 | 26 | 3.1.2 27 | - use internal popt 28 | 29 | 3.1.1 30 | - rebuild for OpenELEC-3.2 31 | 32 | 3.0.2 33 | - rebuild against static libpopt 34 | 35 | 3.0.1 36 | - bump addon version 37 | 38 | 2.1.1 39 | - update to addon version 2.1 40 | 41 | 2.0.1 42 | - rebuild for libiconv changes 43 | 44 | 2.0.0 45 | - prepare for OpenELEC-2.0 release 46 | 47 | 1.90.1 48 | - depends on xbmc.python API 2.0 49 | 50 | 1.90.0 51 | - prepare for OpenELEC-1.90 release 52 | 53 | 1.0.0 54 | - update to rsync-3.0.9 55 | - prepare for OpenELEC-1.0 release 56 | 57 | 0.99.3 58 | - change icon 59 | 60 | 0.99.2 61 | - prepare for release 62 | 63 | 0.99.1 64 | - initial addon based on rsync-3.0.8 65 | -------------------------------------------------------------------------------- /addons/networking/testing/iperf/patches/iperf-0001_fix-build-with-gcc5.patch: -------------------------------------------------------------------------------- 1 | diff -Naur a/Makefile.am b/Makefile.am 2 | --- a/Makefile.am 2015-10-16 19:01:09.000000000 +0200 3 | +++ b/Makefile.am 2016-01-06 21:22:34.118008794 +0100 4 | @@ -1 +1,8 @@ 5 | +README: README.md 6 | + fgrep -v "[Build Status]" $< \ 7 | + | markdown \ 8 | + | html2text -style pretty -nobs \ 9 | + | sed -e 's:>:>:g' \ 10 | + > $@.tmp 11 | + 12 | SUBDIRS = src examples 13 | diff -Naur a/src/Makefile.am b/src/Makefile.am 14 | --- a/src/Makefile.am 2015-10-16 19:01:09.000000000 +0200 15 | +++ b/src/Makefile.am 2016-01-06 21:26:12.352336266 +0100 16 | @@ -49,9 +49,9 @@ 17 | iperf3_profile_SOURCES = main.c \ 18 | $(libiperf_la_SOURCES) 19 | 20 | -iperf3_profile_CFLAGS = -pg -g 21 | +iperf3_profile_CFLAGS = -g 22 | iperf3_profile_LDADD = libiperf.la 23 | -iperf3_profile_LDFLAGS = -pg -g 24 | +iperf3_profile_LDFLAGS = -g 25 | 26 | # Specify the sources and various flags for the test cases 27 | t_timer_SOURCES = t_timer.c 28 | -------------------------------------------------------------------------------- /addons/networking/protocol/dhcp/patches/dhcp-0002-bind-cross-compile.patch: -------------------------------------------------------------------------------- 1 | bind cross compile support integration 2 | 3 | Pass system types from dhcp configure to bind configure. 4 | 5 | This patch is submitted upstream as part of a cross compiling enhancement 6 | suggestion to dhcp-suggest@isc.org. Reference ISC-Bugs #41502. 7 | 8 | Signed-off-by: Doug Kehn 9 | 10 | Index: dhcp-4.3.3-P1/bind/Makefile.in 11 | =================================================================== 12 | --- dhcp-4.3.3-P1.orig/bind/Makefile.in 13 | +++ dhcp-4.3.3-P1/bind/Makefile.in 14 | @@ -30,7 +30,9 @@ bindconfig = --disable-kqueue --disable- 15 | --without-openssl --without-libxml2 --enable-exportlib \ 16 | --with-gssapi=no --enable-threads=no @BINDCONFIG@ \ 17 | --with-export-includedir=${binddir}/include \ 18 | - --with-export-libdir=${binddir}/lib 19 | + --with-export-libdir=${binddir}/lib \ 20 | + --target=@target_alias@ --host=@host_alias@ \ 21 | + --build=@build_alias@ 22 | 23 | @BIND_ATF_FALSE@cleandirs = ./lib ./include 24 | @BIND_ATF_TRUE@cleandirs = ./lib ./include ./atf 25 | -------------------------------------------------------------------------------- /depends/multimedia/libva-vdpau-driver/patches/libva-vdpau-driver-0001_drop-formats.patch: -------------------------------------------------------------------------------- 1 | >From fda3706eb74ba5ad874853969f3df3e372739c8d Mon Sep 17 00:00:00 2001 2 | From: "Xiang, Haihao" 3 | Date: Fri, 21 Jun 2013 12:55:30 +0800 4 | Subject: [PATCH] VAEncH264VUIBufferType and VAEncH264SEIBufferType are 5 | dropped from VA API 6 | 7 | The driver doesn't use them indeed 8 | 9 | Signed-off-by: Xiang, Haihao 10 | --- 11 | src/vdpau_dump.c | 2 -- 12 | 1 file changed, 2 deletions(-) 13 | 14 | diff --git a/src/vdpau_dump.c b/src/vdpau_dump.c 15 | index 899888b..610e7cd 100644 16 | --- a/src/vdpau_dump.c 17 | +++ b/src/vdpau_dump.c 18 | @@ -59,8 +59,6 @@ const char *string_of_VABufferType(VABufferType type) 19 | _(VAEncSequenceParameterBufferType); 20 | _(VAEncPictureParameterBufferType); 21 | _(VAEncSliceParameterBufferType); 22 | - _(VAEncH264VUIBufferType); 23 | - _(VAEncH264SEIBufferType); 24 | #endif 25 | #if VA_CHECK_VERSION(0,31,1) 26 | _(VAQMatrixBufferType); 27 | -- 28 | 1.7.9.5 29 | 30 | -------------------------------------------------------------------------------- /addons/service/downloadmanager/rTorrent/source/rtorrent.default.rc: -------------------------------------------------------------------------------- 1 | # config file for rtorrent. 2 | 3 | # Seting useful umask 4 | system.umask.set=0002 5 | 6 | # Enable File Prioritize feature 7 | file.prioritize_toc.set=1 8 | 9 | # List of files it is applied to (assuming the above is set), applied to first 10 | # and last chunk repectively. The matching is done when a download is inserted. 11 | file.prioritize_toc.first.set = {*.avi,*.mp4,*.mkv} 12 | 13 | # This will set rtorrent/scgi to listen on localhost, port 5000. 14 | scgi_port = localhost:5000 15 | 16 | #force UTF-8, as xmlrpc-c only transfers in UTF-8 17 | encoding_list = UTF-8 18 | 19 | # Save session data 20 | schedule = session_save,60,120,session_save= 21 | 22 | # Stop and remove untied torrents 23 | schedule = untied_directory,5,10,remove_untied= 24 | 25 | # Close torrents when diskspace is low. 26 | schedule = low_diskspace,5,20,close_low_diskspace=500M 27 | 28 | # Encrypt all traffic. 29 | encryption = allow_incoming, try_outgoing, require, require_RC4, enable_retry 30 | 31 | # Dont check hashes 32 | check_hash = no 33 | 34 | -------------------------------------------------------------------------------- /addons/tools/axel/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | import xbmcgui 19 | 20 | dialog = xbmcgui.Dialog() 21 | dialog.ok('', 'This is a console-only addon') 22 | -------------------------------------------------------------------------------- /addons/tools/iw/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | import xbmcgui 19 | 20 | dialog = xbmcgui.Dialog() 21 | dialog.ok('', 'This is a console-only addon') 22 | -------------------------------------------------------------------------------- /addons/tools/vim/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | import xbmcgui 19 | 20 | dialog = xbmcgui.Dialog() 21 | dialog.ok('', 'This is a console-only addon') 22 | -------------------------------------------------------------------------------- /addons/tools/RPi.GPIO/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | import xbmcgui 19 | 20 | dialog = xbmcgui.Dialog() 21 | dialog.ok('', 'This is a console-only addon') 22 | -------------------------------------------------------------------------------- /addons/tools/aria2/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | import xbmcgui 19 | 20 | dialog = xbmcgui.Dialog() 21 | dialog.ok('', 'This is a console-only addon') 22 | -------------------------------------------------------------------------------- /addons/tools/autossh/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | import xbmcgui 19 | 20 | dialog = xbmcgui.Dialog() 21 | dialog.ok('', 'This is a console-only addon') 22 | -------------------------------------------------------------------------------- /addons/tools/diffutils/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | import xbmcgui 19 | 20 | dialog = xbmcgui.Dialog() 21 | dialog.ok('', 'This is a console-only addon') 22 | -------------------------------------------------------------------------------- /addons/tools/dtach/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | import xbmcgui 19 | 20 | dialog = xbmcgui.Dialog() 21 | dialog.ok('', 'This is a console-only addon') 22 | -------------------------------------------------------------------------------- /addons/tools/dvb-apps/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | import xbmcgui 19 | 20 | dialog = xbmcgui.Dialog() 21 | dialog.ok('', 'This is a console-only addon') 22 | -------------------------------------------------------------------------------- /addons/tools/dvblast/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | import xbmcgui 19 | 20 | dialog = xbmcgui.Dialog() 21 | dialog.ok('', 'This is a console-only addon') 22 | -------------------------------------------------------------------------------- /addons/tools/encfs/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | import xbmcgui 19 | 20 | dialog = xbmcgui.Dialog() 21 | dialog.ok('', 'This is a console-only addon') 22 | -------------------------------------------------------------------------------- /addons/tools/fdupes/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | import xbmcgui 19 | 20 | dialog = xbmcgui.Dialog() 21 | dialog.ok('', 'This is a console-only addon') 22 | -------------------------------------------------------------------------------- /addons/tools/hd-idle/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | import xbmcgui 19 | 20 | dialog = xbmcgui.Dialog() 21 | dialog.ok('', 'This is a console-only addon') 22 | -------------------------------------------------------------------------------- /addons/tools/irssi/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | import xbmcgui 19 | 20 | dialog = xbmcgui.Dialog() 21 | dialog.ok('', 'This is a console-only addon') 22 | -------------------------------------------------------------------------------- /addons/debugging/tools/smem/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | import xbmcgui 19 | 20 | dialog = xbmcgui.Dialog() 21 | dialog.ok('', 'This is a console-only addon') 22 | -------------------------------------------------------------------------------- /addons/multimedia/handbrake/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | import xbmcgui 19 | 20 | dialog = xbmcgui.Dialog() 21 | dialog.ok('', 'This is a console-only addon') 22 | -------------------------------------------------------------------------------- /addons/networking/nfs-utils/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | import xbmcgui 19 | 20 | dialog = xbmcgui.Dialog() 21 | dialog.ok('', 'This is a console-only addon') 22 | -------------------------------------------------------------------------------- /addons/tools/dvb-fe-tool/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | import xbmcgui 19 | 20 | dialog = xbmcgui.Dialog() 21 | dialog.ok('', 'This is a console-only addon') 22 | -------------------------------------------------------------------------------- /addons/tools/efibootmgr/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | import xbmcgui 19 | 20 | dialog = xbmcgui.Dialog() 21 | dialog.ok('', 'This is a console-only addon') 22 | -------------------------------------------------------------------------------- /addons/tools/getscancodes/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | import xbmcgui 19 | 20 | dialog = xbmcgui.Dialog() 21 | dialog.ok('', 'This is a console-only addon') 22 | -------------------------------------------------------------------------------- /addons/tools/hid_mapper/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | import xbmcgui 19 | 20 | dialog = xbmcgui.Dialog() 21 | dialog.ok('', 'This is a console-only addon') 22 | -------------------------------------------------------------------------------- /addons/debugging/tools/cpuid/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | import xbmcgui 19 | 20 | dialog = xbmcgui.Dialog() 21 | dialog.ok('', 'This is a console-only addon') 22 | -------------------------------------------------------------------------------- /addons/debugging/tools/dmidecode/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | import xbmcgui 19 | 20 | dialog = xbmcgui.Dialog() 21 | dialog.ok('', 'This is a console-only addon') 22 | -------------------------------------------------------------------------------- /addons/debugging/tools/dstat/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | import xbmcgui 19 | 20 | dialog = xbmcgui.Dialog() 21 | dialog.ok('', 'This is a console-only addon') 22 | -------------------------------------------------------------------------------- /addons/debugging/tools/hddtemp/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | import xbmcgui 19 | 20 | dialog = xbmcgui.Dialog() 21 | dialog.ok('', 'This is a console-only addon') 22 | -------------------------------------------------------------------------------- /addons/debugging/tools/i2c-tools/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | import xbmcgui 19 | 20 | dialog = xbmcgui.Dialog() 21 | dialog.ok('', 'This is a console-only addon') 22 | -------------------------------------------------------------------------------- /addons/debugging/tools/powertop/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | import xbmcgui 19 | 20 | dialog = xbmcgui.Dialog() 21 | dialog.ok('', 'This is a console-only addon') 22 | -------------------------------------------------------------------------------- /addons/networking/analyzer/iftop/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | import xbmcgui 19 | 20 | dialog = xbmcgui.Dialog() 21 | dialog.ok('', 'This is a console-only addon') 22 | -------------------------------------------------------------------------------- /addons/networking/analyzer/ngrep/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | import xbmcgui 19 | 20 | dialog = xbmcgui.Dialog() 21 | dialog.ok('', 'This is a console-only addon') 22 | -------------------------------------------------------------------------------- /addons/networking/backup/rsync/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | import xbmcgui 19 | 20 | dialog = xbmcgui.Dialog() 21 | dialog.ok('', 'This is a console-only addon') 22 | -------------------------------------------------------------------------------- /addons/networking/testing/iperf/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | import xbmcgui 19 | 20 | dialog = xbmcgui.Dialog() 21 | dialog.ok('', 'This is a console-only addon') 22 | -------------------------------------------------------------------------------- /addons/tools/lm_sensors/patches/lm_sensors-01_link-static.patch: -------------------------------------------------------------------------------- 1 | From 0b2b2e26bbae3d06580080a66a85e5e0d90ea9f6 Mon Sep 17 00:00:00 2001 2 | From: Stefan Saraev 3 | Date: Sun, 10 Aug 2014 14:21:19 +0300 4 | Subject: [PATCH] link static 5 | 6 | --- 7 | prog/sensors/Module.mk | 2 +- 8 | 1 files changed, 1 insertions(+), 1 deletions(-) 9 | 10 | diff --git a/prog/sensors/Module.mk b/prog/sensors/Module.mk 11 | index b656441..ad59874 100644 12 | --- a/prog/sensors/Module.mk 13 | +++ b/prog/sensors/Module.mk 14 | @@ -40,7 +40,7 @@ REMOVESENSORSMAN := $(patsubst $(MODULE_DIR)/%,$(DESTDIR)$(PROGSENSORSMAN1DIR)/% 15 | LIBICONV := $(shell if /sbin/ldconfig -p | grep -q '/libiconv\.so$$' ; then echo \-liconv; else echo; fi) 16 | 17 | $(PROGSENSORSTARGETS): $(PROGSENSORSSOURCES:.c=.ro) lib/$(LIBSHBASENAME) 18 | - $(CC) $(EXLDFLAGS) -o $@ $(PROGSENSORSSOURCES:.c=.ro) $(LIBICONV) -Llib -lsensors 19 | + $(CC) $(EXLDFLAGS) -o $@ $(PROGSENSORSSOURCES:.c=.ro) $(LIBICONV) -Llib -Wl,-Bstatic -lsensors -Wl,-Bdynamic -lm 20 | 21 | all-prog-sensors: $(PROGSENSORSTARGETS) 22 | user :: all-prog-sensors 23 | -- 24 | 1.7.2.5 25 | 26 | -------------------------------------------------------------------------------- /addons/debugging/tools/acpica/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | 19 | import xbmcgui 20 | 21 | dialog = xbmcgui.Dialog() 22 | dialog.ok('', 'This is a console-only addon') 23 | -------------------------------------------------------------------------------- /addons/debugging/tools/wireless_tools/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | import xbmcgui 19 | 20 | dialog = xbmcgui.Dialog() 21 | dialog.ok('', 'This is a console-only addon') 22 | -------------------------------------------------------------------------------- /addons/networking/analyzer/bwm-ng/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | import xbmcgui 19 | 20 | dialog = xbmcgui.Dialog() 21 | dialog.ok('', 'This is a console-only addon') 22 | -------------------------------------------------------------------------------- /addons/networking/analyzer/tcpdump/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # OpenELEC is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 2 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # OpenELEC is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC. If not, see . 17 | ################################################################################ 18 | import xbmcgui 19 | 20 | dialog = xbmcgui.Dialog() 21 | dialog.ok('', 'This is a console-only addon') 22 | -------------------------------------------------------------------------------- /addons/service/system/pcscd-addon/changelog.txt: -------------------------------------------------------------------------------- 1 | 7.0.2 2 | - update to ccid-1.4.25 3 | - update to pcsc-lite-1.8.20 4 | 5 | 7.0.1 6 | - update to ccid-1.4.22 7 | - update to pcsc-lite-1.8.16 8 | 9 | 7.0.0 10 | - rebuild for OpenELEC-7.0 11 | 12 | 6.0.0 13 | - rebuild for OpenELEC-6.0 14 | 15 | 4.3.1 16 | - update to kodi 17 | 18 | 4.3.0 19 | - rebuild for addon api bump 20 | - update to pcsc-lite-1.8.11 21 | - update to libccid-1.4.17 22 | 23 | 4.1.0 24 | - convert to systemd service 25 | - rebuild for addon api bump 26 | 27 | 4.0.1 28 | - rebuild 29 | 30 | 4.0.0 31 | - rebuild for OpenELEC-4.0 32 | 33 | 3.1.1 34 | - rebuild for OpenELEC-3.2 35 | 36 | 3.0.5 37 | - update to libccid-1.4.10 38 | 39 | 3.0.4 40 | - update to pcsc-lite-1.8.8 41 | - update to libccid-1.4.9 42 | 43 | 3.0.3 44 | - update to pcsc-lite-1.8.7 45 | 46 | 3.0.2 47 | - update to pcsc-lite-1.8.6 48 | - update to ccid-1.4.8 49 | 50 | 3.0.1 51 | - bump addon version 52 | 53 | 2.1.2 54 | - update to pcsc-lite-1.8.3 55 | - update to libccid-1.4.7 56 | 57 | 2.1.1 58 | - update to addon version 2.1 59 | 60 | 2.0.1 61 | - initial version for pcsc-lite 1.8.2 / ccid 1.4.5 62 | -------------------------------------------------------------------------------- /addons/service/downloadmanager/rTorrent/source/settings-default.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /addons/service/proxy/polipo/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # This Program is free software; you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation; either version 2, or (at your option) 8 | # any later version. 9 | # 10 | # This Program is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC.tv; see the file COPYING. If not, write to 17 | # the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. 18 | # http://www.gnu.org/copyleft/gpl.html 19 | ################################################################################ 20 | -------------------------------------------------------------------------------- /addons/service/system/dispmanx_vnc/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2013 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # This Program is free software; you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation; either version 2, or (at your option) 8 | # any later version. 9 | # 10 | # This Program is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC.tv; see the file COPYING. If not, write to 17 | # the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. 18 | # http://www.gnu.org/copyleft/gpl.html 19 | ################################################################################ 20 | -------------------------------------------------------------------------------- /addons/service/downloadmanager/rTorrent/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # This Program is free software; you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation; either version 2, or (at your option) 8 | # any later version. 9 | # 10 | # This Program is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC.tv; see the file COPYING. If not, write to 17 | # the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. 18 | # http://www.gnu.org/copyleft/gpl.html 19 | ################################################################################ 20 | -------------------------------------------------------------------------------- /addons/service/system/dispmanx_vnc/patches/dispmanx_vnc-0001_fix-cross-compile.patch: -------------------------------------------------------------------------------- 1 | diff -Naur a/Makefile b/Makefile 2 | --- a/Makefile 2016-01-22 20:52:21.000000000 +0100 3 | +++ b/Makefile 2016-01-22 21:29:34.601124600 +0100 4 | @@ -1,9 +1,11 @@ 5 | -CXX = g++ 6 | -CXXFLAGS = -Wall -std=c++11 -O3 -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM 7 | +CXX ?= g++ 8 | +CXXFLAGS += -Wall -std=c++11 -O3 -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM 9 | 10 | -INCLUDES = -I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux 11 | -LIB_PATHS = -L/opt/vc/lib/ 12 | -LIBS = -lGLESv2 -lEGL -lopenmaxil -lbcm_host -lvcos -lvchiq_arm -lpthread -lrt -lvncserver -lconfig++ 13 | +SYSROOT_PREFIX ?= 14 | + 15 | +INCLUDES = -I$(SYSROOT_PREFIX)/usr/include/ -I$(SYSROOT_PREFIX)/usr/include/interface/vcos/pthreads -I$(SYSROOT_PREFIX)/usr/include/interface/vmcs_host/linux 16 | +LIB_PATHS = -L$(SYSROOT_PREFIX)/usr/lib/ 17 | +LIBS = -lGLESv2 -lEGL -lopenmaxil -lbcm_host -lvcos -lvchiq_arm -lpthread -lrt -lconfig++ -lz -lssl -lcrypto -lresolv -lvncserver -ljpeg -lpng16 18 | 19 | SOURCES = main.cpp \ 20 | UFile.cpp \ 21 | -------------------------------------------------------------------------------- /addons/networking/protocol/dhcp/source/LICENSE: -------------------------------------------------------------------------------- 1 | # Copyright (c) 2004-2014 by Internet Systems Consortium, Inc. ("ISC") 2 | # Copyright (c) 1995-2003 by Internet Software Consortium 3 | # 4 | # Permission to use, copy, modify, and distribute this software for any 5 | # purpose with or without fee is hereby granted, provided that the above 6 | # copyright notice and this permission notice appear in all copies. 7 | # 8 | # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES 9 | # WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 10 | # MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR 11 | # ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 12 | # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 13 | # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT 14 | # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15 | # 16 | # Internet Systems Consortium, Inc. 17 | # 950 Charter Street 18 | # Redwood City, CA 94063 19 | # 20 | # https://www.isc.org/ 21 | 22 | See the specific source files for any additional copyright or 23 | license statements. 24 | -------------------------------------------------------------------------------- /addons/service/softcam/oscam/source/oscam-default.conf: -------------------------------------------------------------------------------- 1 | # oscam.conf generated automatically by Streamboard OSCAM 1.00-unstable_svn build #0 2 | # Read more: http://streamboard.gmc.to/svn/oscam/trunk/Distribution/doc/txt/oscam.conf.txt 3 | 4 | [global] 5 | usrfile = /storage/.kodi/userdata/addon_data/service.softcam.oscam/log/oscamuser.log 6 | logfile = /storage/.kodi/userdata/addon_data/service.softcam.oscam/log/oscam.log 7 | cwlogdir = /storage/.kodi/userdata/addon_data/service.softcam.oscam/log/cw 8 | nice = -1 9 | saveinithistory = 1 10 | 11 | [monitor] 12 | port = 988 13 | aulow = 120 14 | hideclient_to = 15 15 | monlevel = 1 16 | appendchaninfo = 0 17 | 18 | [webif] 19 | httpport = 8888 20 | httpuser = oscam 21 | httppwd = oscam 22 | httpallowed = 0.0.0.0-255.255.255.255 23 | 24 | [dvbapi] 25 | enabled = 1 26 | pmt_mode = 4 27 | boxtype = pc 28 | -------------------------------------------------------------------------------- /addons/multimedia/handbrake/patches/handbrake-0001-remove-configure-badness.patch: -------------------------------------------------------------------------------- 1 | diff -Naur handbrake-7000.orig/make/configure.py handbrake-7000/make/configure.py 2 | --- handbrake-7000.orig/make/configure.py 2015-03-24 12:02:36.356652393 -0700 3 | +++ handbrake-7000/make/configure.py 2015-03-24 12:03:22.594099224 -0700 4 | @@ -488,8 +488,6 @@ 5 | if options.cross: 6 | if self.match( '*mingw*' ): 7 | self.systemf = 'MinGW' 8 | - elif self.systemf: 9 | - self.systemf[0] = self.systemf[0].upper() 10 | self.title = '%s %s' % (build.systemf,self.machine) 11 | else: 12 | self.title = '%s %s' % (build.systemf,arch.mode.mode) 13 | @@ -1470,12 +1468,6 @@ 14 | else: 15 | targets.append( arg ) 16 | 17 | - ## re-run tools with cross-compilation needs 18 | - if options.cross: 19 | - for tool in ( Tools.ar, Tools.gcc, Tools.ranlib, Tools.strip ): 20 | - tool.__init__( tool.var, '%s-%s' % (options.cross,tool.name), **tool.kwargs ) 21 | - tool.run() 22 | - 23 | ## run delayed actions 24 | for action in Action.actions: 25 | action.run() 26 | -------------------------------------------------------------------------------- /depends/x11/toolkits/gtk+/patches/gtk+-02_meh-glib.patch: -------------------------------------------------------------------------------- 1 | From 3cb23c7b05be36e130bd1930dad3382ce8c08c51 Mon Sep 17 00:00:00 2001 2 | From: Stefan Saraev 3 | Date: Sun, 26 Oct 2014 00:26:09 +0300 4 | Subject: [PATCH] meh glib 5 | 6 | --- 7 | gdk/Makefile.am | 4 ++-- 8 | 1 files changed, 2 insertions(+), 2 deletions(-) 9 | 10 | diff --git a/gdk/Makefile.am b/gdk/Makefile.am 11 | index c880f6e..7661530 100644 12 | --- a/gdk/Makefile.am 13 | +++ b/gdk/Makefile.am 14 | @@ -307,7 +307,7 @@ lib_LTLIBRARIES = $(gdktargetlib) 15 | 16 | EXTRA_LTLIBRARIES = libgdk-x11-2.0.la libgdk-win32-2.0.la libgdk-quartz-2.0.la libgdk-directfb-2.0.la 17 | 18 | -MAINTAINERCLEANFILES = $(gdk_built_sources) stamp-gdkenumtypes.h 19 | +MAINTAINERCLEANFILES = $(gdk_built_sources) 20 | EXTRA_DIST += $(gdk_built_sources) 21 | EXTRA_HEADERS = 22 | 23 | @@ -333,7 +333,7 @@ BUILT_SOURCES = \ 24 | $(gdk_built_sources) \ 25 | gdkconfig.h 26 | 27 | -gdkenumtypes.h: stamp-gdkenumtypes.h 28 | +gdkenumtypes.h: 29 | @true 30 | stamp-gdkenumtypes.h: @REBUILD@ $(gdk_public_h_sources) gdkenumtypes.h.template 31 | ( cd $(srcdir) && $(GLIB_MKENUMS) --template gdkenumtypes.h.template \ 32 | -- 33 | 1.7.2.5 34 | 35 | -------------------------------------------------------------------------------- /addons/service/softcam/oscam/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) 4 | # Copyright (C) 2011-2011 Gregor Fuis (gujs@openelec.tv) 5 | # 6 | # This Program is free software; you can redistribute it and/or modify 7 | # it under the terms of the GNU General Public License as published by 8 | # the Free Software Foundation; either version 2, or (at your option) 9 | # any later version. 10 | # 11 | # This Program is distributed in the hope that it will be useful, 12 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 13 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 | # GNU General Public License for more details. 15 | # 16 | # You should have received a copy of the GNU General Public License 17 | # along with OpenELEC.tv; see the file COPYING. If not, write to 18 | # the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. 19 | # http://www.gnu.org/copyleft/gpl.html 20 | ################################################################################ 21 | -------------------------------------------------------------------------------- /addons/service/system/pcscd-addon/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) 4 | # Copyright (C) 2011-2011 Gregor Fuis (gujs@openelec.tv) 5 | # 6 | # This Program is free software; you can redistribute it and/or modify 7 | # it under the terms of the GNU General Public License as published by 8 | # the Free Software Foundation; either version 2, or (at your option) 9 | # any later version. 10 | # 11 | # This Program is distributed in the hope that it will be useful, 12 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 13 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 | # GNU General Public License for more details. 15 | # 16 | # You should have received a copy of the GNU General Public License 17 | # along with OpenELEC.tv; see the file COPYING. If not, write to 18 | # the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. 19 | # http://www.gnu.org/copyleft/gpl.html 20 | ################################################################################ 21 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # OpenELEC unofficial add-ons 2 | 3 | This is the unofficial add-on repo for OpenELEC. 4 | 5 | ### Installation 6 | The OpenELEC (unofficial) repo is installed using the repo intaller that can be found in the OpenELEC (official) repo. Please see the [installation instructions](http://unofficial.addon.pro/). 7 | 8 | ### Contributions 9 | You can add your own add-on packages or add-on repo intallers to this repo by submitting a pull request. Please read the [contributing guidelines](CONTRIBUTING.md). 10 | 11 | ### Maintenance 12 | Add-ons in this repository are maintained by the add-on package author and OpenELEC community. OpenELEC project staff are responsible for building add-ons after changes and staging built add-on files for download, but are not responsible for add-on feature fixes, version bumps and other maintenance tasks. If an add-on is broken or needs updating please don't wait for someone else to do the work - submit changes for review! 13 | 14 | ### Support 15 | Add-ons in this repository are supported by the add-on package author and OpenELEC community. Add-on authors are encouraged to provide support via a forum thread in the OpenELEC or Kodi forums - please use Google to find them and ask questions. 16 | -------------------------------------------------------------------------------- /addons/service/multimedia/streamdisc/source/bin/streamdisc.start: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | ################################################################################ 4 | # This file is part of OpenELEC - http://www.openelec.tv 5 | # Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv) 6 | # 7 | # OpenELEC is free software: you can redistribute it and/or modify 8 | # it under the terms of the GNU General Public License as published by 9 | # the Free Software Foundation, either version 2 of the License, or 10 | # (at your option) any later version. 11 | # 12 | # OpenELEC is distributed in the hope that it will be useful, 13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 | # GNU General Public License for more details. 16 | # 17 | # You should have received a copy of the GNU General Public License 18 | # along with OpenELEC. If not, see . 19 | ################################################################################ 20 | 21 | . /etc/profile 22 | 23 | oe_setup_addon service.multimedia.streamdisc 24 | 25 | exec $ADDON_DIR/bin/streamdisc_server $STREAMDISC_PORT $STREAMDISC_DEVICE 26 | -------------------------------------------------------------------------------- /addons/service/system/proftpd/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2013 Stephan Raue (stephan@openelec.tv) 4 | # Copyright (C) 2012 x23 5 | # Copyright (C) 2012-2013 ultraman 6 | # 7 | # This Program is free software; you can redistribute it and/or modify 8 | # it under the terms of the GNU General Public License as published by 9 | # the Free Software Foundation; either version 2, or (at your option) 10 | # any later version. 11 | # 12 | # This Program is distributed in the hope that it will be useful, 13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 | # GNU General Public License for more details. 16 | # 17 | # You should have received a copy of the GNU General Public License 18 | # along with OpenELEC.tv; see the file COPYING. If not, write to 19 | # the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. 20 | # http://www.gnu.org/copyleft/gpl.html 21 | ################################################################################ 22 | -------------------------------------------------------------------------------- /addons/service/system/x11vnc/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2013 Stephan Raue (stephan@openelec.tv) 4 | # Copyright (C) 2012 x23 5 | # Copyright (C) 2012-2013 ultraman 6 | # 7 | # This Program is free software; you can redistribute it and/or modify 8 | # it under the terms of the GNU General Public License as published by 9 | # the Free Software Foundation; either version 2, or (at your option) 10 | # any later version. 11 | # 12 | # This Program is distributed in the hope that it will be useful, 13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 | # GNU General Public License for more details. 16 | # 17 | # You should have received a copy of the GNU General Public License 18 | # along with OpenELEC.tv; see the file COPYING. If not, write to 19 | # the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. 20 | # http://www.gnu.org/copyleft/gpl.html 21 | ################################################################################ 22 | -------------------------------------------------------------------------------- /addons/tools/jq/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # This Program is free software; you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation; either version 2, or (at your option) 8 | # any later version. 9 | # 10 | # This Program is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC.tv; see the file COPYING. If not, write to 17 | # the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. 18 | # http://www.gnu.org/copyleft/gpl.html 19 | ################################################################################ 20 | import xbmcgui 21 | 22 | dialog = xbmcgui.Dialog() 23 | dialog.ok('', 'This is a console-only addon') 24 | -------------------------------------------------------------------------------- /addons/networking/protocol/dhcp/source/resources/sample/dhclient.conf.example: -------------------------------------------------------------------------------- 1 | send host-name = pick-first-value(gethostname(), "ISC-dhclient"); 2 | send dhcp-client-identifier 1:0:a0:24:ab:fb:9c; 3 | send dhcp-lease-time 3600; 4 | supersede domain-search "fugue.com", "home.vix.com"; 5 | prepend domain-name-servers 127.0.0.1; 6 | request subnet-mask, broadcast-address, time-offset, routers, 7 | domain-name, domain-name-servers, host-name; 8 | require subnet-mask, domain-name-servers; 9 | timeout 60; 10 | retry 60; 11 | reboot 10; 12 | select-timeout 5; 13 | initial-interval 2; 14 | script "/etc/dhclient-script"; 15 | media "-link0 -link1 -link2", "link0 link1"; 16 | reject 192.33.137.209; 17 | 18 | alias { 19 | interface "ep0"; 20 | fixed-address 192.5.5.213; 21 | option subnet-mask 255.255.255.255; 22 | } 23 | 24 | lease { 25 | interface "ep0"; 26 | fixed-address 192.33.137.200; 27 | medium "link0 link1"; 28 | option host-name "andare.swiftmedia.com"; 29 | option subnet-mask 255.255.255.0; 30 | option broadcast-address 192.33.137.255; 31 | option routers 192.33.137.250; 32 | option domain-name-servers 127.0.0.1; 33 | renew 2 2000/1/12 00:00:01; 34 | rebind 2 2000/1/12 00:00:01; 35 | expire 2 2000/1/12 00:00:01; 36 | } 37 | -------------------------------------------------------------------------------- /addons/system/smartmontools/source/bin/smartd_warning.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | ################################################################################ 4 | # Copyright (C) Peter Smorada 2013 5 | # 6 | # This Program is free software; you can redistribute it and/or modify 7 | # it under the terms of the GNU General Public License as published by 8 | # the Free Software Foundation; either version 2, or (at your option) 9 | # any later version. 10 | # 11 | # This Program is distributed in the hope that it will be useful, 12 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 13 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 | # GNU General Public License for more details. 15 | # 16 | # You should have received a copy of the GNU General Public License 17 | # along with OpenELEC.tv; see the file COPYING. If not, write to 18 | # the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. 19 | # http://www.gnu.org/copyleft/gpl.html 20 | ################################################################################ 21 | 22 | script="/storage/.kodi/addons/plugin.program.smartmontools/default.py" 23 | params=",,index=99" 24 | 25 | kodi-send --action="RunScript($script$params)" 26 | -------------------------------------------------------------------------------- /addons/tools/lftp/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # This Program is free software; you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation; either version 2, or (at your option) 8 | # any later version. 9 | # 10 | # This Program is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC.tv; see the file COPYING. If not, write to 17 | # the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. 18 | # http://www.gnu.org/copyleft/gpl.html 19 | ################################################################################ 20 | import xbmcgui 21 | 22 | dialog = xbmcgui.Dialog() 23 | dialog.ok('', 'This is a console-only addon') 24 | -------------------------------------------------------------------------------- /addons/tools/lshw/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # This Program is free software; you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation; either version 2, or (at your option) 8 | # any later version. 9 | # 10 | # This Program is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC.tv; see the file COPYING. If not, write to 17 | # the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. 18 | # http://www.gnu.org/copyleft/gpl.html 19 | ################################################################################ 20 | import xbmcgui 21 | 22 | dialog = xbmcgui.Dialog() 23 | dialog.ok('', 'This is a console-only addon') 24 | -------------------------------------------------------------------------------- /addons/tools/ltrace/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # This Program is free software; you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation; either version 2, or (at your option) 8 | # any later version. 9 | # 10 | # This Program is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC.tv; see the file COPYING. If not, write to 17 | # the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. 18 | # http://www.gnu.org/copyleft/gpl.html 19 | ################################################################################ 20 | import xbmcgui 21 | 22 | dialog = xbmcgui.Dialog() 23 | dialog.ok('', 'This is a console-only addon') 24 | -------------------------------------------------------------------------------- /addons/tools/mtpfs/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # This Program is free software; you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation; either version 2, or (at your option) 8 | # any later version. 9 | # 10 | # This Program is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC.tv; see the file COPYING. If not, write to 17 | # the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. 18 | # http://www.gnu.org/copyleft/gpl.html 19 | ################################################################################ 20 | import xbmcgui 21 | 22 | dialog = xbmcgui.Dialog() 23 | dialog.ok('', 'This is a console-only addon') 24 | -------------------------------------------------------------------------------- /addons/tools/mumudvb/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # This Program is free software; you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation; either version 2, or (at your option) 8 | # any later version. 9 | # 10 | # This Program is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC.tv; see the file COPYING. If not, write to 17 | # the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. 18 | # http://www.gnu.org/copyleft/gpl.html 19 | ################################################################################ 20 | import xbmcgui 21 | 22 | dialog = xbmcgui.Dialog() 23 | dialog.ok('', 'This is a console-only addon') 24 | -------------------------------------------------------------------------------- /addons/tools/ncftp/source/default.py: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This file is part of OpenELEC - http://www.openelec.tv 3 | # Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) 4 | # 5 | # This Program is free software; you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation; either version 2, or (at your option) 8 | # any later version. 9 | # 10 | # This Program is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with OpenELEC.tv; see the file COPYING. If not, write to 17 | # the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. 18 | # http://www.gnu.org/copyleft/gpl.html 19 | ################################################################################ 20 | import xbmcgui 21 | 22 | dialog = xbmcgui.Dialog() 23 | dialog.ok('', 'This is a console-only addon') 24 | --------------------------------------------------------------------------------