diff --git a/multimedia/video/x265/actions.py b/multimedia/video/x265/actions.py new file mode 100644 index 0000000000..b73cc5e167 --- /dev/null +++ b/multimedia/video/x265/actions.py @@ -0,0 +1,27 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import get +from pisi.actionsapi import pisitools +from pisi.actionsapi import cmaketools +from pisi.actionsapi import shelltools + +def setup(): + pisitools.ldflags.add("-z,noexecstack") + shelltools.cd("build/linux") + cmaketools.configure("-DCMAKE_BUILD_TYPE=release", sourceDir="../../source") + +def build(): + shelltools.cd("build/linux") + cmaketools.make() + +def install(): + shelltools.cd("build/linux") + 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 new file mode 100644 index 0000000000..80027ecfe8 --- /dev/null +++ b/multimedia/video/x265/pspec.xml @@ -0,0 +1,76 @@ + + + + + x265 + http://x265.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + 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/get/1.7.tar.bz2 + + yasm-devel + cmake + + + + + x265 + + libgcc + + + /usr/bin + /usr/lib + + + + + x265-devel + Development files for x265 + + x265 + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2015-07-23 + 1.7 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2014-12-02 + 1.4 + Version bump + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-06-18 + 1.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-04-05 + 0.9 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + diff --git a/multimedia/video/x265/translations.xml b/multimedia/video/x265/translations.xml new file mode 100644 index 0000000000..6e4944ef18 --- /dev/null +++ b/multimedia/video/x265/translations.xml @@ -0,0 +1,13 @@ + + + + x265 + Açık kaynak kodlu H265/EVC çözücü + x265 H265/EVC görüntü dosyalarını açmak için kullanılan bir kütüphane + + + + x265-devel + x265 için geliştirme dosyaları + +