[packages] libjpeg-turbo: 1.2.1 Version Bump
authoracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 15 Jan 2013 23:16:13 +0000 (23:16 +0000)
committeracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 15 Jan 2013 23:16:13 +0000 (23:16 +0000)
The license changed in version 1.2.0 from the wxWindows Library license to the 3-clause BSD license.

v2: Corrects licensing information in the Makefile.
v3: Extend Copyright to 2013. The 2011 is from the original package submission in Dec. 2011 of libjpeg-turbo to OpenWrt.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35182 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/libjpeg-turbo/Makefile

index d0a209f..9ae15a6 100644 (file)
@@ -1,19 +1,22 @@
 # 
-# Copyright (C) 2012 OpenWrt.org
+# Copyright (C) 2011-2013 OpenWrt.org
 #
-# This is free software, licensed under the wxWindows Library Licence, Version 3.1.
+# This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
 #
 
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libjpeg-turbo
-PKG_VERSION:=1.1.1
+PKG_VERSION:=1.2.1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@SF/libjpeg-turbo
-PKG_MD5SUM:=03b9c1406c7bfdc204313c2917ce6962
+PKG_MD5SUM:=f61e60ff01381ece4d2fe65eeb52669e
+
+PKG_LICENSE:=BSD-3c
+PKG_LICENSE_FILES:=README-turbo.txt
 
 PKG_BUILD_PARALLEL:=1