-
Notifications
You must be signed in to change notification settings - Fork 1
/
moc.spec
238 lines (205 loc) · 7.11 KB
/
moc.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
# This file is made by Fredrik Rambris <[email protected]>
Name: moc
Summary: Music on Console - Console audio player for Linux/UNIX
Version: 2.5.0-alpha4
Release: 2
License: GPL
Group: Applications/Multimedia
URL: http://moc.draper.net
Source: ftp://ftp.daper.net/pub/soft/moc/stable/moc-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: ncurses alsa-lib
BuildRequires: ncurses-devel alsa-lib-devel
%if %{!?_without_samplerate:1}0
BuildRequires: libsamplerate-devel
Requires: libsamplerate
%endif
%if %{!?_without_curl:1}0
BuildRequires: curl-devel
Requires: curl
%endif
%if %{!?_without_jack:1}0
BuildRequires: libjack-devel
Requires: libjack
%endif
%if %{!?_without_rcc:1}0
BuildRequires: librcc-devel
Requires: librcc
%endif
%description
MOC (music on console) is a console audio player for LINUX/UNIX designed to be
powerful and easy to use. You just need to select a file from some directory
using the menu similar to Midnight Commander, and MOC will start playing all
files in this directory beginning from the chosen file.
%if %{!?_without_mp3:1}0
%package mp3
Summary: MP3 decoder for MoC - Music on Console
Group: Applications/Multimedia
BuildRequires: libmad-devel libid3tag-devel
Requires: libmad libid3tag
Requires: %{name} = %{version}
%description mp3
MOC (music on console) is a console audio player for LINUX/UNIX designed to be
powerful and easy to use. You just need to select a file from some directory
using the menu similar to Midnight Commander, and MOC will start playing all
files in this directory beginning from the chosen file.
This package contains the MP3 decoder
%endif
%if %{!?_without_musepack:1}0
%package musepack
Summary: Musepack (MPC) decoder for MoC - Music on Console
Group: Applications/Multimedia
BuildRequires: libmpcdec-devel taglib-devel
Requires: libmpcdec taglib
Requires: %{name} = %{version}
%description musepack
MOC (music on console) is a console audio player for LINUX/UNIX designed to be
powerful and easy to use. You just need to select a file from some directory
using the menu similar to Midnight Commander, and MOC will start playing all
files in this directory beginning from the chosen file.
This package contains the Musepack (MPC) decoder
%endif
%if %{!?_without_vorbis:1}0
%package vorbis
Summary: Ogg decoder for MoC - Music on Console
Group: Applications/Multimedia
BuildRequires: libogg-devel libvorbis-devel
Requires: libogg libvorbis
Requires: %{name} = %{version}
Obsoletes: ogg
%description vorbis
MOC (music on console) is a console audio player for LINUX/UNIX designed to be
powerful and easy to use. You just need to select a file from some directory
using the menu similar to Midnight Commander, and MOC will start playing all
files in this directory beginning from the chosen file.
This package contains the Ogg Vorbis decoder
%endif
%if %{!?_without_flac:1}0
%package flac
Summary: FLAC decoder for MoC - Music on Console
Group: Applications/Multimedia
BuildRequires: flac-devel
Requires: flac
Requires: %{name} = %{version}
%description flac
MOC (music on console) is a console audio player for LINUX/UNIX designed to be
powerful and easy to use. You just need to select a file from some directory
using the menu similar to Midnight Commander, and MOC will start playing all
files in this directory beginning from the chosen file.
This package contains the FLAC decoder
%endif
%if %{!?_without_sndfile:1}0
%package sndfile
Summary: Decoder of the sndfile formats for MoC - Music on Console
Group: Applications/Multimedia
BuildRequires: libsndfile-devel
Requires: libsndfile
Requires: %{name} = %{version}
%description sndfile
MOC (music on console) is a console audio player for LINUX/UNIX designed to be
powerful and easy to use. You just need to select a file from some directory
using the menu similar to Midnight Commander, and MOC will start playing all
files in this directory beginning from the chosen file.
This package contains the decoders of sndfile
%endif
%if %{!?_without_speex:1}0
%package speex
Summary: Speex decoder for MoC - Music on Console
Group: Applications/Multimedia
BuildRequires: speex-devel
Requires: speex
Requires: %{name} = %{version}
%description speex
MOC (music on console) is a console audio player for LINUX/UNIX designed to be
powerful and easy to use. You just need to select a file from some directory
using the menu similar to Midnight Commander, and MOC will start playing all
files in this directory beginning from the chosen file.
This package contains the Speex decoder
%endif
%if %{!?_without_ffmpeg:1}0
%package ffmpeg
Summary: FFMPEG (WMA, Real etc.) decoder for MoC - Music on Console
Group: Applications/Multimedia
BuildRequires: ffmpeg-devel
Requires: ffmpeg
Requires: %{name} = %{version}
%description ffmpeg
MOC (music on console) is a console audio player for LINUX/UNIX designed to be
powerful and easy to use. You just need to select a file from some directory
using the menu similar to Midnight Commander, and MOC will start playing all
files in this directory beginning from the chosen file.
This package contains the FFMPEG (WMA, Real etc.) decoder
%endif
%prep
%setup -q
%build
%configure \
%{?_without_mp3:--without-mp3} \
%{?_without_musepack:--without-musepack} \
%{?_without_vorbis:--without-vorbis} \
%{?_without_flac:--without-flac} \
%{?_without_sndfile:--without-sndfile} \
%{?_without_speex:--without-speex} \
%{?_without_samplerate:--without-samplerate} \
%{?_without_curl:--without-curl} \
%{?_without_ffmpeg:--without-ffmpeg} \
%{?_without_jack:--without-jack} \
%{?_without_rcc:--without-rcc} \
--disable-debug
%{__make} %{?_smp_mflags}
%install
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf "$RPM_BUILD_ROOT"
%makeinstall
%{__rm} -rf $RPM_BUILD_ROOT/usr/share/doc/moc
mkdir -p $RPM_BUILD_ROOT%_libdir/moc/decoder_plugins
mv $RPM_BUILD_ROOT%_libdir/*.so $RPM_BUILD_ROOT%_libdir/moc/decoder_plugins
rm -f $RPM_BUILD_ROOT%_libdir/*.la
%clean
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf "$RPM_BUILD_ROOT"
%files
%defattr(-, root, root)
%doc README COPYING config.example keymap.example
%_bindir/*
%_datadir/%{name}/*
%_mandir/*/*
%dir %_libdir/moc/decoder_plugins
%if %{!?_without_musepack:1}0
%files musepack
%defattr(-, root, root)
%_libdir/moc/decoder_plugins/libmusepack_decoder.*
%endif
%if %{!?_without_flac:1}0
%files flac
%defattr(-, root, root)
%_libdir/moc/decoder_plugins/libflac_decoder.*
%endif
%if %{!?_without_mp3:1}0
%files mp3
%defattr(-, root, root)
%_libdir/moc/decoder_plugins/libmp3_decoder.*
%endif
%if %{!?_without_vorbis:1}0
%files vorbis
%defattr(-, root, root)
%_libdir/moc/decoder_plugins/libvorbis_decoder.*
%endif
%if %{!?_without_sndfile:1}0
%files sndfile
%defattr(-, root, root)
%_libdir/moc/decoder_plugins/libsndfile_formats_decoder.*
%endif
%if %{!?_without_speex:1}0
%files speex
%defattr(-, root, root)
%_libdir/moc/decoder_plugins/libspeex_decoder.*
%endif
%if %{!?_without_ffmpeg:1}0
%files ffmpeg
%defattr(-, root, root)
%_libdir/moc/decoder_plugins/libffmpeg_decoder.*
%endif
%changelog
* Thu Jul 26 2007 Klaus Ethgen <[email protected]>
- Add changes from the daper 2.4.0 version
- Cleaning up
- Making the include/exclude mechanism unified (per default include all)