Changes of Revision 2

avidemux3.changes Changed
x
 
1
@@ -1,3 +1,6 @@
2
 -------------------------------------------------------------------
3
+Sat Nov 02 2013 - joerg.lorenzen@ki.tng.de
4
+- changes in spec file to enable build for openSUSE 11.4 and 12.1
5
+-------------------------------------------------------------------
6
 Wed Oct 30 2013 - joerg.lorenzen@ki.tng.de
7
 - Initial package, version 2.6.6
8
avidemux3.spec Changed
25
 
1
@@ -46,8 +46,13 @@
2
 BuildRequires:  yasm-devel
3
 BuildRequires:  libxml2-devel >= 2.6.8
4
 BuildRequires:  fontconfig-devel
5
+%if 0%{?suse_version} > 1140
6
 BuildRequires:  freetype-devel
7
 BuildRequires:  js-devel
8
+%else
9
+BuildRequires:  freetype2-devel
10
+BuildRequires:  mozilla-xulrunner192-devel
11
+%endif
12
 %if 0%{?suse_version} < 1220
13
 BuildRequires: xorg-x11-libXv-devel
14
 BuildRequires: xorg-x11-libXmu-devel
15
@@ -396,7 +401,9 @@
16
 %{_libdir}/ADM_plugins6/videoFilters/libADM_vf_rotate.so
17
 %{_libdir}/ADM_plugins6/videoFilters/libADM_vf_separateField.so
18
 %{_libdir}/ADM_plugins6/videoFilters/libADM_vf_sharpen.so
19
+%if 0%{?suse_version} > 1210
20
 %{_libdir}/ADM_plugins6/videoFilters/libADM_vf_ssa.so
21
+%endif
22
 %{_libdir}/ADM_plugins6/videoFilters/libADM_vf_stackField.so
23
 %{_libdir}/ADM_plugins6/videoFilters/libADM_vf_swapUV.so
24
 %{_libdir}/ADM_plugins6/videoFilters/libADM_vf_telecide.so
25