aboutsummaryrefslogtreecommitdiff
path: root/audio/faac
Commit message (Collapse)AuthorAgeFilesLines
* Fix fetching with the new SF layoutErwin Lansing2009-08-221-1/+1
| | | | | | | Submitted by: pointyhat Notes: svn path=/head/; revision=240159
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Add MAKE_JOBS_SAFE to support SMP compilationMartin Matuska2009-03-241-0/+1
| | | | Notes: svn path=/head/; revision=230877
* - Update to 1.28Martin Wilke2009-02-212-16/+17
| | | | | | | | PR: 131835 Submitted by: Ports Fury Notes: svn path=/head/; revision=228781
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* Remove the drm, which drm causes faac/faad to not be able get mplayer andJeremy Messenger2007-11-141-1/+1
| | | | | | | | | | other applications function correct. Bump the PORTREVISION. Reported by: a few in freebsd-multimedia@ Approved by: portmgr (marcus) Notes: svn path=/head/; revision=202710
* Update to 1.26Michael Johnson2007-10-232-6/+6
| | | | Notes: svn path=/head/; revision=201818
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-1/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* NO_PACKAGE is not appropriate; use RESTRICTED insteadKris Kennaway2006-09-021-1/+1
| | | | Notes: svn path=/head/; revision=171943
* - Change post-patch to pre-configure as times with autotools have changed.Michael Johnson2006-08-281-2/+1
| | | | Notes: svn path=/head/; revision=171492
* - Update to 1.25Michael Johnson2006-08-244-70/+29
| | | | Notes: svn path=/head/; revision=171349
* - Transfer MAINTAINER to multimedia@Michael Johnson2006-06-091-1/+1
| | | | | | | | Approved by: dhw (postmaster, for using multimedia@ as maintainer) gnome (gstreamer ports) Notes: svn path=/head/; revision=164918
* - Since mpeg4ip support is on by default test for WITHOUT_MPEG4IP instead ofMichael Johnson2006-05-101-2/+2
| | | | | | | WITH_MPEG4IP Notes: svn path=/head/; revision=161861
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Change pre-patch: build-depends to PATCH_DEPENDS= ${BUILD_DEPENDS}Michael Johnson2006-01-281-3/+2
| | | | Notes: svn path=/head/; revision=154684
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-3/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* - Add SHA256Michael Johnson2005-11-091-0/+1
| | | | | | | - Add SIZE to a few ports Notes: svn path=/head/; revision=147668
* - Bump PORTREVISION to force rebuild with new mpeg4ip-libmp4v2Michael Johnson2005-05-191-2/+2
| | | | | | | | | | | will have weird audio files if not. Note: if you want to play in iTunes(R) use the --no-midside switch in faac or it won't sound great and will randomly crash iTunes(R). Notes: svn path=/head/; revision=135602
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - Add missing file to pkg-plistMichael Johnson2005-03-212-1/+2
| | | | Notes: svn path=/head/; revision=131812
* - Update pkg-descr and COMMENTMichael Johnson2005-01-192-4/+6
| | | | Notes: svn path=/head/; revision=126761
* - Add option for mpeg4 audio coding via mpeg4ip-libmp4v2 (WITH_MPEG4IP)Michael Johnson2004-11-281-2/+14
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=122667
* Back out of last commit, this causes major problems with mpeg4ip with an ↵Michael Johnson2004-11-281-7/+1
| | | | | | | endless loop on build. We'll just have to wait for mpeg4ip & mpeg4ip-libmp4v2 to be fixed. Notes: svn path=/head/; revision=122640
* - Add a temporary work around if you have multimedia/mpeg4ip-libmp4v2 installedMichael Johnson2004-11-271-1/+7
| | | | | | | | | | | without multimedia/mpeg4ip installed by adding a dependency on multimedia/mpeg4ip this also adds a new know WITH_MPEG4 for use of encoding mpeg4 audio PR: ports/74094 Reported by: many Notes: svn path=/head/; revision=122617
* Use newer version of autoconf/autoheader (259)Michael Johnson2004-11-271-1/+1
| | | | | | | Submitted by: paulbeard@mac.com Notes: svn path=/head/; revision=122613
* Add missing header to fix build of gstreamer-plugins on >5.xMichael Johnson2004-10-301-4/+5
| | | | | | | | | PR: ports/73260 Pointed out by: sean@mcneil.com Approved by: adamw (mentor) Notes: svn path=/head/; revision=120474
* Change email to new FreeBSD.org addressMichael Johnson2004-10-291-1/+1
| | | | | | | Approved by:adamw (mentor) Notes: svn path=/head/; revision=120470
* Re-add accidentally removed prototypeKirill Ponomarev2004-10-262-42/+11
| | | | | | | | PR: ports/73021 Submitted by: maintainer Notes: svn path=/head/; revision=120266
* [MAINTAINER] audio/faac: [Fix build on 6.0-CURRENT]Edwin Groothuis2004-10-131-1/+3
| | | | | | | | | | | | - Fix build on 6.0 Tested and Reported by: Chris Johnson <cjohnson@wcug.wwu.edu> PR: ports/72593 Submitted by: Michael Johnson <ahze@ahze.net> Reviewed by: Chris Johnson <cjohnson@wcug.wwu.edu> Notes: svn path=/head/; revision=119134
* Fix WWW lineKirill Ponomarev2004-10-121-1/+1
| | | | | | | | PR: ports/71598 Submitted by: maintainer Notes: svn path=/head/; revision=118880
* Move devel/autoconf->devel/autoconf253 and devel/automake->devel/automake15Ade Lovett2004-08-031-2/+2
| | | | | | | | | | All autotools ports are now truly versioned and do not conflict with each other. This marks the end of "Phase 1" of the autotools updates. Notes: svn path=/head/; revision=115365
* Remove windows stuff and fix so faac will compile with gstreamer-pluginsYing-Chieh Liao2004-07-222-0/+81
| | | | | | | | PR: 69388 Submitted by: maintainer Notes: svn path=/head/; revision=114382
* - Switch to newer autoheaderPav Lucistnik2004-06-061-1/+1
| | | | | | | | PR: ports/67616 Submitted by: michael johnson <ahze@ahze.net> (maintainer) Notes: svn path=/head/; revision=110967
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-1/+1
| | | | Notes: svn path=/head/; revision=110841
* - Switch to MASTER_SITE_SOURCEFORGE_EXTENDEDPav Lucistnik2004-05-251-1/+1
| | | | | | | | PR: ports/67190 Submitted by: michael johnson <ahze@ahze.net> (maintainer) Notes: svn path=/head/; revision=110002
* Remove dependency on faad.Mark Linimon2004-05-131-2/+0
| | | | | | | | PR: ports/66593 Submitted by: michael johnson <ahze@ahze.net> (maintainer) Notes: svn path=/head/; revision=109085
* - Avoid extract depend on faad now that it provides all required headersPav Lucistnik2004-05-101-3/+1
| | | | | | | | PR: ports/66361 Submitted by: michael johnson <ahze@ahze.net> (maintainer) Notes: svn path=/head/; revision=108815
* Add faac, an AAC audio encoder. FAAC currently supports MPEG-4 LTP,Pav Lucistnik2004-05-064-0/+56
MAIN and LOW COMPLEXITY object types and MAIN and LOW MPEG-2 object types. It also supports multichannel and gapless encoding. WWW: http://faac.sourceforge.net/ PR: ports/66303 Submitted by: michael johnson <ahze@ahze.net> Notes: svn path=/head/; revision=108523