Update to version 2.2.0

This commit is contained in:
Iwan Timmer
2016-04-03 14:56:08 +02:00
parent 7cf993eae4
commit ceb44d0bc2
3 changed files with 14 additions and 8 deletions

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
moonlight-embedded (2.2.0-1jessie1) RELEASED; urgency=high
* Update to version 2.2.0
-- Iwan Timmer <irtimmer@gmail.com> Tue, 3 Apr 2016 14:44:20 +0200
moonlight-embedded (2.1.4-1jessie1) RELEASED; urgency=high
* Update to version 2.1.4

2
debian/control vendored
View File

@@ -2,7 +2,7 @@ Source: moonlight-embedded
Section: games
Priority: extra
Maintainer: Iwan Timmer <irtimmer@gmail.com>
Build-Depends: debhelper (>= 8.0.0), quilt, cmake, uuid-dev, libopus-dev, libexpat1-dev, libasound2-dev, libudev-dev, libavahi-client-dev, libssl-dev, libcurl4-openssl-dev, libevdev-dev, libraspberrypi-dev | rbp-userland-dev-osmc
Build-Depends: debhelper (>= 8.0.0), quilt, cmake, uuid-dev, libenet-dev, libopus-dev, libexpat1-dev, libasound2-dev, libudev-dev, libavahi-client-dev, libssl-dev, libcurl4-openssl-dev, libevdev-dev, libraspberrypi-dev | rbp-userland-dev-osmc
Standards-Version: 3.9.3
Homepage: https://github.com/irtimmer/moonlight-embedded

View File

@@ -1,8 +1,8 @@
Compile using older version (3.0) of CMake
Index: moonlight-embedded/CMakeLists.txt
Index: moonlight-embedded-debian/CMakeLists.txt
===================================================================
--- moonlight-embedded.orig/CMakeLists.txt
+++ moonlight-embedded/CMakeLists.txt
--- moonlight-embedded-debian.orig/CMakeLists.txt
+++ moonlight-embedded-debian/CMakeLists.txt
@@ -1,5 +1,5 @@
project(moonlight-embedded C)
-cmake_minimum_required(VERSION 3.1)
@@ -10,7 +10,7 @@ Index: moonlight-embedded/CMakeLists.txt
SET(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
include(${CMAKE_ROOT}/Modules/GNUInstallDirs.cmake)
@@ -81,7 +81,7 @@ add_subdirectory(libgamestream)
@@ -82,7 +82,7 @@ add_subdirectory(libgamestream)
add_executable(moonlight ${SRC_LIST})
target_link_libraries(moonlight gamestream)
@@ -19,10 +19,10 @@ Index: moonlight-embedded/CMakeLists.txt
if (CEC_FOUND)
list(APPEND MOONLIGHT_DEFINITIONS HAVE_LIBCEC)
Index: moonlight-embedded/libgamestream/CMakeLists.txt
Index: moonlight-embedded-debian/libgamestream/CMakeLists.txt
===================================================================
--- moonlight-embedded.orig/libgamestream/CMakeLists.txt
+++ moonlight-embedded/libgamestream/CMakeLists.txt
--- moonlight-embedded-debian.orig/libgamestream/CMakeLists.txt
+++ moonlight-embedded-debian/libgamestream/CMakeLists.txt
@@ -15,7 +15,7 @@ aux_source_directory(../third_party/moon
add_library(moonlight-common SHARED ${MOONLIGHT_COMMON_SRC_LIST})