diff options
author | ahze <ahze@FreeBSD.org> | 2007-10-23 20:13:01 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-10-23 20:13:01 +0800 |
commit | 3f149aac81e14560d5238f6d186aac1cbe9b419b (patch) | |
tree | b72f4bf31f5f8a1cebcdb473726e696d3e8f8e80 /audio/faad | |
parent | ebd447dd6aa373fede9a49a53d3bc7fd27e30d83 (diff) | |
download | freebsd-ports-gnome-3f149aac81e14560d5238f6d186aac1cbe9b419b.tar.gz freebsd-ports-gnome-3f149aac81e14560d5238f6d186aac1cbe9b419b.tar.zst freebsd-ports-gnome-3f149aac81e14560d5238f6d186aac1cbe9b419b.zip |
Update to 2.6
Diffstat (limited to 'audio/faad')
-rw-r--r-- | audio/faad/Makefile | 4 | ||||
-rw-r--r-- | audio/faad/distinfo | 6 | ||||
-rw-r--r-- | audio/faad/files/patch-libfaad_common.h | 18 |
3 files changed, 4 insertions, 24 deletions
diff --git a/audio/faad/Makefile b/audio/faad/Makefile index e9e93c981825..ed47d8a471e5 100644 --- a/audio/faad/Makefile +++ b/audio/faad/Makefile @@ -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 diff --git a/audio/faad/distinfo b/audio/faad/distinfo index 497a4c869340..f78b5196e751 100644 --- a/audio/faad/distinfo +++ b/audio/faad/distinfo @@ -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 diff --git a/audio/faad/files/patch-libfaad_common.h b/audio/faad/files/patch-libfaad_common.h deleted file mode 100644 index 8217004ca78b..000000000000 --- a/audio/faad/files/patch-libfaad_common.h +++ /dev/null @@ -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 - - |