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

Changes of Revision 7

[-] Added phonon-backend-vlc-openSUSE_12.3.spec
x
 
1
@@ -0,0 +1,64 @@
2
+#
3
+# spec file for package phonon-backend-vlc
4
+#
5
+# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
6
+#
7
+# All modifications and additions to the file contributed by third parties
8
+# remain the property of their copyright owners, unless otherwise agreed
9
+# upon. The license for this file, and modifications and additions to the
10
+# file, is the same license as for the pristine package itself (unless the
11
+# license for the pristine package is not an Open Source License, in which
12
+# case the license is the MIT License). An "Open Source License" is a
13
+# license that conforms to the Open Source Definition (Version 1.9)
14
+# published by the Open Source Initiative.
15
+
16
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
17
+#
18
+Name:           phonon-backend-vlc
19
+Version:        0.6.0
20
+Release:        1.2
21
+License:        LGPLv2.0+
22
+Summary:        Phonon VLC Backend
23
+Url:            http://phonon.kde.org/
24
+Group:          Development/Libraries/KDE
25
+Source0:        http://download.kde.org/stable/phonon/phonon-backend-vlc/%{version}/src/phonon-backend-vlc-%{version}.tar.xz
26
+BuildRequires:  automoc4
27
+BuildRequires:  cmake
28
+BuildRequires:  fdupes
29
+BuildRequires:  kde4-filesystem
30
+BuildRequires:  phonon-devel >= 4.6.0
31
+BuildRequires:  pkgconfig
32
+BuildRequires:  vlc-devel >= 1.1.1
33
+BuildRequires:  xz
34
+Requires:       libphonon4 >= 4.6.0
35
+Requires:       vlc >= 1.1.1
36
+Provides:       phonon-backend
37
+Obsoletes:      phonon-vlc
38
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
39
+%requires_ge    libqt4
40
+
41
+%description
42
+Phonon is a cross-platform portable Multimedia Support Abstraction,
43
+which allows you to play multiple audio or video formats with the same
44
+quality on all platforms, no matter which underlying architecture is
45
+used.
46
+
47
+This is the VLC backend for Phonon
48
+
49
+%prep
50
+%setup -q
51
+
52
+%build
53
+%cmake_kde4 -d build
54
+%make_jobs
55
+
56
+%install
57
+cd build
58
+%make_install
59
+
60
+%files
61
+%defattr(-,root,root)
62
+%{_kde4_modulesdir}/plugins/phonon_backend/phonon_vlc.so
63
+%{_kde4_servicesdir}/phononbackends/vlc.desktop
64
+
65
+%changelog
66