Changes of Revision 18

x265.changes Changed
x
 
1
@@ -1,4 +1,10 @@
2
 -------------------------------------------------------------------
3
+Thu Dec 22 12:59:47 UTC 2016 - scarabeus@opensuse.org
4
+
5
+- Add conditional for the numa-devel again it was not ment to be dropped
6
+- Add patch x265.pkgconfig.patch to fix pkgconfig
7
+
8
+-------------------------------------------------------------------
9
 Tue Dec 20 12:02:33 UTC 2016 - scarabeus@opensuse.org
10
 
11
 - Switch to use cmake macros
12
x265.spec Changed
17
 
1
@@ -15,10 +15,14 @@
2
 Patch1:         x265.pkgconfig.patch
3
 BuildRequires:  gcc gcc-c++
4
 BuildRequires:  cmake >= 2.8.8
5
-BuildRequires:  libnuma-devel >= 2.0.9
6
 BuildRequires:  pkg-config
7
 BuildRequires:  yasm >= 1.2.0
8
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
9
+%if 0%{?suse_version} > 1310
10
+%ifarch x86_64
11
+BuildRequires:  libnuma-devel >= 2.0.9
12
+%endif
13
+%endif
14
 
15
 %description
16
 x265 is a free library for encoding next-generation H265/HEVC video
17