update to 0.7.2.20190331git [release 0.7.2.20190331git-1mamba;Sun Mar 31 2019]
This commit is contained in:
parent
3e312c2afe
commit
f1eff6b018
@ -1,13 +1,14 @@
|
||||
Name: dvdauthor
|
||||
Version: 0.7.1
|
||||
Release: 2mamba
|
||||
Version: 0.7.2.20190331git
|
||||
Release: 1mamba
|
||||
Summary: Set of tools to author a DVD
|
||||
Group: Applications/Multimedia
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://dvdauthor.sf.net/
|
||||
Source: http://downloads.sourceforge.net/project/dvdauthor/dvdauthor/%{version}/dvdauthor-%{version}.tar.gz
|
||||
Source: https://github.com/ldo/dvdauthor.git/master/dvdauthor-%{version}.tar.bz2
|
||||
#Source: http://downloads.sourceforge.net/project/dvdauthor/dvdauthor/%{version}/dvdauthor-%{version}.tar.gz
|
||||
Patch0: dvdauthor-0.7.0-libpng-1.5.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -28,11 +29,15 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
dvdauthor is a program that will generate a DVD movie from a valid mpeg2 stream that should play when you put it in a DVD player.
|
||||
|
||||
%prep
|
||||
%setup -q -n dvdauthor
|
||||
%setup -q
|
||||
#%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
./bootstrap
|
||||
|
||||
%configure \
|
||||
--with-graphicsmagick
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
@ -51,6 +56,12 @@ dvdauthor is a program that will generate a DVD movie from a valid mpeg2 stream
|
||||
#%doc COPYING README TODO
|
||||
|
||||
%changelog
|
||||
* Sun Mar 31 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.2.20190331git-1mamba
|
||||
- update to 0.7.2.20190331git
|
||||
|
||||
* Sat Dec 23 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.2-1mamba
|
||||
- update to 0.7.2
|
||||
|
||||
* Fri Feb 28 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.1-2mamba
|
||||
- rebuilt with ImageMagick 6.8.8.6
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user