/java/java-cup/

reebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/libvpx
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2019-07-271-0/+1
| | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
* multimedia/libvpx: update 1.8.1jbeich2019-07-203-6/+6
| | | | | | Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.8.0..v1.8.1 ABI: https://abi-laboratory.pro/tracker/timeline/libvpx/ Reported by: Repology
* multimedia/libvpx: handle snapshots in version stringjbeich2019-02-061-0/+3
| | | | | | - head(1) which is not part of native-xtools - CHANGELOG is only updated on releases - similar change was done in multimedia/aom
* multimedia/libvpx: update 1.8.0jbeich2019-02-065-28/+25
| | | | | | | | www/firefox, www/firefox-esr, mail/thunderbird wait for upstream fix via https://bugzilla.mozilla.org/show_bug.cgi?id=1525393 Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.7.0..v1.8.0 ABI: https://abi-laboratory.pro/tracker/timeline/libvpx/
* multimedia/libvpx: restore NEON on armv6 after r466922jbeich2019-01-023-5/+73
| | | | | | - Only armv6 needs -meabi=5 - Build NEON files on armv6 - Respect CPUTYPE on armv7 and aarch64
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-12-121-1/+1
| | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
* multimedia/libvpx: standardize variable name holding AT_HWCAP valuejbeich2018-12-042-9/+9
|
* multimedia/libvpx: assume NEON on armv7jbeich2018-12-042-1/+9
|
* multimedia/libvpx: simplify NEON/VSX detection on FreeBSD 12jbeich2018-12-042-17/+23
|
* multimedia/libvpx: backport use-after-free fixjbeich2018-10-022-1/+14
| | | | | | | https://bugs.chromium.org/p/chromium/issues/detail?id=842265 Inspired by: Mozilla Obtained from: upstream (Chromium 68, Firefox 62)
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-07-301-0/+1
| | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
* multimedia/libvpx: unbreak on powerpc*jbeich2018-06-133-12/+68
| | | | | | | | | - newer libstdc++ ABI is required by many consumers - -mspe and -maltivec are mutually exclusive - implement VSX detection for powerpc and powerpc64 PR: 228586 Submitted by: jhibbits (based on)
* multimedia/libvpx: chase HTTP redirectjbeich2018-05-051-1/+1
| | | | Reported by: Repology
* multimedia/libvpx: enable NEON on armv6 with more CPUTYPE valuesjbeich2018-04-103-5/+24
| | | | | PR: 224107 Submitted by: Mikaël Urankar
* multimedia/libvpx: merge static post-patch into filejbeich2018-04-102-3/+10
| | | | PR: 224107
* multimedia/libvpx: drop explicit targetsjbeich2018-04-102-12/+18
| | | | PR: 224107
* multimedia/libvpx: unbreak on armv7jbeich2018-04-101-1/+1
| | | | | | | | | | | vpx_ports/arm_cpudetect.c.o: In function `arm_cpu_caps': arm_cpudetect.c:(.text+0x48): undefined reference to `getauxval' arm_cpudetect.c:(.text+0x78): undefined reference to `getauxval' c++: error: linker command failed with exit code 1 (use -v to see invocation) PR: 224107 Reported by: pkg-fallout Submitted by: Mikaël Urankar
* multimedia/libvpx: update 1.7.0jbeich2018-01-264-13/+20
| | | | | Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.6.1..v1.7.0 ABI: https://abi-laboratory.pro/tracker/timeline/libvpx/
* Allow to build on sparc64 and powerpc.danfe2018-01-191-0/+2
|
* OPTIONS_SUB only cares about being defined, its content is ignored.mat2017-11-211-1/+1
| | | | Sponsored by: Absolight
* multimedia/libvpx: unbreak on amd64 after r454153jbeich2017-11-142-0/+5
| | | | | | | | | | nasm -Ox -f elf64 -I./ -I"/wrkdirs/usr/ports/multimedia/libvpx/work/libvpx-1.6.1"/ -o vpx_dsp/x86/intrapred_sse2.asm.o vpx_dsp/x86/intrapred_sse2.asm vpx_dsp/x86/intrapred_sse2.asm:64: error: invalid combination of opcode and operands third_party/x86inc/x86inc.asm:1383: ... from macro `movd' defined here third_party/x86inc/x86inc.asm:1283: ... from macro `RUN_AVX_INSTR' defined here Reported by: antoine Pointy hat to: jbeich
* multimedia/libvpx: use nasm by default, following ffmpegjbeich2017-11-141-1/+1
|
* multimedia/libvpx: add missing glibc 2.19+ compatjbeich2017-10-091-1/+4
|
* multimedia/libvpx: oops, properly cast a_typejbeich2017-10-091-1/+1
|
* multimedia/libvpx: unblock build on mips*jbeich2017-10-092-5/+16
| | | | | mips* cannot use lang/gcc*, so let it use GCC 4.2 in base. Other archs may work as well but x86 won't per r422956.
* multimedia/libvpx: detect NEON on armv7 at runtimejbeich2017-10-092-2/+60
| | | | | - armv6 may have NEON depending on CPUTYPE - aarch64 always has NEON but not AT_HWCAP
* multimedia/libvpx: adjust for real armv7 targetjbeich2017-10-091-4/+10
| | | | NEON is currently enabled by default.
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-111-1/+1
| | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-011-0/+1
| | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
* multimedia/libvpx: rename RUNTIME to RTCPU like ffmpeg, mplayerjbeich2017-01-221-6/+6
|
* multimedia/libvpx: slightly improve readabilityjbeich2017-01-221-14/+18
|
* multimedia/libvpx: grab and drop architecture whitelistjbeich2017-01-223-49/+12
| | | | | | PR: 216191 Approved by: ashish (previous maintainer) MFH: 2017Q1
* The output of tools like awk, date, sort, tr,... depends on the currenttijl2017-01-181-1/+0
| | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine)
* multimedia/libvpx: unbreak SHARED=off after r394231jbeich2017-01-171-0/+2
| | | | /usr/bin/strip: '.../stage/usr/local/lib/libvpx.so.*.*.*': No such file
* multimedia/libvpx: update 1.6.1jbeich2017-01-174-31/+6
| | | | | | Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.6.0..v1.6.1 ACC report: https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.6.0_to_1.6.1/compat_report.html MFH: 2017Q1 (maybe security from fuzz fixes)
* - Remove bogus (in presence of USE_GITHUB) USES=tar*amdmi32016-12-271-1/+1
| | | | | | - While here, minor cosmetic and license fixes Approved by: portmgr blanket
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-11-201-0/+1
| | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler.
* multimedia/libvpx: update 1.6.0jbeich2016-09-309-268/+17
| | | | | | | | | | | | | | | | ABI is incompatible... or not? SONAME has changed but the removed vp10 symbols weren't actually exposed (and still aren't). Note, FreeBSD 9.x now builds with Clang 3.4 because GCC 4.2 fails: vp9/encoder/x86/vp9_frame_scale_ssse3.c: In function 'eight_tap_row_ssse3': vp9/encoder/x86/vp9_frame_scale_ssse3.c:93: internal compiler error: in simplify_binary_operation_1, at simplify-rtx.c:2563 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.5.0..v1.6.0 ACC report: https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.5.0_to_1.6.0/compat_report.html
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* multimedia/libvpx: bundled fixes from Firefoxjbeich2016-03-155-0/+227
| | | | | Obtained from: upstream, Mozilla MFH: 2016Q1 (maybe security)
* Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.mat2016-03-081-2/+2
| | | | | | | | | | | | Fix distinfo for the offending ports. lang/yorick's tag was moved, and the added patch was no longer needed. PR: 207644 Submitted by: mat Exp-run by by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D4268
* multimedia/libvpx: unbreak build on aarch64jbeich2015-11-152-1/+5
| | | | Approved by: portmgr blanket
* multimedia/libvpx: update 1.5.0jbeich2015-11-155-37/+8
| | | | | | | | | | ABI isn't compatible, so bump PORTREVISION in consumers. Changes: https://chromium.googlesource.com/webm/libvpx/+log/e67d45d..v1.5.0 ACC report: https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.4.0.488_1_to_1.5.0/compat_report.html PR: 204478 Exp-run by: antoine Approved by: ashish (maintainer)
* multimedia/libvpx: bring more Chromium defaultsjbeich2015-11-111-4/+11
| | | | | | | | | | | - Add SIZE_LIMIT to work around CVE-2015-4506 - Add MULTIRES and extend POSTPROC - Sort options PR: 203410 Approved by: maintainer timeout (6 weeks) MFH: 2015Q4 Security: 6ca7eddd-d436-486a-b169-b948436bcf14
* multimedia/libvpx: update to 1.4.0.488 (snapshot)jbeich2015-08-156-43/+62
| | | | | | | | | | | | | | | | | | | | | | Sync system libvpx with bundled libvpx in Firefox 40 in order to fix vulnerabilities in the former. While here fix other issues: - Add powerpc targets removed by upstream - Add sparc64 support [1] - Improve gcc42 workaround [2] - Strip binaries as reported by stage-qa - Drop unused -no-integrated-as hack for Clang Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.4.0..e67d45d ACC report: https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.4.0_to_1.4.0.488/compat_report.html PR: 202270 PR: 186394 [1] (based on) PR: 189136 [2] Exp-run by: antoine Approved by: ashish (maintainer) MFH: 2015Q3 Security: http://www.vuxml.org/freebsd/34e60332-2448-4ed6-93f0-12713749f250.html
* - Remove dependency on bash, not required anymoreashish2015-06-151-6/+1
| | | | | | | - Remove old %%DESTDIR%% REINPLACE_CMD from post-patch PR: 200839 Submitted by: tijl
* multimedia/libvpx: update to 1.4.0jbeich2015-06-096-72/+25
| | | | | | | | | | ABI isn't compatible, so bump PORTREVISION in consumers. Changes: https://chromium.googlesource.com/webm/libvpx/+/v1.4.0 Differential Revision: https://reviews.freebsd.org/D2570 Exp-run by: antoine Approved by: ashish, multimedia (kwm) Approved by: maintainer timeout (ale, dinoex; 2 weeks)
* Fix build error introduced by changes to default behavior of perl port.sbruno2015-06-011-1/+4
| | | | | | | Apply shebangfix to build/make/ads2gas.pl as it was invoking /usr/bin/perl. PR: 200535 Reviewed by: kwm
* Remove $FreeBSD$ from patches files everywhere.mat2015-05-233-9/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* - Add CPE infoamdmi32015-05-051-1/+2
| | | | Approved by: portmgr blanket
* multimedia category: Remove $PTHREAD_LIBSmarino2015-03-261-2/+0
| | | | approved by: PTHREAD blanket
* - Fix build with GCC 5ashish2015-02-151-0/+31
| | | | | PR: 197624 Submitted by: marino
* - Drop @dirrm* from and add empty directories to pkg-plistsamdmi32015-02-021-1/+0
| | | | Approved by: portmgr blanket
* - Add support for building on ARMv6 platformsashish2014-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>
* Add fix for building with clang 3.5ashish2014-12-083-0/+55
|
* - Convert USE_BZIP2 to USESamdmi32014-06-061-3/+2
| | | | | | - Clarify LICENSE Approved by: portmgr blanket
* - Fix breakage on 9-STABLE due to GCC changes in r260075ashish2014-01-131-0/+6
| | | | | PR: ports/185657 Submitted by: Helge Oldach <ports-libvpx-jan14 at oldach.net>
* - Update to 1.3.0ashish2014-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>
* - Fix bug where upgrading port results in missing files[1]ashish2013-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]
* - Add staging supportashish2013-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]
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | multimedia)
* - convert to the new perl5 frameworkaz2013-09-151-2/+2
| | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* Convert to new options frameworkbapt2013-05-111-23/+12
| | | | While here remove test for unsupported versions
* - Fix all cases of 'No newline at end of file' in ports treeak2013-02-011-1/+1
| | | | Approved by: portmgr (bapt)
* Fix build on systems with non UTF-8 localepawel2012-09-281-0/+9
| | | | | | PR: ports/169369 Submitted by: myself Approved by: maintainer timeout (3 months)
* - Update to 1.1ashish2012-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>
* - Update to 1.0.0ashish2012-02-164-16/+17
|
* - Update to 0.9.7-p1[1]ashish2011-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]
* Update libvpx to 0.9.6mm2011-05-044-9/+9
| | | | | | | Bump PORTREVISION of depending ports PR: ports/155522 Approved by: maintainer (timeout)
* - Update to 0.9.5.ashish2010-11-213-7/+7
| | | | | | PR: ports/152198 Submitted by: kwm Approved by: tabthorpe (mentor)
* - Remove the workaround for LICENSE.ashish2010-09-281-4/+1
| | | | | Submitted by: swell.k at gmail.com Approved by: pgj (mentor, implicit)
* - Add IA64 support.ashish2010-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)