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:
parent
20226ceecb
commit
8b6e362ed7
@ -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
|
Wed Jun 10 18:37:11 CEST 2009 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
@ -20,11 +20,11 @@
|
|||||||
|
|
||||||
Name: gimp-gap
|
Name: gimp-gap
|
||||||
Version: 2.6.0
|
Version: 2.6.0
|
||||||
Release: 1
|
Release: 2
|
||||||
# Patched code is built by default.
|
# Patched code is built by default.
|
||||||
# Use rpmbuild -D 'BUILD_ORIG 1' to build original code.
|
# 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.
|
# 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}
|
||||||
%if ! 0%{?BUILD_ORIG_ADDON}
|
%if ! 0%{?BUILD_ORIG_ADDON}
|
||||||
Provides: %{name}-orig = %{version}
|
Provides: %{name}-orig = %{version}
|
||||||
@ -37,7 +37,6 @@ Conflicts: %{name}-orig
|
|||||||
Url: http://www.gimp.org/
|
Url: http://www.gimp.org/
|
||||||
License: GPL v2 only
|
License: GPL v2 only
|
||||||
Group: Productivity/Multimedia/Video/Editors and Convertors
|
Group: Productivity/Multimedia/Video/Editors and Convertors
|
||||||
Requires: gimp-2.0 >= 2.6.0
|
|
||||||
Requires: %{name}-lang = %{version}
|
Requires: %{name}-lang = %{version}
|
||||||
Summary: GIMP Animation Package
|
Summary: GIMP Animation Package
|
||||||
%if 0%{?BUILD_ORIG}
|
%if 0%{?BUILD_ORIG}
|
||||||
@ -56,6 +55,12 @@ Patch2: %{name}-warnings.patch
|
|||||||
Patch3: %{name}-warnings-orig-addon.patch
|
Patch3: %{name}-warnings-orig-addon.patch
|
||||||
Source1: %{name}-patch-source.sh
|
Source1: %{name}-patch-source.sh
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
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
|
%description
|
||||||
The GIMP-GAP (GIMP Animation Package) is a collection of Plug-Ins to
|
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
|
%files lang -f gimp20-gap.lang
|
||||||
|
|
||||||
%changelog
|
%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.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user