File pitivi.spec of Package pitivi

#
# spec file for package pitivi
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           pitivi
Version:        0.15.2
Release:        0
Summary:        Intuitive and featureful movie editor
License:        LGPL-2.1+
Group:          Productivity/Multimedia/Video/Editors and Convertors
Url:            http://www.pitivi.org/
Source:         http://download.gnome.org/sources/pitivi/0.15/%{name}-%{version}.tar.xz
# Imported frmo git tree. Due to a character error in Makefile.am, this file was missnig frmo the tarball.
Source1:        codecscontainers.jpg
Source2:        mainwindow.jpg
# PATCH-FIX-UPSTREAM pitivi-help_figures.patch bgo#679397 dmistar@opensuse.org -- Fix a weird issue in help/Makefile.am
Patch0:         pitivi-help_figures.patch
BuildRequires:  fdupes
BuildRequires:  gnome-doc-utils-devel >= 0.18.0
BuildRequires:  hicolor-icon-theme
BuildRequires:  intltool
BuildRequires:  pkg-config
BuildRequires:  python-devel
BuildRequires:  shared-mime-info
BuildRequires:  translation-update-upstream
BuildRequires:  update-desktop-files
Recommends:     %{name}-lang
Requires:       gstreamer-0_10 >= 0.10.28
Requires:       gstreamer-0_10-plugin-gnonlin >= 0.10.16
%if 0%{?suse_version} <= 1130
# For gconf
Requires:       python-gnome
%else
Requires:       python-gconf
%endif
Requires:       python-goocanvas
Requires:       python-gstreamer-0_10 >= 0.10.19
Requires:       python-gtk >= 2.17.0
Requires:       python-setuptools
Requires:       python-xdg
Requires:       python-zopeinterface
# Pitivi can use the Frei0r plugins, and since this enables lots of effects, we
# really want that by default if possible
Recommends:     frei0r-plugins
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%py_requires

%description
PiTiVi is a free, intuitive and featureful movie editor.

%lang_package
%prep
%setup -q
# Test if the file is in the tarball again.
test ! -f help/C/figures/codecscontainers.jpg
test ! -f help/C/figures/mainwindow.jpg
cp %{S:1} %{S:2} help/C/figures/
%patch0 -p1
translation-update-upstream

%build
%configure
%__make %{?_smp_mflags} V=1

%install
%makeinstall
%find_lang %{name} %{?no_lang_C}
%suse_update_desktop_file %{name}
%fdupes %{buildroot}%{_datadir}
%fdupes %{buildroot}%{_libdir}

%clean
rm -rf %{buildroot}

%post
%if 0%{?suse_version} > 1130
%desktop_database_post
%icon_theme_cache_post
%mime_database_post
%else
if test -x usr/bin/update-mime-database ; then
  usr/bin/update-mime-database usr/share/mime >/dev/null
fi
%endif

%postun
%if 0%{?suse_version} > 1130
%desktop_database_postun
%icon_theme_cache_postun
%mime_database_postun
%else
if test -x usr/bin/update-mime-database ; then
  usr/bin/update-mime-database usr/share/mime >/dev/null
fi
%endif

%files
%defattr(-, root, root)
%doc AUTHORS ChangeLog COPYING NEWS RELEASE
%{_bindir}/pitivi
%{_libdir}/pitivi/
%{_datadir}/applications/pitivi.desktop
%dir %{_datadir}/gnome/help/pitivi
%doc %{_datadir}/gnome/help/pitivi/C/
%{_datadir}/icons/hicolor/*/apps/pitivi.png
%{_datadir}/icons/hicolor/*/apps/pitivi.svg
%{_datadir}/mime/packages/pitivi.xml
%{_datadir}/pitivi/
%{_mandir}/man1/pitivi.1%{?ext_man}

%files lang -f %{name}.lang

%changelog
openSUSE Build Service is sponsored by