Date: Wed, 1 Nov 2017 15:36:03 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453292 - in head/audio/faad: . files Message-ID: <201711011536.vA1Fa3Yc079174@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Wed Nov 1 15:36:02 2017 New Revision: 453292 URL: https://svnweb.freebsd.org/changeset/ports/453292 Log: Update to upstream version 2.8.6 Added: head/audio/faad/files/patch-common_mp4ff_Makefile.am (contents, props changed) Deleted: head/audio/faad/files/patch-frontend_main.c Modified: head/audio/faad/Makefile head/audio/faad/distinfo head/audio/faad/pkg-plist Modified: head/audio/faad/Makefile ============================================================================== --- head/audio/faad/Makefile Wed Nov 1 15:35:28 2017 (r453291) +++ head/audio/faad/Makefile Wed Nov 1 15:36:02 2017 (r453292) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= faad2 -PORTVERSION= 2.7 -PORTREVISION= 6 +PORTVERSION= 2.8.6 PORTEPOCH= 1 CATEGORIES= audio -MASTER_SITES= SF/faac/${PORTNAME}-src/${PORTNAME}-${PORTVERSION} +MASTER_SITES= SF/faac/${PORTNAME}-src/${PORTNAME}-${PORTVERSION:R}.0 MAINTAINER= multimedia@FreeBSD.org COMMENT= MPEG-2 and MPEG-4 AAC audio decoder @@ -14,7 +13,9 @@ COMMENT= MPEG-2 and MPEG-4 AAC audio decoder LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf gmake libtool tar:bzip2 +USES= autoreconf gmake libtool +INSTALL_TARGET= install-strip + GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${LOCALBASE}/lib @@ -24,8 +25,6 @@ post-extract: @${LN} -sf faad.man ${WRKSRC}/frontend/faad.1 post-patch: - @${REINPLACE_CMD} -e '/AC_CONFIG_FILES(plugins/d' \ - ${WRKSRC}/configure.in @${REINPLACE_CMD} -e 's|faad.man|faad.1|g' \ ${WRKSRC}/frontend/Makefile.am @${REINPLACE_CMD} -e 's|^AM_CFLAGS|AM_CPPFLAGS|g ; \ @@ -37,8 +36,5 @@ post-patch: post-configure: @${REINPLACE_CMD} "s/444/644/g" ${WRKSRC}/common/mp4ff/Makefile - -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libfaad.so.2 .include <bsd.port.mk> Modified: head/audio/faad/distinfo ============================================================================== --- head/audio/faad/distinfo Wed Nov 1 15:35:28 2017 (r453291) +++ head/audio/faad/distinfo Wed Nov 1 15:36:02 2017 (r453292) @@ -1,2 +1,3 @@ -SHA256 (faad2-2.7.tar.bz2) = 14561b5d6bc457e825bfd3921ae50a6648f377a9396eaf16d4b057b39a3f63b5 -SIZE (faad2-2.7.tar.bz2) = 901043 +TIMESTAMP = 1509541380 +SHA256 (faad2-2.8.6.tar.gz) = 654977adbf62eb81f4fca00152aca58ce3b6dd157181b9edd7bed687a7c73f21 +SIZE (faad2-2.8.6.tar.gz) = 1025654 Added: head/audio/faad/files/patch-common_mp4ff_Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/faad/files/patch-common_mp4ff_Makefile.am Wed Nov 1 15:36:02 2017 (r453292) @@ -0,0 +1,10 @@ +--- common/mp4ff/Makefile.am.orig 2017-07-17 12:04:02 UTC ++++ common/mp4ff/Makefile.am +@@ -1,5 +1,5 @@ +-noinst_LIBRARIES = libmp4ff.a +-noinst_HEADERS = mp4ff.h mp4ffint.h ++lib_LIBRARIES = libmp4ff.a ++include_HEADERS = mp4ff.h mp4ffint.h + + libmp4ff_a_CFLAGS = -DUSE_TAGGING=1 + Modified: head/audio/faad/pkg-plist ============================================================================== --- head/audio/faad/pkg-plist Wed Nov 1 15:35:28 2017 (r453291) +++ head/audio/faad/pkg-plist Wed Nov 1 15:36:02 2017 (r453292) @@ -7,5 +7,9 @@ lib/libfaad.a lib/libfaad.so lib/libfaad.so.2 lib/libfaad.so.2.0.0 +lib/libfaad_drm.a +lib/libfaad_drm.so +lib/libfaad_drm.so.2 +lib/libfaad_drm.so.2.0.0 lib/libmp4ff.a man/man1/faad.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711011536.vA1Fa3Yc079174>