Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Oct 2020 16:13:51 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551586 - in head/multimedia: . vvdec
Message-ID:  <202010061613.096GDpff011164@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Oct  6 16:13:51 2020
New Revision: 551586
URL: https://svnweb.freebsd.org/changeset/ports/551586

Log:
  New port: multimedia/vvdec: Versatile Video Coding (VVC) decoder

Added:
  head/multimedia/vvdec/
  head/multimedia/vvdec/Makefile   (contents, props changed)
  head/multimedia/vvdec/distinfo   (contents, props changed)
  head/multimedia/vvdec/pkg-descr   (contents, props changed)
  head/multimedia/vvdec/pkg-plist   (contents, props changed)
Modified:
  head/multimedia/Makefile

Modified: head/multimedia/Makefile
==============================================================================
--- head/multimedia/Makefile	Tue Oct  6 15:19:30 2020	(r551585)
+++ head/multimedia/Makefile	Tue Oct  6 16:13:51 2020	(r551586)
@@ -441,6 +441,7 @@
     SUBDIR += vlc
     SUBDIR += vmaf
     SUBDIR += vtkmpeg2encode
+    SUBDIR += vvdec
     SUBDIR += w_scan2
     SUBDIR += webcamd
     SUBDIR += webcamoid

Added: head/multimedia/vvdec/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/vvdec/Makefile	Tue Oct  6 16:13:51 2020	(r551586)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	vvdec
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.1.2.0
+CATEGORIES=	multimedia python
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Versatile Video Coding (VVC) decoder
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+USES=		cmake compiler:c++14-lang
+USE_LDCONFIG=	yes
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	fraunhoferhhi
+
+CMAKE_ON=	BUILD_SHARED_LIBS
+
+.include <bsd.port.mk>

Added: head/multimedia/vvdec/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/vvdec/distinfo	Tue Oct  6 16:13:51 2020	(r551586)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1601999480
+SHA256 (fraunhoferhhi-vvdec-v0.1.2.0_GH0.tar.gz) = 0ad9cec58dbcfd890c42e84e57a2afeb194b387436801f4328a798ae32bc87e5
+SIZE (fraunhoferhhi-vvdec-v0.1.2.0_GH0.tar.gz) = 623142

Added: head/multimedia/vvdec/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/vvdec/pkg-descr	Tue Oct  6 16:13:51 2020	(r551586)
@@ -0,0 +1,16 @@
+Versatile Video Coding (VVC) is the most recent international video coding
+standard, developed by the Joint Video Experts Team (JVET) of the ITU-T Video
+Coding Experts Group (VCEG) and the ISO/IEC Moving Picture Experts Group (MPEG).
+VVC is the successor of the High Efficiency Video Coding (HEVC) standard and
+will be released by ITU-T as H.266 and by ISO/IEC as MPEG-I Part 3
+(ISO/IEC 23090-3). The new standard targets a 50% bit-rate reduction over HEVC
+at the same visual quality. In addition, VVC proves to be truly versatile by
+including tools for efficient coding of video content in emerging applications,
+e.g. high dynamic range (HDR), adaptive streaming, computer generated content as
+well as immersive applications like 360 degree video and augmented reality (AR).
+
+The Fraunhofer Versatile Video Decoder (VVdeC) is a fast VVC x86 software
+decoder implementation. The decoder supports most standard features available in
+the Main10 profile, with support for some high-level features still pending.
+
+WWW: https://github.com/fraunhoferhhi/vvdec

Added: head/multimedia/vvdec/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/vvdec/pkg-plist	Tue Oct  6 16:13:51 2020	(r551586)
@@ -0,0 +1,9 @@
+bin/vvdecapp
+include/vvdec/version.h
+include/vvdec/vvdec.h
+include/vvdec/vvdecDecl.h
+lib/cmake/vvdec/vvdecConfig.cmake
+lib/cmake/vvdec/vvdecConfigVersion.cmake
+lib/cmake/vvdec/vvdecTargets-shared-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/vvdec/vvdecTargets-shared.cmake
+lib/libvvdec.so



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010061613.096GDpff011164>