aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libvpx
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build with GCC 5Ashish SHUKLA2015-02-151-0/+31
| | | | | | | | PR: 197624 Submitted by: marino Notes: svn path=/head/; revision=379037
* - Drop @dirrm* from and add empty directories to pkg-plistsDmitry Marakasov2015-02-011-1/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=378270
* - Add support for building on ARMv6 platformsAshish SHUKLA2014-12-103-0/+25
| | | | | | | | | | Thanks to sbruno@ for testing the port build on ARMv6 PR: 195466 Submitted by: mikael.urankar <mikael.urankar at gmail dot com> Notes: svn path=/head/; revision=374472
* Add fix for building with clang 3.5Ashish SHUKLA2014-12-083-0/+55
| | | | Notes: svn path=/head/; revision=374255
* - Convert USE_BZIP2 to USESDmitry Marakasov2014-06-061-3/+2
| | | | | | | | | - Clarify LICENSE Approved by: portmgr blanket Notes: svn path=/head/; revision=356766
* - Fix breakage on 9-STABLE due to GCC changes in r260075Ashish SHUKLA2014-01-121-0/+6
| | | | | | | | PR: ports/185657 Submitted by: Helge Oldach <ports-libvpx-jan14 at oldach.net> Notes: svn path=/head/; revision=339519
* - Update to 1.3.0Ashish SHUKLA2014-01-096-30/+26
| | | | | | | | | | | | - Use distfile provided by Debian - Add dependency on GCC from ports when building on 8.x (amd64) due to code generation issue with built-in GCC PR: ports/185212 Submitted by: Jan Beich <jbeich at tormail.org> Notes: svn path=/head/; revision=339215
* - Fix bug where upgrading port results in missing files[1]Ashish SHUKLA2013-12-184-37/+14
| | | | | | | | | | - Use OptionsNG helpers - Fix spacing in WWW line in pkg-descr to comply with portlint Reported by: Ole <ole at coalmont.net>[1] Notes: svn path=/head/; revision=336806
* - Add staging supportAshish SHUKLA2013-10-256-21/+43
| | | | | | | | | | | | - Fix ownership of installed files[0] - Fix building on systems with non UTF-8 locale[1] - Fix building on 10.x and later PR: ports/182693[0], ports/169369[1] Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> (via private mail)[1] Notes: svn path=/head/; revision=331559
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* - convert to the new perl5 frameworkAndrej Zverev2013-09-151-2/+2
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327343
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Convert to new options frameworkBaptiste Daroussin2013-05-111-23/+12
| | | | | | | While here remove test for unsupported versions Notes: svn path=/head/; revision=317872
* - Fix all cases of 'No newline at end of file' in ports treeAlex Kozlov2013-02-011-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=311381
* Fix build on systems with non UTF-8 localePawel Pekala2012-09-271-0/+9
| | | | | | | | | PR: ports/169369 Submitted by: myself Approved by: maintainer timeout (3 months) Notes: svn path=/head/; revision=304971
* - Update to 1.1Ashish SHUKLA2012-06-165-15/+30
| | | | | | | | | | | - Relax dependency check in BUILD_DEPENDS by replacing path with names of programs[1] PR: ports/169126[1] Submitted by: Jan Beich <jbeich@tormail.org> Notes: svn path=/head/; revision=299384
* - Update to 1.0.0Ashish SHUKLA2012-02-164-16/+17
| | | | Notes: svn path=/head/; revision=291537
* - Update to 0.9.7-p1[1]Ashish SHUKLA2011-09-194-6/+29
| | | | | | | | | | | | | | | - Disable installing documentation due to incompatibility with doxygen[2] - Enable support for PowerPC architectures[3] - Fix port to not assume GCC for ${LD}[4] PR: ports/155937[2], ports/152890[3], ports/159193[4] Submitted by: Francisco de Borja Lopez Rio <borja@codigo23.net>[1] (via private email) Peter Jeremy <peterjeremy@acm.org>[2] Jason Bacon <jwbacon@tds.net>[3] Test Rat <ttsestt@gmail.com>[4] Notes: svn path=/head/; revision=281997
* Update libvpx to 0.9.6Martin Matuska2011-05-034-9/+9
| | | | | | | | | | Bump PORTREVISION of depending ports PR: ports/155522 Approved by: maintainer (timeout) Notes: svn path=/head/; revision=273581
* - Update to 0.9.5.Ashish SHUKLA2010-11-213-7/+7
| | | | | | | | | PR: ports/152198 Submitted by: kwm Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=264861
* - Remove the workaround for LICENSE.Ashish SHUKLA2010-09-281-4/+1
| | | | | | | | Submitted by: swell.k at gmail.com Approved by: pgj (mentor, implicit) Notes: svn path=/head/; revision=262033
* - Add IA64 support.Ashish SHUKLA2010-08-213-4/+20
| | | | | | | | | | | | - Mark MAKE_JOBS_SAFE. - Fix pkg-plist for WITHOUT_SHARED case. PR: ports/149789 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=259666
* libvpx is the VP8 Codec SDK.Ashish SHUKLA2010-06-244-0/+111
WWW: http://www.webmproject.org/ PR: ports/146798 Submitted by: Ashish SHUKLA <ashish at FreeBSD.org> Approved by: tabthorpe (mentor) Feature safe: yes Notes: svn path=/head/; revision=256906