Fri, 09 Sep 2011 16:57:46 +0200
Update version to development branches and adapt package file index.
1 # vim: set sw=4 ts=4 et:
2 # Copyright (c) 2008-2010 oc2pus
3 # This file and all modifications and additions to the pristine
4 # package are under the same license as the package itself.
5 #
6 # Please submit bugfixes or comments to packman@links2linux.de
8 Name: kdenlive
9 Version: 20110908
10 Release: svn.msvb.1
11 License: GNU General Public License version 2 or later (GPLv2+)
12 Vendor: Europalab Software
13 Packager: Michael Schloh von Bennewitz
14 Provides: kde4-kdenlive = %{version}
15 Obsoletes: kde4-kdenlive < %{version}
16 Summary: Non-linear video editing application for KDE
17 Group: Productivity/Multimedia/Video/Editors and Convertors
18 URL: http://kdenlive.sourceforge.net/
19 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
20 # http://prdownloads.sourceforge.net/kdenlive/kdenlive-%{version}.tar.gz
21 Source: kdenlive-%{version}.tar.bz2
22 BuildRequires: cmake
23 BuildRequires: fdupes
24 BuildRequires: gamin-devel
25 BuildRequires: ladspa
26 BuildRequires: libavc1394-devel
27 BuildRequires: libdv-devel
28 BuildRequires: libffmpeg-devel libamrnb-devel
29 BuildRequires: libiec61883-devel
30 BuildRequires: libjack-devel jack
31 BuildRequires: libkde4-devel
32 BuildRequires: libogg-devel
33 BuildRequires: libquicktime-devel
34 BuildRequires: libsamplerate-devel
35 BuildRequires: libsoprano-devel
36 BuildRequires: libtheora-devel
37 BuildRequires: libvorbis-devel
38 BuildRequires: libxml2-devel
39 BuildRequires: mDNSResponder-devel
40 BuildRequires: mlt-devel >= 0.7
41 BuildRequires: mlt++-devel
42 BuildRequires: phonon-backend-xine
43 BuildRequires: qt-devel
44 BuildRequires: SDL-devel
45 BuildRequires: sox-devel
46 BuildRequires: libqjson-devel
47 BuildRequires: libkde4-devel
48 BuildRequires: update-desktop-files
49 Requires: mlt
50 Requires: dvdauthor
51 Requires: dvgrab >= 2.0
52 Requires: jack
53 %kde4_runtime_requires
54 Requires: ladspa
55 Requires: ladspa-swh-plugins
56 Requires: sox
57 Requires: licenses
58 BuildRequires: dvdauthor
59 BuildRequires: dvgrab >= 2.0
60 BuildRequires: jack
61 BuildRequires: ladspa-swh-plugins
62 BuildRequires: sox
63 BuildRequires: mlt
65 %description
66 Kdenlive is a non-linear vdeo editor for KDE. It relies on a
67 separate renderer, piave, to handle it's rendering. Kdenlive
68 supports multitrack editing.
70 %lang_package
72 %prep
73 %setup -q -n kdenlive-%{version}
75 %build
76 %__install -dm 755 build
78 pushd build
79 %cmake_kde4 ..
80 %__make %{?jobs:-j%{jobs}} VERBOSE=1
81 popd
83 %install
84 pushd build
85 %makeinstall VERBOSE=1
86 popd
88 %suse_update_desktop_file -n kdenlive AudioVideo AudioVideoEditing
90 %find_lang kdenlive
92 %fdupes -s %{buildroot}
94 %kde_post_install
96 %__ln_s -f /usr/share/doc/licenses/md5/$(md5sum COPYING|cut -f1 -d" ") COPYING
98 %clean
99 %{?buildroot:%__rm -rf "%{buildroot}"}
101 %post -p /sbin/ldconfig
103 %postun -p /sbin/ldconfig
105 %files
106 %defattr(-, root, root)
107 %doc AUTHORS COPYING README
108 %doc %{_mandir}/man1/kdenlive.1%{ext_man}
109 %doc %{_mandir}/man1/kdenlive_render.1%{ext_man}
110 %{_bindir}/kdenlive
111 %{_bindir}/kdenlive_render
112 %{_libdir}/kde4/libkdenlive_sampleplugin.so
113 %{_libdir}/kde4/westleypreview.so
114 %{_datadir}/kde4/apps/kdenlive
115 %{_datadir}/kde4/config/kdenlive_projectprofiles.knsrc
116 %{_datadir}/kde4/config/kdenlive_renderprofiles.knsrc
117 %{_datadir}/kde4/config/kdenlive_wipes.knsrc
118 %{_datadir}/kde4/config/kdenlive_titles.knsrc
119 %{_datadir}/kde4/config/kdenlivetranscodingrc
120 %{_datadir}/kde4/config/kdenliveeffectscategory.rc
121 %{_datadir}/kde4/config.kcfg/kdenlivesettings.kcfg
122 %{_datadir}/kde4/services/westleypreview.desktop
123 %{_datadir}/applications/kde4/kdenlive.desktop
124 %{_datadir}/mime/packages/kdenlive.xml
125 %{_datadir}/mime/packages/westley.xml
126 %dir %{_datadir}/menu
127 %{_datadir}/menu/kdenlive
128 %{_datadir}/pixmaps/kdenlive.xpm
129 %{_datadir}/icons/*/*/apps/kdenlive.*
130 %{_datadir}/icons/*/*/mimetypes/application-x-kdenlivetitle.*
131 %{_datadir}/icons/*/*/mimetypes/application-x-kdenlive.*
132 %{_datadir}/icons/*/*/mimetypes/video-mlt-playlist.*
134 %files lang -f kdenlive.lang
136 %changelog
137 * Wed Sep 9 2011 Michael Schloh von Bennewitz <michael@schloh.com>
138 - update to SVN 20110908 (0.8.1 branch)
139 * Wed Sep 29 2010 pascal.bleser@opensuse.org
140 - update to 0.7.8
141 * Fri Mar 5 2010 toni@links2linux.de
142 - update to 0.7.7.1
143 - fix bug in composite transition seek to position feature:
144 http://www.kdenlive.org/mantis/view.php?id=1452
145 - fix transition corruption with non english locales:
146 http://www.kdenlive.org/mantis/view.php?id=1450
147 * Wed Feb 17 2010 toni@links2linux.de
148 - update to 0.7.7
149 * Improved keyboard navigation
150 * Timeline editing mode (normal, overwrite)
151 * Fix compatibility issue with Qt 4.6
152 * Allow shutdown after render when using Gnome Session manager
153 * Improved titler (now supports font outline)
154 * Editing properties for several clips at once (for example aspect ratio)
155 * Fri Oct 9 2009 pascal.bleser@opensuse.org
156 - update to 0.7.6:
157 * many crash and timeline corruption issues have been fixed
158 * Fri Oct 2 2009 Manfred.Tremmel@iiv.de
159 - update to 0.7.5
160 * Mon Jun 1 2009 toni@links2linux.de
161 - update to 0.7.4
162 * Thu May 21 2009 toni@links2linux.de
163 - rebuild with mlt/mlt++-0.3.8 (mlt-0.4.0 seems to break kdenlive)
164 * Mon May 18 2009 toni@links2linux.de
165 - rebuild with mlt/mlt++-0.4.0
166 * Wed Apr 15 2009 toni@links2linux.de
167 - update to 0.7.3
168 - added lang-sub-package
169 * Tue Feb 3 2009 toni@links2linux.de
170 - rebuild with mlt/mlt++-0.3.6
171 * Mon Feb 2 2009 toni@links2linux.de
172 - update to 0.7.2.1
173 * Sun Feb 1 2009 toni@links2linux.de
174 - update to 0.7.2
175 * Mon Dec 29 2008 toni@links2linux.de
176 - update to 0.7.1
177 * Fri Nov 14 2008 toni@links2linux.de
178 - update to 0.7
179 * Wed Nov 12 2008 toni@links2linux.de
180 - update to 0.7beta1
181 * Fri Oct 31 2008 toni@links2linux.de
182 - update to r2603
183 * Tue Sep 23 2008 toni@links2linux.de
184 - update to r2404
185 * Fri Aug 8 2008 toni@links2linux.de
186 - update to r2364
187 * Wed Jul 9 2008 toni@links2linux.de
188 - initial build for kde4 0.6.0 r2302