From 81fb21c4367b695f5eb8f7478465f50c9ac259b0 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 23:01:27 +0100 Subject: [PATCH] update to 2.6.0 [release 2.6.0-1mamba;Tue Jan 29 2013] --- README.md | 2 + gimp-gap-2.0.0-buildroot.patch | 38 +++++++++++++++++ gimp-gap.spec | 77 ++++++++++++++++++++++++++++++++++ 3 files changed, 117 insertions(+) create mode 100644 gimp-gap-2.0.0-buildroot.patch create mode 100644 gimp-gap.spec diff --git a/README.md b/README.md index b69550e..5300b04 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # gimp-gap +The GIMP-GAP (GIMP Animation Package) is a collection of Plug-Ins to extend GIMP 2.0 with capabilities to edit and create animations as sequences of single frames. + diff --git a/gimp-gap-2.0.0-buildroot.patch b/gimp-gap-2.0.0-buildroot.patch new file mode 100644 index 0000000..8a4daf3 --- /dev/null +++ b/gimp-gap-2.0.0-buildroot.patch @@ -0,0 +1,38 @@ +--- gimp-gap-2.0.0/gap/Makefile.am.buildroot 2004-04-08 10:58:57.000000000 +0200 ++++ gimp-gap-2.0.0/gap/Makefile.am 2004-04-14 15:17:12.703203388 +0200 +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in + +-libexecdir = $(GIMP_PLUGIN_DIR)/plug-ins ++gapplugindir = $(GIMP_PLUGIN_DIR)/plug-ins + + scriptdatadir = $(GIMP_DATA_DIR)/scripts + +@@ -49,7 +49,7 @@ + gap_vin.c \ + gap_vin.h + +-libexec_PROGRAMS = \ ++gapplugin_PROGRAMS = \ + gap_bluebox \ + gap_plugins \ + gap_filter \ +--- gimp-gap-2.0.0/libwavplayclient/Makefile.am.buildroot 2003-11-28 15:56:17.000000000 +0100 ++++ gimp-gap-2.0.0/libwavplayclient/Makefile.am 2004-04-14 15:19:26.770204989 +0200 +@@ -9,8 +9,8 @@ + # (using other server api than wavplayer's API) + # + +-libexecdir = $(GAPLIBDIR) +-libexec_SCRIPTS = audioconvert_to_wav.sh ++gaplibexecdir = $(GAPLIBDIR) ++gaplibexec_SCRIPTS = audioconvert_to_wav.sh + + noinst_LIBRARIES = libwavplayclient.a + +@@ -40,4 +40,4 @@ + wavfile.c \ + wavfile.h \ + wavplay.h \ +- $(libexec_SCRIPTS) ++ $(gaplibexec_SCRIPTS) diff --git a/gimp-gap.spec b/gimp-gap.spec new file mode 100644 index 0000000..9a44d5d --- /dev/null +++ b/gimp-gap.spec @@ -0,0 +1,77 @@ +%define majver %(echo %version | cut -d. -f1-2) +Summary: The GIMP Animation Package. +Name: gimp-gap +Version: 2.6.0 +Release: 1mamba +Group: Applications/Multimedia +Distribution: openmamba +Vendor: openmamba +Packager: Tiziana Ferro +License: GPL +URL: http://www.gimp.org +Source: ftp://ftp.gimp.org/pub/gimp/plug-ins/v%{majver}/gap/gimp-gap-%{version}.tar.bz2 +Patch: gimp-gap-2.0.0-buildroot.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libatk-devel +BuildRequires: libcairo-devel +BuildRequires: libgimp-devel +BuildRequires: libglib-devel +BuildRequires: libgtk-devel +BuildRequires: libjpeg-devel +BuildRequires: libpango-devel +BuildRequires: libpng-devel +BuildRequires: libxvidcore-devel +BuildRequires: libz-devel +## AUTOBUILDREQ-END +BuildRequires: gimp-devel >= 2.4.0 +BuildRequires: libpixman-devel + +%description +The GIMP-GAP (GIMP Animation Package) is a collection of Plug-Ins to extend GIMP 2.0 with capabilities to edit and create animations as sequences of single frames. + +%prep +%setup -q +#%patch -p1 -b .buildroot + +%build +CFLAGS="-lm" \ +%configure +%make -j1 + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%find_lang gimp20-gap + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files -f gimp20-gap.lang +%defattr(-, root, root) +%dir %{_libdir}/gimp-gap-%{majver} +%{_libdir}/gimp-gap-%{majver}/* +%{_libdir}/gimp/*/plug-ins/* +%{_datadir}/gimp/*/scripts/ +%doc AUTHORS COPYING +#ChangeLog NEWS README + +%changelog +* Tue Jan 29 2013 Automatic Build System 2.6.0-1mamba +- update to 2.6.0 + +* Sun Jun 22 2008 Tiziana Ferro 2.4.0-2mamba +- update mantainer + +* Sat Jun 21 2008 Tiziana Ferro 2.4.0-1mamba +- update to 2.4.0 + + +* Tue Jun 21 2005 Alessandro Ramazzina 2.0.2-2qilnx +- rebuild and moved from devel-contrib repository to devel repository + +* Mon Jun 20 2005 Matteo Bernasconi 2.0.2-1qilnx +- first build +