SHA256
1
0
forked from pool/gimp-gap

Accepting request 19046 from GNOME:Factory

Copy from GNOME:Factory/gimp-gap based on submit request 19046 from user sbrabec

OBS-URL: https://build.opensuse.org/request/show/19046
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gimp-gap?expand=0&rev=6
This commit is contained in:
OBS User autobuild 2009-08-28 20:16:32 +00:00 committed by Git OBS Bridge
parent 20226ceecb
commit 8b6e362ed7
2 changed files with 13 additions and 29 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 20 23:03:44 CEST 2009 - crrodriguez@suse.de
- use versioning macros
-------------------------------------------------------------------
Wed Jun 10 18:37:11 CEST 2009 - sbrabec@suse.cz

View File

@ -20,11 +20,11 @@
Name: gimp-gap
Version: 2.6.0
Release: 1
Release: 2
# Patched code is built by default.
# Use rpmbuild -D 'BUILD_ORIG 1' to build original code.
# Use rpmbuild -D 'BUILD_ORIG 1' -D 'BUILD_ORIG_ADDON 1' to name original code as -orig.
BuildRequires: gimp-devel intltool libjpeg-devel
BuildRequires: gimp-devel >= 2.6.0 intltool libjpeg-devel
%if 0%{?BUILD_ORIG}
%if ! 0%{?BUILD_ORIG_ADDON}
Provides: %{name}-orig = %{version}
@ -37,7 +37,6 @@ Conflicts: %{name}-orig
Url: http://www.gimp.org/
License: GPL v2 only
Group: Productivity/Multimedia/Video/Editors and Convertors
Requires: gimp-2.0 >= 2.6.0
Requires: %{name}-lang = %{version}
Summary: GIMP Animation Package
%if 0%{?BUILD_ORIG}
@ -56,6 +55,12 @@ Patch2: %{name}-warnings.patch
Patch3: %{name}-warnings-orig-addon.patch
Source1: %{name}-patch-source.sh
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if %{?gimp_api_version}0
Requires: gimp(abi) = %{gimp_abi_version}
Requires: gimp(api) = %{gimp_api_version}
%else
%requires_eq gimp
%endif
%description
The GIMP-GAP (GIMP Animation Package) is a collection of Plug-Ins to
@ -155,29 +160,3 @@ rm -rf $RPM_BUILD_ROOT
%files lang -f gimp20-gap.lang
%changelog
* Wed Jun 10 2009 sbrabec@suse.cz
- Updated to version 2.6.0:
* Storyboard undo support
* Storyboard section support
* Storyboard clips support new deinterlace modes
* Player supports extracting audio track when playing clips.
* Filtermacro processing now supports mapping to persistent
drawable id references.
* Video extract supports generating transparency.
* The master video encoder dialog now stays open.
* Lossless frame extract and videocut for MJPEG.
* Frontends for old external video encoders.
* Modify Frames now supports creation of grayscale layer from
alpha channel, or layermask or mix of both.
* Added wrapper for rotate any angle.
* Added wrapper for the resynthesizer.
* External libs for video read and wrigte access were updated.
* Bugfixes and updates for the use with GIMP-2.6.x releases.
* Wed Feb 11 2009 ro@suse.de
- use sr@latin instead of sr@Latn
* Thu Oct 30 2008 sbrabec@suse.cz
- gcc portability warning fix (bnc#439279).
* Wed Oct 15 2008 sbrabec@suse.cz
- Removed copy of gimp_proc_view_new() available in gimp-2.6.
* Fri Jun 06 2008 sbrabec@suse.cz
- New SuSE package, version 2.4.0.