gerbera, bump version (#6902)

This commit is contained in:
Schrijvers Luc
2022-05-09 09:45:04 +02:00
committed by GitHub
parent 01420fb47e
commit 84eb93b669
3 changed files with 16 additions and 16 deletions

0
net-misc/gerbera/additional-files/install_config.sh Normal file → Executable file
View File

View File

@@ -8,7 +8,7 @@ COPYRIGHT="2005-2010 Gena Batyan, Sergey 'Jin' Bostandzhyan, Leonhard Wimmer
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://github.com/gerbera/gerbera/archive/refs/tags/v$portVersion.tar.gz"
CHECKSUM_SHA256="bd6c7b2c6380e2e265a998bbc0df9eec14b9c6a65bc91e7f2c0ae0b67fd0c9cf"
CHECKSUM_SHA256="0c13049792a28ec0e3086ba61c7f9675626a1dbadb043650a452192727418be7"
SOURCE_FILENAME="gerbera-$portVersion.tar.gz"
PATCHES="gerbera-$portVersion.patchset"
ADDITIONAL_FILES="config.xml

View File

@@ -1,25 +1,25 @@
From 3d168d5f661960fadc3a3718db26bab9c750a150 Mon Sep 17 00:00:00 2001
From da48cdddbc343123f1595f321d550fef971458e4 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
Date: Sun, 8 May 2022 16:19:51 +0200
Subject: Gerbera, Fix install paths
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f01794e..6f2ae16 100644
index 2705125..1923453 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -37,6 +37,10 @@ set(WITH_LASTFM NO CACHE BOOL "Enable scrobbling to LastFM")
set(WITH_DEBUG YES CACHE BOOL "Enables debug logging")
set(WITH_TESTS NO CACHE BOOL "Build unit tests")
@@ -20,6 +20,10 @@ if(COMMAND conan_basic_setup)
conan_basic_setup(TARGETS)
endif()
+set(CMAKE_INSTALL_BINDIR=bin)
+set(CMAKE_INSTALL_DATADIR=share/gerbera)
+set(CMAKE_INSTALL_MANDIR=share/man/man1)
+
# For building packages without depending on the old system libupnp
set(STATIC_LIBUPNP 0 CACHE BOOL "Link to libupnp statically")
@@ -552,15 +556,15 @@ if(WITH_TESTS)
set(WITH_NPUPNP NO CACHE BOOL "Use npupnp instead of libupnp")
set(WITH_MAGIC YES CACHE BOOL "Use libmagic to identify file mime types")
set(WITH_MYSQL NO CACHE BOOL "Store media information in MySQL DB")
@@ -579,15 +583,15 @@ if(WITH_TESTS)
add_subdirectory(test)
endif()
@@ -44,17 +44,17 @@ index f01794e..6f2ae16 100644
2.30.2
From c15cbefbae08b458be6e7147c579eed6ec6cea75 Mon Sep 17 00:00:00 2001
From 610b503fd06221bd472ef845da3b09d05f89e488 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
Subject: Gerbera, DATA PATH fix
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6f2ae16..09ac166 100644
index 1923453..6a227cb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -287,7 +287,7 @@ endif()
@@ -308,7 +308,7 @@ endif()
message(STATUS "Gerbera Version: ${GERBERA_VERSION}")
target_compile_definitions(libgerbera PUBLIC GERBERA_VERSION="${GERBERA_VERSION}")