From 2c6870414f0f6f1694280440318a62c7069e27b6 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 2 Nov 2014 10:33:26 +0100 Subject: [PATCH] New package: x265-1.4. --- common/shlibs | 1 + srcpkgs/x265-devel | 1 + srcpkgs/x265/template | 24 ++++++++++++++++++++++++ 3 files changed, 26 insertions(+) create mode 120000 srcpkgs/x265-devel create mode 100644 srcpkgs/x265/template diff --git a/common/shlibs b/common/shlibs index b000a7ce566..34950a76aef 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1833,3 +1833,4 @@ libQt5DesignerComponents.so.5 qt5-tools-5.3.2_1 libQt5Help.so.5 qt5-tools-5.3.2_1 libQt5WebSockets.so.5 qt5-websockets-5.3.2_1 libQt5X11Extras.so.5 qt5-x11extras-5.3.2_1 +libx265.so.35 x265-1.4_1 diff --git a/srcpkgs/x265-devel b/srcpkgs/x265-devel new file mode 120000 index 00000000000..4ce893292a5 --- /dev/null +++ b/srcpkgs/x265-devel @@ -0,0 +1 @@ +x265 \ No newline at end of file diff --git a/srcpkgs/x265/template b/srcpkgs/x265/template new file mode 100644 index 00000000000..47e23a10992 --- /dev/null +++ b/srcpkgs/x265/template @@ -0,0 +1,24 @@ +# Template file for 'x265' +pkgname=x265 +version=1.4 +revision=1 +build_style=cmake +build_wrksrc="source" +wrksrc="multicoreware-x265-5e604833c5aa" +hostmakedepends="yasm cmake" +short_desc="Open Source H265/HEVC video encoder" +maintainer="Juan RP " +homepage="https://bitbucket.org/multicoreware/x265" +license="GPL-2" +distfiles="https://bitbucket.org/multicoreware/x265/get/${version}.tar.bz2" +checksum=e818cacd6a963d49813dbe6c041888311a237da95896e604b4c91b2ddfac83a5 + +x265-devel_package() { + depends="${sourcepkg}>=${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/pkgconfig + vmove usr/lib/*.a + } +}