1
0

Accepting request 55170 from GNOME:Apps

Accepted submit request 55170 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/55170
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gimp-lqr-plugin?expand=0&rev=1
This commit is contained in:
Marcus Rückert 2010-12-20 16:31:29 +00:00 committed by Git OBS Bridge
commit 7fc5878bb9
4 changed files with 142 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6298183e31d992e789592e754069ae8176af192fb5c78a36d12b77d6aa119e0e
size 783423

37
gimp-lqr-plugin.changes Normal file
View File

@ -0,0 +1,37 @@
-------------------------------------------------------------------
Tue Dec 7 16:16:45 CET 2010 - vuntz@opensuse.org
- Fix packaging for inclusion in Factory:
+ License is GPLv2+ (not GPLv2)
+ Use "Productivity/Graphics/Bitmap Editors" as Group.
+ Remove unneeded BuildRequires: gettext, perl-XML-Parser.
+ Improve description.
+ Create a gimp-plugin-lqr subpackage, and do not create the main
package. We follow the <app>-plugin-<name> convention this way.
We still have a gimp-lqr-plugin Provides, in case people try to
install it this way.
+ Rename the ro_RO locale to ro, since ro_RO doesn't exist as of
now in openSUSE.
-------------------------------------------------------------------
Tue Nov 2 20:28:42 UTC 2010 - mrdocs@opensuse.org
- run space file cleaner and prepare for Factory
- setup proper .changes file
-------------------------------------------------------------------
Mon Aug 2 00:00:00 UTC 2010 - mrdocs@opensuse.org
- update to 0.7.1
-------------------------------------------------------------------
Thu Sep 17 00:00:00 UTC 2009 - mrdocs@opensuse.org
- drop 10.3 its too old
- update to 0.6.1
-------------------------------------------------------------------
Mon Feb 25 00:00:00 UTC 2008 - mrdocs@scribus.info
- initial Build Service Package

79
gimp-lqr-plugin.spec Normal file
View File

@ -0,0 +1,79 @@
#
# spec file for package gimp-lqr-plugin (Version 0.7.1)
#
# Copyright (c) 2010 Peter Linnell
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# Note: upstream releases have a version number for the code, and also a
# version of the tarball analagous to an rpm release number.
Name: gimp-lqr-plugin
Version: 0.7.1
Release: 1
License: GPLv2+
Summary: Content-aware resizing plug-in for GIMP
Url: http://liquidrescale.wikidot.com/
Group: Productivity/Graphics/Bitmap Editors
Source0: http://liquidrescale.wikidot.com/local--files/en:download-page/%{name}-%{version}.tar.bz2
BuildRequires: gimp-devel >= 2.4
BuildRequires: intltool
BuildRequires: liblqr-devel >= 0.4.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This GIMP plug-in implements the content-aware resizing algorithm
described in the paper "Seam Carving for Content-Aware Image Resizing"
by Shai Avidan and Ariel Shamir.
%package -n gimp-plugin-lqr
Summary: Content-aware resizing plug-in for GIMP
License: GPLv2+
Group: Productivity/Graphics/Bitmap Editors
Provides: %{name} = %{version}
Recommends: gimp-plugin-lqr-lang
%description -n gimp-plugin-lqr
This GIMP plug-in implements the content-aware resizing algorithm
described in the paper "Seam Carving for Content-Aware Image Resizing"
by Shai Avidan and Ariel Shamir.
%lang_package -n gimp-plugin-lqr
%prep
%setup -q -n %{name}-%{version}
%build
%configure
make %{?_smp_mflags}
%install
%makeinstall
# ro_RO locale should simply be ro
test ! -e %{buildroot}%{_datadir}/locale/ro
mv %{buildroot}%{_datadir}/locale/ro_RO %{buildroot}%{_datadir}/locale/ro
%find_lang gimp20-lqr-plugin
%clean
rm -rf %{buildroot}
%files -n gimp-plugin-lqr
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README TODO
%{_libdir}/gimp/2.0/plug-ins/gimp-lqr-plugin
%{_libdir}/gimp/2.0/plug-ins/plug_in_lqr_iter
%{_datadir}/gimp-lqr-plugin/
%{_datadir}/gimp/2.0/scripts/batch-gimp-lqr.scm
%files -n gimp-plugin-lqr-lang -f gimp20-lqr-plugin.lang
%changelog