update to 3.6 [release 3.6-1mamba;Sun Jan 09 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 23:53:18 +01:00
parent fc450986ff
commit 585e659f84

View File

@ -1,25 +1,24 @@
Name: imagination
Version: 3.0
Release: 3mamba
Version: 3.6
Release: 1mamba
Summary: Imagination is a lightweight and simple DVD slide show maker
Group: Graphical Desktop/Applications/Multimedia
Vendor: openmamba
Distribution: openmamba
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://imagination.sourceforge.net/index.html
Source: http://heanet.dl.sourceforge.net/project/imagination/imagination/%{version}/imagination-%{version}.tar.gz
Source: https://sourceforge.net/projects/imagination/files/imagination-%{version}.tar.gz
Patch: transition.patch
License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libatk-devel
BuildRequires: libcairo-devel
BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel
BuildRequires: libgdk-pixbuf-devel
BuildRequires: libglib-devel
BuildRequires: libgtk2-devel
BuildRequires: libgomp-devel
BuildRequires: libgtk3-devel
BuildRequires: libharfbuzz-devel
BuildRequires: libpango-devel
BuildRequires: sox-devel
## AUTOBUILDREQ-END
@ -28,12 +27,15 @@ BuildRequires: sox-devel >= 14.4.2
%description
Imagination is a lightweight and simple DVD slide show maker written in C language and built with the GTK+2 toolkit. Imagination has been designed from the ground up to be fast, light and easy-to-use. It requires the ffmpeg encoder to produce the movie file and libsox to handle the audio.
%debug_package
%prep
%setup -q
#%patch -p1
%build
%configure
%make LDFLAGS="`pkg-config --libs gmodule-2.0` -lm"
%install
@ -68,6 +70,9 @@ Imagination is a lightweight and simple DVD slide show maker written in C langua
#ChangeLog README TODO
%changelog
* Sun Jan 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 3.6-1mamba
- update to 3.6
* Fri Mar 20 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0-3mamba
- rebuilt with sox 14.4.2