svn commit: r335203 - head/audio/fdk-aac
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Nov 29 17:29:52 UTC 2013
Author: sunpoet
Date: Fri Nov 29 17:29:51 2013
New Revision: 335203
URL: http://svnweb.freebsd.org/changeset/ports/335203
Log:
- Update to 0.1.3
- Move LICENSE upward
- Add USE_LDCONFIG
- Pass maintainership to submitter
- While I'm here:
- Use USES=pathfix
- Strip shared library
Changes: https://github.com/mstorsjo/fdk-aac/blob/master/ChangeLog
PR: ports/184351
Submitted by: Muhammad Moinur Rahman <5u623l20 at gmail.com>
Modified:
head/audio/fdk-aac/Makefile (contents, props changed)
head/audio/fdk-aac/distinfo (contents, props changed)
Modified: head/audio/fdk-aac/Makefile
==============================================================================
--- head/audio/fdk-aac/Makefile Fri Nov 29 17:24:43 2013 (r335202)
+++ head/audio/fdk-aac/Makefile Fri Nov 29 17:29:51 2013 (r335203)
@@ -2,27 +2,27 @@
# $FreeBSD$
PORTNAME= fdk-aac
-PORTVERSION= 0.1.2
+PORTVERSION= 0.1.3
CATEGORIES= audio
MASTER_SITES= SF/opencore-amr/${PORTNAME}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= 5u623l20 at gmail.com
COMMENT= Port of the Fraunhofer FDK AAC Codec Library
-NOT_FOR_ARCHS= sparc64
-NOT_FOR_ARCHS_REASON= not yet ported to this architecture
-
LICENSE= FRAUNHOFER_FDK_AAC
LICENSE_NAME= Software License for The Fraunhofer FDK AAC Codec Library for Android
LICENSE_FILE= ${WRKSRC}/NOTICE
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
+NOT_FOR_ARCHS= sparc64
+NOT_FOR_ARCHS_REASON= not yet ported to this architecture
+
+CONFIGURE_ENV= LIBS="-lm"
GNU_CONFIGURE= yes
-CONFIGURE_ENV+= LIBS="-lm"
+USE_LDCONFIG= yes
+USES= pathfix
-post-patch:
- @${REINPLACE_CMD} -E -e \
- 's|^pkgconfigdir = .*|pkgconfigdir = $$(prefix)/libdata/pkgconfig|g' \
- ${WRKSRC}/Makefile.in
+post-build:
+ @${STRIP_CMD} ${WRKSRC}/.libs/libfdk-aac.so.0
.include <bsd.port.mk>
Modified: head/audio/fdk-aac/distinfo
==============================================================================
--- head/audio/fdk-aac/distinfo Fri Nov 29 17:24:43 2013 (r335202)
+++ head/audio/fdk-aac/distinfo Fri Nov 29 17:29:51 2013 (r335203)
@@ -1,2 +1,2 @@
-SHA256 (fdk-aac-0.1.2.tar.gz) = e4eefa3e64a5110dd180decf21a255fe1c1e08548dbdc646e125835e7798cf4a
-SIZE (fdk-aac-0.1.2.tar.gz) = 1976401
+SHA256 (fdk-aac-0.1.3.tar.gz) = a9cb872802cfb7a2aff7a549c114c547d1e518dd60c2f85942229cc20c0d0c8d
+SIZE (fdk-aac-0.1.3.tar.gz) = 1982695
More information about the svn-ports-all
mailing list