Skip to content

Commit

Permalink
Merge pull request #3148 from mariux64/update-exiv2-from-0.26-to-0.28.3
Browse files Browse the repository at this point in the history
Update exiv2 from 0.26 to 0.28.3
  • Loading branch information
thomas authored Aug 19, 2024
2 parents 3d7f52b + 1362236 commit 35a8568
Show file tree
Hide file tree
Showing 2 changed files with 10 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
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 35a8568

Please sign in to comment.