Skip to content

Commit

Permalink
cec: hack: pretend bump to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed Mar 19, 2016
1 parent 787346c commit d5e5f40
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/depends/target/libcec/Makefile
Expand Up @@ -22,6 +22,7 @@ $(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE) $(DEPS)
rm -rf $(PLATFORM); mkdir -p $(PLATFORM)/build
cd $(PLATFORM); $(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE)
cd $(PLATFORM); patch -p1 < ../popcornmix.patch
cd $(PLATFORM); patch -p1 < ../bump.patch
cd $(PLATFORM)/build; $(CMAKE) -DBUILD_SHARED_LIBS=1 -DSKIP_PYTHON_WRAPPER:STRING=1 -DCMAKE_INSTALL_LIBDIR=$(PREFIX)/lib ..

$(LIBDYLIB): $(PLATFORM)
Expand Down
21 changes: 21 additions & 0 deletions tools/depends/target/libcec/bump.patch
@@ -0,0 +1,21 @@
commit 49a1728feabca68b8424a8b22abec9ee87b9aa99
Author: Lars Op den Kamp <lars@opdenkamp.eu>
Date: Wed Jan 20 01:06:50 2016 +0100

bump to 3.1.0

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 23d71fc..173f625 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,8 +2,8 @@ project(libcec)
cmake_minimum_required(VERSION 2.8.9)

set(LIBCEC_VERSION_MAJOR 3)
-set(LIBCEC_VERSION_MINOR 0)
-set(LIBCEC_VERSION_PATCH 0)
+set(LIBCEC_VERSION_MINOR 1)
+set(LIBCEC_VERSION_PATCH 0)

# cec-client
add_subdirectory(src/cec-client)

0 comments on commit d5e5f40

Please sign in to comment.