diff options
| -rw-r--r-- | meta-multimedia/recipes-support/srt/srt/0001-don-t-install-srt-ffplay.patch | 22 | ||||
| -rw-r--r-- | meta-multimedia/recipes-support/srt/srt/0002-allow-build-with-cmake-4.patch | 2 | ||||
| -rw-r--r-- | meta-multimedia/recipes-support/srt/srt_1.5.4.bb (renamed from meta-multimedia/recipes-support/srt/srt_1.4.4.bb) | 4 |
3 files changed, 20 insertions, 8 deletions
diff --git a/meta-multimedia/recipes-support/srt/srt/0001-don-t-install-srt-ffplay.patch b/meta-multimedia/recipes-support/srt/srt/0001-don-t-install-srt-ffplay.patch index 5b76b16328..cb211655df 100644 --- a/meta-multimedia/recipes-support/srt/srt/0001-don-t-install-srt-ffplay.patch +++ b/meta-multimedia/recipes-support/srt/srt/0001-don-t-install-srt-ffplay.patch | |||
| @@ -10,6 +10,9 @@ So remove it because there are no option to disable the instalation. | |||
| 10 | Upstream-Status: Pending | 10 | Upstream-Status: Pending |
| 11 | 11 | ||
| 12 | Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com> | 12 | Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com> |
| 13 | |||
| 14 | Rebased on latest version. | ||
| 15 | Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> | ||
| 13 | --- | 16 | --- |
| 14 | CMakeLists.txt | 1 - | 17 | CMakeLists.txt | 1 - |
| 15 | 1 file changed, 1 deletion(-) | 18 | 1 file changed, 1 deletion(-) |
| @@ -18,11 +21,20 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt | |||
| 18 | index ed6e603..ef53dc5 100644 | 21 | index ed6e603..ef53dc5 100644 |
| 19 | --- a/CMakeLists.txt | 22 | --- a/CMakeLists.txt |
| 20 | +++ b/CMakeLists.txt | 23 | +++ b/CMakeLists.txt |
| 21 | @@ -1224,7 +1224,6 @@ if (ENABLE_UNITTESTS AND ENABLE_CXX11) | 24 | @@ -1548,16 +1548,6 @@ if (ENABLE_UNITTESTS AND ENABLE_CXX11) |
| 25 | enable_testing() | ||
| 22 | endif() | 26 | endif() |
| 23 | 27 | ||
| 24 | 28 | - | |
| 25 | -install(PROGRAMS scripts/srt-ffplay DESTINATION ${CMAKE_INSTALL_BINDIR}) | 29 | -if(NOT NEED_DESTINATION) |
| 26 | 30 | - install(PROGRAMS scripts/srt-ffplay TYPE BIN) | |
| 27 | 31 | -elseif (DEFINED CMAKE_INSTALL_BINDIR) | |
| 32 | - install(PROGRAMS scripts/srt-ffplay DESTINATION ${CMAKE_INSTALL_BINDIR}) | ||
| 33 | -else() | ||
| 34 | - message(WARNING "No location to install scripts/srt-ffplay") | ||
| 35 | -endif() | ||
| 36 | - | ||
| 37 | - | ||
| 28 | if (DEFINED SRT_EXTRA_APPS_INC) | 38 | if (DEFINED SRT_EXTRA_APPS_INC) |
| 39 | include(${SRT_EXTRA_APPS_INC}.cmake) | ||
| 40 | # No extra variables expected. Just use the variables | ||
diff --git a/meta-multimedia/recipes-support/srt/srt/0002-allow-build-with-cmake-4.patch b/meta-multimedia/recipes-support/srt/srt/0002-allow-build-with-cmake-4.patch index ba281a3a53..8c91e3919b 100644 --- a/meta-multimedia/recipes-support/srt/srt/0002-allow-build-with-cmake-4.patch +++ b/meta-multimedia/recipes-support/srt/srt/0002-allow-build-with-cmake-4.patch | |||
| @@ -35,7 +35,7 @@ index 328a433f..448d6254 100644 | |||
| 35 | 35 | ||
| 36 | -cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR) | 36 | -cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR) |
| 37 | +cmake_minimum_required (VERSION 3.5 FATAL_ERROR) | 37 | +cmake_minimum_required (VERSION 3.5 FATAL_ERROR) |
| 38 | set (SRT_VERSION 1.4.4) | 38 | set (SRT_VERSION 1.5.4) |
| 39 | 39 | ||
| 40 | set (CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/scripts") | 40 | set (CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/scripts") |
| 41 | -- | 41 | -- |
diff --git a/meta-multimedia/recipes-support/srt/srt_1.4.4.bb b/meta-multimedia/recipes-support/srt/srt_1.5.4.bb index e72a36f657..72e9ff658d 100644 --- a/meta-multimedia/recipes-support/srt/srt_1.4.4.bb +++ b/meta-multimedia/recipes-support/srt/srt_1.5.4.bb | |||
| @@ -6,8 +6,8 @@ HOMEPAGE = "https://github.com/Haivision/srt" | |||
| 6 | LICENSE = "MPL-2.0" | 6 | LICENSE = "MPL-2.0" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad" |
| 8 | 8 | ||
| 9 | SRCREV = "8b32f3734ff6af7cc7b0fef272591cb80a2d1aae" | 9 | SRCREV = "a8c6b65520f814c5bd8f801be48c33ceece7c4a6" |
| 10 | SRC_URI = "git://github.com/Haivision/srt;protocol=https;branch=master \ | 10 | SRC_URI = "git://github.com/Haivision/srt;protocol=https;branch=master;tag=v${PV} \ |
| 11 | file://0001-don-t-install-srt-ffplay.patch \ | 11 | file://0001-don-t-install-srt-ffplay.patch \ |
| 12 | file://0002-allow-build-with-cmake-4.patch \ | 12 | file://0002-allow-build-with-cmake-4.patch \ |
| 13 | " | 13 | " |
