Port details |
- kvazaar H.265/HEVC encoder implemented in C
- 2.3.1 multimedia
=3 2.3.1Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2016-09-28 02:13:42
- Last Update: 2024-09-03 13:03:00
- Commit Hash: 03e323d
- People watching this port, also watch:: autoconf, ta-lib, weberp, prestashop, irrlicht
- License: BSD3CLAUSE
- WWW:
- https://ultravideo.fi/
- Description:
- The purpose of this academic open-source project is to develop a video
encoder for the emerging High Efficiency Video Coding (HEVC) standard.
This Kvazaar HEVC encoder is being developed towards the following goals:
1. Coding efficiency close to HEVC reference encoder (HM)
2. Modular encoder structure to simplify its data flow modeling
3. Efficient support for different parallelization approaches
4. Easy portability to different platforms
5. Optimized encoding speed without sacrificing its coding efficiency,
modularity, or portability
6. Reduced computation and memory resources without sacrificing its
coding efficiency, modularity, or portability
7. Excellent software readability and implementation documentation
Achieving these objectives requires encoder with design decisions that
make this open-source encoder unique:
1. The encoder is developed from the scratch (HM used as a reference)
2. The implementation language is platform-independent C
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- kvazaar>0:multimedia/kvazaar
- To install the port:
- cd /usr/ports/multimedia/kvazaar/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/kvazaar
- pkg install kvazaar
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: kvazaar
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1712745755
SHA256 (ultravideo-kvazaar-v2.3.1_GH0.tar.gz) = c5a1699d0bd50bc6bdba485b3438a5681a43d7b2c4fd6311a144740bfa59c9cc
SIZE (ultravideo-kvazaar-v2.3.1_GH0.tar.gz) = 598516
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- libtoolize : devel/libtool
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for kvazaar-2.3.1:
CRYPTOPP=off: Selective encryption via Crypto++ library
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- multimedia_kvazaar
- USES:
- autoreconf compiler:c11 libtool pathfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.1 03 Sep 2024 13:03:00
    |
Jan Beich (jbeich)  |
multimedia/kvazaar: drop maintainership |
2.3.1 13 Apr 2024 20:42:30
    |
Vladimir Druzenko (vvd)  |
*/*: remove GNU_CONFIGURE_MANPREFIX after move man pages to share/man
Approved by: portmgr (blanket) |
2.3.1 10 Apr 2024 13:41:08
    |
Jan Beich (jbeich)  |
multimedia/kvazaar: update to 2.3.1
Changes: https://github.com/ultravideo/kvazaar/releases/tag/v2.3.1
Reported by: GitHub (watch releases) |
2.3.0_1 05 Mar 2024 23:35:46
    |
Vladimir Druzenko (vvd)  |
multimedia/kvazaar: Move man pages to share/man
Approved by: portmgr (blanket) |
2.3.0 17 Jan 2024 17:54:31
    |
Jan Beich (jbeich)  |
multimedia/kvazaar: update to 2.3.0
Changes: https://github.com/ultravideo/kvazaar/releases/tag/v2.3.0
Reported by: GitHub (watch releases) |
2.2.0_2 05 Oct 2023 12:13:51
    |
Jason E. Hale (jhale)  |
security/cryptopp: Update to 8.9.0
Bump PORTREVISION on consumers due to ABI incompatibility.
https://www.cryptopp.com/release890.html |
2.2.0_1 12 Jul 2023 05:31:32
    |
Jason E. Hale (jhale)  |
security/cryptopp: Update to 8.8.0
Bump PORTREVISION on consumers due to ABI incompatibility.
https://www.cryptopp.com/release880.html |
2.2.0 04 Jan 2023 17:11:48
    |
Jan Beich (jbeich)  |
multimedia/kvazaar: update to 2.2.0
Changes: https://github.com/ultravideo/kvazaar/releases/tag/v2.2.0
Reported by: GitHub (watch releases) |
2.1.0_1 04 Jan 2023 17:11:48
    |
Jan Beich (jbeich)  |
multimedia/kvazaar: chase homepage HTTP redirect |
2.1.0_1 04 Jan 2023 17:11:48
    |
Jan Beich (jbeich)  |
multimedia/kvazaar: merge USE_* and USES blocks |
2.1.0_1 04 Jan 2023 17:11:47
    |
Jan Beich (jbeich)  |
multimedia/kvazaar: drop -devel remains
kvazaar-devel is unlikely to be revived as upstream development has
slowed down in favor of uvg266. |
2.1.0_1 16 Sep 2022 03:56:45
    |
Jason E. Hale (jhale)  |
security/cryptopp: Update to 8.7.0
Drop most of the SIMD logic. The cryptopp Makefile autodetects CPU
features regardless if CPUTYPE is set and it is not possible to disable
specific instruction sets. It is only possible to completely disable
assembly optimizations, which is recommended for package building unless
all consumer machines support the build machine's CPU instruction sets.
Since version 8.1, it is no longer necessary to export
-DCRYPTOPP_DISABLE_ASM to the pkgconfig file. Consumers will now
build without it defined if the SIMD option is disabled. Remove old
workarounds pertaining to this issue.
https://github.com/weidai11/cryptopp/issues/779
Bump PORTREVISION on consumers due to ABI incompatibility.
https://www.cryptopp.com/release870.html |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.1.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
2.1.0 13 Oct 2021 16:52:54
    |
Jan Beich (jbeich)  |
multimedia/kvazaar: update to 2.1.0
Changes: https://github.com/ultravideo/kvazaar/releases/tag/v2.1.0
Reported by: GitHub (watch releases) |
2.0.0_1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.0.0_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.0.0_1 19 Jan 2021 04:26:12
  |
jhale  |
security/cryptopp: Update to 8.4.0
Bump PORTREVSION on all consumers. ABI-breaking changes were introduced and
recompile of consumers is necessary.
Remove unused cryptopp dependency from devel/xeus. Upstream migrated to OpenSSL
several releases ago. [1]
[1]
https://github.com/jupyter-xeus/xeus/commit/c98c44c174cafcf424f4203dc3c61564118feb3e
Changes: https://www.cryptopp.com/release840.html |
2.0.0 22 Apr 2020 17:24:26
  |
jbeich  |
multimedia/kvazaar: update to 2.0.0
Changes: https://github.com/ultravideo/kvazaar/releases/tag/v2.0.0
ABI: https://abi-laboratory.pro/tracker/timeline/kvazaar/
Reported by: GitHub (watch releases) |
1.3.0_2 10 Dec 2019 03:38:49
  |
jhale  |
Update security/cryptopp to 8.2.0
Remove THREADS option - upstream recommends building with threads and the
build system now adds the appropriate flags automatically
Bump PORTREVISION on consumers due to shared lib version increase
PR: 241132
Submitted by: Farid Hajji <farid@hajji.name> |
1.3.0_1 09 Oct 2019 13:52:40
  |
jbeich  |
Don't run tests by default in my ports
Yuzu tests frequently time out and didn't find r513863. More
comprehensive tests tend to have extra dependencies and are behind
non-default TEST option, anyway. |
1.3.0_1 14 Sep 2019 01:04:16
  |
jbeich  |
multimedia/kvazaar: unbreak with clang on powerpc64
In file included from strategies/altivec/picture-altivec.c:24:
/usr/lib/clang/8.0.1/include/altivec.h:69:19: error: unknown type name 'vector'
static __inline__ vector bool char __ATTRS_o_ai
^
/usr/lib/clang/8.0.1/include/altivec.h:69:26: error: expected identifier or '('
static __inline__ vector bool char __ATTRS_o_ai
^
/usr/include/stdbool.h:39:14: note: expanded from macro 'bool'
^
[...]
PR: 240531
Submitted by: pkubaj |
1.3.0_1 26 Jul 2019 20:46:57
  |
gerald  |
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 |
1.3.0 09 Jul 2019 21:25:23
  |
jbeich  |
multimedia/kvazaar: update to 1.3.0
Changes: https://github.com/ultravideo/kvazaar/releases/tag/v1.3.0
ABI: https://abi-laboratory.pro/tracker/timeline/kvazaar/
Reported by: GitHub (watch releases) |
1.2.0_3 05 Jul 2019 21:11:16
  |
jbeich  |
multimedia/kvazaar: tests pass on beefy5 nowadays |
1.2.0_3 12 Dec 2018 01:35:36
  |
gerald  |
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 |
1.2.0_2 10 Sep 2018 13:14:52
  |
mat  |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
1.2.0_2 25 Aug 2018 14:20:50
  |
jhale  |
Fix build with CRYPTOPP option enabled (missed in r477967)
Bump PORTREVISON due to cryptopp shared library version increase
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -DKVZ_DLL_EXPORTS -isystem
/usr/local/include -O2 -pipe -fstack-protector -isystem /usr/local/include
-fno-strict-aliasing -isystem /usr/local/include -MT extras/crypto.lo -MD -MP
-MF extras/.deps/crypto.Tpo -c extras/crypto.cpp -fPIC -DPIC -o
extras/.libs/crypto.o
extras/crypto.cpp:19:3: error: unknown type name 'byte'; did you mean
'CryptoPP::byte'?
byte key[CryptoPP::AES::DEFAULT_KEYLENGTH];
^~~~
CryptoPP::byte
/usr/local/include/cryptopp/config.h:237:23: note: 'CryptoPP::byte' declared
here
typedef unsigned char byte;
^
Pointy hat: jhale
Reported by: fluffy
Obtained from: upstream commits |
1.2.0_1 29 Jul 2018 22:18:46
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
1.2.0 02 Jul 2018 23:42:30
  |
jbeich  |
multimedia/kvazaar: unbreak on powerpcspe
strategies/altivec/picture-altivec.c:1: error: AltiVec and E500 instructions
cannot coexist |
1.2.0 14 Jun 2018 18:46:42
  |
jbeich  |
multimedia/kvazaar: unbreak on powerpc* |
1.2.0 08 Jun 2018 02:21:06
  |
linimon  |
Mark broken on powerpc64.
Approved by: portmgr (tier-2 blanket) |
1.2.0 19 Nov 2017 01:06:09
  |
jbeich  |
multimedia/kvazaar: update to 1.2.0
- Increase verbosity of automake tests
Changes: https://github.com/ultravideo/kvazaar/releases/tag/v1.2.0
ABI: https://abi-laboratory.pro/tracker/timeline/kvazaar/ |
1.1.0_2 10 Sep 2017 20:55:39
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(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 |
1.1.0_1 06 Apr 2017 22:16:14
  |
jbeich  |
multimedia/kvazaar: unblock 10.3 i386 /latest package after r423328
Illegal instruction (core dumped)
FAIL: kvazaar_tests
Reported by: pkg-fallout (beefy5 + package19 only) |
1.1.0_1 01 Apr 2017 15:23:32
  |
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
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 |
1.1.0 17 Feb 2017 23:32:24
  |
jbeich  |
multimedia/kvazaar: update to 1.1.0
Changes: https://github.com/ultravideo/kvazaar/releases/tag/v1.1.0
ABI: https://people.freebsd.org/~jbeich/compat_reports/kvazaar/1.0.0_to_1.1.0/compat_report.html
MFH: 2017Q1 |
1.0.0_2 07 Dec 2016 01:00:11
  |
jhale  |
- Update security/cryptopp to 5.6.5
- Add LICENSE (BSL)
- Add CPE data
- Remove STATIC option and always install the shared library;
no reason not to.
- Remove GCC option and use USES=compiler framework
- Add FULL_DEBUG option to address CVE-2016-7420 and add a warning if trying
to use it. It will allow the asserts to be enabled which could be a
security risk. The standard DEBUG option is now safe to use.
- Add SIMD option for i386 and amd64 - requires a recent clang or gcc
- Don't install the cryptest binary; it is really only used for regression
testing, so only build it for the TEST_TARGET. It is useless without the
data files anyways.
- Take maintainership
- Bump PORTREVISON on dependent ports due to shared library bump
PR: 215015
Reported by: <fcsk.aim@gmail.com>
MFH: 2016Q4
Security: eab68cff-bc0c-11e6-b2ca-001b3856973b |
1.0.0_1 20 Nov 2016 09:38:09
  |
gerald  |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
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. |
1.0.0 02 Nov 2016 03:18:32
  |
jbeich  |
multimedia/kvazaar: switch test distfile to non-forked version
Tested by: diff -urN <before> <after> # is empty |
1.0.0 21 Oct 2016 15:21:13
  |
mat  |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
1.0.0 05 Oct 2016 08:34:13
  |
jbeich  |
multimedia/kvazaar: update to 1.0.0, retiring -devel
Changes: https://github.com/ultravideo/kvazaar/releases/tag/v1.0.0
Changes: https://github.com/ultravideo/kvazaar/compare/cbfa824...v1.0.0 (for
-devel)
ABI: https://people.freebsd.org/~jbeich/compat_reports/kvazaar/0.8.3_to_1.0.0/compat_report.html
MFH: 2016Q4 |
0.8.3 28 Sep 2016 02:23:26
  |
jbeich  |
multimedia/kvazaar: oops, drop useless word |
0.8.3 28 Sep 2016 02:19:08
  |
jbeich  |
multimedia/kvazaar: oops, USES isn't modified in -devel slave |
0.8.3 28 Sep 2016 02:13:33
  |
jbeich  |
multimedia/kvazaar: add new port
The purpose of this academic open-source project is to develop a video
encoder for the emerging High Efficiency Video Coding (HEVC) standard.
This Kvazaar HEVC encoder is being developed towards the following goals:
1. Coding efficiency close to HEVC reference encoder (HM)
2. Modular encoder structure to simplify its data flow modeling
3. Efficient support for different parallelization approaches
4. Easy portability to different platforms
5. Optimized encoding speed without sacrificing its coding efficiency,
modularity, or portability
6. Reduced computation and memory resources without sacrificing its
coding efficiency, modularity, or portability
7. Excellent software readability and implementation documentation
Achieving these objectives requires encoder with design decisions that
make this open-source encoder unique:
1. The encoder is developed from the scratch (HM used as a reference)
2. The implementation language is platform-independent C
http://ultravideo.cs.tut.fi/#encoder |