forked from kiss-community/repo
x265: Added new package at 3.0
This commit is contained in:
parent
09a2f4c4c3
commit
3c34b8758e
8
testing/x265/build
Executable file
8
testing/x265/build
Executable 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
1
testing/x265/checksums
Normal file
@ -0,0 +1 @@
|
||||
c5b9fc260cabbc4a81561a448f4ce9cad7218272b4011feabc3a6b751b2f0662 x265_3.0.tar.gz
|
2
testing/x265/depends
Normal file
2
testing/x265/depends
Normal file
@ -0,0 +1,2 @@
|
||||
cmake make
|
||||
nasm make
|
1
testing/x265/sources
Normal file
1
testing/x265/sources
Normal file
@ -0,0 +1 @@
|
||||
https://bitbucket.org/multicoreware/x265/downloads/x265_3.0.tar.gz
|
1
testing/x265/version
Normal file
1
testing/x265/version
Normal file
@ -0,0 +1 @@
|
||||
3.0 1
|
Loading…
Reference in New Issue
Block a user