From 5fa3e9487f67e7b8f86d46bc3d7bcf3e0314f107 Mon Sep 17 00:00:00 2001 From: jeremy Date: Thu, 14 Apr 2022 02:01:41 +0000 Subject: [PATCH] Backport upstream fix for display breakage with mpeg files This breakage started after libsndfile 1.1.0 was committed, since libsndfile 1.1.0 adds mpeg support. The upstream fix prioritizes the mpeg decoder over the libsndfile decoder. --- audio/aqualung/Makefile | 6 ++++++ audio/aqualung/distinfo | 2 ++ 2 files changed, 8 insertions(+) diff --git a/audio/aqualung/Makefile b/audio/aqualung/Makefile index f54ab677f1e..cab0a9a7631 100644 --- a/audio/aqualung/Makefile +++ b/audio/aqualung/Makefile @@ -3,8 +3,14 @@ COMMENT= advanced music player VERSION= 1.1 DISTNAME= aqualung-${VERSION} EPOCH= 0 +REVISION= 0 CATEGORIES= audio +MASTER_SITES0 = https://github.com/jeremyevans/aqualung/commit/ +# Backport fix for mpeg files after upgrade to libsndfile 1.1.0 +PATCHFILES = mpeg_before_sndfile{01427d144a4b1c4903e5197a1c76cede49c24eec}.patch:0 +PATCH_DIST_STRIP = -p1 + HOMEPAGE= https://github.com/jeremyevans/aqualung MAINTAINER= Jeremy Evans diff --git a/audio/aqualung/distinfo b/audio/aqualung/distinfo index c60b3d0caaf..a10db5fb356 100644 --- a/audio/aqualung/distinfo +++ b/audio/aqualung/distinfo @@ -1,2 +1,4 @@ SHA256 (aqualung-1.1.tar.gz) = dRwN+naEAie4vl0JmFmZC8dlGAulzVVsbHL4GzaK/Lw= +SHA256 (mpeg_before_sndfile.patch) = PRTwS9jo9qHt3+4GY1vGgmW+Xq9EjU3NZ4r3lQAqwR8= SIZE (aqualung-1.1.tar.gz) = 1986368 +SIZE (mpeg_before_sndfile.patch) = 1170