Skip to content

Commit

Permalink
exiv2: update from 0.26 to 0.28.3
Browse files Browse the repository at this point in the history
Rationale:
- 0.26 is ~5 years old
- the installed version ships a libxmp.a library,
  w/o headers, that also causes a name clash [1]

Build options EXIV2_ENABLE_BUILD_SAMPLES and DEXIV2_ENABLE_SSH
are no longer honored.

[1] https://github.com/Exiv2/exiv2/issues/624
  • Loading branch information
thomas committed Aug 5, 2024
1 parent ad8165b commit cf110fa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions exiv2.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION exiv2-0.26-3
# BEE_VERSION exiv2-0.28.3-0

#SRCURL[0]="https://github.com/Exiv2/exiv2/archive/v${PKGVERSION}.tar.gz exiv2-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/5a32bfa41b5e5409c9347b227350e100/exiv2-0.26.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/9944863400a43e79583b790f710b86c2/exiv2-0.28.3.tar.gz"

# PATCHURL+=()

Expand All @@ -21,9 +21,7 @@ SRCURL[0]="https://beehive.molgen.mpg.de/5a32bfa41b5e5409c9347b227350e100/exiv2-

mee_configure() {
bee_configure \
-DEXIV2_ENABLE_BUILD_SAMPLES=no \
-DEXIV2_ENABLE_WEBREADY=yes \
-DEXIV2_ENABLE_SSH=off \
-DEXIV2_ENABLE_CURL=yes
}

Expand Down

0 comments on commit cf110fa

Please sign in to comment.