x265: nocross=yes and only_for_archs.
This commit is contained in:
parent
459d6301e1
commit
9e9e7224c6
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'x265'
|
||||
pkgname=x265
|
||||
version=1.6
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
build_wrksrc="source"
|
||||
wrksrc="multicoreware-x265-cbeb7d8a4880"
|
||||
|
@ -12,6 +12,8 @@ homepage="https://bitbucket.org/multicoreware/x265"
|
|||
license="GPL-2"
|
||||
distfiles="https://bitbucket.org/multicoreware/x265/get/${version}.tar.bz2"
|
||||
checksum=b6e5ba47fce63d10d3678803e8427755e7b9fb8c6aa619e1a3ff3f4fc62b3382
|
||||
nocross=yes
|
||||
only_for_archs="i686 x86_64" # CMakeList is utterly broken.
|
||||
|
||||
x265-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in a new issue