Summary: Animation/Drawing software Name: pencil Version: 0.4.4b Release: 1%{?dist} License: GPLv2 Group: Applications/Multimedia URL: http://www.les-stooges.org/pascal/pencil/ Source0: http://downloads.sourceforge.net/sourceforge/pencil-planner/Pencil/0.4.4beta/pencil-%{version}-src.zip BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Source1: pencil.desktop # patch allows for move export, but requires ffmpeg Patch1: pencil-0.4.4b-linux-export-movies.patch #BuildRequires: ffmpeg-devel BuildRequires: ming-devel BuildRequires: qt4-devel %description Pencil is an animation/drawing software. It lets you create traditional hand-drawn animation (cartoon) using both bitmap and vector graphics. %prep %setup -q -n %{name}-%{version}-source #patch1 -p1 -b .linux_export_movies %build %{_qt4_qmake} pencil.pro make %?_smp_mflags %install rm -rf %{buildroot} install -m755 -p -D Pencil %{buildroot}%{_bindir}/Pencil desktop-file-install \ --dir=%{buildroot}%{_datadir}/applications \ --vendir="" \ %{SOURCE1} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %{_bindir/Pencil %{_datadir}/applications/pencil.desktop %changelog * Fri Sep 11 2009 Rex Dieter 0.4.4b-3 - adapt for fedora * Sat May 3 2008 Bernhard Rosenkraenzer 0.4.4b-2ark - Fix support for exporting movies * Thu May 01 2008 Bernhard Rosenkraenzer 0.4.4b-1ark - initial RPM