Logoj0ke.net Open Build Service > Projects > multimedia:SL12 > phonon-backend-vlc > Changes
Sign Up | Log In

Changes of Revision 2

[-] Changed phonon-backend-vlc.spec
x
 
1
@@ -15,25 +15,22 @@
2
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
3
 #
4
 Name:           phonon-backend-vlc
5
-Version:        0.4.1
6
-Release:        1.3
7
+Version:        0.6.0
8
+Release:        1.2
9
 License:        LGPLv2.0+
10
 Summary:        Phonon VLC Backend
11
 Url:            http://phonon.kde.org/
12
 Group:          Development/Libraries/KDE
13
-Source0:        phonon-backend-vlc-%{version}.tar.bz2
14
-BuildRequires:  alsa-devel
15
+Source0:        http://download.kde.org/stable/phonon/phonon-backend-vlc/%{version}/src/phonon-backend-vlc-%{version}.tar.xz
16
 BuildRequires:  automoc4
17
 BuildRequires:  cmake
18
 BuildRequires:  fdupes
19
 BuildRequires:  kde4-filesystem
20
-BuildRequires:  libv4l-devel
21
-BuildRequires:  phonon-devel >= 4.5.0
22
+BuildRequires:  phonon-devel >= 4.6.0
23
 BuildRequires:  pkgconfig
24
-BuildRequires:  vlc-devel < 1.2.0
25
 BuildRequires:  vlc-devel >= 1.1.1
26
-Requires:       libphonon4
27
-Requires:       vlc < 1.2.0
28
+BuildRequires:  xz
29
+Requires:       libphonon4 >= 4.6.0
30
 Requires:       vlc >= 1.1.1
31
 Provides:       phonon-backend
32
 Obsoletes:      phonon-vlc
33
@@ -52,44 +49,16 @@
34
 %setup -q
35
 
36
 %build
37
-%if 0%{?suse_version} < 1140
38
-  %cmake_kde4 -d build
39
-%else
40
-  %cmake_kde4 -d build -- -DPHONON_VLC_NO_EXPERIMENTAL=ON
41
-%endif
42
-  %make_jobs
43
+%cmake_kde4 -d build
44
+%make_jobs
45
 
46
 %install
47
-  cd build
48
+cd build
49
 %make_install
50
 
51
-%clean
52
-rm -rf %{buildroot}
53
-
54
 %files
55
 %defattr(-,root,root)
56
 %{_kde4_modulesdir}/plugins/phonon_backend/phonon_vlc.so
57
 %{_kde4_servicesdir}/phononbackends/vlc.desktop
58
 
59
 %changelog
60
-* Sun Jan 23 2011 toddrme2178@gmail.com
61
-- update to version 0.3.2
62
-* Wed Dec  1 2010 tittiatcoke@gmail.com
63
-- update to version 0.3.1
64
-* Tue Aug 17 2010 tittiatcoke@gmail.com
65
-- update to a newer snapshot
66
-  * Emit the proper stateChanged() signals in play, pause and stop
67
-  * Add Phota, a small Phonon Testing Application for VLC debugging
68
-  * Do not explode in Audio Apps
69
-  * further small fixes/improvements
70
-* Thu Aug 12 2010 alexo.veto@gmail.com
71
-- Add:  Obsoletes: phonon-vlc
72
-* Sat Jul 24 2010 tittiatcoke@gmail.com
73
-- Update to a newer snapshot.
74
-  * Add webM MIME types for audio and video
75
-  * Add mimetype to allow ogg files to show correctly
76
-  * Add some realmedia files mimetype
77
-* Mon Jul 19 2010 tittiatcoke@gmail.com
78
-- Update to a newer snapshots
79
-* Tue Jun  1 2010 tittiatcoke@gmail.com
80
-- Initial package.
81
Added phonon-backend-vlc-0.6.0.tar.xz ^