Skip to content

Commit

Permalink
exiv2_compat: keep support for libexiv2.so.26
Browse files Browse the repository at this point in the history
For reasons unknown a small number of programs/tools
link to libexiv2.so.26 instead of libexiv2.so.

Namely: geeqie-2.0.1, gthumb-3.10.4, libgexiv2-0.10.8
  • Loading branch information
thomas committed Aug 5, 2024
1 parent cf110fa commit 1362236
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions exiv2_compat-0.26-0.bee
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env beesh

mee_install() {
cd ${D}
tar -xvpf /src/mariux/beeroot/packages/exiv2-0.26-3.x86_64.bee.tar.bz2 \
/usr/lib/libexiv2.so.26 \
/usr/lib/libexiv2.so.26.0.0
}

0 comments on commit 1362236

Please sign in to comment.