michael@17: # vim: set sw=4 ts=4 et: michael@17: # Copyright (c) 2008-2010 oc2pus michael@17: # This file and all modifications and additions to the pristine michael@17: # package are under the same license as the package itself. michael@17: # michael@17: # Please submit bugfixes or comments to packman@links2linux.de michael@17: michael@17: Name: kdenlive michael@18: Version: 20110908 michael@18: Release: svn.msvb.1 michael@17: License: GNU General Public License version 2 or later (GPLv2+) michael@18: Vendor: Europalab Software michael@18: Packager: Michael Schloh von Bennewitz michael@17: Provides: kde4-kdenlive = %{version} michael@17: Obsoletes: kde4-kdenlive < %{version} michael@17: Summary: Non-linear video editing application for KDE michael@17: Group: Productivity/Multimedia/Video/Editors and Convertors michael@17: URL: http://kdenlive.sourceforge.net/ michael@17: BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot michael@17: # http://prdownloads.sourceforge.net/kdenlive/kdenlive-%{version}.tar.gz michael@17: Source: kdenlive-%{version}.tar.bz2 michael@17: BuildRequires: cmake michael@17: BuildRequires: fdupes michael@17: BuildRequires: gamin-devel michael@17: BuildRequires: ladspa michael@17: BuildRequires: libavc1394-devel michael@17: BuildRequires: libdv-devel michael@17: BuildRequires: libffmpeg-devel libamrnb-devel michael@17: BuildRequires: libiec61883-devel michael@17: BuildRequires: libjack-devel jack michael@17: BuildRequires: libkde4-devel michael@17: BuildRequires: libogg-devel michael@17: BuildRequires: libquicktime-devel michael@17: BuildRequires: libsamplerate-devel michael@17: BuildRequires: libsoprano-devel michael@17: BuildRequires: libtheora-devel michael@17: BuildRequires: libvorbis-devel michael@17: BuildRequires: libxml2-devel michael@17: BuildRequires: mDNSResponder-devel michael@17: BuildRequires: mlt-devel >= 0.7 michael@17: BuildRequires: mlt++-devel michael@17: BuildRequires: phonon-backend-xine michael@17: BuildRequires: qt-devel michael@17: BuildRequires: SDL-devel michael@17: BuildRequires: sox-devel michael@17: BuildRequires: libqjson-devel michael@17: BuildRequires: libkde4-devel michael@17: BuildRequires: update-desktop-files michael@17: Requires: mlt michael@17: Requires: dvdauthor michael@17: Requires: dvgrab >= 2.0 michael@17: Requires: jack michael@17: %kde4_runtime_requires michael@17: Requires: ladspa michael@17: Requires: ladspa-swh-plugins michael@17: Requires: sox michael@17: Requires: licenses michael@17: BuildRequires: dvdauthor michael@17: BuildRequires: dvgrab >= 2.0 michael@17: BuildRequires: jack michael@17: BuildRequires: ladspa-swh-plugins michael@17: BuildRequires: sox michael@17: BuildRequires: mlt michael@17: michael@17: %description michael@17: Kdenlive is a non-linear vdeo editor for KDE. It relies on a michael@17: separate renderer, piave, to handle it's rendering. Kdenlive michael@17: supports multitrack editing. michael@17: michael@17: %lang_package michael@17: michael@17: %prep michael@17: %setup -q -n kdenlive-%{version} michael@17: michael@17: %build michael@17: %__install -dm 755 build michael@17: michael@17: pushd build michael@17: %cmake_kde4 .. michael@17: %__make %{?jobs:-j%{jobs}} VERBOSE=1 michael@17: popd michael@17: michael@17: %install michael@17: pushd build michael@17: %makeinstall VERBOSE=1 michael@17: popd michael@17: michael@17: %suse_update_desktop_file -n kdenlive AudioVideo AudioVideoEditing michael@17: michael@17: %find_lang kdenlive michael@17: michael@17: %fdupes -s %{buildroot} michael@17: michael@17: %kde_post_install michael@17: michael@17: %__ln_s -f /usr/share/doc/licenses/md5/$(md5sum COPYING|cut -f1 -d" ") COPYING michael@17: michael@17: %clean michael@17: %{?buildroot:%__rm -rf "%{buildroot}"} michael@17: michael@17: %post -p /sbin/ldconfig michael@17: michael@17: %postun -p /sbin/ldconfig michael@17: michael@17: %files michael@17: %defattr(-, root, root) michael@17: %doc AUTHORS COPYING README michael@17: %doc %{_mandir}/man1/kdenlive.1%{ext_man} michael@17: %doc %{_mandir}/man1/kdenlive_render.1%{ext_man} michael@17: %{_bindir}/kdenlive michael@17: %{_bindir}/kdenlive_render michael@17: %{_libdir}/kde4/libkdenlive_sampleplugin.so michael@17: %{_libdir}/kde4/westleypreview.so michael@17: %{_datadir}/kde4/apps/kdenlive michael@17: %{_datadir}/kde4/config/kdenlive_projectprofiles.knsrc michael@17: %{_datadir}/kde4/config/kdenlive_renderprofiles.knsrc michael@17: %{_datadir}/kde4/config/kdenlive_wipes.knsrc michael@17: %{_datadir}/kde4/config/kdenlive_titles.knsrc michael@17: %{_datadir}/kde4/config/kdenlivetranscodingrc michael@17: %{_datadir}/kde4/config/kdenliveeffectscategory.rc michael@17: %{_datadir}/kde4/config.kcfg/kdenlivesettings.kcfg michael@17: %{_datadir}/kde4/services/westleypreview.desktop michael@17: %{_datadir}/applications/kde4/kdenlive.desktop michael@17: %{_datadir}/mime/packages/kdenlive.xml michael@17: %{_datadir}/mime/packages/westley.xml michael@17: %dir %{_datadir}/menu michael@17: %{_datadir}/menu/kdenlive michael@17: %{_datadir}/pixmaps/kdenlive.xpm michael@17: %{_datadir}/icons/*/*/apps/kdenlive.* michael@17: %{_datadir}/icons/*/*/mimetypes/application-x-kdenlivetitle.* michael@17: %{_datadir}/icons/*/*/mimetypes/application-x-kdenlive.* michael@17: %{_datadir}/icons/*/*/mimetypes/video-mlt-playlist.* michael@17: michael@17: %files lang -f kdenlive.lang michael@17: michael@17: %changelog michael@18: * Wed Sep 9 2011 Michael Schloh von Bennewitz michael@18: - update to SVN 20110908 (0.8.1 branch) michael@17: * Wed Sep 29 2010 pascal.bleser@opensuse.org michael@17: - update to 0.7.8 michael@17: * Fri Mar 5 2010 toni@links2linux.de michael@17: - update to 0.7.7.1 michael@17: - fix bug in composite transition seek to position feature: michael@17: http://www.kdenlive.org/mantis/view.php?id=1452 michael@17: - fix transition corruption with non english locales: michael@17: http://www.kdenlive.org/mantis/view.php?id=1450 michael@17: * Wed Feb 17 2010 toni@links2linux.de michael@17: - update to 0.7.7 michael@17: * Improved keyboard navigation michael@17: * Timeline editing mode (normal, overwrite) michael@17: * Fix compatibility issue with Qt 4.6 michael@17: * Allow shutdown after render when using Gnome Session manager michael@17: * Improved titler (now supports font outline) michael@17: * Editing properties for several clips at once (for example aspect ratio) michael@17: * Fri Oct 9 2009 pascal.bleser@opensuse.org michael@17: - update to 0.7.6: michael@17: * many crash and timeline corruption issues have been fixed michael@17: * Fri Oct 2 2009 Manfred.Tremmel@iiv.de michael@17: - update to 0.7.5 michael@17: * Mon Jun 1 2009 toni@links2linux.de michael@17: - update to 0.7.4 michael@17: * Thu May 21 2009 toni@links2linux.de michael@17: - rebuild with mlt/mlt++-0.3.8 (mlt-0.4.0 seems to break kdenlive) michael@17: * Mon May 18 2009 toni@links2linux.de michael@17: - rebuild with mlt/mlt++-0.4.0 michael@17: * Wed Apr 15 2009 toni@links2linux.de michael@17: - update to 0.7.3 michael@17: - added lang-sub-package michael@17: * Tue Feb 3 2009 toni@links2linux.de michael@17: - rebuild with mlt/mlt++-0.3.6 michael@17: * Mon Feb 2 2009 toni@links2linux.de michael@17: - update to 0.7.2.1 michael@17: * Sun Feb 1 2009 toni@links2linux.de michael@17: - update to 0.7.2 michael@17: * Mon Dec 29 2008 toni@links2linux.de michael@17: - update to 0.7.1 michael@17: * Fri Nov 14 2008 toni@links2linux.de michael@17: - update to 0.7 michael@17: * Wed Nov 12 2008 toni@links2linux.de michael@17: - update to 0.7beta1 michael@17: * Fri Oct 31 2008 toni@links2linux.de michael@17: - update to r2603 michael@17: * Tue Sep 23 2008 toni@links2linux.de michael@17: - update to r2404 michael@17: * Fri Aug 8 2008 toni@links2linux.de michael@17: - update to r2364 michael@17: * Wed Jul 9 2008 toni@links2linux.de michael@17: - initial build for kde4 0.6.0 r2302