* [PATCH 1/2] libav: Add v9.10 @ 2013-12-04 18:01 Andrei Gherzan 2013-12-04 18:01 ` [PATCH 2/2] libav: Update to v0.8.8 Andrei Gherzan 0 siblings, 1 reply; 5+ messages in thread From: Andrei Gherzan @ 2013-12-04 18:01 UTC (permalink / raw) To: yocto This version includes libavresample needed for packages like xbmc. To use this version add: PREFERRED_VERSION_libav = "9.10". Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> --- meta/recipes-multimedia/libav/libav_9.10.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta/recipes-multimedia/libav/libav_9.10.bb diff --git a/meta/recipes-multimedia/libav/libav_9.10.bb b/meta/recipes-multimedia/libav/libav_9.10.bb new file mode 100644 index 0000000..a76cc9c --- /dev/null +++ b/meta/recipes-multimedia/libav/libav_9.10.bb @@ -0,0 +1,13 @@ +require libav.inc + +SRC_URI = "http://libav.org/releases/libav-9.10.tar.xz" + +SRC_URI[md5sum] = "4b49d1d8734815ca095bb0600d41c5cb" +SRC_URI[sha256sum] = "83dbe640779da1c1e8d8836c99575f57f749d18407494ebca451578afee9300d" + +DEFAULT_PREFERENCE = "-1" + +LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ + file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \ + file://COPYING.LGPLv2.1;md5=bd7a443320af8c812e4c18d1b79df004 \ + file://COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02" -- 1.8.1.4 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/2] libav: Update to v0.8.8 2013-12-04 18:01 [PATCH 1/2] libav: Add v9.10 Andrei Gherzan @ 2013-12-04 18:01 ` Andrei Gherzan 2013-12-04 18:33 ` Paul Eggleton 2013-12-04 18:40 ` Martin Jansa 0 siblings, 2 replies; 5+ messages in thread From: Andrei Gherzan @ 2013-12-04 18:01 UTC (permalink / raw) To: yocto Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> --- .../0001-configure-enable-pic-for-AArch64.patch | 23 ---------------------- .../0001-configure-enable-pic-for-AArch64.patch | 23 ++++++++++++++++++++++ meta/recipes-multimedia/libav/libav_0.8.8.bb | 18 ----------------- meta/recipes-multimedia/libav/libav_0.8.9.bb | 16 +++++++++++++++ 4 files changed, 39 insertions(+), 41 deletions(-) delete mode 100644 meta/recipes-multimedia/libav/libav-0.8.8/0001-configure-enable-pic-for-AArch64.patch create mode 100644 meta/recipes-multimedia/libav/libav-0.8.9/0001-configure-enable-pic-for-AArch64.patch delete mode 100644 meta/recipes-multimedia/libav/libav_0.8.8.bb create mode 100644 meta/recipes-multimedia/libav/libav_0.8.9.bb diff --git a/meta/recipes-multimedia/libav/libav-0.8.8/0001-configure-enable-pic-for-AArch64.patch b/meta/recipes-multimedia/libav/libav-0.8.8/0001-configure-enable-pic-for-AArch64.patch deleted file mode 100644 index d9b22b9..0000000 --- a/meta/recipes-multimedia/libav/libav-0.8.8/0001-configure-enable-pic-for-AArch64.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 58db99e98f615d79ea90cac8f4bcf11c94e3e7c7 Mon Sep 17 00:00:00 2001 -From: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> -Date: Thu, 10 Jan 2013 12:42:19 +0100 -Subject: [PATCH] configure: enable pic for AArch64 - -Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> - -Upstream-Status: Backport ---- - configure | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- git.orig/configure -+++ git/configure -@@ -2393,7 +2393,7 @@ check_host_cflags -std=c99 - check_host_cflags -Wall - - case "$arch" in -- alpha|ia64|mips|parisc|ppc|sparc) -+ alpha|ia64|mips|parisc|ppc|sparc|aarch64) - spic=$shared - ;; - x86) diff --git a/meta/recipes-multimedia/libav/libav-0.8.9/0001-configure-enable-pic-for-AArch64.patch b/meta/recipes-multimedia/libav/libav-0.8.9/0001-configure-enable-pic-for-AArch64.patch new file mode 100644 index 0000000..d9b22b9 --- /dev/null +++ b/meta/recipes-multimedia/libav/libav-0.8.9/0001-configure-enable-pic-for-AArch64.patch @@ -0,0 +1,23 @@ +From 58db99e98f615d79ea90cac8f4bcf11c94e3e7c7 Mon Sep 17 00:00:00 2001 +From: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> +Date: Thu, 10 Jan 2013 12:42:19 +0100 +Subject: [PATCH] configure: enable pic for AArch64 + +Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> + +Upstream-Status: Backport +--- + configure | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- git.orig/configure ++++ git/configure +@@ -2393,7 +2393,7 @@ check_host_cflags -std=c99 + check_host_cflags -Wall + + case "$arch" in +- alpha|ia64|mips|parisc|ppc|sparc) ++ alpha|ia64|mips|parisc|ppc|sparc|aarch64) + spic=$shared + ;; + x86) diff --git a/meta/recipes-multimedia/libav/libav_0.8.8.bb b/meta/recipes-multimedia/libav/libav_0.8.8.bb deleted file mode 100644 index 9cb4cf2..0000000 --- a/meta/recipes-multimedia/libav/libav_0.8.8.bb +++ /dev/null @@ -1,18 +0,0 @@ -require libav.inc - -SRC_URI = "http://libav.org/releases/libav-0.8.8.tar.xz \ - file://0001-configure-enable-pic-for-AArch64.patch" - -SRC_URI[md5sum] = "34b8f1279a04466386ed67731197efe3" -SRC_URI[sha256sum] = "e95cf618eb6239177a62c46f15e840c37e02e8308baf94912fc5910ff4aacbf2" - -LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ - file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \ - file://COPYING.LGPLv2.1;md5=e344c8fa836c3a41c4cbd79d7bd3a379 \ - file://COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02" - -EXTRA_OECONF += " \ - --enable-postproc \ -" - - diff --git a/meta/recipes-multimedia/libav/libav_0.8.9.bb b/meta/recipes-multimedia/libav/libav_0.8.9.bb new file mode 100644 index 0000000..065a6d2 --- /dev/null +++ b/meta/recipes-multimedia/libav/libav_0.8.9.bb @@ -0,0 +1,16 @@ +require libav.inc + +SRC_URI = "http://libav.org/releases/libav-0.8.9.tar.xz \ + file://0001-configure-enable-pic-for-AArch64.patch" + +SRC_URI[md5sum] = "7c0e5743cd5c4d4b1bcafd02a2e82e09" +SRC_URI[sha256sum] = "4f5181164e4007d5b0013bb3cc5e3b7393ab71ac286319c714b7697e2784f77f" + +LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ + file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \ + file://COPYING.LGPLv2.1;md5=e344c8fa836c3a41c4cbd79d7bd3a379 \ + file://COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02" + +EXTRA_OECONF += " \ + --enable-postproc \ +" -- 1.8.1.4 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 2/2] libav: Update to v0.8.8 2013-12-04 18:01 ` [PATCH 2/2] libav: Update to v0.8.8 Andrei Gherzan @ 2013-12-04 18:33 ` Paul Eggleton 2013-12-04 18:40 ` Martin Jansa 1 sibling, 0 replies; 5+ messages in thread From: Paul Eggleton @ 2013-12-04 18:33 UTC (permalink / raw) To: Andrei Gherzan; +Cc: yocto Hi Andrei, On Wednesday 04 December 2013 20:01:28 Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> > --- > .../0001-configure-enable-pic-for-AArch64.patch | 23 > ---------------------- .../0001-configure-enable-pic-for-AArch64.patch | > 23 ++++++++++++++++++++++ meta/recipes-multimedia/libav/libav_0.8.8.bb > | 18 ----------------- meta/recipes-multimedia/libav/libav_0.8.9.bb > | 16 +++++++++++++++ 4 files changed, 39 insertions(+), 41 deletions(-) > delete mode 100644 > meta/recipes-multimedia/libav/libav-0.8.8/0001-configure-enable-pic-for-AAr > ch64.patch create mode 100644 > meta/recipes-multimedia/libav/libav-0.8.9/0001-configure-enable-pic-for-AAr > ch64.patch delete mode 100644 meta/recipes-multimedia/libav/libav_0.8.8.bb > create mode 100644 meta/recipes-multimedia/libav/libav_0.8.9.bb Thanks, but a few things: 1) The shortlog says 0.8.8, but this is upgrading to 0.8.9 2) Please use -M so we can see the changes 3) These patches need to be sent to the OE-Core list instead FWIW, I actually had this update queued already, but I hadn't sent it yet because I hadn't tested it beyond building it - did you test this at runtime? Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 2/2] libav: Update to v0.8.8 2013-12-04 18:01 ` [PATCH 2/2] libav: Update to v0.8.8 Andrei Gherzan 2013-12-04 18:33 ` Paul Eggleton @ 2013-12-04 18:40 ` Martin Jansa 2013-12-04 18:48 ` Andrei Gherzan 1 sibling, 1 reply; 5+ messages in thread From: Martin Jansa @ 2013-12-04 18:40 UTC (permalink / raw) To: Andrei Gherzan; +Cc: yocto [-- Attachment #1: Type: text/plain, Size: 5333 bytes --] On Wed, Dec 04, 2013 at 08:01:28PM +0200, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Wrong ML, wrong subject (Update to 0.8.9) and please resend it with -M > --- > .../0001-configure-enable-pic-for-AArch64.patch | 23 ---------------------- > .../0001-configure-enable-pic-for-AArch64.patch | 23 ++++++++++++++++++++++ > meta/recipes-multimedia/libav/libav_0.8.8.bb | 18 ----------------- > meta/recipes-multimedia/libav/libav_0.8.9.bb | 16 +++++++++++++++ > 4 files changed, 39 insertions(+), 41 deletions(-) > delete mode 100644 meta/recipes-multimedia/libav/libav-0.8.8/0001-configure-enable-pic-for-AArch64.patch > create mode 100644 meta/recipes-multimedia/libav/libav-0.8.9/0001-configure-enable-pic-for-AArch64.patch > delete mode 100644 meta/recipes-multimedia/libav/libav_0.8.8.bb > create mode 100644 meta/recipes-multimedia/libav/libav_0.8.9.bb > > diff --git a/meta/recipes-multimedia/libav/libav-0.8.8/0001-configure-enable-pic-for-AArch64.patch b/meta/recipes-multimedia/libav/libav-0.8.8/0001-configure-enable-pic-for-AArch64.patch > deleted file mode 100644 > index d9b22b9..0000000 > --- a/meta/recipes-multimedia/libav/libav-0.8.8/0001-configure-enable-pic-for-AArch64.patch > +++ /dev/null > @@ -1,23 +0,0 @@ > -From 58db99e98f615d79ea90cac8f4bcf11c94e3e7c7 Mon Sep 17 00:00:00 2001 > -From: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> > -Date: Thu, 10 Jan 2013 12:42:19 +0100 > -Subject: [PATCH] configure: enable pic for AArch64 > - > -Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> > - > -Upstream-Status: Backport > ---- > - configure | 2 +- > - 1 file changed, 1 insertion(+), 1 deletion(-) > - > ---- git.orig/configure > -+++ git/configure > -@@ -2393,7 +2393,7 @@ check_host_cflags -std=c99 > - check_host_cflags -Wall > - > - case "$arch" in > -- alpha|ia64|mips|parisc|ppc|sparc) > -+ alpha|ia64|mips|parisc|ppc|sparc|aarch64) > - spic=$shared > - ;; > - x86) > diff --git a/meta/recipes-multimedia/libav/libav-0.8.9/0001-configure-enable-pic-for-AArch64.patch b/meta/recipes-multimedia/libav/libav-0.8.9/0001-configure-enable-pic-for-AArch64.patch > new file mode 100644 > index 0000000..d9b22b9 > --- /dev/null > +++ b/meta/recipes-multimedia/libav/libav-0.8.9/0001-configure-enable-pic-for-AArch64.patch > @@ -0,0 +1,23 @@ > +From 58db99e98f615d79ea90cac8f4bcf11c94e3e7c7 Mon Sep 17 00:00:00 2001 > +From: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> > +Date: Thu, 10 Jan 2013 12:42:19 +0100 > +Subject: [PATCH] configure: enable pic for AArch64 > + > +Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> > + > +Upstream-Status: Backport > +--- > + configure | 2 +- > + 1 file changed, 1 insertion(+), 1 deletion(-) > + > +--- git.orig/configure > ++++ git/configure > +@@ -2393,7 +2393,7 @@ check_host_cflags -std=c99 > + check_host_cflags -Wall > + > + case "$arch" in > +- alpha|ia64|mips|parisc|ppc|sparc) > ++ alpha|ia64|mips|parisc|ppc|sparc|aarch64) > + spic=$shared > + ;; > + x86) > diff --git a/meta/recipes-multimedia/libav/libav_0.8.8.bb b/meta/recipes-multimedia/libav/libav_0.8.8.bb > deleted file mode 100644 > index 9cb4cf2..0000000 > --- a/meta/recipes-multimedia/libav/libav_0.8.8.bb > +++ /dev/null > @@ -1,18 +0,0 @@ > -require libav.inc > - > -SRC_URI = "http://libav.org/releases/libav-0.8.8.tar.xz \ > - file://0001-configure-enable-pic-for-AArch64.patch" > - > -SRC_URI[md5sum] = "34b8f1279a04466386ed67731197efe3" > -SRC_URI[sha256sum] = "e95cf618eb6239177a62c46f15e840c37e02e8308baf94912fc5910ff4aacbf2" > - > -LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ > - file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \ > - file://COPYING.LGPLv2.1;md5=e344c8fa836c3a41c4cbd79d7bd3a379 \ > - file://COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02" > - > -EXTRA_OECONF += " \ > - --enable-postproc \ > -" > - > - > diff --git a/meta/recipes-multimedia/libav/libav_0.8.9.bb b/meta/recipes-multimedia/libav/libav_0.8.9.bb > new file mode 100644 > index 0000000..065a6d2 > --- /dev/null > +++ b/meta/recipes-multimedia/libav/libav_0.8.9.bb > @@ -0,0 +1,16 @@ > +require libav.inc > + > +SRC_URI = "http://libav.org/releases/libav-0.8.9.tar.xz \ > + file://0001-configure-enable-pic-for-AArch64.patch" > + > +SRC_URI[md5sum] = "7c0e5743cd5c4d4b1bcafd02a2e82e09" > +SRC_URI[sha256sum] = "4f5181164e4007d5b0013bb3cc5e3b7393ab71ac286319c714b7697e2784f77f" > + > +LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ > + file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \ > + file://COPYING.LGPLv2.1;md5=e344c8fa836c3a41c4cbd79d7bd3a379 \ > + file://COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02" > + > +EXTRA_OECONF += " \ > + --enable-postproc \ > +" > -- > 1.8.1.4 > > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto -- Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 205 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 2/2] libav: Update to v0.8.8 2013-12-04 18:40 ` Martin Jansa @ 2013-12-04 18:48 ` Andrei Gherzan 0 siblings, 0 replies; 5+ messages in thread From: Andrei Gherzan @ 2013-12-04 18:48 UTC (permalink / raw) To: Martin Jansa; +Cc: Yocto Project [-- Attachment #1: Type: text/plain, Size: 351 bytes --] On Wed, Dec 4, 2013 at 8:40 PM, Martin Jansa <martin.jansa@gmail.com> wrote: > On Wed, Dec 04, 2013 at 08:01:28PM +0200, Andrei Gherzan wrote: > > Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> > > Wrong ML, wrong subject (Update to 0.8.9) and please resend it with -M I realized this after sent. Sent to oe-core. Sorry for this. ag [-- Attachment #2: Type: text/html, Size: 773 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-12-04 18:49 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-12-04 18:01 [PATCH 1/2] libav: Add v9.10 Andrei Gherzan 2013-12-04 18:01 ` [PATCH 2/2] libav: Update to v0.8.8 Andrei Gherzan 2013-12-04 18:33 ` Paul Eggleton 2013-12-04 18:40 ` Martin Jansa 2013-12-04 18:48 ` Andrei Gherzan
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.