x265: update to 1.9 (soname bump).
This commit is contained in:
parent
94f9699a5f
commit
a176e5bae0
|
@ -1885,7 +1885,7 @@ libQt5WebEngine.so.5 qt5-webengine-5.4.0_1
|
||||||
libQt5WebEngineCore.so.5 qt5-webengine-5.4.0_1
|
libQt5WebEngineCore.so.5 qt5-webengine-5.4.0_1
|
||||||
libQt5WebEngineWidgets.so.5 qt5-webengine-5.4.0_1
|
libQt5WebEngineWidgets.so.5 qt5-webengine-5.4.0_1
|
||||||
libQt5WaylandClient.so.5 qt5-wayland-5.4.0_1
|
libQt5WaylandClient.so.5 qt5-wayland-5.4.0_1
|
||||||
libx265.so.68 x265-1.8_1
|
libx265.so.79 x265-1.9_1
|
||||||
libQt5Xdg.so.1 libqtxdg-1.0.0_1
|
libQt5Xdg.so.1 libqtxdg-1.0.0_1
|
||||||
liblxqt-qt5.so.0 liblxqt-0.8.0_1
|
liblxqt-qt5.so.0 liblxqt-0.8.0_1
|
||||||
liblxqt-globalkeys-qt5.so.0 lxqt-globalkeys-0.8.0_1
|
liblxqt-globalkeys-qt5.so.0 lxqt-globalkeys-0.8.0_1
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'x265'
|
# Template file for 'x265'
|
||||||
pkgname=x265
|
pkgname=x265
|
||||||
version=1.8
|
version=1.9
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_wrksrc="source"
|
build_wrksrc="source"
|
||||||
wrksrc="multicoreware-x265-e27327f5da35"
|
wrksrc="multicoreware-x265-1d3b6e448e01"
|
||||||
hostmakedepends="yasm cmake"
|
hostmakedepends="yasm cmake"
|
||||||
short_desc="Open Source H265/HEVC video encoder"
|
short_desc="Open Source H265/HEVC video encoder"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://bitbucket.org/multicoreware/x265"
|
homepage="https://bitbucket.org/multicoreware/x265"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="https://bitbucket.org/multicoreware/x265/get/${version}.tar.bz2"
|
distfiles="https://bitbucket.org/multicoreware/x265/get/${version}.tar.bz2"
|
||||||
checksum=3d36472d9b41cdf04ae92eede1f1da2198432d0ebc2c29ec2da36d8bddaafb7e
|
checksum=e1e4de6ead44e21c15378675e09c39ef192f2b7c844dd369d2ba1e979aca1ebb
|
||||||
nocross=yes
|
nocross=yes
|
||||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl" # CMakeList is utterly broken.
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl" # CMakeList is utterly broken.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue