Skip to content

Commit

Permalink
geeqie: update 1.5.1 to 1.6.0,145
Browse files Browse the repository at this point in the history
- update
- disable gpu accel
  • Loading branch information
wwwutz committed Sep 21, 2021
1 parent cf6d723 commit 9f1c1b9
Showing 1 changed file with 22 additions and 7 deletions.
29 changes: 22 additions & 7 deletions geeqie.be0
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
#!/usr/bin/env beesh

# BEE_VERSION geeqie-1.5.1-1
# BEE_VERSION geeqie-1.6.0_p145-2

# SRCURL[0]="http://www.geeqie.org/geeqie-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/e4efd892c193dcfb6e35c3ccd345154a/geeqie-1.5.1.tar.xz"
# git repo mandatory for build
# git clone git://git.geeqie.org/geeqie.git
# p => git log v1.6..master --format=reference|wc
# tar zcf geeqie-1.6.0_p145.tar.gz geeqie

SRCURL[0]="https://beehive.molgen.mpg.de/aa0046e7e5e328fc6d5387317293a448/geeqie-${PKGFULLVERSION}.tar.gz"

#checking for libwebp >= 0.6.1... no
#configure: WARNING: Requested 'libwebp >= 0.6.1' but version of libwebp is 0.5.1
#/scratch/local/bee-root/geeqie/geeqie-1.6.0_p140-1/source/configure: line 14435: : command not found

# PATCHURL+=()

# build_in_sourcedir
# make[2]: ./gen_changelog.sh: No such file or directory
# make[2]: *** [Makefile:1204: ChangeLog.html] Error 127
build_in_sourcedir

# sourcesubdir_append src

Expand All @@ -17,13 +27,14 @@ SRCURL[0]="https://beehive.molgen.mpg.de/e4efd892c193dcfb6e35c3ccd345154a/geeqie

mee_patch() {
bee_patch "${@}"
mv po/LINGUAS po/LINGUAS.nope
touch po/LINGUAS
echo "" >po/LINGUAS
}

mee_configure() {
CFLAGS=-Wno-deprecated-declarations \
CPPFLAGS=${CFLAGS} \
bee_configure \
--disable-nls
--disable-gpu-accel
}

#mee_build() {
Expand All @@ -33,3 +44,7 @@ mee_configure() {
#mee_install() {
# bee_install
#}

mee_install_post() {
rm -rf ${D}/usr/share/doc
}

0 comments on commit 9f1c1b9

Please sign in to comment.