From 8778f2166c3c0ca78c96ee010c33c6328f9dd300 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erg=C3=BCn=20Salman?= Date: Sat, 23 Jul 2016 19:12:32 +0300 Subject: [PATCH 1/2] fix x264 8 bit video stream and convert --- multimedia/video/x264/actions.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/multimedia/video/x264/actions.py b/multimedia/video/x264/actions.py index 3540265c48..6558360a76 100644 --- a/multimedia/video/x264/actions.py +++ b/multimedia/video/x264/actions.py @@ -9,7 +9,7 @@ from pisi.actionsapi import autotools from pisi.actionsapi import pisitools from pisi.actionsapi import shelltools -verMAJOR = "0" +verMAJOR = "142" verMINOR = "0" staticlibfile = "/usr/lib/libx264.a" @@ -30,6 +30,7 @@ def setup(): pisitools.dosed("configure", "-lgpac_static", "-lgpac") # these disables are here to prevent circular deps, especially with ffmpeg + # Not delete --bit-depth=8 \ autotools.rawConfigure("--prefix=/usr \ --enable-pic \ --enable-shared \ @@ -38,6 +39,7 @@ def setup(): --disable-lavf \ --disable-swscale \ --bit-depth=10 \ + --bit-depth=8 \ ") def build(): @@ -47,7 +49,7 @@ def install(): autotools.install() #verMINOR = getMinorVersion() - #pisitools.dosym("libx264.so.%s.%s" % (verMAJOR, verMINOR), "/usr/lib/libx264.so.%s" % verMAJOR) + pisitools.dosym("libx264.so.%s.%s" % (verMAJOR, verMINOR), "/usr/lib/libx264.so.%s" % verMAJOR) # No static libs if shelltools.isFile("%s/%s" % (get.installDIR(), staticlibfile)): From 09976a543642cb8d63a3ce9843ba2478ca38cb4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erg=C3=BCn=20Salman?= Date: Sat, 23 Jul 2016 19:13:38 +0300 Subject: [PATCH 2/2] fix x264 8 bit video stream and convert --- multimedia/video/x264/pspec.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/multimedia/video/x264/pspec.xml b/multimedia/video/x264/pspec.xml index e8f979ab06..86d2b44061 100644 --- a/multimedia/video/x264/pspec.xml +++ b/multimedia/video/x264/pspec.xml @@ -45,6 +45,13 @@ + + 2016-07-22 + 2245.12062016 + Fix relase + Ergün Salman/Name> + poyraz76@pisilinux.org + 2016-06-13 2245.12062016