aboutsummaryrefslogtreecommitdiff
path: root/extra/x265
diff options
context:
space:
mode:
Diffstat (limited to 'extra/x265')
-rwxr-xr-xextra/x265/build2
-rw-r--r--extra/x265/checksums2
-rw-r--r--extra/x265/meta3
-rw-r--r--extra/x265/sources4
-rw-r--r--extra/x265/version2
5 files changed, 10 insertions, 3 deletions
diff --git a/extra/x265/build b/extra/x265/build
index 2bc1c919..063d4bce 100755
--- a/extra/x265/build
+++ b/extra/x265/build
@@ -1,5 +1,7 @@
#!/bin/sh -e
+export CFLAGS="$CFLAGS -static-libgcc"
+export CXXFLAGS="$CXXFLAGS -static-libstdc++ -static-libgcc"
export DESTDIR="$1"
cmake source \
diff --git a/extra/x265/checksums b/extra/x265/checksums
index 62afa5db..698ea2e8 100644
--- a/extra/x265/checksums
+++ b/extra/x265/checksums
@@ -1 +1 @@
-c2047f23a6b729e5c70280d23223cb61b57bfe4ad4e8f1471eeee2a61d148672 x265_3.4.tar.gz
+e70a3335cacacbba0b3a20ec6fecd6783932288ebc8163ad74bcc9606477cae8 x265_3.5.tar.gz
diff --git a/extra/x265/meta b/extra/x265/meta
new file mode 100644
index 00000000..5061817a
--- /dev/null
+++ b/extra/x265/meta
@@ -0,0 +1,3 @@
+description: H265/HEVC video encoder library
+license: GPL-2.0-or-later
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/extra/x265/sources b/extra/x265/sources
index 36ee791b..48dd3502 100644
--- a/extra/x265/sources
+++ b/extra/x265/sources
@@ -1 +1,3 @@
-https://bitbucket.org/multicoreware/x265/downloads/x265_3.4.tar.gz
+# You can't download the tarball from certain locations.
+# https://bitbucket.org/multicoreware/x265_git/downloads/x265_3.5.tar.gz
+https://dl.carbslinux.org/distfiles/x265/x265_3.5.tar.gz
diff --git a/extra/x265/version b/extra/x265/version
index 5647cc28..5b90d060 100644
--- a/extra/x265/version
+++ b/extra/x265/version
@@ -1 +1 @@
-3.4 1
+3.5 2