From 585e659f845fafb551c98ec0db452b56e7347789 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 23:53:18 +0100 Subject: [PATCH] update to 3.6 [release 3.6-1mamba;Sun Jan 09 2022] --- imagination.spec | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/imagination.spec b/imagination.spec index d7210c5..a83d0bb 100644 --- a/imagination.spec +++ b/imagination.spec @@ -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 +Packager: Silvan Calarco 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 3.6-1mamba +- update to 3.6 + * Fri Mar 20 2015 Silvan Calarco 3.0-3mamba - rebuilt with sox 14.4.2