[packages] gphoto2: update to 2.4.11, add missing libreadline dependency, refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30324 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5f2af148dc
commit
ee8f99d276
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006-2010 OpenWrt.org
|
# Copyright (C) 2006-2012 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -8,12 +8,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=gphoto2
|
PKG_NAME:=gphoto2
|
||||||
PKG_VERSION:=2.4.9
|
PKG_VERSION:=2.4.11
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=@SF/gphoto
|
PKG_SOURCE_URL:=@SF/gphoto
|
||||||
PKG_MD5SUM:=a08a93a425cde03ca8f9bade83bbd26a
|
PKG_MD5SUM:=2635075f702b40eb2e95a80658bd4773
|
||||||
|
|
||||||
PKG_FIXUP:=libtool
|
PKG_FIXUP:=libtool
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
@ -25,7 +25,7 @@ define Package/gphoto2
|
|||||||
CATEGORY:=Multimedia
|
CATEGORY:=Multimedia
|
||||||
TITLE:=Gphoto Digital Camera Control
|
TITLE:=Gphoto Digital Camera Control
|
||||||
URL:=http://www.gphoto.org/
|
URL:=http://www.gphoto.org/
|
||||||
DEPENDS:=+libgphoto2 +libpopt +libpthread
|
DEPENDS:=+libgphoto2 +libpopt +libpthread +libreadline
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/gphoto2/description
|
define Package/gphoto2/description
|
||||||
|
@ -34,8 +34,8 @@
|
|||||||
ACLOCAL_AMFLAGS = -I auto-m4 -I m4m
|
ACLOCAL_AMFLAGS = -I auto-m4 -I m4m
|
||||||
--- a/Makefile.in
|
--- a/Makefile.in
|
||||||
+++ b/Makefile.in
|
+++ b/Makefile.in
|
||||||
@@ -238,7 +238,7 @@ sysconfdir = @sysconfdir@
|
@@ -278,7 +278,7 @@ target_alias = @target_alias@
|
||||||
target_alias = @target_alias@
|
top_build_prefix = @top_build_prefix@
|
||||||
top_builddir = @top_builddir@
|
top_builddir = @top_builddir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
-SUBDIRS = m4m contrib doc gphoto2 packaging po
|
-SUBDIRS = m4m contrib doc gphoto2 packaging po
|
||||||
|
Loading…
x
Reference in New Issue
Block a user