non port: multimedia/x265/Makefile |
SVNWeb
|
Number of commits found: 57 |
Sat, 29 Oct 2022
|
[ 20:50 Mikhail Teterin (mi) ] 92bbc43
multimedia/x265: remove explicit setting of -DNDEBUG
Looks like CMake sets this automatically now, making our own
setting redundant.
Prodded by: diizzy
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 63f36d3 (Only the first 10 of 224 ports in this commit are shown above. )
multimedia: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron LI <aly@aaronly.me>
* Alexander Botero-Lowry <alexbl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Thompson <andy@fud.org.nz>
* Andrew Thompson <thompsa@FreeBSD.org>
* Angel Carpintero <ack@telefonica.net>
* Anish Mistry (with help from mean)
* Anonymous <swell.k@gmail.com> (Only the first 15 lines of the commit message are shown above )
|
Tue, 16 Nov 2021
|
[ 17:25 Piotr Kubaj (pkubaj) ] e1619d3
multimedia/x265: add ASM option on powerpc64le and enable by default
While here, also add the previously uncommitted patch.
|
[ 14:44 Piotr Kubaj (pkubaj) ] cc29ad6
multimedia/x265: add option to use altivec on powerpc64
PR: 259564
Approved by: mi@ALDAN.algebra.com (maintainer timeout)
|
Mon, 8 Nov 2021
|
[ 17:33 Jan Beich (jbeich) ] 7f163c2
multimedia/vmaf: unbreak legacy API consumers after 1868dedecc9a
$ aomenc --tune=vmaf --output=foo.mp4 foo.y4m
Pass 1/2 frame 1/0 0B 0 us 0.00 fpm [ETA unknown] libvmaf
ERROR could not read model from path: "/usr/local/share/model/vmaf_v0.6.1.json"
Fatal error: Failed to load VMAF model.
$ ffmpeg -i foo.y4m -i bar.y4m -lavfi libvmaf -f null -
[...]
libvmaf INFO `compute_vmaf()` is deprecated and will be removed in a future
libvmaf version
libvmaf ERROR could not read model from path:
"/usr/local/share/model/vmaf_v0.6.1.pkl"
libvmaf ERROR support for pkl model files has been removed, use json
libvmaf ERROR problem loading model file: /usr/local/share/model/vmaf_v0.6.1.pkl
[Parsed_libvmaf_0 @ 0x8061b3b40] libvmaf encountered an error, check log for
details
|
Fri, 8 Oct 2021
|
[ 11:40 Bernhard Froehlich (decke) ] 9dc0aeb
multimedia/x265: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 7 Dec 2020
|
[ 20:51 jbeich ]
multimedia/vmaf: update to 2.0.0
Changes: https://github.com/Netflix/vmaf/releases/tag/v2.0.0
Reported by: GitHub (watch releases)
|
Mon, 21 Sep 2020
|
[ 04:47 mi ]
While we were testing the new code, upstream have removed the 3.4
release from download area. Change our port to download using
Bitbucket's method.
Although the upstream branch Release_3.4 is very similar to what
used to be available as 3.4, there are a few improvements -- in
particular, one of our patches is no longer necessary, which is
nice.
PR: 247035
Reported by: John Kennedy, Tomoaki AOKI
Sponsored by: United Marsupials
|
Sun, 20 Sep 2020
|
[ 22:17 mi ]
Upgrade from 3.2 to 3.4. Resolve incompatibilities with newer
SVTHEVC.
PR: 247035, 248479
Sponsored by: United Marsupials
|
Tue, 4 Aug 2020
|
[ 00:58 jbeich ]
multimedia/svt-hevc: update to 1.5.0
Changes: https://github.com/OpenVisualCloud/SVT-HEVC/releases/tag/v1.5.0
Reported by: GitHub (watch releases)
|
Thu, 2 Jul 2020
|
[ 00:54 jbeich ]
multimedia/vmaf: update to 1.5.2
Changes: https://github.com/Netflix/vmaf/releases/tag/v1.5.2
Changes: https://github.com/Netflix/vmaf/compare/v1.5.1...v1.5.2
Reported by: GitHub (watch releases)
|
Sat, 29 Feb 2020
|
[ 15:53 jbeich ] (Only the first 10 of 11 ports in this commit are shown above. )
multimedia/vmaf: update to 1.5.1
Changes: https://github.com/Netflix/vmaf/releases/tag/v1.5.1
Reported by: GitHub (watch releases)
|
Fri, 7 Feb 2020
|
[ 20:42 mi ]
Do not try to use assembly on ARM the platforms. There is no assembly
code for the arch, and test-harness wouldn't compile on it.
Reported by: jbeich
|
[ 05:09 mi ]
Add nasm to dependencies on ARM-platforms.
Disable attempts to use assembly on PPC.
Reported by: jbeich
|
[ 01:50 mi ]
Be sure, PIC is enabled for all builds. Upstream was turning
it on on amd64 automatically, and on i386 it was not necessary,
but our other platforms broke.
Reported by: jbeich
|
Thu, 6 Feb 2020
|
[ 04:57 mi ]
My usage of -fuse-ld=lld has hidden a linking problem reported
by several people. Rework for the default linker to work as well.
Also, fix the build on i386, where use of assembler code needs
to be disabled for pixel-widths other than 8.
PR: 238773
Reported by: VVD, Alan Valentine, kib@, jbeich@
|
Wed, 5 Feb 2020
|
[ 04:40 mi ]
Reintroduce the recent upgrade after fixing the generation of the
shared libraries.
Actually list the PR properly.
PR: 238773
Not reported by: antoine
|
Sun, 2 Feb 2020
|
[ 21:26 antoine ]
Revert r524997, fails to package
With hat: portmgr
|
[ 18:50 mi ]
Actually enable all of the user-selected bit-widths. Previously
we were building only for the highest-selected value.
PR: multimedia/x265
Submitted by: Jamie Landeg-Jones
|
Thu, 31 Oct 2019
|
[ 00:32 jbeich ]
multimedia/x265: update to 3.2.1
Changes: https://x265.readthedocs.io/en/latest/releasenotes.html#version-3-2-1
|
Tue, 8 Oct 2019
|
[ 04:48 jbeich ] (Only the first 10 of 11 ports in this commit are shown above. )
multimedia/vmaf: add new port
VMAF is a perceptual video quality assessment algorithm developed by
Netflix. VMAF Development Kit (VDK) is a software package that
contains the VMAF algorithm implementation, as well as a set of tools
that allows a user to train and test a custom VMAF model.
https://github.com/Netflix/vmaf
|
Thu, 3 Oct 2019
|
[ 20:36 jbeich ] (Only the first 10 of 13 ports in this commit are shown above. )
multimedia/x265: update to 3.2
Changes: https://x265.readthedocs.io/en/latest/releasenotes.html#version-3-2
|
Wed, 11 Sep 2019
|
[ 15:59 jbeich ]
multimedia/svt-hevc: update to 1.4.1
Changes: https://github.com/OpenVisualCloud/SVT-HEVC/releases/tag/v1.4.1
Reported by: GitHub (watch releases)
|
Fri, 9 Aug 2019
|
[ 20:37 jbeich ]
multimedia/svt-hevc: update to 1.4.0
Changes: https://github.com/OpenVisualCloud/SVT-HEVC/releases/tag/v1.4.0
Reported by: GitHub (watch releases)
|
Sat, 3 Aug 2019
|
[ 00:49 jbeich ]
multimedia/x265: update to 3.1.2
|
Mon, 29 Jul 2019
|
[ 11:17 jbeich ]
multimedia/x265: drop mips* workaround after r461535
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
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
|
Fri, 19 Jul 2019
|
[ 21:11 jbeich ] (Only the first 10 of 14 ports in this commit are shown above. )
multimedia/x265: update to 3.1.1
Changes: https://x265.readthedocs.io/en/latest/releasenotes.html#version-3-1
|
Fri, 10 May 2019
|
[ 18:56 jbeich ]
multimedia/x265: backport some SVTHEVC fixes
|
Sun, 10 Mar 2019
|
[ 17:10 jbeich ] (Only the first 10 of 16 ports in this commit are shown above. )
multimedia/x265: update to 3.0
- Add SVTHEVC option, see http://x265.org/x265-svt-hevc-house/
- Drop libmd patch due to rebase churn for what little value it provides
Changes: https://x265.readthedocs.io/en/latest/releasenotes.html#version-3-0
PR: 235906
Approved by: maintainer timeout (2 weeks)
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
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
|
Thu, 20 Sep 2018
|
[ 18:33 emaste ]
multimedia/x265: add -znotext to LDFLAGS on i386, for lld
This port links some non-PIC code, which fails with lld as it defaults
to disallowing relocations against read-only segments. For i386 we can
just add -znotext unconditionally: for GNU BFD ld it just affirms BFD's
existing default.
Approved by: portmgr (lld blanket)
Sponsored by: The FreeBSD Foundation
|
Sun, 5 Aug 2018
|
[ 22:15 mi ]
Fix the underlying problem in the code, which previously
required disabling AVX as a work-around:
PR: 229788
Submitted by: dim@
Also, switch the build-dependency from yasm to nasm -- upstream
made the switch in version 2.6
Reported by: Callum Aitchison
Bump PORTREVISION...
|
Wed, 18 Jul 2018
|
[ 22:49 jbeich ]
multimedia/x265: unbreak on non-x86 archs after r474814
common/param.cpp:636:24: error: no matching function for call to 'parseCpuName'
p->cpuid = parseCpuName(value, bError);
^~~~~~~~~~~~
common/param.h:36:7: note: candidate function not viable: requires 3 arguments,
but 2 were provided
int parseCpuName(const char *value, bool& bError, bool bEnableavx512);
^
Approved by: portmgr blanket (unblock ffmpeg consumers)
|
Tue, 17 Jul 2018
|
[ 17:29 mi ]
Upgrade x265 from 2.6 to 2.8 and:
. Explicitly disable use of AVX with clang (see patch for links)
. Put non-SSL sources back on the list of MASTER_SITES
Bump PORTREVISION in the depending ports as appropriate.
|
Tue, 27 Feb 2018
|
[ 13:03 mat ] (Only the first 10 of 26 ports in this commit are shown above. )
Switch some MASTER_SITES from http/ftp to https.
Also some cleanup of dead entries.
PR: 226203
Submitted by: Sam H
Sponsored by: Absolight
|
Thu, 15 Feb 2018
|
[ 22:13 madpilot ]
- Add back CMAKE_ARGS=-DENABLE_PIC=on to fix port on arm achitectures.
- Bump PORTREVISION since this influences binaries on other archs too.
Reported by: mmel
|
Sun, 11 Feb 2018
|
[ 22:48 madpilot ]
ake advatnage of USES=compiler:c++14-lang instead of forcing clang
5.0 usage.
This should play better with non intel architectures we support.
Suggested by: jbeich@ (Thanks)
|
[ 20:19 madpilot ]
- Update multimedia/x265 to 2.6
- Use the distfile provided by the VideoLAN project
- Add options for HI10P and HI12P (available only for amd64)
- Add DEBUG option
- Add OPTIMIZED_CFLAGS option
- Force using clang 5.0 on 10.4. Base provided clang fails during
compilation
- Chase shlib bump in dependent ports
PR: 225431
Submitted by: daniel.engberg.lists@pyret.net
Approved by: Maintainer timeout
|
Sat, 18 Feb 2017
|
[ 19:42 mi ]
Upgrade from 2.2 to 2.3.
|
Fri, 17 Feb 2017
|
[ 23:32 jbeich ]
multimedia/x265: always build shared library with -fPIC
This should unbreak build on sparc64, powerpc64 and reduce text
relocations on i386.
|
Thu, 26 Jan 2017
|
[ 14:31 jbeich ]
multimedia/x265: unbreak on aarch64[1] and mips
/usr/bin/ld: common/CMakeFiles/common.dir/common.cpp.o: relocation
R_AARCH64_ADR_PREL_PG_HI21 against external symbol `__stderrp@@FBSD_1.0' can not
be used when making a shared object; recompile with -fPIC
/usr/bin/ld: common/CMakeFiles/common.dir/common.cpp.o(.text+0x1e0):
unresolvable R_AARCH64_ADR_PREL_PG_HI21 relocation against symbol
`__stderrp@@FBSD_1.0'
/usr/bin/ld: final link failed: Bad value
/usr/bin/ld: x265: hidden symbol `__sync_fetch_and_add_4' in
/usr/lib/libgcc.a(stdatomic.o) is referenced by DSO
/usr/bin/ld: final link failed: Nonrepresentable section on output
PR: 216473 [1]
Reported by: pkg-fallout
Submitted by: mikael.urankar@gmail.com [1]
Approved by: portmgr blanket
|
Tue, 17 Jan 2017
|
[ 20:43 mi ]
Upgrade from 1.9 to 2.2.
Spurred into action by
PR: 216162
|
Wed, 16 Nov 2016
|
[ 00:34 linimon ] (Only the first 10 of 15 ports in this commit are shown above. )
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 10 Feb 2016
|
[ 20:08 mi ]
Upgrade x265 from 1.8 to 1.9. Add the test-target to utilize upstream's bundled
tests and make myself the maintainer to deal with fallout, if any.
Bump PORTREVISION of the two other ports, which depend on x265 by default.
PR: 206864
|
Tue, 12 Jan 2016
|
[ 16:20 amdmi3 ] (Only the first 10 of 791 ports in this commit are shown above. )
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
|
Sat, 5 Dec 2015
|
[ 09:15 jbeich ]
multimedia/x265: update to 1.8
ABI isn't compatible, so bump PORTREVISION in consumers.
PR: 204990
Submitted by: Anton Sayetsky <vsasjason@gmail.com>
|
Tue, 6 Oct 2015
|
[ 21:14 amdmi3 ]
- Clarify LICENSE
- Add LICENSE_FILE
- Pet portlint
- Fix WWW:
|
Mon, 5 Oct 2015
|
[ 16:13 adamw ]
Reassign some of my ports to the Collective.
|
Mon, 29 Jun 2015
|
[ 00:28 adamw ]
Update multimedia/x265 to 1.7, and bump PORTREVISION on its consumers.
|
Sun, 19 Apr 2015
|
[ 19:50 adamw ]
Update x265 to 1.6, and bump PORTREVISION on its consumers for shlib
version change.
|
Fri, 6 Mar 2015
|
[ 16:19 adamw ]
Update x265 to 1.5 and bump PORTREVISION on its consumers.
|
Fri, 7 Nov 2014
|
[ 18:17 adamw ]
Update to 1.4.
|
Tue, 2 Sep 2014
|
[ 15:06 adamw ]
Add multimedia/x265, the H.265/High Efficiency Video Coding (HEVC) codec.
High Efficiency Video Coding (HEVC) is the latest generation video compression
standard.
* This standard was developed by the ISO/IEC Moving Picture Experts Group
(MPEG) and ITU-T Video Coding Experts Group (VCEG), through their Joint
Collaborative Team on Video Coding (JCT-VC)
* HEVC is also known as ISO/IEC 23008-2 MPEG-H Part 2 and ITU-T H.265
* HEVC provides superior video quality and up to twice the data compression
as the previous standard (H.264/MPEG-4 AVC)
* HEVC can support 8K Ultra High Definition video, with a picture size up to
8192x4320 pixels
WWW: http://www.x265.org
|
Number of commits found: 57 |