update to 0.8.6_1 [release 0.8.6_1-1mamba;Sat Feb 20 2021]
This commit is contained in:
parent
6d632e4a4b
commit
0cf9200587
@ -1,37 +1,30 @@
|
||||
%define data_version 0.8.0
|
||||
%define pkgver %(echo %version | tr _ -)
|
||||
|
||||
Name: dvd-slideshow
|
||||
Version: 0.8.4
|
||||
Version: 0.8.6_1
|
||||
Release: 1mamba
|
||||
Summary: Creates a DVD slideshow with menus and effects from a list of images
|
||||
Group: Applications/Multimedia
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: gil <puntogil@libero.it>
|
||||
URL: http://dvd-slideshow.sourceforge.net
|
||||
Source0: http://downloads.sourceforge.net/dvd-slideshow/dvd-slideshow-%{version}-2.tar.gz
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://dvd-slideshow.sourceforge.net
|
||||
Source0: http://downloads.sourceforge.net/dvd-slideshow/dvd-slideshow-%{pkgver}.tar.gz
|
||||
Source1: http://downloads.sourceforge.net/dvd-slideshow-examples/dvd-slideshow-examples-%{data_version}-1.tar.gz
|
||||
Source2: http://downloads.sourceforge.net/dvd-slideshow-themes/dvd-slideshow-themes-%{data_version}-1.tar.gz
|
||||
Patch0: %{name}-0.8.4-2-setupdir.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: libvorbis
|
||||
Requires: vorbis-tools
|
||||
Requires: dvdauthor >= 0.6.13
|
||||
Requires: mjpegtools
|
||||
Requires: ImageMagick
|
||||
Requires: ffmpeg
|
||||
BuildRequires: ImageMagick-devel
|
||||
BuildRequires: dvdauthor
|
||||
BuildRequires: libmjpegtools-devel
|
||||
BuildRequires: sox-devel
|
||||
#BuildRequires: urw-fonts
|
||||
BuildRequires: /usr/bin/cdrecord
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libvorbis-devel
|
||||
BuildRequires: vorbis-tools
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: /usr/bin/cdrecord
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
DVD-slideshow makes a DVD slideshow video with menus from a batch of pictures.
|
||||
@ -77,8 +70,10 @@ It consists of a set of scripts:
|
||||
|
||||
This package contains examples for DVD-slideshow.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}-2 -a1 -a2
|
||||
%setup -q -n %{name}-%{pkgver} -a1 -a2
|
||||
#%patch -p1
|
||||
|
||||
%build
|
||||
@ -137,12 +132,12 @@ install -p -m 755 dvd-slideshow-examples-%{data_version}-1/*.sh \
|
||||
%{_datadir}/dvd-slideshow/dvd-slideshowrc
|
||||
%dir %{_datadir}/dvd-slideshow/themes
|
||||
%{_datadir}/dvd-slideshow/themes/default
|
||||
%{_mandir}/man1/dir2slideshow.1.gz
|
||||
%{_mandir}/man1/dvd-menu.1.gz
|
||||
%{_mandir}/man1/dvd-slideshow.1.gz
|
||||
%{_mandir}/man1/gallery1-to-slideshow.1.gz
|
||||
%{_mandir}/man1/jigl2slideshow.1.gz
|
||||
%doc doc/*.html TODO.txt COPYING.txt INSTALL.txt
|
||||
%{_mandir}/man1/dir2slideshow.1*
|
||||
%{_mandir}/man1/dvd-menu.1*
|
||||
%{_mandir}/man1/dvd-slideshow.1*
|
||||
%{_mandir}/man1/gallery1-to-slideshow.1*
|
||||
%{_mandir}/man1/jigl2slideshow.1*
|
||||
%doc COPYING.txt
|
||||
|
||||
%files themes
|
||||
%defattr(-,root,root)
|
||||
@ -159,6 +154,9 @@ install -p -m 755 dvd-slideshow-examples-%{data_version}-1/*.sh \
|
||||
%doc dvd-slideshow-examples-*/changelog.txt
|
||||
|
||||
%changelog
|
||||
* Sat Feb 20 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.6_1-1mamba
|
||||
- update to 0.8.6_1
|
||||
|
||||
* Wed Oct 19 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.4-1mamba
|
||||
- update to 0.8.4
|
||||
- remove requirement for cdrtools
|
||||
|
Loading…
Reference in New Issue
Block a user