forked from LibreELEC/LibreELEC.tv
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request LibreELEC#2 from 150balbes/master
merge 20160707 from Master
- Loading branch information
Showing
457 changed files
with
207,317 additions
and
19,883 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,9 @@ mkpkg-temp | |
/sources | ||
/.work | ||
|
||
# ccache | ||
/.ccache/ | ||
|
||
# backup files | ||
*.orig | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<addon id="@PKG_ADDON_ID@" | ||
name="@ADDON_NAME@" | ||
version="@ADDON_VERSION@" | ||
provider-name="@PROVIDER_NAME@"> | ||
<requires> | ||
<import addon="os.libreelec.tv" version="@OS_VERSION@"/> | ||
<import addon="xbmc.python" version="2.1.0"/> | ||
@REQUIRES@ | ||
</requires> | ||
<extension point="xbmc.python.pluginsource" library="addon.py"> | ||
<provides>@PKG_ADDON_PROVIDES@</provides> | ||
</extension> | ||
<extension point="xbmc.service"> | ||
</extension> | ||
<extension point="xbmc.addon.metadata"> | ||
<summary>@PKG_SHORTDESC@</summary> | ||
<description> | ||
@PKG_LONGDESC@ | ||
</description> | ||
<disclaimer> | ||
@PKG_DISCLAIMER@ | ||
</disclaimer> | ||
<platform>all</platform> | ||
</extension> | ||
</addon> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions
39
packages/addons/addon-depends/adafruit-libraries-depends/Adafruit_Python_ADS1x15/package.mk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
################################################################################ | ||
# This file is part of LibreELEC - https://libreelec.tv | ||
# Copyright (C) 2016 Team LibreELEC | ||
# | ||
# LibreELEC is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
# the Free Software Foundation, either version 2 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# LibreELEC is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU General Public License | ||
# along with LibreELEC. If not, see <http://www.gnu.org/licenses/>. | ||
################################################################################ | ||
|
||
PKG_NAME="Adafruit_Python_ADS1x15" | ||
PKG_VERSION="733d179" | ||
PKG_REV="1" | ||
PKG_ARCH="any" | ||
PKG_LICENSE="MIT" | ||
PKG_SITE="https://github.com/adafruit/${PKG_NAME}" | ||
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz" | ||
PKG_DEPENDS_TARGET="toolchain Python distutilscross:host" | ||
PKG_PRIORITY="optional" | ||
PKG_SECTION="python" | ||
PKG_SHORTDESC="Adafruit Python ADS1x15 Library" | ||
PKG_LONGDESC="Python code to use the ADS1015 and ADS1115 analog to digital converters with a Raspberry Pi or BeagleBone black." | ||
PKG_AUTORECONF="no" | ||
|
||
make_target() { | ||
: # nop | ||
} | ||
|
||
makeinstall_target() { | ||
: # nop | ||
} |
39 changes: 39 additions & 0 deletions
39
packages/addons/addon-depends/adafruit-libraries-depends/Adafruit_Python_ADXL345/package.mk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
################################################################################ | ||
# This file is part of LibreELEC - https://libreelec.tv | ||
# Copyright (C) 2016 Team LibreELEC | ||
# | ||
# LibreELEC is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
# the Free Software Foundation, either version 2 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# LibreELEC is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU General Public License | ||
# along with LibreELEC. If not, see <http://www.gnu.org/licenses/>. | ||
################################################################################ | ||
|
||
PKG_NAME="Adafruit_Python_ADXL345" | ||
PKG_VERSION="b153663" | ||
PKG_REV="1" | ||
PKG_ARCH="any" | ||
PKG_LICENSE="MIT" | ||
PKG_SITE="https://github.com/adafruit/${PKG_NAME}" | ||
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz" | ||
PKG_DEPENDS_TARGET="toolchain Python distutilscross:host" | ||
PKG_PRIORITY="optional" | ||
PKG_SECTION="python" | ||
PKG_SHORTDESC="Adafruit Python ADXL345 Library" | ||
PKG_LONGDESC="Python code to use the ADXL345 triple-axis accelerometer over I2C with a Raspberry Pi or BeagleBone Black." | ||
PKG_AUTORECONF="no" | ||
|
||
make_target() { | ||
: # nop | ||
} | ||
|
||
makeinstall_target() { | ||
: # nop | ||
} |
39 changes: 39 additions & 0 deletions
39
packages/addons/addon-depends/adafruit-libraries-depends/Adafruit_Python_BMP/package.mk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
################################################################################ | ||
# This file is part of LibreELEC - https://libreelec.tv | ||
# Copyright (C) 2016 Team LibreELEC | ||
# | ||
# LibreELEC is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
# the Free Software Foundation, either version 2 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# LibreELEC is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU General Public License | ||
# along with LibreELEC. If not, see <http://www.gnu.org/licenses/>. | ||
################################################################################ | ||
|
||
PKG_NAME="Adafruit_Python_BMP" | ||
PKG_VERSION="ad6521d" | ||
PKG_REV="1" | ||
PKG_ARCH="any" | ||
PKG_LICENSE="MIT" | ||
PKG_SITE="https://github.com/adafruit/${PKG_NAME}" | ||
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz" | ||
PKG_DEPENDS_TARGET="toolchain Python distutilscross:host" | ||
PKG_PRIORITY="optional" | ||
PKG_SECTION="python" | ||
PKG_SHORTDESC="Adafruit Python BMP Library" | ||
PKG_LONGDESC="Python library for accessing the BMP series pressure and temperature sensors like the BMP085/BMP180 on a Raspberry Pi or Beaglebone Black." | ||
PKG_AUTORECONF="no" | ||
|
||
make_target() { | ||
: # nop | ||
} | ||
|
||
makeinstall_target() { | ||
: # nop | ||
} |
39 changes: 39 additions & 0 deletions
39
packages/addons/addon-depends/adafruit-libraries-depends/Adafruit_Python_CharLCD/package.mk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
################################################################################ | ||
# This file is part of LibreELEC - https://libreelec.tv | ||
# Copyright (C) 2016 Team LibreELEC | ||
# | ||
# LibreELEC is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
# the Free Software Foundation, either version 2 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# LibreELEC is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU General Public License | ||
# along with LibreELEC. If not, see <http://www.gnu.org/licenses/>. | ||
################################################################################ | ||
|
||
PKG_NAME="Adafruit_Python_CharLCD" | ||
PKG_VERSION="e5952eb" | ||
PKG_REV="1" | ||
PKG_ARCH="any" | ||
PKG_LICENSE="MIT" | ||
PKG_SITE="https://github.com/adafruit/${PKG_NAME}" | ||
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz" | ||
PKG_DEPENDS_TARGET="toolchain Python distutilscross:host" | ||
PKG_PRIORITY="optional" | ||
PKG_SECTION="python" | ||
PKG_SHORTDESC="Adafruit Python CharLCD Library" | ||
PKG_LONGDESC="Python library for accessing Adafruit character LCDs from a Raspberry Pi or BeagleBone Black." | ||
PKG_AUTORECONF="no" | ||
|
||
make_target() { | ||
: # nop | ||
} | ||
|
||
makeinstall_target() { | ||
: # nop | ||
} |
39 changes: 39 additions & 0 deletions
39
packages/addons/addon-depends/adafruit-libraries-depends/Adafruit_Python_DHT/package.mk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
################################################################################ | ||
# This file is part of LibreELEC - https://libreelec.tv | ||
# Copyright (C) 2016 Team LibreELEC | ||
# | ||
# LibreELEC is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
# the Free Software Foundation, either version 2 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# LibreELEC is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU General Public License | ||
# along with LibreELEC. If not, see <http://www.gnu.org/licenses/>. | ||
################################################################################ | ||
|
||
PKG_NAME="Adafruit_Python_DHT" | ||
PKG_VERSION="310c59b" | ||
PKG_REV="1" | ||
PKG_ARCH="any" | ||
PKG_LICENSE="MIT" | ||
PKG_SITE="https://github.com/adafruit/${PKG_NAME}" | ||
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz" | ||
PKG_DEPENDS_TARGET="toolchain Python distutilscross:host" | ||
PKG_PRIORITY="optional" | ||
PKG_SECTION="python" | ||
PKG_SHORTDESC="Adafruit Python DHT Library" | ||
PKG_LONGDESC="Python library to read the DHT series of humidity and temperature sensors on a Raspberry Pi or Beaglebone Black." | ||
PKG_AUTORECONF="no" | ||
|
||
make_target() { | ||
: # nop | ||
} | ||
|
||
makeinstall_target() { | ||
: # nop | ||
} |
39 changes: 39 additions & 0 deletions
39
packages/addons/addon-depends/adafruit-libraries-depends/Adafruit_Python_GPIO/package.mk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
################################################################################ | ||
# This file is part of LibreELEC - https://libreelec.tv | ||
# Copyright (C) 2016 Team LibreELEC | ||
# | ||
# LibreELEC is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
# the Free Software Foundation, either version 2 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# LibreELEC is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU General Public License | ||
# along with LibreELEC. If not, see <http://www.gnu.org/licenses/>. | ||
################################################################################ | ||
|
||
PKG_NAME="Adafruit_Python_GPIO" | ||
PKG_VERSION="fdf0fca" | ||
PKG_REV="1" | ||
PKG_ARCH="any" | ||
PKG_LICENSE="MIT" | ||
PKG_SITE="https://github.com/adafruit/${PKG_NAME}" | ||
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz" | ||
PKG_DEPENDS_TARGET="toolchain Python distutilscross:host" | ||
PKG_PRIORITY="optional" | ||
PKG_SECTION="python" | ||
PKG_SHORTDESC="Adafruit Python GPIO Library" | ||
PKG_LONGDESC="Library to provide a cross-platform GPIO interface on the Raspberry Pi and Beaglebone Black using the RPi.GPIO and Adafruit_BBIO librarie" | ||
PKG_AUTORECONF="no" | ||
|
||
make_target() { | ||
: # nop | ||
} | ||
|
||
makeinstall_target() { | ||
: # nop | ||
} |
39 changes: 39 additions & 0 deletions
39
...s/addons/addon-depends/adafruit-libraries-depends/Adafruit_Python_LED_Backpack/package.mk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
################################################################################ | ||
# This file is part of LibreELEC - https://libreelec.tv | ||
# Copyright (C) 2016 Team LibreELEC | ||
# | ||
# LibreELEC is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
# the Free Software Foundation, either version 2 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# LibreELEC is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU General Public License | ||
# along with LibreELEC. If not, see <http://www.gnu.org/licenses/>. | ||
################################################################################ | ||
|
||
PKG_NAME="Adafruit_Python_LED_Backpack" | ||
PKG_VERSION="d3bd401" | ||
PKG_REV="1" | ||
PKG_ARCH="any" | ||
PKG_LICENSE="MIT" | ||
PKG_SITE="https://github.com/adafruit/${PKG_NAME}" | ||
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/$PKG_VERSION.tar.gz" | ||
PKG_DEPENDS_TARGET="toolchain Python distutilscross:host" | ||
PKG_PRIORITY="optional" | ||
PKG_SECTION="python" | ||
PKG_SHORTDESC="Python library for controlling LED backpack displays." | ||
PKG_LONGDESC="Python library for controlling LED backpack displays such as 8x8 matrices, bar graphs, and 7/14-segment displays on a Raspberry Pi or BeagleBone Black." | ||
PKG_AUTORECONF="no" | ||
|
||
make_target() { | ||
: # nop | ||
} | ||
|
||
makeinstall_target() { | ||
: # nop | ||
} |
Oops, something went wrong.