svn commit: r457214 - head/audio/faad

Thomas Zander riggs at FreeBSD.org
Mon Dec 25 10:37:52 UTC 2017


Author: riggs
Date: Mon Dec 25 10:37:50 2017
New Revision: 457214
URL: https://svnweb.freebsd.org/changeset/ports/457214

Log:
  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

Modified:
  head/audio/faad/Makefile
  head/audio/faad/distinfo

Modified: head/audio/faad/Makefile
==============================================================================
--- head/audio/faad/Makefile	Mon Dec 25 10:23:27 2017	(r457213)
+++ head/audio/faad/Makefile	Mon Dec 25 10:37:50 2017	(r457214)
@@ -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

Modified: head/audio/faad/distinfo
==============================================================================
--- head/audio/faad/distinfo	Mon Dec 25 10:23:27 2017	(r457213)
+++ head/audio/faad/distinfo	Mon Dec 25 10:37:50 2017	(r457214)
@@ -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


More information about the svn-ports-all mailing list