git: f08d5eeeea56 - 2024Q2 - audio/sayonara: repair build (2nd attempt)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 01 Jun 2024 21:37:12 UTC
The branch 2024Q2 has been updated by adridg:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f08d5eeeea56e4d0f36b9bcb73c6bfa1365cd8ec
commit f08d5eeeea56e4d0f36b9bcb73c6bfa1365cd8ec
Author: Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2024-04-14 21:51:54 +0000
Commit: Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2024-06-01 21:37:02 +0000
audio/sayonara: repair build (2nd attempt)
My own not-quite-13.2 systems build sayonara fine, but the cluster
has been sending pkg-fallout messages. Add another C++ header.
(cherry picked from commit 1a2fd6d5eafebb4c75fa1675554f427a5895f831)
---
audio/sayonara/Makefile | 2 +-
.../files/patch-src_Utils_Tagging_MP4_PopularimeterFrame.cpp | 11 +++++++++--
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/audio/sayonara/Makefile b/audio/sayonara/Makefile
index 4bc4672f6d79..132c93408d9f 100644
--- a/audio/sayonara/Makefile
+++ b/audio/sayonara/Makefile
@@ -1,7 +1,7 @@
PORTNAME= sayonara
DISTVERSION= 1.9.0
DISTVERSIONSUFFIX= -stable1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MAINTAINER= adridg@FreeBSD.org
diff --git a/audio/sayonara/files/patch-src_Utils_Tagging_MP4_PopularimeterFrame.cpp b/audio/sayonara/files/patch-src_Utils_Tagging_MP4_PopularimeterFrame.cpp
index 2f03e2410f2d..3184afe67d16 100644
--- a/audio/sayonara/files/patch-src_Utils_Tagging_MP4_PopularimeterFrame.cpp
+++ b/audio/sayonara/files/patch-src_Utils_Tagging_MP4_PopularimeterFrame.cpp
@@ -1,6 +1,13 @@
---- src/Utils/Tagging/MP4/PopularimeterFrame.cpp.orig 2024-04-01 19:55:44 UTC
+--- src/Utils/Tagging/MP4/PopularimeterFrame.cpp.orig 2024-01-27 22:05:38 UTC
+++ src/Utils/Tagging/MP4/PopularimeterFrame.cpp
-@@ -28,7 +28,7 @@ namespace
+@@ -22,13 +22,14 @@
+ #include <QString>
+ #include "Tagging/TaggingUtils.h"
+
++#include <array>
+ #include <optional>
+
+ namespace
{
[[nodiscard]] int fourBytesToInteger(const int32_t fourBytes)
{