Re: [OpenWrt-Devel] [PATCH][PACKAGES] libexif update to 0.6.21

2014-05-19 Thread Florian Fainelli
2014-05-04 18:51 GMT-07:00 Ian Leonard :
> Update libexif to 0.6.21. Add package licensing information and refresh patch.
>
> Signed-off-by: Ian Leonard 

Applied in r40786, thanks!
-- 
Florian
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH][PACKAGES] libexif update to 0.6.21

2014-05-04 Thread Ian Leonard
Update libexif to 0.6.21. Add package licensing information and refresh patch.

Signed-off-by: Ian Leonard 
---
 libs/libexif/Makefile | 9 ++---
 libs/libexif/patches/100-no_doc.patch | 6 +++---
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/libs/libexif/Makefile b/libs/libexif/Makefile
index a040f70..5d070fb 100644
--- a/libs/libexif/Makefile
+++ b/libs/libexif/Makefile
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2006-2010 OpenWrt.org
+# Copyright (C) 2006-2014 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -8,12 +8,15 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libexif
-PKG_VERSION:=0.6.19
+PKG_VERSION:=0.6.21
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=@SF/libexif
-PKG_MD5SUM:=56144a030a4c875c600b1ccf713f69f7
+PKG_MD5SUM:=27339b89850f28c8f1c237f233e05b27
+
+PKG_LICENSE:=LGPLv2.1
+PKG_LICENSE_FILES:=COPYING
 
 PKG_FIXUP:=autoreconf
 PKG_INSTALL:=1
diff --git a/libs/libexif/patches/100-no_doc.patch 
b/libs/libexif/patches/100-no_doc.patch
index 5ca00ce..1406ace 100644
--- a/libs/libexif/patches/100-no_doc.patch
+++ b/libs/libexif/patches/100-no_doc.patch
@@ -1,11 +1,11 @@
 --- a/Makefile.in
 +++ b/Makefile.in
-@@ -280,7 +280,7 @@ target_alias = @target_alias@
+@@ -289,7 +289,7 @@ target_alias = @target_alias@
  top_build_prefix = @top_build_prefix@
  top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
 -SUBDIRS = m4m po libexif test doc binary contrib
 +SUBDIRS = m4m po libexif test binary contrib
- @SHIP_BINARIES_TRUE@README_W32_XDIST = README-Win32.txt
- EXTRA_DIST = @PACKAGE_TARNAME@.spec $(README_W32_XDIST) libexif.pc.in \
+ EXTRA_DIST = @PACKAGE_TARNAME@.spec README-Win32.txt libexif.pc.in \
libexif-uninstalled.pc.in
+ pkgconfigdir = $(libdir)/pkgconfig
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel