mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/feh: bump to version 3.10.3
For change log, see [1]. This commit also adds the "file" package optional dependency, for libmagic. This support was introduced in commit [2]. This commit also updates the project home page and download site URL to use https. Finally, the LICENSE file hash is updated to reflect change in [3]. [1] https://github.com/derf/feh/blob/3.10.3/ChangeLog [2]4affafe915[3]1197dafc11Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
845884d9c5
commit
918416bf9a
@@ -10,4 +10,4 @@ config BR2_PACKAGE_FEH
|
||||
help
|
||||
feh is an X11 image viewer aimed mostly at console users.
|
||||
|
||||
http://feh.finalrewind.org/
|
||||
https://feh.finalrewind.org/
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 57ab1ca61f57c96595878069f550d36f518530f88fa31b74cc39cd739f9258b6 feh-3.7.1.tar.bz2
|
||||
sha256 2c3a31327dc3cc3331aa6e759d378e4f66d0ece7174a0d5aa137f3cba4bf0509 COPYING
|
||||
sha256 5426e2799770217af1e01c2e8c182d9ca8687d84613321d8ab4a66fe4041e9c8 feh-3.10.3.tar.bz2
|
||||
sha256 881f1b901b5b99bce372fd9498106724a1ea52450f7bfc6fc1cce6736a2faf4d COPYING
|
||||
|
||||
@@ -4,14 +4,21 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
FEH_VERSION = 3.7.1
|
||||
FEH_VERSION = 3.10.3
|
||||
FEH_SOURCE = feh-$(FEH_VERSION).tar.bz2
|
||||
FEH_SITE = http://feh.finalrewind.org
|
||||
FEH_SITE = https://feh.finalrewind.org
|
||||
FEH_DEPENDENCIES = imlib2 libpng xlib_libXt
|
||||
FEH_LICENSE = MIT
|
||||
FEH_LICENSE_FILES = COPYING
|
||||
FEH_CPE_ID_VALID = YES
|
||||
|
||||
ifeq ($(BR2_PACKAGE_FILE),y)
|
||||
FEH_DEPENDENCIES += file
|
||||
FEH_MAKE_OPTS += magic=1
|
||||
else
|
||||
FEH_MAKE_OPTS += magic=0
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBCURL),y)
|
||||
FEH_DEPENDENCIES += libcurl
|
||||
FEH_MAKE_OPTS += curl=1
|
||||
|
||||
Reference in New Issue
Block a user