summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-11-29 17:29:51 +0000
committersunpoet <sunpoet@FreeBSD.org>2013-11-29 17:29:51 +0000
commit09c502fe6896d846cff50850eb3393e80319c9da (patch)
tree9de52da7524f118bda366921b4e06bfdddb84832
parent1f09b17a70dae84b8bc9572ccd2a2fc3b97acb61 (diff)
downloadFreeBSD-ports-09c502fe6896d846cff50850eb3393e80319c9da.zip
FreeBSD-ports-09c502fe6896d846cff50850eb3393e80319c9da.tar.gz
- 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@gmail.com>
-rw-r--r--audio/fdk-aac/Makefile20
-rw-r--r--audio/fdk-aac/distinfo4
2 files changed, 12 insertions, 12 deletions
diff --git a/audio/fdk-aac/Makefile b/audio/fdk-aac/Makefile
index 1bfcd2b..7b6a45b 100644
--- a/audio/fdk-aac/Makefile
+++ b/audio/fdk-aac/Makefile
@@ -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@FreeBSD.org
+MAINTAINER= 5u623l20@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>
diff --git a/audio/fdk-aac/distinfo b/audio/fdk-aac/distinfo
index 905c4af..f6ccab5 100644
--- a/audio/fdk-aac/distinfo
+++ b/audio/fdk-aac/distinfo
@@ -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
OpenPOWER on IntegriCloud