From ceb44d0bc2f9491926fdc0ed8c95e5917fd64f47 Mon Sep 17 00:00:00 2001 From: Iwan Timmer Date: Sun, 3 Apr 2016 14:56:08 +0200 Subject: [PATCH] Update to version 2.2.0 --- debian/changelog | 6 ++++++ debian/control | 2 +- debian/patches/install.patch | 14 +++++++------- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index c0a805b..82b9294 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +moonlight-embedded (2.2.0-1jessie1) RELEASED; urgency=high + + * Update to version 2.2.0 + + -- Iwan Timmer Tue, 3 Apr 2016 14:44:20 +0200 + moonlight-embedded (2.1.4-1jessie1) RELEASED; urgency=high * Update to version 2.1.4 diff --git a/debian/control b/debian/control index 62d0e7c..8125eb2 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: moonlight-embedded Section: games Priority: extra Maintainer: Iwan Timmer -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 diff --git a/debian/patches/install.patch b/debian/patches/install.patch index 6edb535..f49debd 100644 --- a/debian/patches/install.patch +++ b/debian/patches/install.patch @@ -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})