Overview
Request 231 (accepted)
- Fix previous change, that broke build in old distros.
- Disable OSS, alsa and pulseaudio are enough nowdays.
- Disable HAL plugin, not needed nowdays.
- Created by crrodriguez over 11 years ago
- In state accepted
Submit package home:crrodriguez:branches:Multimedia / qmmp to package Multimedia / qmmp
qmmp.changes
Changed
x
1
2
-------------------------------------------------------------------
3
+Thu May 31 20:12:40 UTC 2012 - crrodriguez@opensuse.org
4
+
5
+- Fix previous change, that broke build in old distros.
6
+- Disable OSS, alsa and pulseaudio are enough nowdays.
7
+- Disable HAL plugin, not needed nowdays.
8
+
9
+-------------------------------------------------------------------
10
Thu May 31 19:42:07 UTC 2012 - crrodriguez@opensuse.org
11
12
- exclude "libcdaudio" plugin temporarily, fix build
13
qmmp.spec
Changed
37
1
2
cmake ./ \
3
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
4
-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
5
- -DUSE_MAD:BOOL=TRUE \
6
+ -DUSE_MAD:BOOL=TRUE -DUSE_HAL:BOOL=FALSE -DUSE_OSS:BOOL=FALSE \
7
-DUSE_JACK:BOOL=FALSE
8
9
%__make VERBOSE=1 %{?jobs:-j%{jobs}}
10
11
%{_libdir}/%{name}/General/libudisks.so
12
%{_libdir}/%{name}/General/libcovermanager.so
13
%{_libdir}/%{name}/General/libfileops.so
14
-%{_libdir}/%{name}/General/libhal.so
15
%{_libdir}/%{name}/General/libhotkey.so
16
%{_libdir}/%{name}/General/libkdenotify.so
17
%{_libdir}/%{name}/General/liblyrics.so
18
19
%{_libdir}/%{name}/General/libstatusicon.so
20
%dir %{_libdir}/%{name}/Input
21
%{_libdir}/%{name}/Input/libaac.so
22
-#%{_libdir}/%{name}/Input/libcdaudio.so
23
+%if 0%{?suse_version} < 1220
24
+%{_libdir}/%{name}/Input/libcdaudio.so
25
+%endif
26
%{_libdir}/%{name}/Input/libcue.so
27
%{_libdir}/%{name}/Input/libffmpeg.so
28
%{_libdir}/%{name}/Input/libflac.so
29
30
%{_libdir}/%{name}/Output/libalsa.so
31
#%#{_libdir}/%{name}/Output/libjack.so
32
%{_libdir}/%{name}/Output/libnull.so
33
-%{_libdir}/%{name}/Output/liboss.so
34
%dir %{_libdir}/%{name}/PlaylistFormats
35
%{_libdir}/%{name}/PlaylistFormats/libm3uplaylistformat.so
36
%{_libdir}/%{name}/PlaylistFormats/libplsplaylistformat.so
37
Refresh
Refresh
Login required, please
login
or
signup
in order to comment
Request History
crrodriguez created request over 11 years ago
- Fix previous change, that broke build in old distros.
- Disable OSS, alsa and pulseaudio are enough nowdays.
- Disable HAL plugin, not needed nowdays.
crrodriguez accepted request over 12 years ago