From f1a2c9d4cabd4259d53c0cc2b51dda7c3733d68c Mon Sep 17 00:00:00 2001 From: Michael Brehm Date: Wed, 15 Feb 2017 23:42:22 -0500 Subject: [PATCH] Use gcc/g++ 4.9 for Linux builds Not all current Linux systems have support for the gcc/g++ 5.x shared libraries; this should provide better compatibility --- README.md | 1 + msbuild.proj | 44 +++++++++++++++--------------- pvr.hdhomerundvr/addon-linux.xml | 10 +++++-- pvr.hdhomerundvr/addon-windows.xml | 12 ++++++-- src/version.ini | 2 +- 5 files changed, 40 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 39929f1d..38f660e6 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ 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 libssl-dev libssl-dev:i386 +sudo apt-get install gcc-4.9 g++-4.9 gcc-4.9-multilib g++-4.9-multilib ``` **BUILD** diff --git a/msbuild.proj b/msbuild.proj index 3670ed79..cf4f0ee6 100644 --- a/msbuild.proj +++ b/msbuild.proj @@ -33,31 +33,31 @@ - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + diff --git a/pvr.hdhomerundvr/addon-linux.xml b/pvr.hdhomerundvr/addon-linux.xml index f334fa6d..39001fd6 100644 --- a/pvr.hdhomerundvr/addon-linux.xml +++ b/pvr.hdhomerundvr/addon-linux.xml @@ -1,5 +1,5 @@ - + @@ -8,8 +8,12 @@ HDHomeRun DVR PVR Client HDHomeRun DVR frontend. Supports streaming Live TV, Recordings, Electronic Program Guide (EPG) and Timers. Requires a SiliconDust HDHomeRun DVR Service subscription (https://www.silicondust.com/dvr-service) and an active HDHomeRun RECORD device on the local network. - v1.0.0 - - Initial release +v1.0.1 + - Fix minor problem with one database table not being truncated at startup + - (Linux) Use older GNU C++ Compiler (g++ 4.9) for better system compatibility + +v1.0.0 + - Initial release MIT License (https://opensource.org/licenses/MIT) https://github.com/djp952/pvr.hdhomerundvr/wiki diff --git a/pvr.hdhomerundvr/addon-windows.xml b/pvr.hdhomerundvr/addon-windows.xml index 4a0050a4..3b3d0084 100644 --- a/pvr.hdhomerundvr/addon-windows.xml +++ b/pvr.hdhomerundvr/addon-windows.xml @@ -1,5 +1,5 @@ - + @@ -7,8 +7,14 @@ HDHomeRun DVR PVR Client HDHomeRun DVR frontend. Supports streaming Live TV, Recordings, Electronic Program Guide (EPG) and Timers. Requires a SiliconDust HDHomeRun DVR Service subscription (https://www.silicondust.com/dvr-service) and an active HDHomeRun RECORD device on the local network. - v1.0.0 - - Initial release + +v1.0.1 + - Fix minor problem with one database table not being truncated at startup + - (Linux) Use older GNU C++ Compiler (g++ 4.9) for better system compatibility + +v1.0.0 + - Initial release + MIT License (https://opensource.org/licenses/MIT) https://github.com/djp952/pvr.hdhomerundvr/wiki https://github.com/djp952/pvr.hdhomerundvr diff --git a/src/version.ini b/src/version.ini index 304abb6a..dab410fa 100644 --- a/src/version.ini +++ b/src/version.ini @@ -8,4 +8,4 @@ Company=Michael G. Brehm Copyright= Product=zuki.pvr.hdhomerundvr -Version=1.0.0 +Version=1.0.1