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 Name: imagination
Version: 3.0 Version: 3.6
Release: 3mamba Release: 1mamba
Summary: Imagination is a lightweight and simple DVD slide show maker Summary: Imagination is a lightweight and simple DVD slide show maker
Group: Graphical Desktop/Applications/Multimedia Group: Graphical Desktop/Applications/Multimedia
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://imagination.sourceforge.net/index.html 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 Patch: transition.patch
License: GPL License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libatk-devel BuildRequires: libatk-devel
BuildRequires: libcairo-devel BuildRequires: libcairo-devel
BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel
BuildRequires: libgdk-pixbuf-devel BuildRequires: libgdk-pixbuf-devel
BuildRequires: libglib-devel BuildRequires: libglib-devel
BuildRequires: libgtk2-devel BuildRequires: libgomp-devel
BuildRequires: libgtk3-devel
BuildRequires: libharfbuzz-devel
BuildRequires: libpango-devel BuildRequires: libpango-devel
BuildRequires: sox-devel BuildRequires: sox-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
@ -28,12 +27,15 @@ BuildRequires: sox-devel >= 14.4.2
%description %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. 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 %prep
%setup -q %setup -q
#%patch -p1 #%patch -p1
%build %build
%configure %configure
%make LDFLAGS="`pkg-config --libs gmodule-2.0` -lm" %make LDFLAGS="`pkg-config --libs gmodule-2.0` -lm"
%install %install
@ -68,6 +70,9 @@ Imagination is a lightweight and simple DVD slide show maker written in C langua
#ChangeLog README TODO #ChangeLog README TODO
%changelog %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 * Fri Mar 20 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0-3mamba
- rebuilt with sox 14.4.2 - rebuilt with sox 14.4.2