* [PATCH] libpng: Upgrade to 1.6.1
@ 2013-04-19 12:07 Emilia Ciobanu
2013-04-19 15:43 ` Saul Wold
0 siblings, 1 reply; 2+ messages in thread
From: Emilia Ciobanu @ 2013-04-19 12:07 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com>
---
...0001-configure-lower-automake-requirement.patch | 29 ++++++++++++++++++++
meta/recipes-multimedia/libpng/libpng_1.6.0.bb | 20 --------------
meta/recipes-multimedia/libpng/libpng_1.6.1.bb | 24 ++++++++++++++++
3 files changed, 53 insertions(+), 20 deletions(-)
create mode 100644 meta/recipes-multimedia/libpng/libpng/0001-configure-lower-automake-requirement.patch
delete mode 100644 meta/recipes-multimedia/libpng/libpng_1.6.0.bb
create mode 100644 meta/recipes-multimedia/libpng/libpng_1.6.1.bb
diff --git a/meta/recipes-multimedia/libpng/libpng/0001-configure-lower-automake-requirement.patch b/meta/recipes-multimedia/libpng/libpng/0001-configure-lower-automake-requirement.patch
new file mode 100644
index 0000000..34363dc
--- /dev/null
+++ b/meta/recipes-multimedia/libpng/libpng/0001-configure-lower-automake-requirement.patch
@@ -0,0 +1,29 @@
+From a4fd84bdc69e9929a1040f20ea291ee3115bf5b2 Mon Sep 17 00:00:00 2001
+From: Koen Kooi <koen@dominion.thruhere.net>
+Date: Mon, 15 Apr 2013 11:16:20 +0200
+Subject: [PATCH] configure: lower automake requirement
+
+We're not using parallel tests in OE-core yet
+
+Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
+
+Upstream-status: Inapropriate [OE specific build hack]
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 1745d31..7f015fe 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -27,7 +27,7 @@ AC_CONFIG_MACRO_DIR([scripts])
+ # dist-xz requires automake 1.11 or later
+ # 1.12.2 fixes a security issue in 1.11.2 and 1.12.1
+ # 1.13 is required for parallel tests
+-AM_INIT_AUTOMAKE([1.13 foreign dist-xz color-tests silent-rules])
++AM_INIT_AUTOMAKE([1.12.2 foreign dist-xz color-tests silent-rules])
+ # The following line causes --disable-maintainer-mode to be the default to
+ # configure, this is necessary because libpng distributions cannot rely on the
+ # time stamps of the autotools generated files being correct
+--
+1.8.1.4
diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.0.bb b/meta/recipes-multimedia/libpng/libpng_1.6.0.bb
deleted file mode 100644
index 951e34a..0000000
--- a/meta/recipes-multimedia/libpng/libpng_1.6.0.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-SUMMARY = "PNG Library"
-DESCRIPTION = "PNG Library"
-HOMEPAGE = "http://www.libpng.org/"
-SECTION = "libs"
-LICENSE = "Libpng"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=03b8ec701cb796c0ec84af22f884edef \
- file://png.h;beginline=207;endline=321;md5=e829cebefd08488ba5142ea5faea6821"
-DEPENDS = "zlib"
-PR = "r0"
-LIBV = "16"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/project/libpng/libpng${LIBV}/${PV}/libpng-${PV}.tar.xz \
- "
-
-SRC_URI[md5sum] = "3ee623b9a4d33bda7310a5124080b14d"
-SRC_URI[sha256sum] = "5e13c31321083b03956b5ff298bacffab7a7ad35c34c122acef314593944b97b"
-
-inherit autotools binconfig pkgconfig
-
-BBCLASSEXTEND = "native nativesdk"
diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.1.bb b/meta/recipes-multimedia/libpng/libpng_1.6.1.bb
new file mode 100644
index 0000000..a05e380
--- /dev/null
+++ b/meta/recipes-multimedia/libpng/libpng_1.6.1.bb
@@ -0,0 +1,24 @@
+SUMMARY = "PNG Library"
+DESCRIPTION = "PNG Library"
+HOMEPAGE = "http://www.libpng.org/"
+SECTION = "libs"
+LICENSE = "Libpng"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=8273188b2e21c831f5a09fd9285db62f \
+ file://png.h;beginline=207;endline=321;md5=de107fb61766e9d826943f3b6a354fc9 \
+ "
+DEPENDS = "zlib"
+PR = "r0"
+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] = "93fc0b0841ce2db0e6756673e22dafc3"
+SRC_URI[sha256sum] = "5ef57f8b9ef591c8504e2a8f78d31779f0c8f2b34b34d01d533360d2483c8946"
+
+inherit autotools binconfig pkgconfig
+
+EXTRA_OECONF_append_arm = " ${@bb.utils.contains("TUNE_FEATURES", "neon", "--enable-arm-neon=on", "--enable-arm-neon=off", d)}"
+
+BBCLASSEXTEND = "native nativesdk"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] libpng: Upgrade to 1.6.1
2013-04-19 12:07 [PATCH] libpng: Upgrade to 1.6.1 Emilia Ciobanu
@ 2013-04-19 15:43 ` Saul Wold
0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2013-04-19 15:43 UTC (permalink / raw)
To: Emilia Ciobanu; +Cc: openembedded-core
On 04/19/2013 05:07 AM, Emilia Ciobanu wrote:
> Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com>
This update has already been offered up by Koen, I will be taking his
version once we clear 1.4 from the table.
Very soon now.
Sau!
> ---
> ...0001-configure-lower-automake-requirement.patch | 29 ++++++++++++++++++++
> meta/recipes-multimedia/libpng/libpng_1.6.0.bb | 20 --------------
> meta/recipes-multimedia/libpng/libpng_1.6.1.bb | 24 ++++++++++++++++
> 3 files changed, 53 insertions(+), 20 deletions(-)
> create mode 100644 meta/recipes-multimedia/libpng/libpng/0001-configure-lower-automake-requirement.patch
> delete mode 100644 meta/recipes-multimedia/libpng/libpng_1.6.0.bb
> create mode 100644 meta/recipes-multimedia/libpng/libpng_1.6.1.bb
>
> diff --git a/meta/recipes-multimedia/libpng/libpng/0001-configure-lower-automake-requirement.patch b/meta/recipes-multimedia/libpng/libpng/0001-configure-lower-automake-requirement.patch
> new file mode 100644
> index 0000000..34363dc
> --- /dev/null
> +++ b/meta/recipes-multimedia/libpng/libpng/0001-configure-lower-automake-requirement.patch
> @@ -0,0 +1,29 @@
> +From a4fd84bdc69e9929a1040f20ea291ee3115bf5b2 Mon Sep 17 00:00:00 2001
> +From: Koen Kooi <koen@dominion.thruhere.net>
> +Date: Mon, 15 Apr 2013 11:16:20 +0200
> +Subject: [PATCH] configure: lower automake requirement
> +
> +We're not using parallel tests in OE-core yet
> +
> +Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> +
> +Upstream-status: Inapropriate [OE specific build hack]
> +---
> + configure.ac | 2 +-
> + 1 file changed, 1 insertion(+), 1 deletion(-)
> +
> +diff --git a/configure.ac b/configure.ac
> +index 1745d31..7f015fe 100644
> +--- a/configure.ac
> ++++ b/configure.ac
> +@@ -27,7 +27,7 @@ AC_CONFIG_MACRO_DIR([scripts])
> + # dist-xz requires automake 1.11 or later
> + # 1.12.2 fixes a security issue in 1.11.2 and 1.12.1
> + # 1.13 is required for parallel tests
> +-AM_INIT_AUTOMAKE([1.13 foreign dist-xz color-tests silent-rules])
> ++AM_INIT_AUTOMAKE([1.12.2 foreign dist-xz color-tests silent-rules])
> + # The following line causes --disable-maintainer-mode to be the default to
> + # configure, this is necessary because libpng distributions cannot rely on the
> + # time stamps of the autotools generated files being correct
> +--
> +1.8.1.4
> diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.0.bb b/meta/recipes-multimedia/libpng/libpng_1.6.0.bb
> deleted file mode 100644
> index 951e34a..0000000
> --- a/meta/recipes-multimedia/libpng/libpng_1.6.0.bb
> +++ /dev/null
> @@ -1,20 +0,0 @@
> -SUMMARY = "PNG Library"
> -DESCRIPTION = "PNG Library"
> -HOMEPAGE = "http://www.libpng.org/"
> -SECTION = "libs"
> -LICENSE = "Libpng"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=03b8ec701cb796c0ec84af22f884edef \
> - file://png.h;beginline=207;endline=321;md5=e829cebefd08488ba5142ea5faea6821"
> -DEPENDS = "zlib"
> -PR = "r0"
> -LIBV = "16"
> -
> -SRC_URI = "${SOURCEFORGE_MIRROR}/project/libpng/libpng${LIBV}/${PV}/libpng-${PV}.tar.xz \
> - "
> -
> -SRC_URI[md5sum] = "3ee623b9a4d33bda7310a5124080b14d"
> -SRC_URI[sha256sum] = "5e13c31321083b03956b5ff298bacffab7a7ad35c34c122acef314593944b97b"
> -
> -inherit autotools binconfig pkgconfig
> -
> -BBCLASSEXTEND = "native nativesdk"
> diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.1.bb b/meta/recipes-multimedia/libpng/libpng_1.6.1.bb
> new file mode 100644
> index 0000000..a05e380
> --- /dev/null
> +++ b/meta/recipes-multimedia/libpng/libpng_1.6.1.bb
> @@ -0,0 +1,24 @@
> +SUMMARY = "PNG Library"
> +DESCRIPTION = "PNG Library"
> +HOMEPAGE = "http://www.libpng.org/"
> +SECTION = "libs"
> +LICENSE = "Libpng"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=8273188b2e21c831f5a09fd9285db62f \
> + file://png.h;beginline=207;endline=321;md5=de107fb61766e9d826943f3b6a354fc9 \
> + "
> +DEPENDS = "zlib"
> +PR = "r0"
> +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] = "93fc0b0841ce2db0e6756673e22dafc3"
> +SRC_URI[sha256sum] = "5ef57f8b9ef591c8504e2a8f78d31779f0c8f2b34b34d01d533360d2483c8946"
> +
> +inherit autotools binconfig pkgconfig
> +
> +EXTRA_OECONF_append_arm = " ${@bb.utils.contains("TUNE_FEATURES", "neon", "--enable-arm-neon=on", "--enable-arm-neon=off", d)}"
> +
> +BBCLASSEXTEND = "native nativesdk"
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-04-19 16:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-19 12:07 [PATCH] libpng: Upgrade to 1.6.1 Emilia Ciobanu
2013-04-19 15:43 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox