]> git.pld-linux.org Git - packages/x265.git/commitdiff
- updated to 3.2 (ABI 179) auto/th/x265-3.2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 26 Oct 2019 11:15:12 +0000 (13:15 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 26 Oct 2019 11:15:12 +0000 (13:15 +0200)
x265.spec

index 3fc6908f21cc76f8e862e2a343fb8f3f5193a856..4b47a19431d933d0b7d779d4ec185fa4bdc8d1a2 100644 (file)
--- a/x265.spec
+++ b/x265.spec
@@ -2,7 +2,7 @@
 #
 # Conditional build:
 %bcond_without asm     # x86 assembler
-%bcond_with    vmaf    # VMAF support [not ready for 1.3.9]
+%bcond_with    vmaf    # VMAF support [not ready for vmaf-1.3.x as of x265 3.2]
 
 %ifnarch %{ix86} %{x8664} x32
 %undefine      with_asm
 Summary:       H.265/HEVC video encoder
 Summary(pl.UTF-8):     Koder obrazu H.265/HEVC
 Name:          x265
-Version:       3.1.1
+Version:       3.2
 Release:       1
 License:       GPL v2+
 Group:         Libraries
 # also at https://bitbucket.org/multicoreware/x265/downloads
 Source0:       https://download.videolan.org/videolan/x265/%{name}_%{version}.tar.gz
-# Source0-md5: 248a4cdbd93e9a493c78ef0c07863b34
+# Source0-md5: 374e6359a00d17fd82195c02c341c861
 Patch0:                %{name}-opt.patch
 Patch1:                %{name}-x32.patch
 URL:           http://x265.org/
@@ -114,7 +114,7 @@ rm -rf $RPM_BUILD_ROOT
 %files -n libx265
 %defattr(644,root,root,755)
 %doc doc/reST/introduction.rst
-%attr(755,root,root) %{_libdir}/libx265.so.176
+%attr(755,root,root) %{_libdir}/libx265.so.179
 %attr(755,root,root) %{_libdir}/libhdr10plus.so
 
 %files -n libx265-devel
This page took 0.08193 seconds and 4 git commands to generate.