update to 2.6.0 [release 2.6.0-1mamba;Tue Jan 29 2013]

This commit is contained in:
Automatic Build System 2024-01-05 23:01:27 +01:00
parent 68f1b4cdcc
commit 81fb21c436
3 changed files with 117 additions and 0 deletions

View File

@ -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.

View File

@ -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)

77
gimp-gap.spec Normal file
View File

@ -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 <tiziana.ferro@email.it>
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 <autodist@mambasoft.it> 2.6.0-1mamba
- update to 2.6.0
* Sun Jun 22 2008 Tiziana Ferro <tiziana.ferro@email.it> 2.4.0-2mamba
- update mantainer
* Sat Jun 21 2008 Tiziana Ferro <tiziana.ferro@email.it> 2.4.0-1mamba
- update to 2.4.0
* Tue Jun 21 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 2.0.2-2qilnx
- rebuild and moved from devel-contrib repository to devel repository
* Mon Jun 20 2005 Matteo Bernasconi <voyagernm@virgilio.it> 2.0.2-1qilnx
- first build