From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-core@lists.openembedded.org,
Andrei Dinu <andrei.adrianx.dinu@intel.com>
Cc: openembedded-commits@lists.openembedded.org
Subject: Re: [oe-commits] Andrei Dinu : libpng : upgrade to 1.6.3
Date: Sun, 4 Aug 2013 13:10:54 +0200 [thread overview]
Message-ID: <20130804111054.GC3280@jama> (raw)
In-Reply-To: <20130731055135.2CC81504BA@opal>
[-- Attachment #1: Type: text/plain, Size: 3561 bytes --]
On Wed, Jul 31, 2013 at 05:51:35AM +0000, git@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@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@intel.com>
> Signed-off-by: Saul Wold <sgw@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@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-commits
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
parent reply other threads:[~2013-08-04 11:10 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20130731055135.2CC81504BA@opal>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130804111054.GC3280@jama \
--to=martin.jansa@gmail.com \
--cc=andrei.adrianx.dinu@intel.com \
--cc=openembedded-commits@lists.openembedded.org \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.