aboutsummaryrefslogtreecommitdiffstats
path: root/audio/faad
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build with new lrintf math functions [1]ahze2005-01-194-7/+64
| | | | | | | - Simplify COMMENT - Update pkg-desc Submitted by: Dan Larsson [1]
* Remove old MPEG4IP knobs that are not used anymoreahze2004-12-021-7/+0
| | | | Pointed out by: lofi
* Use newer version of autoconf/autoheader (259)ahze2004-11-271-1/+1
| | | | Submitted by: paulbeard@mac.com
* o Have faad depend on mpeg4ip-libmp4v2 so mpeg4ip can use faadlioux2004-11-102-44/+6
| | | | | | | o Bump PORTREVISION PR: 72205 Submitted by: ahze
* Change email to new FreeBSD.org addressahze2004-10-301-1/+1
| | | | Approved by:adamw (mentor)
* Fix the build on amd64.mezz2004-10-211-0/+47
| | | | | | | | | PR: ports/72943 Reported by: pointyhat via kris sean@mcneil.com Submitted by: sean@mcneil.com (patch) Michael Johnson <ahze@ahze.net> (maintainer) Tested by: sean@mcneil.com
* Only define WITHOUT_MPEG4IP for >=502126 and if you don't already have mpeg4ipmezz2004-10-181-2/+6
| | | | | | | | | previously installed. This is also only a temp fix until mpeg4ip is updated (ports/72206) or fixed. PR: ports/72799 Submitted by: Michael Johnson <ahze@ahze.net> (maintainer) Pointed out by: spamrefuse@yahoo.com
* Disable depend on mpeg4ip until new mpeg4ip is committed. The current mpeg4ipmezz2004-10-151-0/+3
| | | | | | is broke, so disable this to allow other apps to get build with faad. Requested by: Michael Johnson <ahze@ahze.net> (maintainer)
* Backout previous commit because the rest of the updates can't beedwin2004-10-142-6/+45
| | | | | 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!
* [MAINTAINER] audio/faad2: Patch for new mpeg4ip [2 of 4]edwin2004-10-142-44/+6
| | | | | | | - make faad use libmp4v2 so mpeg4ip can use faad. PR: ports/72205 Submitted by: Michael Johnson <ahze@ahze.net>
* Fix WWW linekrion2004-10-121-1/+1
| | | | | PR: ports/71597 Submitted by: maintainer
* Set NO_CDROM due to licensing restrictions.linimon2004-10-051-0/+2
| | | | | | PR: ports/71655 Submitted by: Michael Johnson <ahze at ahze dot net> (maintainer) Approved by: portmgr (implicit)
* - Only use SDL support if WITHOUT_MPEG4IP is not definedpav2004-08-291-1/+4
| | | | | | PR: ports/71041 Pointed out by: <ingmar.gebert@stud.uni-rostock.de> Submitted by: Michael Johnson <ahze@ahze.net> (maintainer)
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Sync with new bsd.autotools.mkade2004-06-051-2/+2
|
* - Switch to MASTER_SITE_SOURCEFORGE_EXTENDEDpav2004-05-261-1/+1
| | | | | PR: ports/67190 Submitted by: michael johnson <ahze@ahze.net> (maintainer)
* - Fix decoding files on AMD64 [1]krion2004-05-243-15/+108
| | | | | | | | | - Fix mess with plist files - Bump PORTREVISION PR: ports/67060 [1] Submitted by: tjr [1], krion [2] Approved by: maintainer
* - Fix install if WITHOUT_MPEG4IP is defined but it's installed.krion2004-05-171-1/+1
| | | | | PR: ports/66723 Submitted by: maintainer
* - Update to 2.0 releasepav2004-05-145-152/+53
| | | | | | | - Use external mpeg4ip, provide knob to use internal one PR: ports/66598 Submitted by: michael johnson <ahze@ahze.net> (maintainer)
* - configure --with-drmpav2004-05-122-10/+8
| | | | | | | | | - Makefile cleanup - Pass maintainership to submitter PR: ports/66543 Submitted by: michael johnson <ahze@ahze.net> Approved by: maintainer
* - Fix typo in PORTREVISIONpav2004-05-101-1/+1
|
* - Install systems.h header. This will help faac to build independently.pav2004-05-102-0/+5
| | | | | | PR: ports/66360 Submitted by: michael johnson <ahze@ahze.net> Approved by: maintainer
* Make it work on 64bit platforms.arved2004-04-132-6/+92
| | | | | | PR: 64964 Submitted by: tjr Obtained from: faad CVS
* - Mark IGNORE for amd64, it builds but does not work properly.pav2004-04-021-0/+6
| | | | | | PR: ports/64964 Submitted by: tjr Approved by: maintainer
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | 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.
* Update to 2.0.marcus2004-03-058-96/+36
| | | | | Submitted by: Simon Barner <barner@in.tum.de> Approved by: maintainer
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* portlint (whitespace cleanup)kris2003-10-271-2/+2
|
* unbreak for -CURRENT.sf2003-07-141-7/+6
| | | | respect CFLAGS.
* Use ${MASTER_SITE_SOURCEFORGE} and USE_GETOPT_LONGosa2003-07-131-3/+4
| | | | | Approved by: maintainer PR: 50798
* libtool uber-patchade2003-06-271-3/+3
| | | | | | | | | | | * 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)
* Avoid buffer overflow in option processing and bump PORTREVISION.kris2003-06-152-0/+40
| | | | Obtained from: OpenBSD
* o Fix build when GNU auto* tools are previously installed by forcinglioux2003-06-101-0/+2
| | | | | | | | | build-depends target to happen in pre-patch stage o Check Makefile comments for more information PR: 52455 Submitted by: David Yeske <dyeske@yahoo.com> Approved by: maintainer (timeout 2 weeks)
* Link with CXX to avoid missing symbols in library implemented in C++.mdodd2003-04-021-4/+11
| | | | Approved by: maintainer
* De-pkg-comment.knu2003-02-212-1/+1
|
* New port faad version 1.1: A LC, MAIN and LTP profile, MPEG2 andlioux2003-01-199-0/+133
MPEG-4 AAC decoder PR: 46884 Submitted by: Sean McGovern <sean@sfarc.net>