1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

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
This commit is contained in:
Thomas Zander 2017-12-25 10:37:50 +00:00
parent b1debcdbb2
commit 7227864d65
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457214
2 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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