Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 40609afb38c36b49774742d28adc4784 > files > 2

sinthgunt-2.0.2-1mdv2010.1.src.rpm

Summary:	Easy to use gui for ffmpeg
Name:		sinthgunt
Version:	2.0.2
Release:	%mkrel 1
Source0:	http://sinthgunt.googlecode.com/files/%{name}-%{version}.tar.gz
Url:		http://code.google.com/p/sinthgunt/
License:	GPLv3
Group:		Video
BuildRoot:	%{_tmppath}/%{name}-root
BuildArch:	noarch
BuildRequires:	python-devel 
Requires:	ffmpeg python pygtk2 pygtk2.0-libglade

%description
Sinthgunt is an open source graphical user interface for ffmpeg, a computer 
program that can convert digital audio and video into numerous formats. 
Using pre-configured conversion settings, it makes the task of converting 
between different media formates very easy.

%prep
%setup -q
chmod -x *.txt

%build
%{__python} setup.py build

%install
rm -rf %{buildroot}
python setup.py install --skip-build --root $RPM_BUILD_ROOT
python setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_bindir}/sinthgunt
%{python_sitelib}/*
%{_datadir}/%{name}
%exclude %{_datadir}/%{name}/*.txt
%{_datadir}/applications/sinthgunt.desktop
%{_datadir}/pixmaps/sinthgunt.png
%doc README.txt


%changelog
* Thu Apr 08 2010 Buchan Milne <bgmilne@mandriva.org> 2.0.2-1mdv2010.1
+ Revision: 533096
- import sinthgunt