File eog-plugin-exif-rating-raw-viewer.spec of Package eog-plugin-exif-rating-raw-viewer
#
# spec file for package eog-plugin-exif-rating-raw-viewer
#
# Copyright (c) 2021 SUSE LLC
#
# 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 https://bugs.opensuse.org/
#
Name: eog-plugin-exif-rating-raw-viewer
Version: 1.3.3.1
Release: 0
Summary: RAW image viewer and rating support for GNOME image viewer
License: GPL-2.0-or-later
URL: https://github.com/whatdoineed2do/eog-plugin-exif-rating-raw-viewer
Source: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Patch0: drop-extern-C-linkage.patch
Patch1: install-DESTDIR-support.patch
Patch2: sony-arw-support.patch
BuildRequires: gcc-c++
BuildRequires: git
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: pkgconfig(Magick++)
BuildRequires: pkgconfig(eog)
BuildRequires: pkgconfig(exiv2)
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
BuildRequires: pkgconfig(libpeas-1.0)
Requires: eog
Requires: gdk-pixbuf-query-loaders
%description
Simple set of addons for gtk, primarily/initially a gdk pixbuf loader for RAW
files (loading by extracting embedded preview images via exiv2) and a eog
rating plugin (also using exiv2).
%prep
%autosetup -p1
%build
NOCONFIGURE=1 autoreconf -fvi
%configure
%make_build
%install
%make_install
%files
%doc README.md
%{_libdir}/eog/plugins/*
%{_libdir}/gdk-pixbuf-2.0/
%changelog