Overview

Request 260 (accepted)

update to current version 3.2.4, needed for current plugins to fix build on 12.2

Submit package home:seife:branches:Multimedia / audacious to package Multimedia / audacious

audacious.changes Changed
x
 
1
@@ -1,4 +1,10 @@
2
 -------------------------------------------------------------------
3
+Sun Aug 19 10:40:44 UTC 2012 - seife+obs@b1-systems.com
4
+
5
+- update to current version 3.2.4
6
+- removed no longer necessary -lgmodule-2.0 hack
7
+
8
+-------------------------------------------------------------------
9
 Tue May 22 13:08:39 UTC 2012 - seife+obs@b1-systems.com
10
 
11
 - fix build on > 12.1 by adding -lgmodule-2.0 to LIBS
12
audacious.spec Changed
30
 
1
@@ -1,7 +1,7 @@
2
 # norootforbuild
3
 
4
 Name:      audacious
5
-Version:   3.1.1
6
+Version:   3.2.4
7
 Release:   1
8
 
9
 Summary:   Lightweight Audio Player forked off beep-media-player
10
@@ -94,10 +94,6 @@
11
 %build
12
 export CFLAGS="%{optflags} -fno-strict-aliasing"
13
 export CXXFLAGS="$CFLAGS"
14
-#
15
-# this is an ugly hack to fix build on > 12.1, but it saves
16
-# me from patching the makefiles etc... :-) --seife
17
-export LIBS=-lgmodule-2.0
18
 
19
 %configure \
20
     --enable-chardet \
21
@@ -143,7 +139,7 @@
22
 
23
 %files
24
 %defattr(-,root,root)
25
-%doc AUTHORS COPYING README NEWS
26
+%doc AUTHORS COPYING
27
 %{_bindir}/audacious
28
 %{_bindir}/audtool
29
 %{_datadir}/applications/%{name}.desktop
30
audacious-3.1.1.tar.bz2 -> audacious-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, needed for current plugins to fix build on 12.2


Peter Linnell's avatar

mrdocs accepted request over 12 years ago

Looks sane to me