The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD audio : faad

MPEG-2 and MPEG-4 AAC audio decoder

 FAAD2 (Freeware Advanced Audio Decoder) is a MPEG-2, MPEG-4 AAC decoder.

FAAD2 is the fastest ISO AAC audio decoder available and can be used with
DRM (Digital Radio Mondiale), and supports HE (High Efficiency), Main,
LC, LD, LTP, PS (Parametric Stereo) AAC files. 

http://www.audiocoding.com/



faad history


v. 1.46
date: 2007/11/14 18:01:52;  author: mezz;  state: Exp;  lines: +1 -1
Remove the drm, which drm causes faac/faad to not be able get mplayer and
other applications function correct. Bump the PORTREVISION.

Reported by:	a few in freebsd-multimedia@
Approved by:	portmgr (marcus)

v. 1.45 date: 2007/10/23 12:13:01; author: ahze; state: Exp; lines: +1 -3 Update to 2.6
v. 1.44 date: 2007/09/30 04:46:34; author: linimon; state: Exp; lines: +2 -1 Switch autoconf dependencies from 2.53 or 2.59 to 2.61. PR: ports/116639 Submitted by: aDe
v. 1.43 date: 2006/08/31 18:14:56; author: mezz; state: Exp; lines: +3 -3 Fix the build on FreeBSD 4.x. PR: ports/102572 Submitted by: KATO Tsuguru
v. 1.42 date: 2006/08/31 15:34:44; author: ahze; state: Exp; lines: +4 -0 - Mark BROKEN on 4.x Reported by: kris via pointyhat
v. 1.41 date: 2006/08/26 20:07:52; author: mezz; state: Exp; lines: +1 -3 Remove PATCH_DEPENDS and rename the post-patch target to pre-configure. It makes more sense. Should fix the build in a few of other tinderboxes, but I don't understand why it works for pointyhat thought. Reported by: novel
v. 1.40 date: 2006/08/24 23:33:51; author: ahze; state: Exp; lines: +5 -22 - Update to 2.5
v. 1.39 date: 2006/06/09 18:00:27; author: ahze; state: Exp; lines: +1 -1 - Transfer MAINTAINER to multimedia@ Approved by: dhw (postmaster, for using multimedia@ as maintainer) gnome (gstreamer ports)
v. 1.38 date: 2006/04/15 23:41:09; author: ahze; state: Exp; lines: +1 -2 - Make portlint happy PR: ports/95829 Submitted by: Alexander Botero-Lowry
v. 1.37 date: 2006/02/23 10:34:26; author: ade; state: Exp; lines: +2 -2 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.36 date: 2006/01/28 21:18:45; author: ahze; state: Exp; lines: +1 -2 - Change the pre-patch: build-depends to PATCH_DEPENDS= ${BUILD_DEPENDS} to make sure we have libtool and stuf for post-patch Reported by: kris
v. 1.35 date: 2005/11/15 06:47:52; author: ade; state: Exp; lines: +1 -3 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.34 date: 2005/04/12 03:24:50; author: obrien; state: Exp; lines: +1 -1 At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
v. 1.33 date: 2005/04/11 08:01:25; author: obrien; state: Exp; lines: +1 -1 Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.32 date: 2005/01/19 05:31:03; author: ahze; state: Exp; lines: +1 -1 - Fix build with new lrintf math functions [1] - Simplify COMMENT - Update pkg-desc Submitted by: Dan Larsson [1]
v. 1.31 date: 2004/12/01 21:46:03; author: ahze; state: Exp; lines: +0 -7 Remove old MPEG4IP knobs that are not used anymore Pointed out by: lofi
v. 1.30 date: 2004/11/27 15:16:11; author: ahze; state: Exp; lines: +1 -1 Use newer version of autoconf/autoheader (259) Submitted by: paulbeard@mac.com
v. 1.29 date: 2004/11/10 01:48:47; author: lioux; state: Exp; lines: +6 -35 o Have faad depend on mpeg4ip-libmp4v2 so mpeg4ip can use faad o Bump PORTREVISION PR: 72205 Submitted by: ahze
v. 1.28 date: 2004/10/29 22:24:41; author: ahze; state: Exp; lines: +1 -1 Change email to new FreeBSD.org address Approved by:adamw (mentor)
v. 1.27 date: 2004/10/18 02:19:57; author: mezz; state: Exp; lines: +6 -2 Only define WITHOUT_MPEG4IP for >=502126 and if you don't already have mpeg4ip previously installed. This is also only a temp fix until mpeg4ip is updated (ports/72206) or fixed. PR: ports/72799 Submitted by: Michael Johnson (maintainer) Pointed out by: spamrefuse@yahoo.com
v. 1.26 date: 2004/10/14 22:09:08; author: mezz; state: Exp; lines: +3 -0 Disable depend on mpeg4ip until new mpeg4ip is committed. The current mpeg4ip is broke, so disable this to allow other apps to get build with faad. Requested by: Michael Johnson (maintainer)
v. 1.25 date: 2004/10/14 05:11:26; author: edwin; state: Exp; lines: +36 -6 Backout previous commit because the rest of the updates can't be tested because I'm still on 5.2.1 and I can't compile gcc34 and the only packages for gcc34 I find are 4.10 or 5.3. Bummer!
v. 1.24 date: 2004/10/14 01:23:27; author: edwin; state: Exp; lines: +6 -35 [MAINTAINER] audio/faad2: Patch for new mpeg4ip [2 of 4] - make faad use libmp4v2 so mpeg4ip can use faad. PR: ports/72205 Submitted by: Michael Johnson
v. 1.23 date: 2004/10/04 21:29:46; author: linimon; state: Exp; lines: +2 -0 Set NO_CDROM due to licensing restrictions. PR: ports/71655 Submitted by: Michael Johnson (maintainer) Approved by: portmgr (implicit)
v. 1.22 date: 2004/08/29 11:25:10; author: pav; state: Exp; lines: +4 -1 - Only use SDL support if WITHOUT_MPEG4IP is not defined PR: ports/71041 Pointed out by: Submitted by: Michael Johnson (maintainer)
v. 1.21 date: 2004/07/09 17:41:51; author: marcus; state: Exp; lines: +1 -1 Apply a big libtool patch to allow porters to use the libtool installed by the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
v. 1.20 date: 2004/06/04 17:29:08; author: ade; state: Exp; lines: +2 -2 Sync with new bsd.autotools.mk
v. 1.19 date: 2004/05/25 19:16:08; author: pav; state: Exp; lines: +1 -1 - Switch to MASTER_SITE_SOURCEFORGE_EXTENDED PR: ports/67190 Submitted by: michael johnson (maintainer)
v. 1.18 date: 2004/05/24 09:10:11; author: krion; state: Exp; lines: +5 -15 - Fix decoding files on AMD64 [1] - Fix mess with plist files - Bump PORTREVISION PR: ports/67060 [1] Submitted by: tjr [1], krion [2] Approved by: maintainer
v. 1.17 date: 2004/05/17 08:00:17; author: krion; state: Exp; lines: +1 -1 - Fix install if WITHOUT_MPEG4IP is defined but it's installed. PR: ports/66723 Submitted by: maintainer
v. 1.16 date: 2004/05/14 13:06:33; author: pav; state: Exp; lines: +51 -14 - Update to 2.0 release - Use external mpeg4ip, provide knob to use internal one PR: ports/66598 Submitted by: michael johnson (maintainer)
v. 1.15 date: 2004/05/12 13:23:47; author: pav; state: Exp; lines: +7 -10 - configure --with-drm - Makefile cleanup - Pass maintainership to submitter PR: ports/66543 Submitted by: michael johnson Approved by: maintainer
v. 1.14 date: 2004/05/10 09:18:04; author: pav; state: Exp; lines: +1 -1 - Fix typo in PORTREVISION
v. 1.13 date: 2004/05/10 09:12:16; author: pav; state: Exp; lines: +4 -0 - Install systems.h header. This will help faac to build independently. PR: ports/66360 Submitted by: michael johnson Approved by: maintainer
v. 1.12 date: 2004/04/13 12:57:26; author: arved; state: Exp; lines: +0 -6 Make it work on 64bit platforms. PR: 64964 Submitted by: tjr Obtained from: faad CVS
v. 1.11 date: 2004/04/02 05:50:21; author: pav; state: Exp; lines: +6 -0 - Mark IGNORE for amd64, it builds but does not work properly. PR: ports/64964 Submitted by: tjr Approved by: maintainer
v. 1.10 date: 2004/03/14 06:15:56; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.9 date: 2004/03/05 07:27:02; author: marcus; state: Exp; lines: +5 -3 Update to 2.0. Submitted by: Simon Barner Approved by: maintainer
v. 1.8 date: 2004/02/04 05:18:27; author: marcus; state: Exp; lines: +1 -1 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
v. 1.7 date: 2003/10/27 09:11:25; author: kris; state: Exp; lines: +2 -2 portlint (whitespace cleanup)
v. 1.6 date: 2003/07/12 20:51:02; author: osa; state: Exp; lines: +4 -3 Use ${MASTER_SITE_SOURCEFORGE} and USE_GETOPT_LONG Approved by: maintainer PR: 50798
v. 1.5 date: 2003/06/26 22:58:22; author: ade; state: Exp; lines: +3 -3 libtool uber-patch * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
v. 1.4 date: 2003/06/15 00:29:36; author: kris; state: Exp; lines: +1 -0 Avoid buffer overflow in option processing and bump PORTREVISION. Obtained from: OpenBSD
v. 1.3 date: 2003/06/09 18:57:03; author: lioux; state: Exp; lines: +2 -0 o Fix build when GNU auto* tools are previously installed by forcing build-depends target to happen in pre-patch stage o Check Makefile comments for more information PR: 52455 Submitted by: David Yeske Approved by: maintainer (timeout 2 weeks)
v. 1.2 date: 2003/02/21 10:59:27; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.1 date: 2003/01/18 19:21:13; author: lioux; state: Exp; New port faad version 1.1: A LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder PR: 46884 Submitted by: Sean McGovern =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm