aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libvpx
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* multimedia/libvpx: update 1.10.0Jan Beich2021-03-253-6/+7
| | | | | | | | Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.9.0..v1.10.0 Reported by: portscout, Repology Notes: svn path=/head/; revision=569168
* multimedia/libvpx: unbreak armv6/armv7 on -CURRENTJan Beich2020-10-151-1/+5
| | | | | | | | | | | as -I./ -I"/wrkdirs/usr/ports/multimedia/libvpx/work/libvpx-1.9.0"/ -march=armv7-a -meabi=5 -mfpu=neon -o vpx_dsp/arm/vpx_convolve_copy_neon_asm.asm.S.o vpx_dsp/arm/vpx_convolve_copy_neon_asm.asm.S /bin/sh: as: not found PR: 250045 Submitted by: mikael (based on) Notes: svn path=/head/; revision=552412
* multimedia/libvpx: update 1.9.0Jan Beich2020-07-313-7/+6
| | | | | | | | | Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.8.2..v1.9.0 ABI: https://abi-laboratory.pro/tracker/timeline/libvpx/ Reported by: portscout, Repology Notes: svn path=/head/; revision=543871
* multimedia/libvpx: update COMMENT and pkg-decrJan Beich2020-01-061-1/+1
| | | | | | | | | Only decoder and encoder are installed. Other features are not maintained by the port. Besides, ffmpeg provides alternative decoder while svt-vp9 provides alternative encoder. Notes: svn path=/head/; revision=522304
* multimedia/libvpx: kill all optionsJan Beich2020-01-062-37/+12
| | | | | | | | | | | | | | | | | None of the consumers were tested with non-default options. As there're no additional dependencies users are better off with Makefile.local which provides access to more e.g. --enable-better-hw-compatibility --enable-onthefly-bitpacking --enable-error-concealment --enable-coefficient-range-checking --enable-postproc-visualizer Similar to multimedia/aom this reduces maintenance. Notes: svn path=/head/; revision=522293
* multimedia/libvpx: convert to _ENABLE option helperJan Beich2020-01-061-10/+8
| | | | Notes: svn path=/head/; revision=522291
* multimedia/libvpx: enable 10/12-bit profilesJan Beich2020-01-061-2/+6
| | | | | | | | | | | - Same as Chromium, VLC, Arch, Fedora, Gentoo, Homebrew - Option named after 10-bit to match multimedia/x265 Requested by: Dima D <dima_bsd@inbox.lv> MFH: 2020Q1 Notes: svn path=/head/; revision=522290
* multimedia/libvpx: fix RTCPU=OFF and POSTPROC=offJan Beich2020-01-061-2/+3
| | | | Notes: svn path=/head/; revision=522289
* multimedia/libvpx: drop redundant flagsJan Beich2020-01-061-3/+1
| | | | | | | All codecs are enabled by default. Notes: svn path=/head/; revision=522288
* multimedia/libvpx: document current Firefox limitJan Beich2020-01-061-1/+1
| | | | | | | See https://bugzilla.mozilla.org/show_bug.cgi?id=1225221 Notes: svn path=/head/; revision=522287
* multimedia/libvpx: update 1.8.2Jan Beich2019-12-203-7/+6
| | | | | | | | | Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.8.1..v1.8.2 ABI: https://abi-laboratory.pro/tracker/timeline/libvpx/ Reported by: portscout Notes: svn path=/head/; revision=520516
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-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 Notes: svn path=/head/; revision=507372
* multimedia/libvpx: update 1.8.1Jan Beich2019-07-193-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 Notes: svn path=/head/; revision=506965
* multimedia/libvpx: handle snapshots in version stringJan Beich2019-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 Notes: svn path=/head/; revision=492309
* multimedia/libvpx: update 1.8.0Jan Beich2019-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/ Notes: svn path=/head/; revision=492305
* multimedia/libvpx: restore NEON on armv6 after r466922Jan Beich2019-01-023-5/+73
| | | | | | | | | - Only armv6 needs -meabi=5 - Build NEON files on armv6 - Respect CPUTYPE on armv7 and aarch64 Notes: svn path=/head/; revision=489061
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-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 Notes: svn path=/head/; revision=487272
* multimedia/libvpx: standardize variable name holding AT_HWCAP valueJan Beich2018-12-042-9/+9
| | | | Notes: svn path=/head/; revision=486566
* multimedia/libvpx: assume NEON on armv7Jan Beich2018-12-042-1/+9
| | | | Notes: svn path=/head/; revision=486565
* multimedia/libvpx: simplify NEON/VSX detection on FreeBSD 12Jan Beich2018-12-042-17/+23
| | | | Notes: svn path=/head/; revision=486564
* multimedia/libvpx: backport use-after-free fixJan Beich2018-10-012-1/+14
| | | | | | | | | | https://bugs.chromium.org/p/chromium/issues/detail?id=842265 Inspired by: Mozilla Obtained from: upstream (Chromium 68, Firefox 62) Notes: svn path=/head/; revision=481043
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-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 Notes: svn path=/head/; revision=475857
* multimedia/libvpx: unbreak on powerpc*Jan Beich2018-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) Notes: svn path=/head/; revision=472311
* multimedia/libvpx: chase HTTP redirectJan Beich2018-05-051-1/+1
| | | | | | | Reported by: Repology Notes: svn path=/head/; revision=469079
* multimedia/libvpx: enable NEON on armv6 with more CPUTYPE valuesJan Beich2018-04-103-5/+24
| | | | | | | | PR: 224107 Submitted by: Mikaël Urankar Notes: svn path=/head/; revision=466922
* multimedia/libvpx: merge static post-patch into fileJan Beich2018-04-102-3/+10
| | | | | | | PR: 224107 Notes: svn path=/head/; revision=466921
* multimedia/libvpx: drop explicit targetsJan Beich2018-04-102-12/+18
| | | | | | | PR: 224107 Notes: svn path=/head/; revision=466920
* multimedia/libvpx: unbreak on armv7Jan Beich2018-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 Notes: svn path=/head/; revision=466919
* multimedia/libvpx: update 1.7.0Jan Beich2018-01-254-13/+20
| | | | | | | | Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.6.1..v1.7.0 ABI: https://abi-laboratory.pro/tracker/timeline/libvpx/ Notes: svn path=/head/; revision=459963
* Allow to build on sparc64 and powerpc.Alexey Dokuchaev2018-01-191-0/+2
| | | | Notes: svn path=/head/; revision=459398
* OPTIONS_SUB only cares about being defined, its content is ignored.Mathieu Arnold2017-11-211-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=454590
* multimedia/libvpx: unbreak on amd64 after r454153Jan Beich2017-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 Notes: svn path=/head/; revision=454171
* multimedia/libvpx: use nasm by default, following ffmpegJan Beich2017-11-131-1/+1
| | | | Notes: svn path=/head/; revision=454153
* multimedia/libvpx: add missing glibc 2.19+ compatJan Beich2017-10-091-1/+4
| | | | Notes: svn path=/head/; revision=451607
* multimedia/libvpx: oops, properly cast a_typeJan Beich2017-10-081-1/+1
| | | | Notes: svn path=/head/; revision=451573
* multimedia/libvpx: unblock build on mips*Jan Beich2017-10-082-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. Notes: svn path=/head/; revision=451562
* multimedia/libvpx: detect NEON on armv7 at runtimeJan Beich2017-10-082-2/+60
| | | | | | | | - armv6 may have NEON depending on CPUTYPE - aarch64 always has NEON but not AT_HWCAP Notes: svn path=/head/; revision=451561
* multimedia/libvpx: adjust for real armv7 targetJan Beich2017-10-081-4/+10
| | | | | | | NEON is currently enabled by default. Notes: svn path=/head/; revision=451560
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-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 Notes: svn path=/head/; revision=449591
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-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 Notes: svn path=/head/; revision=437439
* multimedia/libvpx: rename RUNTIME to RTCPU like ffmpeg, mplayerJan Beich2017-01-221-6/+6
| | | | Notes: svn path=/head/; revision=432104
* multimedia/libvpx: slightly improve readabilityJan Beich2017-01-221-14/+18
| | | | Notes: svn path=/head/; revision=432103
* multimedia/libvpx: grab and drop architecture whitelistJan Beich2017-01-223-49/+12
| | | | | | | | | PR: 216191 Approved by: ashish (previous maintainer) MFH: 2017Q1 Notes: svn path=/head/; revision=432101
* The output of tools like awk, date, sort, tr,... depends on the currentTijl Coosemans2017-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) Notes: svn path=/head/; revision=431796
* multimedia/libvpx: unbreak SHARED=off after r394231Jan Beich2017-01-171-0/+2
| | | | | | | /usr/bin/strip: '.../stage/usr/local/lib/libvpx.so.*.*.*': No such file Notes: svn path=/head/; revision=431743
* multimedia/libvpx: update 1.6.1Jan Beich2017-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) Notes: svn path=/head/; revision=431741
* - Remove bogus (in presence of USE_GITHUB) USES=tar*Dmitry Marakasov2016-12-271-1/+1
| | | | | | | | | - While here, minor cosmetic and license fixes Approved by: portmgr blanket Notes: svn path=/head/; revision=429612
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-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. Notes: svn path=/head/; revision=426566
* multimedia/libvpx: update 1.6.0Jan Beich2016-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 Notes: svn path=/head/; revision=422956