Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 37fa441695268b6b6c178f89d254c6e7 > files > 3

2ManDVD-1.2-3mdv2010.1.src.rpm

Name:		2ManDVD
Version:	1.2
Release:	%mkrel 3

Summary:	Video DVD creation tool
URL:		http://2mandvd.tuxfamily.org/
License:	GPLv2
Group:		Video

Source:		http://download.tuxfamily.org/2mandvd/%{name}-%{version}.tar.gz
Source1:	%{name}.desktop

Requires:	dvdauthor
Requires:	dvdauthor
Requires:	ffmpeg >= 0.5.0
Requires:	ffmpegthumbnailer
Requires:	mencoder
Requires:	mjpegtools
Requires:	mkisofs
Requires:	mplayer
Requires:	netpbm
Requires:	sox
Suggests:	transcode

BuildRoot:	%{_tmppath}/%{name}-%{version}-build

BuildRequires:	qt4-devel

%description
ManDVD is a graphical tool for creating Video DVDs, including menus.

%prep
%setup -q -n %{name}

%build
%qmake_qt4 2ManDVD.pro
%make

%install
%{__rm} -rf %{buildroot}
%__install -D -m 755 %{name} \
	"%{buildroot}%{_bindir}/%{name}"

%__install -dm 755 "%{buildroot}%{_datadir}/%{name}"
%__install -m 644 2mandvd_*.qm \
	"%{buildroot}%{_datadir}/%{name}"

%__install -D -m 644 %{SOURCE1} \
	"%{buildroot}%{_datadir}/applications/%{name}.desktop"
%__install -D -m 644 Interface/mandvd.png \
	"%{buildroot}%{_datadir}/pixmaps/%{name}.png"

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/%{name}
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/2mandvd_*.qm
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png



%changelog
* Wed Jan 27 2010 Ahmad Samir <ahmadsamir@mandriva.org> 1.2-3mdv2010.1
+ Revision: 497157
- only suggest transcode

* Wed Jan 27 2010 Ahmad Samir <ahmadsamir@mandriva.org> 1.2-2mdv2010.1
+ Revision: 496931
- use %%qmake_qt4 and %%make macors (the latter to enable parallel build
  which seems to work)
- make .desktop file compliant with xdg specs

* Mon Jan 18 2010 Stéphane Téletchéa <steletch@mandriva.org> 1.2-1mdv2010.1
+ Revision: 493378
- import 2ManDVD


* Mon Jan 18 2010 Stephane Teletchea <steletch@mandriva.org> - 1.2-1mdv2010.1
- Initial Mandriva package forked from suse rpm
- Update to 1.2 release

* Sun Aug 30 2009 Detlef Reichelt <detlef@links2linux.de> - 0.9.7-0.pm.1
- new upstream version <0.9.7>
* Tue Aug 18 2009 Detlef Reichelt <detlef@links2linux.de> - 0.9.4-0.pm.1
- new upstream version <0.9.4>
* Tue Aug 11 2009 Detlef Reichelt <detlef@links2linux.de> - <0.9.3>-<0.pm.1>
- new upstream version <0.9.3>
* Fri Aug 07 2009 Detlef Reichelt <detlef@links2linux.de> - <0.9.1>-<0.pm.1>
- new upstream version <0.9.1>
* Wed Jul 22 2009 Detlef Reichelt <detlef@links2linux.de> - <0.8.8>-<0.pm.1>
- new upstream version 0.8.8
* Mon May 04 2009 Toni Graffy <toni@links2linux.de> - 0.8.5-0.pm.1
- update to 0.8.5
- New transitions between menus
- Added crossfade (I know you been waiting impatiently) between menus
- Fix German translation
* Sun May 03 2009 Toni Graffy <toni@links2linux.de> - 0.8.4-0.pm.1
- update to 0.8.4
- Now you can associate the extension of project 2ManDVD (. MDVD) 
  2ManDVD has a double-click on a project from Nautilus or Konqueror,
  or else you open the project directly.
- Fix an error making the transitions between menu totally false
- New transitions between menus
- Updated translations
* Tue Apr 21 2009 Toni Graffy <toni@links2linux.de> - 0.7.8-0.pm.1
- update to 0.7.8
- Adding the concept of transparency in the buttons
- Adding new manager completely masks the alpha channel
- Updated some translations
- DO NOT USE YOUR OLD PROJECTS
* Fri Apr 17 2009 Toni Graffy <toni@links2linux.de> - 0.7.7-0.pm.2
- added new german lang files
* Mon Apr 13 2009 Toni Graffy <toni@links2linux.de> - 0.7.7-0.pm.1
- update to 0.7.7
- added dejavu to Requires
- Fix bug buttons texts whose size changed between changes of menu and / or reopening of a project
- The themes are now (as many have desired) classified by themes
- Several small bugs fixed here and there
- Adding a log on the generation of ISO
- Adding the use of the delete key in the interface to remove a button
- Several small changes in the interface
* Sun Apr 12 2009 Toni Graffy <toni@links2linux.de> - 0.7.6-0.pm.1
- update to 0.7.6
- moved installation from /opt to /usr/bin and /usr/share/2ManDVD to 
  avoid rpmlint messages:
  2ManDVD: "/opt/2ManDVD/2ManDVD" is not allowed anymore in FHS 2.2
  suse-filelist-forbidden-opt /opt/2ManDVD is not allowed for official SUSE packages
* Tue Mar 17 2009 Detlef Reichelt <detlef@links2linux.de> 0.6.2-0.pm.1
- new upstream version <0.6.2>
* Tue Mar 10 2009 Detlef Reichelt <detlef@links2linux.de> 0.5.2-0.pm.1
- first build for packman