mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-02-16 10:30:47 +00:00
Update to version 2.2.0
This commit is contained in:
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -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
2
debian/control
vendored
@@ -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
|
||||
|
||||
|
||||
14
debian/patches/install.patch
vendored
14
debian/patches/install.patch
vendored
@@ -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})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user