Skip to content

Commit c652fb0

Browse files
neheb1715173329
authored andcommitted
gphoto2: update to 2.5.32
Fixes compilation with GCC15. Signed-off-by: Rosen Penev <rosenp@gmail.com>
1 parent 490653e commit c652fb0

4 files changed

Lines changed: 4 additions & 148 deletions

File tree

multimedia/gphoto2/Makefile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,17 @@
99
include $(TOPDIR)/rules.mk
1010

1111
PKG_NAME:=gphoto2
12-
PKG_VERSION:=2.5.28
13-
PKG_RELEASE:=2
12+
PKG_VERSION:=2.5.32
13+
PKG_RELEASE:=1
1414

1515
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
1616
PKG_SOURCE_URL:=@SF/gphoto
17-
PKG_HASH:=2a648dcdf12da19e208255df4ebed3e7d2a02f905be4165f2443c984cf887375
17+
PKG_HASH:=4e379a0f12f72b49ee5ee2283ffd806b5d12d099939d75197a3f4bbc7f27a1a1
1818

1919
PKG_MAINTAINER:=Leonardo Medici <leonardo_medici@me.com>
2020
PKG_LICENSE:=GPL-2.0
2121
PKG_LICENSE_FILES:=COPYING
2222

23-
PKG_FIXUP:=autoreconf
2423
PKG_INSTALL:=1
2524
PKG_BUILD_PARALLEL:=1
2625

@@ -32,7 +31,7 @@ define Package/gphoto2
3231
CATEGORY:=Multimedia
3332
TITLE:=Gphoto Digital Camera Control
3433
URL:=http://www.gphoto.org/
35-
DEPENDS:=+libgphoto2 +libpopt +libpthread +libreadline +libncurses +libexif +libjpeg
34+
DEPENDS:=+libgphoto2 +libpopt +libreadline +libncurses +libexif +libjpeg
3635
endef
3736

3837
define Package/gphoto2/description

multimedia/gphoto2/patches/001-automake-compat.patch

Lines changed: 0 additions & 66 deletions
This file was deleted.

multimedia/gphoto2/patches/010-pthread.patch

Lines changed: 0 additions & 33 deletions
This file was deleted.

multimedia/gphoto2/patches/020-gcc14.patch

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)