diff --git a/net-misc/gerbera/gerbera-1.9.2.recipe b/net-misc/gerbera/gerbera-1.10.0.recipe similarity index 96% rename from net-misc/gerbera/gerbera-1.9.2.recipe rename to net-misc/gerbera/gerbera-1.10.0.recipe index 2ead34aec..756622007 100644 --- a/net-misc/gerbera/gerbera-1.9.2.recipe +++ b/net-misc/gerbera/gerbera-1.10.0.recipe @@ -4,11 +4,11 @@ your digital media through your home network and consume it on a variety of \ UPnP compatible devices." HOMEPAGE="https://docs.gerbera.io" COPYRIGHT="2005-2010 Gena Batyan, Sergey 'Jin' Bostandzhyan, Leonhard Wimmer - 2020-2021 Gerbera Contributors" + 2020-2022 Gerbera Contributors" LICENSE="GNU GPL v2" REVISION="1" SOURCE_URI="https://github.com/gerbera/gerbera/archive/refs/tags/v$portVersion.tar.gz" -CHECKSUM_SHA256="dee562cc5d22e8442e2fe1620b073bda612c80f9c4a8333311c647db06c1c4cd" +CHECKSUM_SHA256="bd6c7b2c6380e2e265a998bbc0df9eec14b9c6a65bc91e7f2c0ae0b67fd0c9cf" SOURCE_FILENAME="gerbera-$portVersion.tar.gz" PATCHES="gerbera-$portVersion.patchset" ADDITIONAL_FILES="config.xml diff --git a/net-misc/gerbera/patches/gerbera-1.9.2.patchset b/net-misc/gerbera/patches/gerbera-1.10.0.patchset similarity index 89% rename from net-misc/gerbera/patches/gerbera-1.9.2.patchset rename to net-misc/gerbera/patches/gerbera-1.10.0.patchset index cbfd9a5a1..99a68d106 100644 --- a/net-misc/gerbera/patches/gerbera-1.9.2.patchset +++ b/net-misc/gerbera/patches/gerbera-1.10.0.patchset @@ -1,11 +1,11 @@ -From 4e2f96d2a9e59a87cad91b89f00971768567ee90 Mon Sep 17 00:00:00 2001 +From 3d168d5f661960fadc3a3718db26bab9c750a150 Mon Sep 17 00:00:00 2001 From: begasus Date: Sun, 16 Feb 2020 16:19:26 +0000 Subject: Fix install paths diff --git a/CMakeLists.txt b/CMakeLists.txt -index ca47ebf..86e2f22 100644 +index f01794e..6f2ae16 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,6 +37,10 @@ set(WITH_LASTFM NO CACHE BOOL "Enable scrobbling to LastFM") @@ -19,7 +19,7 @@ index ca47ebf..86e2f22 100644 # For building packages without depending on the old system libupnp set(STATIC_LIBUPNP 0 CACHE BOOL "Link to libupnp statically") -@@ -570,15 +574,15 @@ if(WITH_TESTS) +@@ -552,15 +556,15 @@ if(WITH_TESTS) add_subdirectory(test) endif() @@ -44,17 +44,17 @@ index ca47ebf..86e2f22 100644 2.30.2 -From 7fa85709cae3aa97ed3270b814ba33d5368b83e1 Mon Sep 17 00:00:00 2001 +From c15cbefbae08b458be6e7147c579eed6ec6cea75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= Date: Mon, 22 Feb 2021 20:07:46 +0100 Subject: DATA PATH fix diff --git a/CMakeLists.txt b/CMakeLists.txt -index 86e2f22..9ac86c4 100644 +index 6f2ae16..09ac166 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -294,7 +294,7 @@ endif() +@@ -287,7 +287,7 @@ endif() message(STATUS "Gerbera Version: ${GERBERA_VERSION}") target_compile_definitions(libgerbera PUBLIC GERBERA_VERSION="${GERBERA_VERSION}")