New package: x265-1.4.

This commit is contained in:
Juan RP 2014-11-02 10:33:26 +01:00
parent c09e941166
commit 2c6870414f
3 changed files with 26 additions and 0 deletions

View File

@ -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

1
srcpkgs/x265-devel Symbolic link
View File

@ -0,0 +1 @@
x265

24
srcpkgs/x265/template Normal file
View File

@ -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 <xtraeme@gmail.com>"
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
}
}