-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'refs/remotes/origin/Krypton-nossl' into…
… Krypton
- Loading branch information
Showing
27 changed files
with
185 additions
and
246 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
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 |
---|---|---|
|
@@ -7,21 +7,22 @@ Copyright (C)2017 Michael G. Brehm | |
[MIT LICENSE](https://opensource.org/licenses/MIT) | ||
|
||
[__CURL__](https://curl.haxx.se/) - Copyright (C)1996 - 2017, Daniel Stenberg, [email protected], and many contributors | ||
[__OPENSSL__](https://www.openssl.org/) - Copyright (C)1998-2016 The OpenSSL Project | ||
[__ZLIB__](http://www.zlib.net/) - Copyright (C)1995-2017 Jean-loup Gailly and Mark Adler | ||
[__LIBHDHOMERUN__](https://github.com/Silicondust/libhdhomerun) - Copyright (C)2005-2016 Silicondust USA Inc | ||
|
||
**BUILD ENVIRONMENT** | ||
* Windows 10 x64 15058 | ||
* Windows 10 x64 15063 | ||
* Visual Studio 2015 (with Git for Windows) | ||
* Bash on Ubuntu on Windows 16.04.1 LTS | ||
* Android NDK r12b for Windows 64-bit | ||
|
||
**CONFIGURE BASH ON UBUNTU ON WINDOWS** | ||
Open "Bash on Ubuntu on Windows" | ||
``` | ||
sudo dpkg --add-architecture i386 | ||
sudo apt-get update | ||
sudo apt-get install gcc g++ gcc-multilib g++-multilib gcc-4.9 g++-4.9 gcc-4.9-multilib g++-4.9-multilib | ||
sudo apt-get install gcc-4.9 g++-4.9 libc6-dev:i386 libstdc++-4.9-dev:i386 lib32gcc-4.9-dev | ||
sudo apt-get install gcc-4.9-arm-linux-gnueabihf g++-4.9-arm-linux-gnueabihf gcc-4.9-arm-linux-gnueabi g++-4.9-arm-linux-gnueabi gcc-4.9-aarch64-linux-gnu g++-4.9-aarch64-linux-gnu | ||
``` | ||
|
||
**CONFIGURE ANDROID NDK** | ||
|
@@ -46,9 +47,13 @@ cd pvr.hdhomerundvr | |
git submodule update --init | ||
msbuild msbuild.proj | ||
> out\zuki.pvr.hdhomerundvr-win32-krypton-x.x.x.x.zip (windows-Win32) | ||
> out\zuki.pvr.hdhomerundvr-windows-win32-krypton-x.x.x.x.zip (windows-Win32) | ||
> out\zuki.pvr.hdhomerundvr-windows-x64-krypton-x.x.x.x.zip (windows-x64) | ||
> out\zuki.pvr.hdhomerundvr-linux-i686-krypton-x.x.x.x.zip (linux-i686) | ||
> out\zuki.pvr.hdhomerundvr-linux-x86_64-krypton-x.x.x.x.zip (linux-x86_64) | ||
> out\zuki.pvr.hdhomerundvr-linux-armel-krypton-x.x.x.x.zip (linux-armel) | ||
> out\zuki.pvr.hdhomerundvr-linux-armhf-krypton-x.x.x.x.zip (linux-armhf) | ||
> out\zuki.pvr.hdhomerundvr-linux-aarch64-krypton-x.x.x.x.zip (linux-aarch64) | ||
> out\zuki.pvr.hdhomerundvr-android-arm-krypton-x.x.x.x.zip (android-arm) | ||
> out\zuki.pvr.hdhomerundvr-android-aarch64-krypton-x.x.x.x.zip (android-aarch64) | ||
> out\zuki.pvr.hdhomerundvr-android-x86-krypton-x.x.x.x.zip (android-x86) | ||
|
Submodule libcurl
deleted from
4435a3
Submodule libcurl-nossl
added at
7bc461
Submodule libssl
deleted from
ce072f
Submodule libuuid
updated
8 files
+65 −5 | README.md | |
+104 −0 | linux-aarch64/include/uuid/uuid.h | |
+ − | linux-aarch64/lib/libuuid.a | |
+104 −0 | linux-armel/include/uuid/uuid.h | |
+ − | linux-armel/lib/libuuid.a | |
+104 −0 | linux-armhf/include/uuid/uuid.h | |
+ − | linux-armhf/lib/libuuid.a | |
+ − | linux-x86_64/lib/libuuid.a |
Submodule libz
updated
10 files
+56 −5 | README.md | |
+511 −0 | linux-aarch64/include/zconf.h | |
+1,768 −0 | linux-aarch64/include/zlib.h | |
+ − | linux-aarch64/lib/libz.a | |
+511 −0 | linux-armel/include/zconf.h | |
+1,768 −0 | linux-armel/include/zlib.h | |
+ − | linux-armel/lib/libz.a | |
+511 −0 | linux-armhf/include/zconf.h | |
+1,768 −0 | linux-armhf/include/zlib.h | |
+ − | linux-armhf/lib/libz.a |
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,9 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<zip> | ||
<file path="pvr.hdhomerundvr\addon.xml" source="tmp\addon-linux.xml" normalize="unix"/> | ||
<file path="pvr.hdhomerundvr\LICENSE.txt" source="LICENSE" normalize="unix"/> | ||
<file path="pvr.hdhomerundvr\zuki.pvr.hdhomerundvr.so" source="out\linux-aarch64\zuki.pvr.hdhomerundvr.so"/> | ||
<file path="pvr.hdhomerundvr\resources\icon.png" source="pvr.hdhomerundvr\resources\icon.png"/> | ||
<file path="pvr.hdhomerundvr\resources\settings.xml" source="pvr.hdhomerundvr\resources\settings.xml" normalize="unix"/> | ||
<file path="pvr.hdhomerundvr\resources\language\resource.language.en_gb\strings.po" source="pvr.hdhomerundvr\resources\language\resource.language.en_gb\strings.po" normalize="unix"/> | ||
</zip> |
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,9 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<zip> | ||
<file path="pvr.hdhomerundvr\addon.xml" source="tmp\addon-linux.xml" normalize="unix"/> | ||
<file path="pvr.hdhomerundvr\LICENSE.txt" source="LICENSE" normalize="unix"/> | ||
<file path="pvr.hdhomerundvr\zuki.pvr.hdhomerundvr.so" source="out\linux-armel\zuki.pvr.hdhomerundvr.so"/> | ||
<file path="pvr.hdhomerundvr\resources\icon.png" source="pvr.hdhomerundvr\resources\icon.png"/> | ||
<file path="pvr.hdhomerundvr\resources\settings.xml" source="pvr.hdhomerundvr\resources\settings.xml" normalize="unix"/> | ||
<file path="pvr.hdhomerundvr\resources\language\resource.language.en_gb\strings.po" source="pvr.hdhomerundvr\resources\language\resource.language.en_gb\strings.po" normalize="unix"/> | ||
</zip> |
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,9 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<zip> | ||
<file path="pvr.hdhomerundvr\addon.xml" source="tmp\addon-linux.xml" normalize="unix"/> | ||
<file path="pvr.hdhomerundvr\LICENSE.txt" source="LICENSE" normalize="unix"/> | ||
<file path="pvr.hdhomerundvr\zuki.pvr.hdhomerundvr.so" source="out\linux-armhf\zuki.pvr.hdhomerundvr.so"/> | ||
<file path="pvr.hdhomerundvr\resources\icon.png" source="pvr.hdhomerundvr\resources\icon.png"/> | ||
<file path="pvr.hdhomerundvr\resources\settings.xml" source="pvr.hdhomerundvr\resources\settings.xml" normalize="unix"/> | ||
<file path="pvr.hdhomerundvr\resources\language\resource.language.en_gb\strings.po" source="pvr.hdhomerundvr\resources\language\resource.language.en_gb\strings.po" normalize="unix"/> | ||
</zip> |
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
Oops, something went wrong.