mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 15:37:49 +00:00
oscam: update to 11693
This commit is contained in:
parent
0317df386d
commit
0409ff821f
@ -1,3 +1,6 @@
|
||||
111
|
||||
- Update to version 11693
|
||||
|
||||
110
|
||||
- Update to version 11681
|
||||
|
||||
|
@ -2,10 +2,10 @@
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="oscam"
|
||||
PKG_VERSION="9aeb49912948dd6df076f83549e5885cc615a44b" # 2021-01-07
|
||||
PKG_SHA256="e2761fdd6587d21bc8007b0f107032f7740a0431d05cdc520cdcea742197bf22"
|
||||
PKG_VERSION_NUMBER="11681"
|
||||
PKG_REV="110"
|
||||
PKG_VERSION="4b1c46857d95b4242d77986ff80d9c8092c15cfa"
|
||||
PKG_SHA256="9fe8be8c1bf2f89630d8adc279088d31d9852bfe226052f6d9dc11ef2fe149f3"
|
||||
PKG_VERSION_NUMBER="11693"
|
||||
PKG_REV="111"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.streamboard.tv/oscam/wiki"
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- a/config.sh
|
||||
+++ b/config.sh
|
||||
@@ -698,7 +698,7 @@ do
|
||||
@@ -701,7 +701,7 @@ do
|
||||
break
|
||||
;;
|
||||
'-r'|'--oscam-revision')
|
||||
|
@ -1,8 +1,6 @@
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 6d28847f..1b7ecc5e 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -498,7 +498,7 @@ add_library (${csoscam} STATIC ${csoscam_srcs} ${csoscam_hdrs})
|
||||
@@ -498,7 +498,7 @@ add_library (${csoscam} STATIC ${csoscam
|
||||
|
||||
set (exe_name "oscam")
|
||||
add_executable (${exe_name} ${exe_srcs} ${exe_hdrs})
|
||||
@ -11,8 +9,6 @@ index 6d28847f..1b7ecc5e 100644
|
||||
if(HAVE_LIBRT AND HAVE_LIBUSB)
|
||||
if (LIBUSBDIR)
|
||||
set (libusb_link "imp_libusb")
|
||||
diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt
|
||||
index 6790913e..a603d3ee 100644
|
||||
--- a/utils/CMakeLists.txt
|
||||
+++ b/utils/CMakeLists.txt
|
||||
@@ -12,7 +12,7 @@ file (GLOB all_srcs ${exe_srcs})
|
||||
|
@ -1,5 +1,3 @@
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 1b7ecc5e..ddef8576 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -561,6 +561,7 @@ if (HAVE_PCSC)
|
||||
|
Loading…
x
Reference in New Issue
Block a user