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
|
Name: dvdauthor
|
||||||
Version: 0.7.1
|
Version: 0.7.2.20190331git
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: Set of tools to author a DVD
|
Summary: Set of tools to author a DVD
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://dvdauthor.sf.net/
|
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
|
Patch0: dvdauthor-0.7.0-libpng-1.5.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## 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.
|
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
|
%prep
|
||||||
%setup -q -n dvdauthor
|
%setup -q
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
./bootstrap
|
||||||
|
|
||||||
|
%configure \
|
||||||
|
--with-graphicsmagick
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -51,6 +56,12 @@ dvdauthor is a program that will generate a DVD movie from a valid mpeg2 stream
|
|||||||
#%doc COPYING README TODO
|
#%doc COPYING README TODO
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Feb 28 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.1-2mamba
|
||||||
- rebuilt with ImageMagick 6.8.8.6
|
- rebuilt with ImageMagick 6.8.8.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user