99 lines
3.2 KiB
RPMSpec
99 lines
3.2 KiB
RPMSpec
Name: imagination
|
|
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: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://imagination.sourceforge.net/index.html
|
|
Source: https://sourceforge.net/projects/imagination/files/imagination-%{version}.tar.gz
|
|
Patch: transition.patch
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libatk-devel
|
|
BuildRequires: libcairo-devel
|
|
BuildRequires: libgdk-pixbuf-devel
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libgomp-devel
|
|
BuildRequires: libgtk3-devel
|
|
BuildRequires: libharfbuzz-devel
|
|
BuildRequires: libpango-devel
|
|
BuildRequires: sox-devel
|
|
## AUTOBUILDREQ-END
|
|
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
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%find_lang %{name}
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%{_bindir}/imagination
|
|
%{_libdir}/imagination/*.la
|
|
%{_libdir}/imagination/*.so
|
|
%{_datadir}/applications/imagination.desktop
|
|
%{_docdir}/imagination/html/*.css
|
|
%{_datadir}/imagination/pixmaps/imagination-*.gif
|
|
%{_datadir}/icons/hicolor/*/apps/imagination.png
|
|
%{_datadir}/icons/hicolor/scalable/apps/imagination.svg
|
|
%{_datadir}/imagination/pixmaps/*.png
|
|
%lang(en) %{_docdir}/imagination/html/en/images/*.png
|
|
%lang(en) %{_docdir}/imagination/html/en/*.html
|
|
%lang(es) %{_docdir}/imagination/html/es/images/*.png
|
|
%lang(es) %{_docdir}/imagination/html/es/*.html
|
|
%lang(fr) %{_docdir}/imagination/html/fr/images/*.png
|
|
%lang(fr) %{_docdir}/imagination/html/fr/*.html
|
|
%lang(pt_BR) %{_docdir}/imagination/html/pt_BR/images/*.png
|
|
%lang(pt_BR) %{_docdir}/imagination/html/pt_BR/*.html
|
|
%doc AUTHORS COPYING
|
|
#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
|
|
|
|
* Thu Feb 28 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0-2mamba
|
|
- rebuilt with sox 14.4.1
|
|
|
|
* Sun Jun 26 2011 Automatic Build System <autodist@mambasoft.it> 3.0-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Wed Jun 30 2010 Automatic Build System <autodist@mambasoft.it> 2.1-5mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Wed Jun 09 2010 Automatic Build System <autodist@mambasoft.it> 2.1-4mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Sat May 29 2010 Automatic Build System <autodist@mambasoft.it> 2.1-3mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Sat Feb 27 2010 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 2.1-2mamba
|
|
- added a patch to install the transition
|
|
|
|
* Sat Feb 27 2010 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 2.1-1mamba
|
|
- package created by autospec
|