Project Configuration of home:Fisiu:Slowroll
69
1
Release: <CI_CNT>.fisiu.<B_CNT>
2
3
# have choice for pkgconfig(fdk-aac): fdk-aac-devel libfdk-aac-devel
4
Prefer: -libfdk-aac-devel
5
Prefer: opencv-devel
6
Prefer: vlc-devel
7
8
# fdk_aac is not compatible with GPL
9
%define BUILD_ORIG 1
10
%define BUILD_ORIG_ADDON 1
11
%define _with_aac 1
12
%define _with_aptx 1
13
%define _with_amrnb 1
14
%define _with_amrwb 1
15
%define _with_faac 1
16
%define _with_faad 1
17
%define _without_fdk_aac 1
18
%define _with_fdk_aac_dlopen 1
19
%define _with_librtmp 1
20
%define _with_mad 1
21
%define _with_restricted 1
22
%define _with_smbclient 1
23
%define _with_vo_aacenc 1
24
%define _with_vidstab 1
25
%define _with_x264 1
26
%define _with_x265 1
27
%define _with_xvid 1
28
%define _without_distributable 1
29
%define _without_onlynondistributable 1
30
31
Macros:
32
%vendor http://packman.links2linux.org
33
%packager fisiu@opensuse.org
34
%packman_bs 1
35
%BUILD_ORIG 1
36
%BUILD_ORIG_ADDON 1
37
%_with_aac 1
38
%_with_aptx 1
39
%_with_amrnb 1
40
%_with_amrwb 1
41
%_with_faac 1
42
%_with_faad 1
43
%_without_fdk_aac 1
44
%_with_fdk_aac_dlopen 1
45
%_with_librtmp 1
46
%_with_mad 1
47
%_with_restricted 1
48
%_with_smbclient 1
49
%_with_vo_aacenc 1
50
%_with_vidstab 1
51
%_with_x264 1
52
%_with_x265 1
53
%_with_xvid 1
54
%_without_crippled_stk 1
55
%_without_distributable 1
56
%_without_onlynondistributable 1
57
:Macros
58
59
# for tw/slowroll
60
%if 0%{?suse_version} > 1600
61
#
62
%define _without_freerdp 1
63
%define _without_imagemagick 1
64
Macros:
65
%_without_freerdp 1
66
%_without_imagemagick 1
67
:Macros
68
%endif
69