Overview

Request 261 (accepted)

* update to current version 3.2.4 to fix build on 12.2
* disable cdaudio plugin on 12.2+, needs fix for new libcdio

Submit package home:seife...Multimedia / audacious-plugins to package Multimedia / audacious-plugins

audacious-plugins.changes Changed
x
 
1
@@ -1,4 +1,11 @@
2
 -------------------------------------------------------------------
3
+Sun Aug 19 11:54:25 UTC 2012 - seife+obs@b1-systems.com
4
+
5
+- update to current version 3.2.4
6
+  - disable cdaudio plugin on 12.2+, needs fix for new libcdio
7
+- remove no longer needed -lgmodule linker hack
8
+
9
+-------------------------------------------------------------------
10
 Tue May 22 19:11:40 UTC 2012 - seife+obs@b1-systems.com
11
 
12
 - fix build on > 12.1 by adding -lgmodule-2.0 to LIBS
13
audacious-plugins.spec Changed
94
 
1
@@ -3,7 +3,7 @@
2
 %define        grp     Productivity/Multimedia/Sound/Players
3
 
4
 Name:           audacious-plugins
5
-Version:        3.1.1
6
+Version:        3.2.4
7
 Release:        1
8
 
9
 Summary:        Plugins for Audacious
10
@@ -18,14 +18,19 @@
11
 BuildRequires:  audacious-devel = %{version}
12
 BuildRequires:  bluez-devel libbs2b-devel esound-devel flac-devel gtkglext-devel
13
 BuildRequires:  libbinio-devel libcddb-devel libcdio-devel libcue-devel
14
-BuildRequires:  libcurl-devel libfaad-devel libffmpeg_oldabi-devel
15
+BuildRequires:  libcurl-devel libfaad-devel libffmpeg-devel
16
 BuildRequires:  libfluidsynth-devel libmad-devel libmms-devel libmodplug-devel
17
 BuildRequires:  libmp3lame-devel libmpcdec-devel libmtp-devel libnotify-devel
18
 BuildRequires:  projectM-devel libshout-devel libsmbclient-devel libusb-devel
19
 BuildRequires:  wavpack-devel neon-devel SDL-devel libsndfile-devel libtag-devel
20
+BuildRequires:  dbus-1-glib-devel
21
 %if 0%{?suse_version} >= 1210
22
 BuildRequires:  libjack-devel
23
 %endif
24
+%if 0%{?suse_version} >= 1220
25
+# cdaudio plugin is disabled for now anyway, but it would need this :-)
26
+BuildRequires:  libcdio-paranoia-devel
27
+%endif
28
 BuildRequires:  update-desktop-files libmpg123-devel
29
 
30
 %if %suse_version >= 1120
31
@@ -100,10 +105,6 @@
32
 %build
33
 export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
34
 export CXXFLAGS="$CFLAGS"
35
-#
36
-# this is an ugly hack to fix build on > 12.1, but it saves
37
-# me from patching the makefiles etc... :-) --seife
38
-export LIBS=-lgmodule-2.0
39
 
40
 %__sed -i -e "s|_mm_setzero_pd|ssegehtnichtaufathlonxp|g" configure
41
 
42
@@ -119,6 +120,9 @@
43
 %if %suse_version <= 1110
44
     --disable-pulse \
45
 %endif
46
+%if 0%{?suse_version} >= 1220
47
+    --disable-cdaudio \
48
+%endif
49
 %ifarch %ix86
50
     --disable-sse2
51
 %endif
52
@@ -138,6 +142,7 @@
53
 %dir %{_libdir}/audacious
54
 %dir %{_libdir}/audacious/Container
55
 %{_libdir}/audacious/Container/asx.so
56
+%{_libdir}/audacious/Container/audpl.so
57
 %{_libdir}/audacious/Container/cue.so
58
 %{_libdir}/audacious/Container/m3u.so
59
 %{_libdir}/audacious/Container/pls.so
60
@@ -159,14 +164,22 @@
61
 %{_libdir}/audacious/General/alarm.so
62
 %{_libdir}/audacious/General/albumart.so
63
 %{_libdir}/audacious/General/aosd.so
64
+%if 0%{?suse_version} < 1220
65
+# disabled cdaudio-ng
66
 %{_libdir}/audacious/General/cd-menu-items.so
67
+%endif
68
 %{_libdir}/audacious/General/gnomeshortcuts.so
69
 %{_libdir}/audacious/General/gtkui.so
70
 %{_libdir}/audacious/General/hotkey.so
71
 %{_libdir}/audacious/General/lyricwiki.so
72
 %{_libdir}/audacious/General/mtp_up.so
73
+%if 0%{?suse_version} > 1140
74
+# only with glib2 >= 2.30
75
+%{_libdir}/audacious/General/mpris2.so
76
+%endif
77
 %{_libdir}/audacious/General/notify.so
78
 %{_libdir}/audacious/General/scrobbler.so
79
+%{_libdir}/audacious/General/search-tool.so
80
 %{_libdir}/audacious/General/song_change.so
81
 %if %suse_version >= 1120
82
 %{_libdir}/audacious/General/statusicon.so
83
@@ -176,7 +189,10 @@
84
 %{_libdir}/audacious/Input/amidi-plug.so
85
 %dir %{_libdir}/audacious/Input/amidi-plug
86
 %{_libdir}/audacious/Input/amidi-plug/ap-alsa.so
87
+%if 0%{?suse_version} < 1220
88
+# disabled cdaudio-ng
89
 %{_libdir}/audacious/Input/cdaudio-ng.so
90
+%endif
91
 %{_libdir}/audacious/Input/console.so
92
 %{_libdir}/audacious/Input/ffaudio.so
93
 %{_libdir}/audacious/Input/flacng.so
94
audacious-plugins-3.1.1.tar.bz2 -> audacious-plugins-3.2.4.tar.bz2 Changed
Refresh
Refresh
Request History
Stefan Seyfried's avatar

seife created request over 11 years ago

* update to current version 3.2.4 to fix build on 12.2
* disable cdaudio plugin on 12.2+, needs fix for new libcdio


Peter Linnell's avatar

mrdocs accepted request over 12 years ago

Thanks. Looks good to me!