[OE-core] [oe-commits] Andrei Dinu : libpng : upgrade to 1.6.3

Martin Jansa martin.jansa at gmail.com
Sun Aug 4 11:10:54 UTC 2013


On Wed, Jul 31, 2013 at 05:51:35AM +0000, git at git.openembedded.org wrote:
> Module: openembedded-core.git
> Branch: master
> Commit: 776c753bc5745b098d6a80e61c7332d956ae7f4f
> URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=776c753bc5745b098d6a80e61c7332d956ae7f4f
> 
> Author: Andrei Dinu <andrei.adrianx.dinu at intel.com>
> Date:   Fri Jul 26 13:45:11 2013 +0300
> 
> libpng : upgrade to 1.6.3
> 
> upgrade from 1.6.2 -> 1.6.3
> 
> LICENSE and png.h checksum changed caused by
> dates and release numbers.
> 
> Signed-off-by: Andrei Dinu <andrei.adrianx.dinu at intel.com>
> Signed-off-by: Saul Wold <sgw at linux.intel.com>

Sigh,

Are you using buildhistory and checking changes in it when upgrading
packages?

debian.bbclass didn't rename last libpng, because 2 ${bindir}
files are included now, was it intentional?

diff --git a/packages/x86_64-oe-linux/libpng/libpng/latest b/packages/x86_64-oe-linux/libpng/libpng/latest
index 7e88312..04b3ca7 100644
--- a/packages/x86_64-oe-linux/libpng/libpng/latest
+++ b/packages/x86_64-oe-linux/libpng/libpng/latest
@@ -1,10 +1,9 @@
-PV = 1.6.2
+PV = 1.6.3
 PR = r0
 PKGR = r0.0
-PKG = libpng16-16
 RPROVIDES = 
-RDEPENDS = eglibc (>= 2.17) zlib (>= 1.2.8)
+RDEPENDS = eglibc (>= 2.18) zlib (>= 1.2.8)
 RRECOMMENDS = 
-PKGSIZE = 204562
+PKGSIZE = 252458
 FILES = /usr/bin/* /usr/sbin/* /usr/lib/libpng/* /usr/lib/lib*.so.* /etc /com /var /bin/* /sbin/* /lib/*.so.* /lib/udev/rules.d /usr/lib/udev/rules.d /usr/sh
-FILELIST = /usr/lib/libpng16.so.16 /usr/lib/libpng16.so.16.2.0
+FILELIST = /usr/bin/png-fix-itxt /usr/bin/pngfix /usr/lib/libpng16.so.16 /usr/lib/libpng16.so.16.3.0


>  .../libpng/{libpng_1.6.2.bb => libpng_1.6.3.bb}    |    8 ++++----
>  1 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.2.bb b/meta/recipes-multimedia/libpng/libpng_1.6.3.bb
> similarity index 64%
> rename from meta/recipes-multimedia/libpng/libpng_1.6.2.bb
> rename to meta/recipes-multimedia/libpng/libpng_1.6.3.bb
> index 7a19313..11e735c 100644
> --- a/meta/recipes-multimedia/libpng/libpng_1.6.2.bb
> +++ b/meta/recipes-multimedia/libpng/libpng_1.6.3.bb
> @@ -3,16 +3,16 @@ DESCRIPTION = "PNG Library"
>  HOMEPAGE = "http://www.libpng.org/"
>  SECTION = "libs"
>  LICENSE = "Libpng"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=b7c6b3f443bd29d45da5575f36293606 \
> -                    file://png.h;beginline=207;endline=321;md5=f8e34d28a077eca674b739ded0de063c"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=6a42d0002ce5c11e4a529c29f78d13dd \
> +                    file://png.h;beginline=207;endline=321;md5=de933190ded7f9d6c22110c8509ea85a"
>  DEPENDS = "zlib"
>  LIBV = "16"
>  
>  SRC_URI = "${SOURCEFORGE_MIRROR}/project/libpng/libpng${LIBV}/${PV}/libpng-${PV}.tar.xz \
>             file://0001-configure-lower-automake-requirement.patch \
>            "
> -SRC_URI[md5sum] = "9d838f6fca9948a9f360a0cc1b516d5f"
> -SRC_URI[sha256sum] = "1c97a90bc22107e50f04f77a0115f4ec890d5c6a373ac4c560e8fb87259e92de"
> +SRC_URI[md5sum] = "9307f8ab04f4be3c1889ffb504f0fe5c"
> +SRC_URI[sha256sum] = "c5ecc0d38663b944a828145ed59cf15dfbad2217512875bc05ecf9b92afa0f45"
>  
>  inherit autotools binconfig pkgconfig
>  
> 
> _______________________________________________
> Openembedded-commits mailing list
> Openembedded-commits at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-commits

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20130804/fc71a784/attachment-0002.sig>


More information about the Openembedded-core mailing list