View | Details | Raw Unified | Return to bug 209959 | Differences between
and this patch

Collapse All | Expand All

(-)./Makefile (-3 / +10 lines)
Lines 10-20 MASTER_SITES= SF/${PORTNAME}/${PORTNAME} Link Here
10
MAINTAINER=	multimedia@FreeBSD.org
10
MAINTAINER=	multimedia@FreeBSD.org
11
COMMENT=	MPEG-2 and MPEG-4 AAC audio encoder
11
COMMENT=	MPEG-2 and MPEG-4 AAC audio encoder
12
12
13
LICENSE=	GPLv2 LGPL21+ ISO
14
LICENSE_COMB=	multi
15
LICENSE_NAME_ISO=	ISO/IEC14496
16
LICENSE_FILE=	${WRKSRC}/COPYING
17
LICENSE_FILE_ISO=	${LICENSE_FILE}
18
LICENSE_PERMS_ISO=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
19
13
LIB_DEPENDS=	libmp4v2.so:multimedia/mp4v2
20
LIB_DEPENDS=	libmp4v2.so:multimedia/mp4v2
14
21
15
RESTRICTED=	Distribution in binary form is prohibited
22
RESTRICTED=	Distribution in binary form is prohibited
23
NO_PACKAGE=	${RESTRICTED}
16
24
17
USES=		autoreconf dos2unix gmake libtool tar:bzip2
25
USES=		autoreconf gmake libtool tar:bzip2
18
INSTALL_TARGET=	install-strip
26
INSTALL_TARGET=	install-strip
19
GNU_CONFIGURE=	yes
27
GNU_CONFIGURE=	yes
20
CONFIGURE_ARGS=	--with-mp4v2
28
CONFIGURE_ARGS=	--with-mp4v2
Lines 23-30 LDFLAGS+= -L${LOCALBASE}/lib Link Here
23
USE_LDCONFIG=	yes
31
USE_LDCONFIG=	yes
24
32
25
post-patch:
33
post-patch:
26
	@${ECHO_CMD} "" >> ${WRKSRC}/libfaac/psych.h
27
	@${REINPLACE_CMD} -e 's|<mp4\.h>|<mp4v2/mp4v2.h>|g' \
34
	@${REINPLACE_CMD} -e 's|<mp4\.h>|<mp4v2/mp4v2.h>|g' \
28
		${WRKSRC}/frontend/main.c \
35
		${WRKSRC}/frontend/main.c
29
36
30
.include <bsd.port.mk>
37
.include <bsd.port.mk>
(-)./distinfo (+1 lines)
Lines 1-2 Link Here
1
TIMESTAMP = 1464853656
1
SHA256 (faac-1.28.tar.bz2) = aac475e59d38ae9e29bff760e26bf72b507ccec037a6837cc33e3ac1db3ef352
2
SHA256 (faac-1.28.tar.bz2) = aac475e59d38ae9e29bff760e26bf72b507ccec037a6837cc33e3ac1db3ef352
2
SIZE (faac-1.28.tar.bz2) = 531256
3
SIZE (faac-1.28.tar.bz2) = 531256
(-)./files/patch-configure.in (-2 / +2 lines)
Lines 1-5 Link Here
1
--- configure.in.orig	2010-08-18 15:41:30.584845747 +0300
1
--- configure.in.orig	2009-02-05 00:55:38 UTC
2
+++ configure.in	2010-08-18 15:42:51.184443581 +0300
2
+++ configure.in
3
@@ -1,7 +1,7 @@
3
@@ -1,7 +1,7 @@
4
 AC_PREREQ(2.50)
4
 AC_PREREQ(2.50)
5
 AC_INIT(FAAC, 1.28, faac-dev@lists.sourceforge.net)
5
 AC_INIT(FAAC, 1.28, faac-dev@lists.sourceforge.net)
(-)./files/patch-frontend_Makefile.am (-2 / +2 lines)
Lines 1-5 Link Here
1
--- frontend/Makefile.am.orig	2010-08-18 15:43:04.246728673 +0300
1
--- frontend/Makefile.am.orig	2008-12-16 00:56:00 UTC
2
+++ frontend/Makefile.am	2010-08-18 15:45:44.922966543 +0300
2
+++ frontend/Makefile.am
3
@@ -7,6 +7,11 @@ if WITH_MP4V2
3
@@ -7,6 +7,11 @@ if WITH_MP4V2
4
 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/common/mp4v2
4
 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/common/mp4v2
5
 LDADD = $(top_builddir)/libfaac/libfaac.la $(top_srcdir)/common/mp4v2/libmp4v2.a -lm -lstdc++
5
 LDADD = $(top_builddir)/libfaac/libfaac.la $(top_srcdir)/common/mp4v2/libmp4v2.a -lm -lstdc++

Return to bug 209959