diff --git a/multimedia/video/x264/actions.py b/multimedia/video/x264/actions.py index ffa2ac4f2f..1cda073bc2 100644 --- a/multimedia/video/x264/actions.py +++ b/multimedia/video/x264/actions.py @@ -47,7 +47,8 @@ def build(): autotools.make() def install(): - autotools.install() + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + #autotools.install() # verMINOR = getMinorVersion() # pisitools.dosym("libx264.so.%s.%s" % (verMAJOR, verMINOR), "/usr/lib/libx264.so.%s" % verMAJOR) diff --git a/multimedia/video/x264/pspec.xml b/multimedia/video/x264/pspec.xml index 85bb325080..37fe0bd913 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. - http://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20191217-2245.tar.bz2 + http://ftp.osuosl.org/pub/blfs/conglomeration/x264/x264-20200819.tar.xz yasm-devel l-smash-devel @@ -45,7 +45,14 @@ - + + 2020-10-14 + 20200819 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + 2020-01-17 20191217 Version bump diff --git a/multimedia/video/x265/actions.py b/multimedia/video/x265/actions.py index f040252f5e..ebb3448132 100644 --- a/multimedia/video/x265/actions.py +++ b/multimedia/video/x265/actions.py @@ -10,7 +10,7 @@ from pisi.actionsapi import cmaketools from pisi.actionsapi import shelltools -WorkDir="x265_3.2.1" +WorkDir="x265_%s" % get.srcVERSION() def setup(): diff --git a/multimedia/video/x265/pspec.xml b/multimedia/video/x265/pspec.xml index 7674953612..b75d048579 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_3.2.1.tar.gz + http://ftp.osuosl.org/pub/blfs/conglomeration/x265/x265_3.4.tar.gz yasm-devel cmake @@ -47,7 +47,14 @@ - + + 2020-10-14 + 3.4 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + 2020-01-17 3.2.1 Version Bump.