Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : libde265 | name : libde265 | ||||
| version : 1.0.3 | version : 1.0.5 | ||||
| release : 1 | release : 2 | ||||
| source : | source : | ||||
| - https://github.com/strukturag/libde265/releases/download/v1.0.3/libde265-1.0.3.tar.gz : e4206185a7c67d3b797d6537df8dcaa6e5fd5a5f93bd14e65a755c33cd645f7a | - https://github.com/strukturag/libde265/releases/download/v1.0.5/libde265-1.0.5.tar.gz : e3f277d8903408615a5cc34718b391b83c97c646faea4f41da93bac5ee08a87f | ||||
| license : LGPL-3.0-or-later | license : LGPL-3.0-or-later | ||||
| component : multimedia.codecs | component : multimedia.codecs | ||||
| summary : An open h.265 video codec implementation | summary : An open h.265 video codec implementation | ||||
| description: | | description: | | ||||
| libde265 is an open source implementation of the h.265 video codec. It is written from scratch and has a plain C API to enable a simple integration into other software. | libde265 is an open source implementation of the h.265 video codec. It is written from scratch and has a plain C API to enable a simple integration into other software. | ||||
| libde265 supports WPP and tile-based multithreading and includes SSE optimizations. The decoder includes all features of the Main profile and correctly decodes almost all conformance streams. | libde265 supports WPP and tile-based multithreading and includes SSE optimizations. The decoder includes all features of the Main profile and correctly decodes almost all conformance streams. | ||||
| setup : | | setup : | | ||||
| # disable dec265 & sherlock265 examples so we don't need any build dependencies | # disable dec265 & sherlock265 examples so we don't need any build dependencies | ||||
| # Add a prefix because one of the binaries is named 'tests', duh ! | # Add a prefix because one of the binaries is named 'tests', duh ! | ||||
| %configure --disable-static \ | %configure --disable-static \ | ||||
| --disable-dec265 \ | --disable-dec265 \ | ||||
| --disable-sherlock265 \ | --disable-sherlock265 \ | ||||
| --program-prefix=de265- | --program-prefix=de265- | ||||
| build : | | build : | | ||||
| %make | %make | ||||
| install : | | install : | | ||||
| %make_install | %make_install | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.