Name: DVDAuthorWizard Version: 1.4.6 Release: 4mamba Summary: DVD Author Wizard Group: Graphical Desktop/Applications/Multimedia Distribution: openmamba Vendor: openmamba Packager: Silvan Calarco URL: http://dvdauthorwizard.sourceforge.net Source: http://switch.dl.sourceforge.net/sourceforge/dvdauthorwizard/%{name}-%{version}.tar.bz2 Source1: DVDAuthorWizard-icon.png License: GPL Requires: kommander >= 3.3.2 Requires: bc >= 1.06 Requires: dvdauthor >= 0.6 Requires: ImageMagick >= 6.2.3 Requires: mjpegtools >= 1.6.2 Requires: mplayer >= 1.0 Requires: sox >= 12.17.7 Requires: transcode >= 0.6.12 ## AUTOBUILDREQ-BEGIN BuildRequires: bc BuildRequires: dvdauthor BuildRequires: ImageMagick BuildRequires: kommander BuildRequires: mjpegtools BuildRequires: mplayer BuildRequires: sox BuildRequires: transcode ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description DVD Authoring is the process of building a working video DVD disk. Linux has all the tools needed to do this, but it requires quite a bit of knowledge and experience to use them. The author tried to bring some of that knowledge together into this wizard. It will allow you to create a video DVD with multiple titles and a menu that features animated thumbnails of all the titles on the disk. The background of the menu can be any user provided image, or another MPEG2 video. %prep %setup -q %build %install [ "%{buildroot}" != / ] && rm -rf %{buildroot} # from 'inst.sh' mkdir -p %{buildroot}%{_prefix} cp -a bin share %{buildroot}%{_prefix} chmod +x %{buildroot}%{_bindir}/DVDAuthorWizard-Builder.sh #install -D DVDAuthorWizard.kmdr %{buildroot}%{_datadir}/kommander/%{name}/DVDAuthorWizard.kmdr #install -D -m755 DVDBuilder.sh %{buildroot}%{_datadir}/kommander/%{name}/DVDBuilder.sh #install -d %{buildroot}%{_datadir}/kommander/%{name}/Pictures #install Pictures/* %{buildroot}%{_datadir}/kommander/%{name}/Pictures/ # Create the system menu entry install -d %{buildroot}%{_datadir}/applications cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF [Desktop Entry] Name=%{name} GenericName=%{summary} GenericName[it]=Creazione guidata DVD Comment=%{summary} Exec=kmdr-executor %{_bindir}/DVDAuthorWizard.kmdr Icon=DVDAuthorWizard Terminal=0 Type=Application Categories=KDE;AudioVideo;Multimedia; EOF install -D -m0644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/DVDAuthorWizard.png %clean [ "%{buildroot}" != / ] && rm -rf %{buildroot} %files %defattr(-,root,root,-) %attr(755,root,root) %{_bindir}/DVDAuthorWizard.kmdr %{_datadir}/pixmaps/DVDAuthorWizard.png %{_datadir}/applications/DVDAuthorWizard.desktop %{_bindir}/DVDAuthorWizard-Builder.sh %dir %{_datadir}/apps/dvdauthorwizard %{_datadir}/apps/dvdauthorwizard/Pictures/*.png #%dir %{_datadir}/kommander/DVDAuthorWizard #%{_datadir}/kommander/DVDAuthorWizard/* %changelog * Sun Jan 03 2010 Silvan Calarco 1.4.6-4mamba - update and own desktop entry icon * Mon May 18 2009 Silvan Calarco 1.4.6-3mamba - changed requirement for kdewebdev into kommander * Thu Jul 24 2008 gil 1.4.6-2mamba - changed permits execution DVDAuthorWizard.kmdr * Tue Jun 17 2008 Silvan Calarco 1.4.6-1mamba - update to 1.4.6 * Mon May 21 2007 Silvan Calarco 1.4.5-1mamba - update to 1.4.5 * Thu Aug 25 2005 Davide Madrisan 0.93-1qilnx - update to version 0.93 by autospec - added missing requirements (bc, dvdauthor, ImageMagick, mjpegtools, transcode) * Mon Jul 04 2005 Alessandro Ramazzina 0.1-2qilnx - rebuild and moved from devel-contrib repository to devel repository * Wed May 18 2005 Matteo Bernasconi 0.1-1qilnx - first build