Update to 2.6

This commit is contained in:
Michael Johnson
2007-10-23 12:13:01 +00:00
parent 88f4228e15
commit 17c43578f7
3 changed files with 4 additions and 24 deletions

View File

@@ -6,8 +6,7 @@
#
PORTNAME= faad2
PORTVERSION= 2.5
PORTREVISION= 1
PORTVERSION= 2.6
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@@ -17,7 +16,6 @@ MAINTAINER= multimedia@FreeBSD.org
COMMENT= MPEG-2 and MPEG-4 AAC audio decoder
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_CDROM= Restrictive copyright (do not sell for profit)
USE_DOS2UNIX= yes
USE_AUTOTOOLS= automake:15 autoheader:261 libtool:15

View File

@@ -1,3 +1,3 @@
MD5 (faad2-2.5.tar.gz) = 696490935bf65b2ace4aafaff79e2396
SHA256 (faad2-2.5.tar.gz) = a75f9642f85030d60c332b02e53fa04e3b4677f73914da2dc1b000689f5f67bb
SIZE (faad2-2.5.tar.gz) = 751675
MD5 (faad2-2.6.tar.gz) = aeeb1e6c2dc70eeb7fb74afd546d8b82
SHA256 (faad2-2.6.tar.gz) = 27aef924f8b36e9166cad43cb2d0875dcf5341cd0cd2e7eb27f3d5269e1712a2
SIZE (faad2-2.6.tar.gz) = 840155

View File

@@ -1,18 +0,0 @@
--- libfaad/common.h.orig Thu Aug 24 16:50:30 2006
+++ libfaad/common.h Thu Aug 24 16:51:20 2006
@@ -310,6 +310,7 @@
#if defined(_WIN32) && !defined(__MINGW32__)
+ #ifndef HAVE_LRINTF
#define HAS_LRINTF
static INLINE int lrintf(float f)
{
@@ -335,6 +336,7 @@
: "m" (f));
return i;
}
+ #endif /* HAVE_LRINTF */
#endif