Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 0379c199a7b22750fce0d9a16fb95fd7 > files > 3

bombono-dvd-1.2.2-5.mga5.src.rpm

Name:		bombono-dvd
Version:	1.2.2
Release:	%mkrel 5
Summary:	DVD authoring program with nice and clean GUI
License:	GPLv2
Group:		Video/Utilities
URL:		http://www.bombono.org
Source0:	https://sourceforge.net/projects/bombono/files/%{name}/1.2/%{name}-%{version}.tar.bz2
Patch0:		0001-ffmpeg-has-renamed-CodecID-AVCodecID.patch
BuildRequires:	scons
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(gtkmm-2.4)
BuildRequires:	pkgconfig(libxml++-2.6)
BuildRequires:	pkgconfig(mjpegtools)
BuildRequires:	ffmpeg-devel
Requires:	dvdauthor
Requires:	mjpegtools
Requires:	dvd+rw-tools
Requires:	twolame
Requires:	enca
Recommends:	totem

%description
Bombono DVD is easy to use program for making DVD-Video.
The main features of Bombono DVD are:
  * excellent MPEG viewer: Timeline and Monitor
  * real WYSIWYG Menu Editor with live thumbnails
  * comfortable Drag-N-Drop support
  * you can author to folder, make ISO-image or burn directly to DVD
  * reauthoring: you can import video from DVD discs.

%prep
%setup -q
%apply_patches

%build
scons CFLAGS='-Wno-extra' PREFIX=%{_prefix} DESTDIR=%{buildroot}

%install
mkdir -p %{buildroot}%{_datadir}/applications
scons install

%find_lang %name

cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Bombono DVD
GenericName=Making DVD-Video
GenericName[ru]=Создание DVD-Video
Comment=Easy to use DVD authoring tool
Comment[ru]=Простая утилита для DVD-авторинга
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Video;
EOF

%files -f %{name}.lang
%{_bindir}/*
%{_datadir}/bombono
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/*
%{_mandir}/man1/*
%{_datadir}/mime/packages/*.xml


%changelog
* Tue Jan 06 2015 alexl <alexl> 1.2.2-5.mga5
+ Revision: 808750
- added GenericName in desktop file

* Fri Nov 14 2014 akien <akien> 1.2.2-4.mga5
+ Revision: 797175
- Rebuild for ffmpeg 2.4

* Wed Oct 15 2014 umeabot <umeabot> 1.2.2-3.mga5
+ Revision: 743814
- Second Mageia 5 Mass Rebuild

* Tue Sep 16 2014 umeabot <umeabot> 1.2.2-2.mga5
+ Revision: 678195
- Mageia 5 Mass Rebuild

  + tv <tv>
    - s/uggests:/Recommends:/

* Sun Apr 13 2014 alexl <alexl> 1.2.2-1.mga5
+ Revision: 613799
- version 1.2.2
- clean spec
- add patch ffmpeg-has-renamed-CodecID-AVCodecID

  + supp <supp>
    - update to 1.0.2, SPEC cleanup
    - imported package bombono-dvd


* Thu Dec 30 2010 Tomas Kindl <supp@mandriva.org> 1.0.0-1mdv2011.0
+ Revision: 626456
- update to 1.0.0

* Wed Dec 01 2010 Tomas Kindl <supp@mandriva.org> 0.8.1-1mdv2011.0
+ Revision: 604214
- bump to 0.8.1

* Sat Apr 17 2010 Tomas Kindl <supp@mandriva.org> 0.6.0-1mdv2010.1
+ Revision: 535713
- bump to latest stable release - 0.6.0

* Thu Apr 15 2010 Tomas Kindl <supp@mandriva.org> 0.5.10-1mdv2010.1
+ Revision: 534987
- bump to 0.5.10
- drop obsolete toolame->twolame patch as it's already there...

* Tue Jan 12 2010 Tomas Kindl <supp@mandriva.org> 0.5.2-1mdv2010.1
+ Revision: 490458
- fixed menu entry description
- fixed for building on x86_64
 - added menu entry
- import bombono-dvd