File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
project (libcec )
2
2
cmake_minimum_required (VERSION 3.12.0 )
3
3
4
- set (LIBCEC_VERSION_MAJOR 6 )
4
+ set (LIBCEC_VERSION_MAJOR 4 )
5
5
set (LIBCEC_VERSION_MINOR 0 )
6
- set (LIBCEC_VERSION_PATCH 0 )
6
+ set (LIBCEC_VERSION_PATCH 7 )
7
7
8
8
# cec-client
9
9
add_subdirectory (src/cec-client )
Original file line number Diff line number Diff line change 1
- libcec (6 .0.0 .1~#DIST#) #DIST#; urgency=medium
1
+ libcec (4 .0.7 .1~#DIST#) #DIST#; urgency=medium
2
2
3
3
* fixed:
4
4
* eventghost installation
@@ -26,7 +26,7 @@ libcec (6.0.0.1~#DIST#) #DIST#; urgency=medium
26
26
27
27
-- Pulse-Eight Packaging <
[email protected] > Mon, 9 Jul 2020 23:37:00 +0100
28
28
29
- libcec (5 .0.0 .1~#DIST#) #DIST#; urgency=medium
29
+ libcec (4 .0.6 .1~#DIST#) #DIST#; urgency=medium
30
30
31
31
* fixed:
32
32
* osd name truncated. issue #333
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ IF "%2" == "" (
20
20
SET BUILDTYPE = %2
21
21
)
22
22
23
- SET NSISDOTNET = /DNSISDOTNETAPPS
23
+ SET NSISDOTNET =
24
24
SET BUILDPATH = %MYDIR% ..\build
25
25
SET EXITCODE = 1
26
26
@@ -35,7 +35,7 @@ IF "%PROCESSOR_ARCHITECTURE%"=="x86" IF "%PROCESSOR_ARCHITEW6432%"=="" GOTO libc
35
35
36
36
:libcecx64
37
37
SET X86ONLY = 0
38
- CALL " %MYDIR% build-all.cmd" amd64 %BUILDTYPE% %VSVERSION%
38
+ CALL " %MYDIR% build-all.cmd" amd64 %BUILDTYPE% %VSVERSION% 0
39
39
IF %errorlevel% neq 0 (
40
40
ECHO . *** failed to build libCEC for x64 ***
41
41
SET EXITCODE = 1
@@ -44,7 +44,7 @@ IF %errorlevel% neq 0 (
44
44
45
45
:libcecx86
46
46
SET X86ONLY = 1
47
- CALL " %MYDIR% build-all.cmd" x86 %BUILDTYPE% %VSVERSION%
47
+ CALL " %MYDIR% build-all.cmd" x86 %BUILDTYPE% %VSVERSION% 0
48
48
IF %errorlevel% neq 0 (
49
49
ECHO . *** failed to build libCEC for x86 ***
50
50
SET EXITCODE = 1
You can’t perform that action at this time.
0 commit comments