Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gexiv2: housekeeping #4850

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions packages/g/gexiv2/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ libexiv2.so.27:_ZNK5Exiv27XmpData3endEv
libexiv2.so.27:_ZNK5Exiv27XmpData5emptyEv
libexiv2.so.27:_ZNK5Exiv27XmpData7findKeyERKNS_6XmpKeyE
libexiv2.so.27:_ZNK5Exiv28IptcData7findKeyERKNS_7IptcKeyE
libexiv2.so.27:_ZNK5Exiv28Xmpdatum3keyB5cxx11Ev
libexiv2.so.27:_ZNK5Exiv29Iptcdatum3keyB5cxx11Ev
libgcc_s.so.1:_Unwind_Resume
libgio-2.0.so.0:g_input_stream_read
libgio-2.0.so.0:g_input_stream_skip
Expand Down
6 changes: 3 additions & 3 deletions packages/g/gexiv2/package.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name : gexiv2

Check notice on line 1 in packages/g/gexiv2/package.yml

View workflow job for this annotation

GitHub Actions / Checks

This package is included in the ISO. Consider validating the functionality in a newly built ISO.
version : 0.14.3
release : 20
release : 21
source :
- https://download.gnome.org/sources/gexiv2/0.14/gexiv2-0.14.3.tar.xz : 21e64d2c56e9b333d44fef3f2a4b25653d922c419acd972fa96fab695217e2c8
homepage : https://wiki.gnome.org/Projects/gexiv2
license : GPL-2.0-only
homepage : https://gitlab.gnome.org/GNOME/gexiv2
license : GPL-2.0-or-later
component : desktop.library
summary : GObject wrapper around libexiv2
description: |
Expand Down
20 changes: 10 additions & 10 deletions packages/g/gexiv2/pspec_x86_64.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<PISI>
<Source>
<Name>gexiv2</Name>
<Homepage>https://wiki.gnome.org/Projects/gexiv2</Homepage>
<Homepage>https://gitlab.gnome.org/GNOME/gexiv2</Homepage>
<Packager>
<Name>Joey Riches</Name>
<Email>[email protected]</Email>
<Name>Jakob Gezelius</Name>
<Email>[email protected]</Email>
</Packager>
<License>GPL-2.0-only</License>
<License>GPL-2.0-or-later</License>
<PartOf>desktop.library</PartOf>
<Summary xml:lang="en">GObject wrapper around libexiv2</Summary>
<Description xml:lang="en">gexiv2 is a GObject wrapper around the Exiv2 photo metadata library. It allows for GNOME applications to easily inspect and update EXIF, IPTC, and XMP metadata in photo and video files of various formats.
Expand All @@ -25,7 +25,6 @@
<Path fileType="library">/usr/lib64/girepository-1.0/GExiv2-0.10.typelib</Path>
<Path fileType="library">/usr/lib64/libgexiv2.so.2</Path>
<Path fileType="library">/usr/lib64/libgexiv2.so.2.14.3</Path>
<Path fileType="data">/usr/share/gir-1.0/GExiv2-0.10.gir</Path>
</Files>
</Package>
<Package>
Expand All @@ -35,7 +34,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="20">gexiv2</Dependency>
<Dependency release="21">gexiv2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/gexiv2/gexiv2-enums.h</Path>
Expand All @@ -49,17 +48,18 @@
<Path fileType="header">/usr/include/gexiv2/gexiv2.h</Path>
<Path fileType="library">/usr/lib64/libgexiv2.so</Path>
<Path fileType="data">/usr/lib64/pkgconfig/gexiv2.pc</Path>
<Path fileType="data">/usr/share/gir-1.0/GExiv2-0.10.gir</Path>
<Path fileType="data">/usr/share/vala/vapi/gexiv2.deps</Path>
<Path fileType="data">/usr/share/vala/vapi/gexiv2.vapi</Path>
</Files>
</Package>
<History>
<Update release="20">
<Date>2024-07-10</Date>
<Update release="21">
<Date>2025-01-17</Date>
<Version>0.14.3</Version>
<Comment>Packaging update</Comment>
<Name>Joey Riches</Name>
<Email>[email protected]</Email>
<Name>Jakob Gezelius</Name>
<Email>[email protected]</Email>
</Update>
</History>
</PISI>
Loading