x265: update to 2.7.
This commit is contained in:
parent
639e1d38cf
commit
3df6fbf889
3 changed files with 5 additions and 4 deletions
|
@ -1896,7 +1896,7 @@ libQt5EglFsKmsSupport.so.5 qt5-5.7.1_1
|
||||||
libQt5WebKit.so.5 qt5-webkit-5.6.0_1
|
libQt5WebKit.so.5 qt5-webkit-5.6.0_1
|
||||||
libQt5WebKitWidgets.so.5 qt5-webkit-5.6.0_1
|
libQt5WebKitWidgets.so.5 qt5-webkit-5.6.0_1
|
||||||
libQt5TextToSpeech.so.5 qt5-speech-5.8.0_1
|
libQt5TextToSpeech.so.5 qt5-speech-5.8.0_1
|
||||||
libx265.so.116 x265-2.4_1
|
libx265.so.151 x265-2.7_1
|
||||||
libQt5Xdg.so.3 libqtxdg-3.1.0_1
|
libQt5Xdg.so.3 libqtxdg-3.1.0_1
|
||||||
libQt5XdgIconLoader.so.3 libqtxdg-3.1.0_1
|
libQt5XdgIconLoader.so.3 libqtxdg-3.1.0_1
|
||||||
liblxqt-qt5.so.0 liblxqt-0.8.0_1
|
liblxqt-qt5.so.0 liblxqt-0.8.0_1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'x265'
|
# Template file for 'x265'
|
||||||
pkgname=x265
|
pkgname=x265
|
||||||
version=2.4
|
version=2.7
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_wrksrc="source"
|
build_wrksrc="source"
|
||||||
wrksrc="x265_${version}"
|
wrksrc="x265_${version}"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://x265.org/"
|
homepage="http://x265.org/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="https://bitbucket.org/multicoreware/x265/downloads/x265_${version}.tar.gz"
|
distfiles="https://bitbucket.org/multicoreware/x265/downloads/x265_${version}.tar.gz"
|
||||||
checksum=9c2aa718d78f6fecdd783f08ab83b98d3169e5f670404da4c16439306907d729
|
checksum=d5e75fa62ffe6ed49e691f8eb8ab8c1634ffcc0725dd553c6fdb4d5443b494a2
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
configure_args+=" -DCMAKE_SYSTEM_PROCESSOR=${CROSS_BUILD%-musl}"
|
configure_args+=" -DCMAKE_SYSTEM_PROCESSOR=${CROSS_BUILD%-musl}"
|
||||||
|
|
1
srcpkgs/x265/update
Normal file
1
srcpkgs/x265/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pattern='/(get|downloads)/(v?|\Q'"$pkgname"'\E_)?\K[\d\.]+(?=\.tar\.gz")'
|
Loading…
Add table
Add a link
Reference in a new issue