notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
svt-vp9 Scalable VP9 encoder
0.3.0_1 multimedia on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.3.0_1Version of this port present on the latest quarterly branch.
Maintainer: jbeich@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-02-17 13:37:26
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
License: BSD2CLAUSE+PATENT
WWW:
https://01.org/svt
Description:
The Scalable Video Technology for VP9 Encoder (SVT-VP9 Encoder) is a VP9-compliant encoder library core. The SVT-VP9 Encoder development is a work-in-progress targeting performance levels applicable to both VOD and Live encoding/transcoding video applications.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (14 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/svt-vp9-0.3.0_1/catalog.mk
  3. /usr/local/share/licenses/svt-vp9-0.3.0_1/LICENSE
  4. /usr/local/share/licenses/svt-vp9-0.3.0_1/BSD2CLAUSE+PATENT
  5. bin/SvtVp9EncApp
  6. include/svt-vp9/EbApiVersion.h
  7. include/svt-vp9/EbSvtVp9Enc.h
  8. include/svt-vp9/EbSvtVp9ErrorCodes.h
  9. lib/libSvtVp9Enc.so
  10. lib/libSvtVp9Enc.so.1
  11. libdata/pkgconfig/SvtVp9Enc.pc
  12. @owner
  13. @group
  14. @mode
Collapse this list.
Dependency lines:
  • svt-vp9>0:multimedia/svt-vp9
To install the port:
cd /usr/ports/multimedia/svt-vp9/ && make install clean
To add the package, run one of these commands:
  • pkg install multimedia/svt-vp9
  • pkg install svt-vp9
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: svt-vp9
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: amd64
distinfo:
TIMESTAMP = 1604022670 SHA256 (OpenVisualCloud-SVT-VP9-v0.3.0_GH0.tar.gz) = 6ee01b81c43816170b18709c6045b6245cecc2953f01cecc9e98f82b49ea4f73 SIZE (OpenVisualCloud-SVT-VP9-v0.3.0_GH0.tar.gz) = 1009838

Packages (timestamps in pop-ups are UTC):
svt-vp9
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-0.3.0_1------
FreeBSD:13:quarterly-0.3.0_1------
FreeBSD:14:latest-0.3.0_1------
FreeBSD:14:quarterly-0.3.0_1------
FreeBSD:15:latest-0.3.0_1n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. nasm : devel/nasm
  2. cmake : devel/cmake-core
  3. ninja : devel/ninja
This port is required by:
for Libraries
  1. multimedia/gstreamer1-plugins-svt-vp9

Configuration Options:
===> The following configuration options are available for svt-vp9-0.3.0_1: LTO=on: Use Link-Time Optimization ===> Use 'make config' to modify these settings
Options name:
multimedia_svt-vp9
USES:
cmake compiler:c11
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/OpenVisualCloud/SVT-VP9/tar.gz/v0.3.0?dummy=/
Collapse this list.

Number of commits found: 31

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
0.3.0_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.3.0_1
30 Sep 2021 21:23:30
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
cleanup: drop support for EOL FreeBSD 11.X

Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
0.3.0_1
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.3.0_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.3.0_1
21 Feb 2021 16:06:23
Revision:566230Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/svt-*: enable LTO by default

%3 more speed at least with default parameters.
0.3.0
31 Oct 2020 00:48:10
Revision:553720Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/svt-vp9: update to 0.3.0

Changes:	https://github.com/OpenVisualCloud/SVT-VP9/releases/tag/v0.3.0
Reported by:	GitHub (watch releases)
0.2.2
04 Aug 2020 01:36:13
Revision:544124Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/svt-*: stop forcing shared library

Upstream overrides CMake default via option() nowadays, so drop
redundant -DBUILD_SHARED_LIBS:BOOL=ON. pkg-plist already guards
shared library from accidentally disappearing.
0.2.2
22 Jul 2020 09:49:57
Revision:542846Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/svt-vp9: update to 0.2.2

Changes:	https://github.com/OpenVisualCloud/SVT-VP9/releases/tag/v0.2.2
Reported by:	GitHub (watch releases)
MFH:		2020Q3 (unbreaks SVTVP9 in multimedia/ffmpeg)
0.2.1
16 Jul 2020 00:40:15
Revision:542301Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/svt-vp9: update to 0.2.1

Changes:	https://github.com/OpenVisualCloud/SVT-VP9/releases/tag/v0.2.1
Reported by:	GitHub (watch releases)
0.2.0_2
07 May 2020 00:38:59
Revision:534217Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/svt-vp9: update to 0.2.0 (retag)

Changes:	https://github.com/OpenVisualCloud/SVT-VP9/compare/fee9c46..v0.2.0
Reported by:	GitHub (watch releases)
0.2.0_1
05 May 2020 05:16:37
Revision:534025Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/svt-vp9: update to 0.2.0 (retag)

Changes:	https://github.com/OpenVisualCloud/SVT-VP9/compare/381690c..v0.2.0
Reported by:	GitHub (watch releases)
0.2.0
04 May 2020 19:36:58
Revision:533973Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/svt-vp9: update to 0.2.0

Changes:	https://github.com/OpenVisualCloud/SVT-VP9/releases/tag/v0.2.0
Reported by:	GitHub (watch releases)
0.1.0_1
15 Oct 2019 18:29:32
Revision:514559Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/svt-vp9: update to 0.1.0 (retag)

Changes:	https://github.com/OpenVisualCloud/SVT-VP9/compare/3535884...v0.1.0
Reported by:	GitHub (watch releases)
0.1.0
12 Oct 2019 01:26:54
Revision:514310Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/svt-vp9: back out r514290 per forced push upstream

https://github.com/OpenVisualCloud/SVT-VP9/issues/62

=======================<phase: fetch          >============================
===>  License BSD2CLAUSE+PATENT accepted by the user
=> OpenVisualCloud-SVT-VP9-v0.1.1_GH0.tar.gz doesn't seem to exist in
/portdistfiles/.
=> Attempting to fetch
https://codeload.github.com/OpenVisualCloud/SVT-VP9/tar.gz/v0.1.1?dummy=/OpenVisualCloud-SVT-VP9-v0.1.1_GH0.tar.gz
fetch:
https://codeload.github.com/OpenVisualCloud/SVT-VP9/tar.gz/v0.1.1?dummy=/OpenVisualCloud-SVT-VP9-v0.1.1_GH0.tar.gz:
Not Found
=> Attempting to fetch
http://distcache.FreeBSD.org/ports-distfiles/OpenVisualCloud-SVT-VP9-v0.1.1_GH0.tar.gz
fetch:
http://distcache.FreeBSD.org/ports-distfiles/OpenVisualCloud-SVT-VP9-v0.1.1_GH0.tar.gz:
Not Found
=> Couldn't fetch it - please try to retrieve this
=> port manually into /portdistfiles/ and try again.
*** Error code 1

Reported by:	pkg-fallout
0.1.1
11 Oct 2019 16:11:27
Revision:514290Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/svt-vp9: update to 0.1.1

Changes:	https://github.com/OpenVisualCloud/SVT-VP9/compare/v0.1.0...v0.1.1
Reported by:	GitHub (watch releases)
0.1.0
10 Oct 2019 18:24:27
Revision:514236Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/svt-vp9: update to 0.1.0 (nop)

Changes:	https://github.com/OpenVisualCloud/SVT-VP9/compare/39bb49a...v0.1.0
s20190927
29 Sep 2019 00:44:08
Revision:513182Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/svt-vp9: update to s20190927

Changes:	https://github.com/OpenVisualCloud/SVT-VP9/compare/68b81bd...39bb49a
s20190919
21 Sep 2019 00:37:50
Revision:512452Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/svt-vp9: update to s20190919

Changes:	https://github.com/OpenVisualCloud/SVT-VP9/compare/e9653d9...68b81bd
s20190910
16 Sep 2019 22:53:41
Revision:512194Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/svt-vp9: update to s20190910

Changes:	https://github.com/OpenVisualCloud/SVT-VP9/compare/e3dd26e...e9653d9
s20190906
09 Sep 2019 19:31:37
Revision:511659Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/svt-vp9: update to s20190906

Changes:	https://github.com/OpenVisualCloud/SVT-VP9/compare/8f99fda...e3dd26e
s20190620_1
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
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
s20190620
01 Jul 2019 03:26:37
Revision:505535Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/svt-vp9: update to s20190620

Changes:	https://github.com/OpenVisualCloud/SVT-VP9/compare/ce24589...8f99fda
s20190426
13 May 2019 10:37:56
Revision:501549Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/*svt-{av1,vp9}: correct year of the snapshot
s20180426
29 Apr 2019 08:08:45
Revision:500397Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/svt-vp9: update to s20180426

Changes:	https://github.com/OpenVisualCloud/SVT-VP9/compare/2437369...ce24589
s20180215
28 Feb 2019 00:58:01
Revision:494114Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/svt-*: ignore __linux__ for third_party libs

Unlike SVT-* encoders GoogleTest properly supports FreeBSD and in fact
won't build if using Linux conditionals.
s20180215
24 Feb 2019 03:41:59
Revision:493739Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/svt-*: switch to proper homepage
s20180215
20 Feb 2019 23:59:19
Revision:493477Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/svt-vp9: forbid GCC 4.2

cc1: error: unrecognized command line option "-msse4.1"
cc1: error: unrecognized command line option "-mavx2"

SVT-AV1:
Source/Lib/ASM_SSE2/EbTransforms_Intrinsic_SSE2.c: In function
'Transform8x8_SSE2_INTRIN':
Source/Lib/ASM_SSE2/EbTransforms_Intrinsic_SSE2.c:2705: error: shift must be an
immediate
Source/Lib/ASM_SSE2/EbTransforms_Intrinsic_SSE2.c:2706: error: shift must be an
immediate
Source/Lib/ASM_SSE2/EbTransforms_Intrinsic_SSE2.c:2708: error: shift must be an
immediate
Source/Lib/ASM_SSE2/EbTransforms_Intrinsic_SSE2.c:2711: error: shift must be an
immediate
Source/Lib/ASM_SSE2/EbTransforms_Intrinsic_SSE2.c:2711: error: shift must be an
immediate
Source/Lib/ASM_SSE2/EbTransforms_Intrinsic_SSE2.c:2714: error: shift must be an
immediate
Source/Lib/ASM_SSE2/EbTransforms_Intrinsic_SSE2.c:2714: error: shift must be an
immediate
Source/Lib/ASM_SSE2/EbTransforms_Intrinsic_SSE2.c:2723: error: shift must be an
immediate
(Only the first 15 lines of the commit message are shown above View all of this commit message)
s20180215
20 Feb 2019 21:51:19
Revision:493469Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/svt-av1: unbreak WITH_DEBUG= build

FAILED:
Source/Lib/ASM_SSE2/CMakeFiles/ASM_SSE2.dir/EbPictureOperators_SSE2.asm.o
/usr/local/bin/nasm -ISource/API -ISource/Lib/Codec -ISource/Lib/C_DEFAULT
-ISource/Lib/ASM_SSE2 -DUNIX64 -g null -f elf64 -o
Source/Lib/ASM_SSE2/CMakeFiles/ASM_SSE2.dir/EbPictureOperators_SSE2.asm.o
Source/Lib/ASM_SSE2/EbPictureOperators_SSE2.asm
null: fatal: more than one input file specified:
Source/Lib/ASM_SSE2/EbPictureOperators_SSE2.asm
s20180215
17 Feb 2019 17:03:32
Revision:493171Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/svt-{av1,vp9}: __FreeBSD isn't defined unlike __FreeBSD__
s20180215
17 Feb 2019 07:46:40
Revision:493156Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/ffmpeg: add another VP9 encoder

Number of commits found: 31