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.
This commit is contained in:
parent
7657db57f6
commit
5fa3e9487f
@ -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 <jeremy@openbsd.org>
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user