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