Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > e8e7c16bb5d9f21c8d0e5e4ab1c1deb1 > files > 1

qeven-0.3.2-2.mga3.src.rpm

Name:		qeven
Version:	0.3.2
Release:	%mkrel 2
Summary:	Video Converter
Group:		Video/Editors and Converters
License:	GPLv3
URL:		http://qeven.wordpress.com/
Source0:	https://sourceforge.net/projects/qeven/files/%{name}/%{name}_%{version}/%{name}_%{version}.tar.bz2
BuildRequires:	qt4-devel
Requires:	mplayer
Requires:	mencoder

%description
Qt Easy Video Encoder (QEVEN) allows you to encode your media 
in several video format including (VCD, SVCD, DVD, DIVX, XVID, FLV).


%prep
%setup -qn %{name}_%{version}

%build
%qmake_qt4 QEVEN.pro
%make

%install
mkdir -p %{buildroot}/%{_bindir}
mkdir -p %{buildroot}/%{_datadir}/pixmaps
mkdir -p %{buildroot}/%{_datadir}/%{name}/translation

cp QEVEN %{buildroot}%{_bindir}/%{name}
cp -rp translation %{buildroot}%{_datadir}/%{name}/
cp Image/qeven*64x64*.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
mkdir -p %{buildroot}%{_datadir}/applications

cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=Qeven
GenericName=QT Easy Video Encoder
Comment=Video Encoder
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Qt;AudioVideo;AudioVideoEditing;
EOF

%files
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png


%changelog

* Tue Jan 22 2013 fwang <fwang> 0.3.2-2.mga3
+ Revision: 391036
- update rpm group

  + umeabot <umeabot>
    - Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Wed Jan 18 2012 juancho <juancho> 0.3.2-1.mga2
+ Revision: 197999
- Removed Version tag from desktop file (is optional)
- Fixed desktop file categories
- imported package qeven