From f92f2cf7b8b81df81f4b695ac2e7b346a9e8e6a4 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 13 Apr 2019 15:17:52 +0300 Subject: [PATCH 1/2] x264 x264:ver.bump --- multimedia/video/x264/pspec.xml | 9 ++++++++- multimedia/video/x265/actions.py | 2 ++ multimedia/video/x265/pspec.xml | 9 ++++++++- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/multimedia/video/x264/pspec.xml b/multimedia/video/x264/pspec.xml index 9fb3b4b1d7..5db25e9ee9 100644 --- a/multimedia/video/x264/pspec.xml +++ b/multimedia/video/x264/pspec.xml @@ -14,7 +14,7 @@ Open source H264/AVC encoder x264 is a free library for encoding H264/AVC video streams. - https://download.videolan.org/pub/videolan/x264/snapshots/last_stable_x264.tar.bz2 + https://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20190412-2245.tar.bz2 yasm-devel l-smash-devel @@ -45,6 +45,13 @@ + + 2018-07-31 + 2245.20190412 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + 2018-07-31 2245.20180730 diff --git a/multimedia/video/x265/actions.py b/multimedia/video/x265/actions.py index 4cb8e1f80e..62abed102d 100644 --- a/multimedia/video/x265/actions.py +++ b/multimedia/video/x265/actions.py @@ -21,4 +21,6 @@ def build(): def install(): shelltools.cd("source") cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.remove("/usr/lib/libx265.a") diff --git a/multimedia/video/x265/pspec.xml b/multimedia/video/x265/pspec.xml index 9f76fcacc1..6312513162 100644 --- a/multimedia/video/x265/pspec.xml +++ b/multimedia/video/x265/pspec.xml @@ -13,7 +13,7 @@ app:console Open source H265/EVC encoder x265 is a commercially funded open source implementation of the H.265/High Efficiency Video Coding (HEVC) compression standard. - https://bitbucket.org/multicoreware/x265/downloads/x265_2.7.tar.gz + https://bitbucket.org/multicoreware/x265/downloads/x265_3.0.tar.gz yasm-devel cmake @@ -47,6 +47,13 @@ + + 2019-04-12 + 3.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + 2018-08-05 2.7 From ad539bce5eb787fe5bbda7c3b6ffb3709509d2ff Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 13 Apr 2019 15:20:37 +0300 Subject: [PATCH 2/2] x264 x264:ver.bump --- multimedia/video/x264/pspec.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multimedia/video/x264/pspec.xml b/multimedia/video/x264/pspec.xml index 5db25e9ee9..ad46167f71 100644 --- a/multimedia/video/x264/pspec.xml +++ b/multimedia/video/x264/pspec.xml @@ -45,8 +45,8 @@ - - 2018-07-31 + + 2019-04-12 2245.20190412 Rebuild Mustafa Cinasal