aboutsummaryrefslogtreecommitdiff
path: root/audio/faad
Commit message (Collapse)AuthorAgeFilesLines
* audio/faad: Update to 2.10.0.Thomas Zander2021-04-116-39/+10
| | | | | | | | | | | | Details: - Update to upstream version 2.10.0. - Follow upstream development to the GitHub page. - Remove references to the now-defunct former project page: http://www.audiocoding.com/ PR: 254711 Reported by: pi MFH: 2021Q2
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Switch to USES=localbaseDmitry Marakasov2019-11-292-4/+3
| | | | | | | | | - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=518638
* Fix build on several architectures (ensure __builtin_bswap16 is available)Thomas Zander2018-07-072-4/+13
| | | | | | | | | PR: 229339 Submitted by: tobik MFH: 2018Q3 Notes: svn path=/head/; revision=474080
* Mark ports broken on mips64 that are already broken on powerpc64. InMark Linimon2018-07-021-0/+2
| | | | | | | | | | | | most cases, the failure mode is the same. Also, mark them broken on mips when necessary. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473699
* Mark ports broken on powerpc64, categories a-c.Mark Linimon2018-06-181-0/+2
| | | | | | | | | While here, pet portlint and do some other cleanup. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=472665
* Update to upstream version 2.8.8; fix build with multimedia/libquicktimeThomas Zander2017-12-252-4/+6
| | | | | | | | | | | | | | | | Details: - Update to upstream version 2.8.8 - Use REINPLACE_CMD to set FAAD2_VERSION definition for consumers like multimedia/libquicktime. This is, however, no longer supported upstream, see https://sourceforge.net/p/faac/bugs/236/ In future, consumers need to change their detection mechanism for faad2 PR: 224464 Submitted by: mi Notes: svn path=/head/; revision=457214
* Update to upstream version 2.8.6Thomas Zander2017-11-015-269/+22
| | | | Notes: svn path=/head/; revision=453292
* Cleanup patches, a* categories.Mathieu Arnold2016-07-262-15/+15
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* Add LICENSE*, minor cleanups, bump PORTREVISIONThomas Zander2016-06-181-2/+5
| | | | | | | | | PR: 209960 Submitted by: takefu@airport.fm Reviewed by: riggs Notes: svn path=/head/; revision=417060
* Remove $FreeBSD$ from patches files in categories a-j.Mathieu Arnold2015-05-221-3/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387021
* audio category: Remove $PTHREAD_LIBSJohn Marino2015-03-251-2/+2
| | | | | | | | | xmcd didn't pass check-plist (pre-existing), fixed. approved by: PTHREAD blanket Notes: svn path=/head/; revision=382272
* Convert to USES=autoreconfBaptiste Daroussin2014-12-181-4/+1
| | | | Notes: svn path=/head/; revision=374884
* Remove redundant pre-configure (USE_AUTOTOOLS already contains libtoolize)Tijl Coosemans2014-09-131-3/+0
| | | | Notes: svn path=/head/; revision=368132
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-242-5/+5
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=362808
* Convert to USES=dos2unixBaptiste Daroussin2013-11-181-2/+1
| | | | | | | | | While here stagify some of the ports Modernize LIB_DEPENDS Extract zip with bsdtar when possible Notes: svn path=/head/; revision=334194
* Allow packageing as a user[1]Baptiste Daroussin2013-10-131-1/+7
| | | | | | | | | While where strip the final library[2] Reported by: danfe [1], stage-qa [2] Notes: svn path=/head/; revision=330231
* Remove the MAN1 macro leftoversBaptiste Daroussin2013-09-231-2/+0
| | | | | | | Reported by: bsam Notes: svn path=/head/; revision=328006
* Convert to stageBaptiste Daroussin2013-09-232-4/+2
| | | | | | | Remove useless pre/post dancing Notes: svn path=/head/; revision=328004
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* Convert audio from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-6/+2
| | | | | | | | | | | While here: - Trim headers - Convert some USE_GNOME=pkgconfig to USES=pkgconfig - Add some missing pkgconf dependencies - Convert some USE_GNOME=gnomehack to USES=pathfix Notes: svn path=/head/; revision=325727
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Round one migration of ports from automake{19,110} to automake111Ade Lovett2010-10-051-1/+1
| | | | Notes: svn path=/head/; revision=262460
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* Add stdin support from:Brooks Davis2010-02-252-1/+262
| | | | | | | | | | | | | http://svn.slimdevices.com/slim/7.3/trunk/vendor/faad2/bpa-stdin.patch This is required to allow BBCiPlayer support in audio/squeezeboxserver. PR: ports/138213 Submitted by: Mark Knight <markk at knigma dot org> Feature safe: yes Notes: svn path=/head/; revision=250318
* Fix sourceforgeErwin Lansing2009-08-241-1/+1
| | | | | | | Submitted by: pointyhat Notes: svn path=/head/; revision=240254
* -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
* Fix the build on -CURRENT by removing an inline function prototype.Joe Marcus Clarke2009-03-251-0/+13
| | | | Notes: svn path=/head/; revision=230927
* - Add MAKE_JOBS_SAFE to support SMP compilationMartin Matuska2009-03-241-0/+1
| | | | Notes: svn path=/head/; revision=230877
* - Bump PORTREVISION for previous -fPIC fix, otherwise it's invisiblePav Lucistnik2009-03-021-0/+1
| | | | | | | Missed by: beech Notes: svn path=/head/; revision=229380
* - Add PIC flags to fix 64 Bit buildBeech Rintoul2009-03-011-0/+2
| | | | | | | | Submitted by: KATO Tsuguru <tkato432@yahoo.com> Reported by: pointyhat via pav Notes: svn path=/head/; revision=229298
* - Update to version 2.7Martin Wilke2009-02-215-51/+28
| | | | | | | | PR: 131829 Submitted by: ports fury Notes: svn path=/head/; revision=228782
* - Fix a heap-based buffer overflow in the command-line frontend. It allowsPav Lucistnik2008-11-122-0/+18
| | | | | | | | | | | | remote attackers to cause a denial of service (crash) and possibly execute arbitrary code via a crafted MPEG-4 (MP4) file. PR: ports/128512 Submitted by: bf <bf2006a@yahoo.com> Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-4201 Notes: svn path=/head/; revision=222775
* 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 USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209417
* Update to 2.6.1Michael Johnson2008-02-242-5/+4
| | | | Notes: svn path=/head/; revision=207832
* 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 2.6Michael Johnson2007-10-233-24/+4
| | | | Notes: svn path=/head/; revision=201816
* 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
* Fix the build on FreeBSD 4.x.Jeremy Messenger2006-08-311-3/+3
| | | | | | | | PR: ports/102572 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=171746
* - Mark BROKEN on 4.xMichael Johnson2006-08-311-0/+4
| | | | | | | Reported by: kris via pointyhat Notes: svn path=/head/; revision=171719
* Remove PATCH_DEPENDS and rename the post-patch target to pre-configure. ItJeremy Messenger2006-08-261-3/+1
| | | | | | | | | | 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 Notes: svn path=/head/; revision=171449
* - Update to 2.5Michael Johnson2006-08-247-223/+33
| | | | Notes: svn path=/head/; revision=171348
* - 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
* - Make portlint happyMichael Johnson2006-04-151-2/+1
| | | | | | | | PR: ports/95829 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> Notes: svn path=/head/; revision=159667