mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Gerbera: bump (#6731)
This commit is contained in:
@@ -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
|
||||
@@ -1,11 +1,11 @@
|
||||
From 4e2f96d2a9e59a87cad91b89f00971768567ee90 Mon Sep 17 00:00:00 2001
|
||||
From 3d168d5f661960fadc3a3718db26bab9c750a150 Mon Sep 17 00:00:00 2001
|
||||
From: begasus <begasus@gmail.com>
|
||||
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?= <zmizsei@extrowerk.com>
|
||||
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}")
|
||||
|
||||
Reference in New Issue
Block a user