x265: Added new package at 3.0

This commit is contained in:
Dylan Araps 2019-07-27 09:50:31 +03:00
parent 09a2f4c4c3
commit 3c34b8758e
5 changed files with 13 additions and 0 deletions

8
testing/x265/build Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh -e
cmake ./source \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release
make
make DESTDIR="$1" install

1
testing/x265/checksums Normal file
View File

@ -0,0 +1 @@
c5b9fc260cabbc4a81561a448f4ce9cad7218272b4011feabc3a6b751b2f0662 x265_3.0.tar.gz

2
testing/x265/depends Normal file
View File

@ -0,0 +1,2 @@
cmake make
nasm make

1
testing/x265/sources Normal file
View File

@ -0,0 +1 @@
https://bitbucket.org/multicoreware/x265/downloads/x265_3.0.tar.gz

1
testing/x265/version Normal file
View File

@ -0,0 +1 @@
3.0 1