Compare commits
No commits in common. "e49d51994e682716009b6f699d858549be6894c4" and "11884850c66090890109f92d035415986c1aaf3a" have entirely different histories.
e49d51994e
...
11884850c6
|
@ -151,9 +151,9 @@
|
||||||
#:use-module ((guix licenses) #:prefix license:))
|
#:use-module ((guix licenses) #:prefix license:))
|
||||||
|
|
||||||
|
|
||||||
(define-public vvdec-lib
|
(define-public vvdec
|
||||||
(package
|
(package
|
||||||
(name "vvdec-lib")
|
(name "vvdec")
|
||||||
(version "2.3.1")
|
(version "2.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -171,7 +171,7 @@
|
||||||
#~(list "-DBUILD_SHARED_LIBS=1")
|
#~(list "-DBUILD_SHARED_LIBS=1")
|
||||||
#:cmake cmake
|
#:cmake cmake
|
||||||
#:tests? #f ))
|
#:tests? #f ))
|
||||||
(synopsis "(Library) VVdeC, the Fraunhofer Versatile Video Decoder.")
|
(synopsis "VVdeC, the Fraunhofer Versatile Video Decoder.")
|
||||||
(description
|
(description
|
||||||
"VVdeC, the Fraunhofer Versatile Video Decoder, is a fast software H.266/VVC decoder implementation supporting all features of the VVC Main10 profile.")
|
"VVdeC, the Fraunhofer Versatile Video Decoder, is a fast software H.266/VVC decoder implementation supporting all features of the VVC Main10 profile.")
|
||||||
(home-page "https://www.hhi.fraunhofer.de/en/departments/vca/technologies-and-solutions/h266-vvc.html")
|
(home-page "https://www.hhi.fraunhofer.de/en/departments/vca/technologies-and-solutions/h266-vvc.html")
|
||||||
|
@ -180,37 +180,6 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
(define-public vvdec-app
|
|
||||||
(package
|
|
||||||
(name "vvdec-app")
|
|
||||||
(version "2.3.1")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri
|
|
||||||
(git-reference
|
|
||||||
(url "https://github.com/fraunhoferhhi/vvdec.git")
|
|
||||||
(commit "a1996a8c12593c5ce116243bed7a65dd59489a8d")))
|
|
||||||
(sha256
|
|
||||||
(base32 "0ka74689s0hmw68gnm6vi8fah43ppabmbc9fjbv7bfjd728vnnv0"))))
|
|
||||||
(build-system cmake-build-system)
|
|
||||||
(arguments
|
|
||||||
(list
|
|
||||||
#:configure-flags
|
|
||||||
#~(list "-DCMAKE_BUILD_TYPE=Release"
|
|
||||||
"-DVVENC_INSTALL_FULLFEATURE_APP=ON")
|
|
||||||
#:cmake cmake
|
|
||||||
#:tests? #f ))
|
|
||||||
(synopsis "(Standalone Encoder) VVdeC, the Fraunhofer Versatile Video Decoder.")
|
|
||||||
(description
|
|
||||||
"VVdeC, the Fraunhofer Versatile Video Decoder, is a fast software H.266/VVC decoder implementation supporting all features of the VVC Main10 profile.")
|
|
||||||
(home-page "https://www.hhi.fraunhofer.de/en/departments/vca/technologies-and-solutions/h266-vvc.html")
|
|
||||||
(license
|
|
||||||
(list license:bsd-3))))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
(define-public ffmpeg-vvdec
|
(define-public ffmpeg-vvdec
|
||||||
(package
|
(package
|
||||||
|
@ -236,7 +205,7 @@
|
||||||
freetype
|
freetype
|
||||||
frei0r-plugins
|
frei0r-plugins
|
||||||
gnutls
|
gnutls
|
||||||
vvdec-lib
|
vvdec
|
||||||
opus
|
opus
|
||||||
ladspa
|
ladspa
|
||||||
lame
|
lame
|
||||||
|
@ -488,5 +457,4 @@ audio/video codec library.")
|
||||||
(list license:lgpl2.1))))
|
(list license:lgpl2.1))))
|
||||||
|
|
||||||
|
|
||||||
|
uvg266
|
||||||
vvdec-app
|
|
||||||
|
|
Loading…
Reference in a new issue