diff options
author | riggs <riggs@FreeBSD.org> | 2017-12-25 18:37:50 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2017-12-25 18:37:50 +0800 |
commit | 561f0f1e9a336258d52010caa7b16a2c0f99d966 (patch) | |
tree | 766f724488a654d97bc2150f05bf282ffe7d7a6d /audio | |
parent | f86c21a36e816de973602e06a326b8df78473037 (diff) | |
download | freebsd-ports-gnome-561f0f1e9a336258d52010caa7b16a2c0f99d966.tar.gz freebsd-ports-gnome-561f0f1e9a336258d52010caa7b16a2c0f99d966.tar.zst freebsd-ports-gnome-561f0f1e9a336258d52010caa7b16a2c0f99d966.zip |
Update to upstream version 2.8.8; fix build with multimedia/libquicktime
Details:
- Update to upstream version 2.8.8
- Use REINPLACE_CMD to set FAAD2_VERSION definition for consumers like
multimedia/libquicktime.
This is, however, no longer supported upstream, see
https://sourceforge.net/p/faac/bugs/236/
In future, consumers need to change their detection mechanism for faad2
PR: 224464
Submitted by: mi
Diffstat (limited to 'audio')
-rw-r--r-- | audio/faad/Makefile | 4 | ||||
-rw-r--r-- | audio/faad/distinfo | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/audio/faad/Makefile b/audio/faad/Makefile index 0c5da42a4dcb..fcb6b7d082d6 100644 --- a/audio/faad/Makefile +++ b/audio/faad/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= faad2 -PORTVERSION= 2.8.6 +PORTVERSION= 2.8.8 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= SF/faac/${PORTNAME}-src/${PORTNAME}-${PORTVERSION:R}.0 @@ -33,6 +33,8 @@ post-patch: ${WRKSRC}/common/mp4ff/Makefile.am @${ECHO_CMD} "SUBDIRS = libfaad common frontend" > \ ${WRKSRC}/Makefile.am + @${REINPLACE_CMD} -E -e 's|(FAAD2_VERSION +)"unknown"|\1"${PORTVERSION:R}"|' \ + ${WRKSRC}/include/neaacdec.h post-configure: @${REINPLACE_CMD} "s/444/644/g" ${WRKSRC}/common/mp4ff/Makefile diff --git a/audio/faad/distinfo b/audio/faad/distinfo index a92d009fb5a6..e78cdaec9c43 100644 --- a/audio/faad/distinfo +++ b/audio/faad/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1509541380 -SHA256 (faad2-2.8.6.tar.gz) = 654977adbf62eb81f4fca00152aca58ce3b6dd157181b9edd7bed687a7c73f21 -SIZE (faad2-2.8.6.tar.gz) = 1025654 +TIMESTAMP = 1513703210 +SHA256 (faad2-2.8.8.tar.gz) = 985c3fadb9789d2815e50f4ff714511c79c2710ac27a4aaaf5c0c2662141426d +SIZE (faad2-2.8.8.tar.gz) = 1069044 |