mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
xbmc-addon-xvdr: update to xbmc-addon-xvdr-42d78a2
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
e26a97156a
commit
7609c983d9
@ -21,7 +21,7 @@
|
||||
PKG_NAME="xbmc-addon-xvdr"
|
||||
PKG_VERSION="75445e7"
|
||||
if [ "$MEDIACENTER" = "xbmc-frodo" ]; then
|
||||
PKG_VERSION="d48e68e"
|
||||
PKG_VERSION="42d78a2"
|
||||
fi
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
|
@ -1,110 +0,0 @@
|
||||
diff -Naur xbmc-addon-xvdr-d48e68e/addons/library.xbmc.addon/libXBMC_addon.h xbmc-addon-xvdr-d48e68e.patch/addons/library.xbmc.addon/libXBMC_addon.h
|
||||
--- xbmc-addon-xvdr-d48e68e/addons/library.xbmc.addon/libXBMC_addon.h 2012-09-13 08:11:02.000000000 +0200
|
||||
+++ xbmc-addon-xvdr-d48e68e.patch/addons/library.xbmc.addon/libXBMC_addon.h 2012-09-13 11:12:53.496913518 +0200
|
||||
@@ -14,9 +14,8 @@
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
- * along with XBMC; see the file COPYING. If not, write to
|
||||
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
- * http://www.gnu.org/copyleft/gpl.html
|
||||
+ * along with XBMC; see the file COPYING. If not, see
|
||||
+ * <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -29,37 +28,34 @@
|
||||
#ifdef _WIN32 // windows
|
||||
#include "dlfcn-win32.h"
|
||||
#define ADDON_DLL "\\library.xbmc.addon\\libXBMC_addon" ADDON_HELPER_EXT
|
||||
-#define ADDON_HELPER_PLATFORM "win32"
|
||||
#define ADDON_HELPER_EXT ".dll"
|
||||
#else
|
||||
#if defined(__APPLE__) // osx
|
||||
-#define ADDON_HELPER_PLATFORM "osx"
|
||||
#if defined(__POWERPC__)
|
||||
-#define ADDON_HELPER_ARCH "powerpc"
|
||||
+#define ADDON_HELPER_ARCH "powerpc-osx"
|
||||
#elif defined(__arm__)
|
||||
-#define ADDON_HELPER_ARCH "arm"
|
||||
+#define ADDON_HELPER_ARCH "arm-osx"
|
||||
#else
|
||||
-#define ADDON_HELPER_ARCH "x86"
|
||||
+#define ADDON_HELPER_ARCH "x86-osx"
|
||||
#endif
|
||||
#else // linux
|
||||
-#define ADDON_HELPER_PLATFORM "linux"
|
||||
#if defined(__x86_64__)
|
||||
-#define ADDON_HELPER_ARCH "x86_64"
|
||||
+#define ADDON_HELPER_ARCH "x86_64-linux"
|
||||
#elif defined(_POWERPC)
|
||||
-#define ADDON_HELPER_ARCH "powerpc"
|
||||
+#define ADDON_HELPER_ARCH "powerpc-linux"
|
||||
#elif defined(_POWERPC64)
|
||||
-#define ADDON_HELPER_ARCH "powerpc64"
|
||||
+#define ADDON_HELPER_ARCH "powerpc64-linux"
|
||||
#elif defined(__ARMEL__)
|
||||
#define ADDON_HELPER_ARCH "arm"
|
||||
#elif defined(_MIPSEL)
|
||||
-#define ADDON_HELPER_ARCH "mipsel"
|
||||
+#define ADDON_HELPER_ARCH "mipsel-linux"
|
||||
#else
|
||||
-#define ADDON_HELPER_ARCH "i486"
|
||||
+#define ADDON_HELPER_ARCH "i486-linux"
|
||||
#endif
|
||||
#endif
|
||||
#include <dlfcn.h> // linux+osx
|
||||
#define ADDON_HELPER_EXT ".so"
|
||||
-#define ADDON_DLL "/library.xbmc.addon/libXBMC_addon-" ADDON_HELPER_ARCH "-" ADDON_HELPER_PLATFORM ADDON_HELPER_EXT
|
||||
+#define ADDON_DLL "/library.xbmc.addon/libXBMC_addon-" ADDON_HELPER_ARCH ADDON_HELPER_EXT
|
||||
#endif
|
||||
|
||||
#ifdef LOG_DEBUG
|
||||
diff -Naur xbmc-addon-xvdr-d48e68e/addons/library.xbmc.gui/libXBMC_gui.h xbmc-addon-xvdr-d48e68e.patch/addons/library.xbmc.gui/libXBMC_gui.h
|
||||
--- xbmc-addon-xvdr-d48e68e/addons/library.xbmc.gui/libXBMC_gui.h 2012-09-13 08:11:02.000000000 +0200
|
||||
+++ xbmc-addon-xvdr-d48e68e.patch/addons/library.xbmc.gui/libXBMC_gui.h 2012-09-13 11:10:40.866902690 +0200
|
||||
@@ -14,9 +14,8 @@
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
- * along with XBMC; see the file COPYING. If not, write to
|
||||
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
- * http://www.gnu.org/copyleft/gpl.html
|
||||
+ * along with XBMC; see the file COPYING. If not, see
|
||||
+ * <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -32,7 +31,7 @@
|
||||
#ifdef _WIN32
|
||||
#define GUI_HELPER_DLL "\\library.xbmc.gui\\libXBMC_gui" ADDON_HELPER_EXT
|
||||
#else
|
||||
-#define GUI_HELPER_DLL "/library.xbmc.gui/libXBMC_gui-" ADDON_HELPER_ARCH "-" ADDON_HELPER_PLATFORM ADDON_HELPER_EXT
|
||||
+#define GUI_HELPER_DLL "/library.xbmc.gui/libXBMC_gui-" ADDON_HELPER_ARCH ADDON_HELPER_EXT
|
||||
#endif
|
||||
|
||||
#define ADDON_ACTION_PREVIOUS_MENU 10
|
||||
diff -Naur xbmc-addon-xvdr-d48e68e/addons/library.xbmc.pvr/libXBMC_pvr.h xbmc-addon-xvdr-d48e68e.patch/addons/library.xbmc.pvr/libXBMC_pvr.h
|
||||
--- xbmc-addon-xvdr-d48e68e/addons/library.xbmc.pvr/libXBMC_pvr.h 2012-09-13 08:11:02.000000000 +0200
|
||||
+++ xbmc-addon-xvdr-d48e68e.patch/addons/library.xbmc.pvr/libXBMC_pvr.h 2012-09-13 11:10:40.866902690 +0200
|
||||
@@ -14,9 +14,8 @@
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
- * along with XBMC; see the file COPYING. If not, write to
|
||||
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
- * http://www.gnu.org/copyleft/gpl.html
|
||||
+ * along with XBMC; see the file COPYING. If not, see
|
||||
+ * <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -31,7 +30,7 @@
|
||||
#ifdef _WIN32
|
||||
#define PVR_HELPER_DLL "\\library.xbmc.pvr\\libXBMC_pvr" ADDON_HELPER_EXT
|
||||
#else
|
||||
-#define PVR_HELPER_DLL "/library.xbmc.pvr/libXBMC_pvr-" ADDON_HELPER_ARCH "-" ADDON_HELPER_PLATFORM ADDON_HELPER_EXT
|
||||
+#define PVR_HELPER_DLL "/library.xbmc.pvr/libXBMC_pvr-" ADDON_HELPER_ARCH ADDON_HELPER_EXT
|
||||
#endif
|
||||
|
||||
#define DVD_TIME_BASE 1000000
|
Loading…
x
Reference in New Issue
Block a user