New package: x265-1.4.
This commit is contained in:
parent
c09e941166
commit
2c6870414f
|
@ -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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
x265
|
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue