Logoj0ke.net Open Build Service > Projects > multimedia > amarok > Changes
Sign Up | Log In

Changes of Revision 22

[-] Changed amarok.spec
x
 
1
@@ -56,11 +56,11 @@
2
 %else
3
 Name:              amarok
4
 %endif
5
-Version:           1.4.7
6
+Version:           1.4.8
7
 %define modplug_version    0.5
8
 Summary:           Media Player for KDE
9
-Release:           112
10
-Source:            ftp://ftp.kde.org/pub/kde/stable/amarok/%{version}/src/amarok-%{version}.tar.bz2
11
+Release:           116
12
+Source:            http://amarok.kde.org/files/amarok-%{version}.tar.bz2
13
 Source1:           http://prdownloads.sourceforge.net/amarok/modplug_artsplugin-%{modplug_version}.tar.bz2
14
 #Source2:          amarok_xine-mp3_install.desktop
15
 #Source3:          amarok_yauap-mp3_install.desktop
16
@@ -79,24 +79,10 @@
17
 Patch17:           amarok-collectionscanner.diff
18
 Patch19:           amarok-no-realaudio.diff
19
 Patch22:           amarok-use-system-icons.diff
20
-Patch48:           amarok-threadmanager.diff
21
 Patch49:           amarok-default-engine.patch
22
 Patch50:           amarok-FrameworkVersion.diff
23
-Patch51:           use-ksplashscreen.diff
24
 Patch52:           amarok-continue.diff
25
-Patch54:           amarok-mp3-dialog-freeze.diff
26
-Patch55:           better-engine-name.diff
27
 Patch56:           undefined-entity.diff
28
-Patch57:           yauap-kprocess.diff
29
-Patch58:           yauap-url.diff
30
-Patch59:           yauap-fixes.diff
31
-Patch60:           yauap-deadlock.diff
32
-Patch61:           amarok-includes.diff
33
-Patch62:           r715531.diff
34
-Patch63:           r717679.diff
35
-Patch64:           r717787.diff
36
-Patch65:           gstreamer-playlist.diff
37
-Patch66:           148317.patch
38
 Patch80:           amarok-1.4.7-fix-docbook-with-broken-meinproc.patch
39
 URL:               http://amarok.kde.org
40
 Group:         Productivity/Multimedia/Sound/Players
41
@@ -165,7 +151,11 @@
42
 BuildRequires: sqlite sqlite-devel
43
 %endif
44
 %if %{?with_libgpod:1}0
45
-BuildRequires: libgpod-devel >= 0.4.2
46
+%if %suse_version >= 1020
47
+BuildRequires: libgpod-devel >= 0.6.0
48
+%else
49
+BuildRequires: libgpod-devel >= 0.5.2
50
+%endif
51
 %endif
52
 %if %{?with_libifp:1}0
53
 BuildRequires: libifp-devel
54
@@ -203,7 +193,6 @@
55
 BuildRequires: dbus-1-glib-devel
56
 %endif
57
 %endif
58
-# Hardcode the packages needed to enable MP3/MP4:
59
 Requires:      libxine1 mad
60
 Requires:      libtunepimp5 libtunepimp5-mp4 libtunepimp5-mad
61
 Requires:      unzip
62
@@ -319,26 +308,12 @@
63
 %patch17
64
 %patch19
65
 %patch22
66
-%patch48
67
 %patch49
68
 %if %suse_version >= 1020
69
 %patch50 -p1
70
 %endif
71
-%patch51
72
 %patch52 -p1
73
-%patch54 -p1
74
-%patch55
75
 %patch56
76
-%patch57
77
-%patch58
78
-%patch59
79
-%patch60
80
-%patch61
81
-%patch62
82
-%patch63
83
-%patch64
84
-%patch65
85
-%patch66 -p1
86
 %if %suse_version < 1010
87
 %patch80
88
 %__rm -rf doc/pl
89
Added amarok-1.4.8.tar.bz2 ^