Project Configuration of home:detrei
64
1
BuildRequires: autoconf
2
3
%define _without_distributable 1
4
%define _without_onlynondistributable 1
5
%define _with_pulseaudio 1
6
%define _with_sdl 1
7
%define _with_aalib 1
8
%define _with_arts 1
9
%define _with_esd 1
10
%define _with_jack 1
11
%define _with_gnome_vfs 1
12
%define _with_directfb 1
13
%define _with_modplug 1
14
%define BUILD_ORIG 1
15
%define BUILD_ORIG_ADDON 1
16
%define _with_gamin 1
17
%define _with_cunit 1
18
%define _with_restricted 1
19
%define _with_libsidplay 1
20
%define _with_gme 1
21
%define _with_jbigkit 1
22
%define _with_ffmpeg 1
23
%define _with_mad 1
24
%define _with_lame 1
25
%define _with_twolame 1
26
%define _with_amrwb 1
27
%define _with_amrnb 1
28
%define _with_libmms 1
29
# Needed because of gstreamer-0_10-plugins-bad. Should dissapear in the future, once slv2 and lv2core
30
# are in openSUSE.
31
%define _with_LV2 1
32
33
Macros:
34
%vendor http://packman.links2linux.de
35
%packager packman@links2linux.de
36
%packman_bs 1
37
%_without_distributable 1
38
%_without_onlynondistributable 1
39
%_with_pulseaudio 1
40
%_with_sdl 1
41
%_with_aalib 1
42
%_with_arts 1
43
%_with_esd 1
44
%_with_jack 1
45
%_with_gnome_vfs 1
46
%_with_directfb 1
47
%_with_modplug 1
48
%BUILD_ORIG 1
49
%BUILD_ORIG_ADDON 1
50
%_with_gamin 1
51
%_with_cunit 1
52
%_with_restricted 1
53
%_with_libsidplay 1
54
%_with_gme 1
55
%_with_jbigkit 1
56
%_with_ffmpeg 1
57
%_with_mad 1
58
%_with_lame 1
59
%_with_twolame 1
60
%_with_amrwb 1
61
%_with amrnb 1
62
%_with_libmms 1
63
%_with_LV2 1
64