Overview
Request 4653 (accepted)
New package submission to compliment libheif, please add me as maintainer.
- Created by malcolmlewis over 5 years ago
- In state accepted
heif-gimp-plugin.changes
Added
x
1
2
+-------------------------------------------------------------------
3
+Mon Dec 16 20:20:40 UTC 2019 - malcolmlewis@opensuse.org
4
+
5
+- Initial build at version 1.1.0+git20191012.d6bea52.
6
heif-gimp-plugin.spec
Added
69
1
2
+#
3
+# spec file for package heif-gimp-plugin.spec
4
+#
5
+# Copyright (c) 2019 Malcolm J Lewis <malcolmlewis@opensuse.org>
6
+#
7
+# All modifications and additions to the file contributed by third parties
8
+# remain the property of their copyright owners, unless otherwise agreed
9
+# upon. The license for this file, and modifications and additions to the
10
+# file, is the same license as for the pristine package itself (unless the
11
+# license for the pristine package is not an Open Source License, in which
12
+# case the license is the MIT License). An "Open Source License" is a
13
+# license that conforms to the Open Source Definition (Version 1.9)
14
+# published by the Open Source Initiative.
15
+
16
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
17
+#
18
+
19
+
20
+Name: heif-gimp-plugin
21
+Version: 1.1.0+git20191012.d6bea52
22
+Release: 0
23
+Summary: Plugin for GIMP to load HEIF files
24
+License: GPL-2.0
25
+URL: https://github.com/strukturag/heif-gimp-plugin
26
+Source0: %{name}-%{version}.tar.xz
27
+BuildRequires: gimp-devel >= 2.8
28
+BuildRequires: autoconf
29
+BuildRequires: automake
30
+BuildRequires: intltool
31
+BuildRequires: libtool
32
+BuildRequires: pkgconfig(libde265)
33
+BuildRequires: pkgconfig(libheif)
34
+
35
+%description
36
+This is a GIMP plugin for loading and saving HEIF images (High Efficiency Image
37
+File Format). HEIF is a new image file format employing HEVC (h.265) image
38
+coding for the best compression ratios currently possible.
39
+
40
+%package -n gimp-plugin-heif
41
+Summary: Plugin for GIMP to load HEIF files
42
+Requires: gimp >= 2.8
43
+
44
+%description -n gimp-plugin-heif
45
+This is a GIMP plugin for loading and saving HEIF images (High Efficiency Image
46
+File Format). HEIF is a new image file format employing HEVC (h.265) image
47
+coding for the best compression ratios currently possible.
48
+
49
+%prep
50
+%autosetup
51
+
52
+%build
53
+#Run autogen.sh since we pull direct from git.
54
+./autogen.sh
55
+%configure
56
+make %{?_smp_mflags}
57
+
58
+%install
59
+%make_install
60
+
61
+%files -n gimp-plugin-heif
62
+%doc README.md
63
+%license COPYING
64
+%{_libdir}/gimp/2.0/plug-ins/heif-gimp-plugin
65
+%{_datadir}/gimp-heif-plugin/
66
+%lang(de) %{_datadir}/locale/de/LC_MESSAGES/gimp20-heif-plugin.mo
67
+
68
+%changelog
69
_service
Added
20
1
2
+<services>
3
+ <service mode="disabled" name="obs_scm">
4
+ <param name="url">https://github.com/strukturag/heif-gimp-plugin.git</param>
5
+ <param name="scm">git</param>
6
+ <param name="submodules">enable</param>
7
+ <param name="revision">master</param>
8
+ <param name="changesgenerate">enable</param>
9
+ <param name="filename">heif-gimp-plugin</param>
10
+ <param name="versionformat">1.1.0+git%cd.%h</param>
11
+ </service>
12
+ <service mode="buildtime" name="tar" />
13
+ <service mode="buildtime" name="recompress">
14
+ <param name="file">*.tar</param>
15
+ <param name="compression">xz</param>
16
+ </service>
17
+ <service mode="disabled" name="set_version" />
18
+</services>
19
\ No newline at end of file
20
_servicedata
Added
7
1
2
+<servicedata>
3
+<service name="tar_scm">
4
+ <param name="url">https://github.com/strukturag/heif-gimp-plugin.git</param>
5
+ <param name="changesrevision">f1f70875d1fef79581485a1eae6fb384fa8c6c56</param></service></servicedata>
6
\ No newline at end of file
7
heif-gimp-plugin-1.1.0+git20191012.d6bea52.obscpio
Added
heif-gimp-plugin.obsinfo
Added
7
1
2
+name: heif-gimp-plugin
3
+version: 1.1.0+git20191012.d6bea52
4
+mtime: 1570892251
5
+commit: d6bea529e5b21749e72da743673377640139e69a
6
+
7
Refresh
Refresh
Login required, please
login
or
signup
in order to comment
Request History
malcolmlewis created request over 5 years ago
New package submission to compliment libheif, please add me as maintainer.
olh accepted request over 5 years ago