x265: 2.0 -> 2.5

This commit is contained in:
Danny Rawlins 2017-08-16 21:56:39 +10:00
parent dfe424e8e0
commit 15e27f0a21
4 changed files with 9 additions and 8 deletions

View File

@ -6,7 +6,7 @@ drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/x265_config.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libx265.a
lrwxrwxrwx root/root usr/lib/libx265.so -> libx265.so.87
-rwxr-xr-x root/root usr/lib/libx265.so.87
lrwxrwxrwx root/root usr/lib/libx265.so -> libx265.so.130
-rwxr-xr-x root/root usr/lib/libx265.so.130
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/x265.pc

View File

@ -1 +1 @@
a4f16c0f054f002d6d8c9c6f7fb03026 x265_2.0.tar.gz
192e54fa3068b594aa44ab2b703f071d x265_2.5.tar.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36g0YYo/yFb+PKL9WeNo5GnDTONJe4pcZfKaKPQ2GCrfU/o+HUxnZOq5NhC6sXk8Wbp1YzMQAWPO8Qu1e2Ur6QQ=
SHA256 (Pkgfile) = 5f7d694a5de3c8e98ee965f0c3265facd853e67f77ecf06e36b3b06051e11c30
SHA256 (.footprint) = ce49f904b11ff9d70774996a9f0066daa64de49cf3d19692b1eceb69600accf1
SHA256 (x265_2.0.tar.gz) = 5a7f6797bee33310c690be5d9a6c63125f36663ac3478e98ac6b6142a70bce1f
RWSagIOpLGJF36ztxn7RZRIz8Q4N9WCVvhAk1qPMO43O4nsdCMNsuMOSw7NbNdVxS8zOmZxwOds9wIieaiMEAGtGbv7vt3rASQA=
SHA256 (Pkgfile) = b4891bdf5bc5afb823a77c4c03d9564c44f07f4c0b000cf828ba4e42d03da77f
SHA256 (.footprint) = bf68e2681452f41611d3373e9beb0fb652805ce079cb511de9e4e130f5fde66f
SHA256 (x265_2.5.tar.gz) = 2e53259b504a7edb9b21b9800163b1ff4c90e60c74e23e7001d423c69c5d3d17

View File

@ -5,7 +5,7 @@
# Depends on: yasm cmake
name=x265
version=2.0
version=2.5
release=1
source=(https://bitbucket.org/multicoreware/$name/downloads/${name}_$version.tar.gz)
@ -17,6 +17,7 @@ build() {
cmake ../source \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DHIGH_BIT_DEPTH='TRUE' \
-DMAIN12='TRUE' \
-DEXPORT_C_API='FALSE' \