update to 0.7.2.20211105 [release 0.7.2.20211105-1mamba;Sat Apr 02 2022]
This commit is contained in:
parent
a71312a602
commit
9ef594b1ad
@ -1,40 +1,58 @@
|
|||||||
Name: dvdauthor
|
Name: dvdauthor
|
||||||
Version: 0.7.2.20190419
|
Version: 0.7.2.20211105
|
||||||
Release: 1mamba
|
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: https://dvdauthor.sf.net/
|
URL: http://dvdauthor.sourceforge.net/
|
||||||
Source: https://github.com/ldo/dvdauthor.git/master/dvdauthor-%{version}.tar.bz2
|
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
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libGraphicsMagick-devel
|
||||||
|
BuildRequires: libICE-devel
|
||||||
|
BuildRequires: libSM-devel
|
||||||
|
BuildRequires: libX11-devel
|
||||||
|
BuildRequires: libXau-devel
|
||||||
|
BuildRequires: libXdmcp-devel
|
||||||
|
BuildRequires: libXext-devel
|
||||||
|
BuildRequires: libbrotli-devel
|
||||||
|
BuildRequires: libbsd-devel
|
||||||
BuildRequires: libbzip2-devel
|
BuildRequires: libbzip2-devel
|
||||||
BuildRequires: libdvdread-devel
|
BuildRequires: libdvdread-devel
|
||||||
|
BuildRequires: libexpat-devel
|
||||||
BuildRequires: libfontconfig-devel
|
BuildRequires: libfontconfig-devel
|
||||||
BuildRequires: libfreetype-devel
|
BuildRequires: libfreetype-devel
|
||||||
BuildRequires: libfribidi-devel
|
BuildRequires: libfribidi-devel
|
||||||
BuildRequires: libMagick-devel
|
BuildRequires: libglib-devel
|
||||||
|
BuildRequires: libgomp-devel
|
||||||
|
BuildRequires: libgraphite2-devel
|
||||||
|
BuildRequires: libharfbuzz-devel
|
||||||
|
BuildRequires: liblcms2-devel
|
||||||
|
BuildRequires: libltdl-devel
|
||||||
|
BuildRequires: liblzma-devel
|
||||||
|
BuildRequires: libpcre-devel
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
|
BuildRequires: libuuid-devel
|
||||||
|
BuildRequires: libxcb-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
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.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
|
||||||
./bootstrap
|
./bootstrap
|
||||||
|
|
||||||
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--with-graphicsmagick
|
--with-graphicsmagick
|
||||||
|
|
||||||
@ -56,6 +74,9 @@ 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
|
||||||
|
* Sat Apr 02 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.2.20211105-1mamba
|
||||||
|
- update to 0.7.2.20211105
|
||||||
|
|
||||||
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 0.7.2.20190419-1mamba
|
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 0.7.2.20190419-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user