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 11project (libcec)
22cmake_minimum_required (VERSION 3.12.0)
33
4- set (LIBCEC_VERSION_MAJOR 6 )
4+ set (LIBCEC_VERSION_MAJOR 4 )
55set (LIBCEC_VERSION_MINOR 0)
6- set (LIBCEC_VERSION_PATCH 0 )
6+ set (LIBCEC_VERSION_PATCH 7 )
77
88# cec-client
99add_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
22
33 * fixed:
44 * eventghost installation
@@ -26,7 +26,7 @@ libcec (6.0.0.1~#DIST#) #DIST#; urgency=medium
2626
2727 -- Pulse-Eight Packaging <
[email protected] > Mon, 9 Jul 2020 23:37:00 +0100
2828
29- libcec (5 .0.0 .1~#DIST#) #DIST#; urgency=medium
29+ libcec (4 .0.6 .1~#DIST#) #DIST#; urgency=medium
3030
3131 * fixed:
3232 * osd name truncated. issue #333
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ IF "%2" == "" (
2020 SET BUILDTYPE = %2
2121)
2222
23- SET NSISDOTNET = /DNSISDOTNETAPPS
23+ SET NSISDOTNET =
2424SET BUILDPATH = %MYDIR% ..\build
2525SET EXITCODE = 1
2626
@@ -35,7 +35,7 @@ IF "%PROCESSOR_ARCHITECTURE%"=="x86" IF "%PROCESSOR_ARCHITEW6432%"=="" GOTO libc
3535
3636:libcecx64
3737SET X86ONLY = 0
38- CALL " %MYDIR% build-all.cmd" amd64 %BUILDTYPE% %VSVERSION%
38+ CALL " %MYDIR% build-all.cmd" amd64 %BUILDTYPE% %VSVERSION% 0
3939IF %errorlevel% neq 0 (
4040 ECHO . *** failed to build libCEC for x64 ***
4141 SET EXITCODE = 1
@@ -44,7 +44,7 @@ IF %errorlevel% neq 0 (
4444
4545:libcecx86
4646SET X86ONLY = 1
47- CALL " %MYDIR% build-all.cmd" x86 %BUILDTYPE% %VSVERSION%
47+ CALL " %MYDIR% build-all.cmd" x86 %BUILDTYPE% %VSVERSION% 0
4848IF %errorlevel% neq 0 (
4949 ECHO . *** failed to build libCEC for x86 ***
5050 SET EXITCODE = 1
You can’t perform that action at this time.
0 commit comments