From db91a5db335c9458475ab98c637828599715c797 Mon Sep 17 00:00:00 2001 From: lemmi Date: Sun, 12 Mar 2023 08:34:52 +0100 Subject: [PATCH] gerbera: update to 1.12.1. --- srcpkgs/gerbera/patches/fmt-9-fix.patch | 32 ------------------------- srcpkgs/gerbera/template | 6 ++--- 2 files changed, 3 insertions(+), 35 deletions(-) delete mode 100644 srcpkgs/gerbera/patches/fmt-9-fix.patch diff --git a/srcpkgs/gerbera/patches/fmt-9-fix.patch b/srcpkgs/gerbera/patches/fmt-9-fix.patch deleted file mode 100644 index 7adedf9005d..00000000000 --- a/srcpkgs/gerbera/patches/fmt-9-fix.patch +++ /dev/null @@ -1,32 +0,0 @@ -From d7b8fafbc94405c20753fed569abd8878cccde89 Mon Sep 17 00:00:00 2001 -From: Felix Yan -Date: Fri, 19 Aug 2022 15:22:10 +0300 -Subject: [PATCH] Fix build with fmt 9.0 - -Fixes #2681 ---- - src/database/sql_format.h | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/database/sql_format.h b/src/database/sql_format.h -index 32dc00efa..e4e1909a8 100644 ---- a/src/database/sql_format.h -+++ b/src/database/sql_format.h -@@ -42,7 +42,7 @@ struct SQLIdentifier { - template <> - struct fmt::formatter : formatter { - template -- auto format(const SQLIdentifier& tn, FormatContext& ctx) -> decltype(ctx.out()) -+ auto format(const SQLIdentifier& tn, FormatContext& ctx) const -> decltype(ctx.out()) - { - return format_to(ctx.out(), "{}{}{}", tn.quote_begin, tn.name, tn.quote_end); - } -@@ -61,7 +61,7 @@ struct ColumnUpdate { - template <> - struct fmt::formatter : formatter { - template -- auto format(const ColumnUpdate& a, FormatContext& ctx) -> decltype(ctx.out()) -+ auto format(const ColumnUpdate& a, FormatContext& ctx) const -> decltype(ctx.out()) - { - return format_to(ctx.out(), "{} = {}", a.column, a.value); - } diff --git a/srcpkgs/gerbera/template b/srcpkgs/gerbera/template index d37296cd049..ae14f35c767 100644 --- a/srcpkgs/gerbera/template +++ b/srcpkgs/gerbera/template @@ -1,7 +1,7 @@ # Template file for 'gerbera' pkgname=gerbera -version=1.11.0 -revision=5 +version=1.12.1 +revision=1 build_style=cmake configure_args="-DWITH_SYSTEMD=0 -DWITH_AVCODEC=1" hostmakedepends="pkg-config" @@ -14,7 +14,7 @@ license="GPL-2.0-only" homepage="http://gerbera.io/" changelog="https://raw.githubusercontent.com/gerbera/gerbera/master/ChangeLog.md" distfiles="https://github.com/gerbera/gerbera/archive/v${version}.tar.gz" -checksum=0c13049792a28ec0e3086ba61c7f9675626a1dbadb043650a452192727418be7 +checksum=2144a7c4a13e8b43aa0c911fbeae65f05e2c42254ddd03be5c41f5fcf103a93c # libupnp uses large file support, so users must do that, too CXXFLAGS="-D_FILE_OFFSET_BITS=64"