[oe] [meta-perl][PATCH 7/9] perl-module-extutils-installpaths: add 0.010

2014-01-31 Thread Tim Orling
installation directory like /tmp/install in case you want to create bundled-up installable packages. Signed-off-by: Tim Orling ticot...@gmail.com --- .../perl-module-extutils-installpaths_0.010.bb | 24 1 file changed, 24 insertions(+) create mode 100644 meta-perl/recipes

[oe] [meta-perl][PATCH 1/9] perl-module-metadata: add 1.000019

2014-01-31 Thread Tim Orling
[Description from CPAN] This module provides a standard way to gather metadata about a .pm file through (mostly) static analysis and (some) code execution. When determining the version of a module, the $VERSION assignment is evaled, as is traditional in the CPAN toolchain. Signed-off-by: Tim

[oe] [meta-perl][PATCH 2/9] perl-module-text-diff: add 1.41

2014-01-31 Thread Tim Orling
for small files, and generally slower on larger files. Signed-off-by: Tim Orling ticot...@gmail.com --- .../text-diff/perl-module-text-diff_1.41.bb| 26 1 file changed, 26 insertions(+) create mode 100644 meta-perl/recipes-perl/text-diff/perl-module-text-diff_1.41.bb

[oe] [meta-perl][PATCH 8/9] perl-module-build-tiny: add 0.030

2014-01-31 Thread Tim Orling
-in replacement. Whereas Module::Build has over 6,700 lines of code; this module has less than 120, yet supports the features needed by most distributions. Signed-off-by: Tim Orling ticot...@gmail.com --- .../module-build/perl-module-build-tiny_0.030.bb | 54 1 file changed, 54

[oe] [meta-perl][PATCH 5/9] perl-module-extutils-config: add 0.007

2014-01-31 Thread Tim Orling
[Description from CPAN] ExtUtils::Config is an abstraction around the %Config hash. Signed-off-by: Tim Orling ticot...@gmail.com --- .../extutils/perl-module-extutils-config_0.007.bb | 23 1 file changed, 23 insertions(+) create mode 100644 meta-perl/recipes-perl

[oe] [meta-perl][PATCH 3/9] perl-module-capture-tiny: add 0.23

2014-01-31 Thread Tim Orling
to the original filehandles. Yes, it even works on Windows (usually). Stop guessing which of a dozen capturing modules to use in any particular situation and just use this one. Signed-off-by: Tim Orling ticot...@gmail.com --- .../capture-tiny/perl-module-capture-tiny_0.23.bb | 35

[oe] [meta-perl][PATCH 6/9] perl-module-extutils-helpers: add 0.021

2014-01-31 Thread Tim Orling
[Description from CPAN] This module provides various portable helper functions for module building modules. Signed-off-by: Tim Orling ticot...@gmail.com --- .../extutils/perl-module-extutils-helpers_0.021.bb | 28 1 file changed, 28 insertions(+) create mode 100644 meta

[oe] [meta-perl][PATCH 4/9] perl-module-runtime: add 0.013

2014-01-31 Thread Tim Orling
[Description from CPAN] The functions exported by this module deal with runtime handling of Perl modules, which are normally handled at compile time. This module avoids using any other modules, so that it can be used in low-level infrastructure. Signed-off-by: Tim Orling ticot...@gmail.com

[oe] [meta-perl][PATCH 9/9] perl-module-extutils-cppguess: add 0.07

2014-01-31 Thread Tim Orling
-by: Tim Orling ticot...@gmail.com --- .../extutils/perl-module-extutils-cppguess_0.07.bb | 37 1 file changed, 37 insertions(+) create mode 100644 meta-perl/recipes-perl/extutils/perl-module-extutils-cppguess_0.07.bb diff --git a/meta-perl/recipes-perl/extutils/perl-module

Re: [oe] [meta-perl][PATCH 1/9] perl-module-metadata: add 1.000019

2014-01-31 Thread Tim Orling
Koen made a similar comment via private email. I am happy to follow the Debian convention. I will resubmit the entire series. Thank you for the input. Regards, Tim On Fri, Jan 31, 2014 at 9:26 AM, Olof Johansson olof.johans...@axis.comwrote: On 14-01-31 16:11 +0100, Tim Orling wrote

[oe] [meta-perl][PATCH v2 01/10] libmodule-metadata-perl: add 1.000019

2014-02-02 Thread Tim Orling
[Description from CPAN] This module provides a standard way to gather metadata about a .pm file through (mostly) static analysis and (some) code execution. When determining the version of a module, the $VERSION assignment is evaled, as is traditional in the CPAN toolchain. Signed-off-by: Tim

[oe] [meta-perl][PATCH v2 02/10] libtext-diff-perl: add 1.41

2014-02-02 Thread Tim Orling
files, and generally slower on larger files. Signed-off-by: Tim Orling ticot...@gmail.com --- .../recipes-perl/libtext/libtext-diff-perl_1.41.bb | 27 1 file changed, 27 insertions(+) create mode 100644 meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb diff --git

[oe] [meta-perl][PATCH v2 04/10] libmodule-runtime-perl: add 0.013

2014-02-02 Thread Tim Orling
[Description from CPAN] The functions exported by this module deal with runtime handling of Perl modules, which are normally handled at compile time. This module avoids using any other modules, so that it can be used in low-level infrastructure. Signed-off-by: Tim Orling ticot...@gmail.com

[oe] [meta-perl][PATCH v2 00/10]

2014-02-02 Thread Tim Orling
/perl-policy/ch-module_packages.html] Tim Orling (10): libmodule-metadata-perl: add 1.19 libtext-diff-perl: add 1.41 libcapture-tiny-perl: add 0.23 libmodule-runtime-perl: add 0.013 libextutils-config-perl: add 0.007 libextutils-helpers-perl: add 0.021 libextutils-installpaths-perl

[oe] [meta-perl][PATCH v2 03/10] libcapture-tiny-perl: add 0.23

2014-02-02 Thread Tim Orling
to the original filehandles. Yes, it even works on Windows (usually). Stop guessing which of a dozen capturing modules to use in any particular situation and just use this one. Signed-off-by: Tim Orling ticot...@gmail.com --- .../libcapture/libcapture-tiny-perl_0.23.bb| 36 1

[oe] [meta-perl][PATCH v2 05/10] libextutils-config-perl: add 0.007

2014-02-02 Thread Tim Orling
[Description from CPAN] ExtUtils::Config is an abstraction around the %Config hash. Signed-off-by: Tim Orling ticot...@gmail.com --- .../libextutils/libextutils-config-perl_0.007.bb | 24 1 file changed, 24 insertions(+) create mode 100644 meta-perl/recipes-perl

[oe] [meta-perl][PATCH v2 09/10] libextutils-cppguess-perl: add 0.07

2014-02-02 Thread Tim Orling
[Description from CPAN] ExtUtils::CppGuess attempts to guess the system's C++ compiler that is compatible with the C compiler that your perl was built with. Signed-off-by: Tim Orling ticot...@gmail.com --- .../libextutils/libextutils-cppguess-perl_0.07.bb | 38 1 file

[oe] [meta-perl][PATCH v2 06/10] libextutils-helpers-perl: add 0.021

2014-02-02 Thread Tim Orling
[Description from CPAN] This module provides various portable helper function for module building modules. Signed-off-by: Tim Orling ticot...@gmail.com --- .../libextutils/libextutils-helpers-perl_0.021.bb | 29 1 file changed, 29 insertions(+) create mode 100644 meta

[oe] [meta-multimedia][PATCH] xbmc: branch name is case sensitive

2014-02-23 Thread Tim Orling
From: Tim Orling ticot...@gmail.com Signed-off-by: Tim Orling ticot...@gmail.com --- meta-multimedia/recipes-mediacentre/xbmc/xbmc_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-mediacentre/xbmc/xbmc_git.bb b/meta-multimedia/recipes

[oe] [meta-multimedia][PATCH] xbmc: disable rxsx (euphoria)

2014-02-24 Thread Tim Orling
From: Tim Orling ticot...@gmail.com Signed-off-by: Tim Orling ticot...@gmail.com --- meta-multimedia/recipes-mediacentre/xbmc/xbmc_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-multimedia/recipes-mediacentre/xbmc/xbmc_git.bb b/meta-multimedia/recipes-mediacentre/xbmc

Re: [oe] [meta-multimedia][PATCH] xbmc: disable rxsx (euphoria)

2014-02-25 Thread Tim Orling
, 2014 at 3:40 AM, Tim Orling ticot...@gmail.com wrote: From: Tim Orling ticot...@gmail.com Signed-off-by: Tim Orling ticot...@gmail.com --- meta-multimedia/recipes-mediacentre/xbmc/xbmc_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-multimedia/recipes-mediacentre/xbmc

[oe] [meta-multimedia][PATCH 1/3] libdvdcss: update to 1.2.13

2014-02-25 Thread Tim Orling
From: Tim Orling ticot...@gmail.com Signed-off-by: Tim Orling ticot...@gmail.com --- meta-multimedia/recipes-multimedia/vlc/libdvdcss_1.2.13.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644 meta-multimedia/recipes-multimedia/vlc/libdvdcss_1.2.13.bb diff --git a/meta

[oe] [meta-multimedia][PATCH 0/3] vlc: update to 2.1.2

2014-02-25 Thread Tim Orling
From: Tim Orling ticot...@gmail.com RFC and request for testing :) Tim Orling (3): libdvdcss: update to 1.2.13 live555: update to 2013.04.30 vlc: update to 2.1.2 .../vlc/files/0001-enable-subdir-objects.patch| 13 + .../files/0002-glibc-does-not-provide-strlcpy.patch

[oe] [meta-multimedia][PATCH 3/3] vlc: update to 2.1.2

2014-02-25 Thread Tim Orling
From: Tim Orling ticot...@gmail.com Signed-off-by: Tim Orling ticot...@gmail.com --- .../vlc/files/0001-enable-subdir-objects.patch| 13 + .../files/0002-glibc-does-not-provide-strlcpy.patch | 17 + meta-multimedia/recipes-multimedia/vlc/vlc.inc| 12

[oe] [meta-multimedia][PATCH 2/3] live555: update to 2013.04.30

2014-02-25 Thread Tim Orling
From: Tim Orling ticot...@gmail.com Signed-off-by: Tim Orling ticot...@gmail.com --- meta-oe/recipes-multimedia/live555/live555_20130430.bb | 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-oe/recipes-multimedia/live555/live555_20130430.bb diff --git a/meta-oe/recipes

[oe] [meta-multimedia][PATCH v2 0/3] update vlc to 2.1.2

2014-02-25 Thread Tim Orling
From: Tim Orling ticot...@gmail.com v2: Incorporating JaMa's comments Tim Orling (3): libdvdcss: update to 1.2.13 live555: update to 2013.04.30 vlc: update to 2.1.2 .../vlc/files/0001-enable-subdir-objects.patch| 13 + .../files/0002-glibc-does-not-provide

[oe] [meta-multimedia][PATCH v2 1/3] libdvdcss: update to 1.2.13

2014-02-25 Thread Tim Orling
From: Tim Orling ticot...@gmail.com Signed-off-by: Tim Orling ticot...@gmail.com --- .../vlc/{libdvdcss_1.2.10.bb = libdvdcss_1.2.13.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-multimedia/recipes-multimedia/vlc/{libdvdcss_1.2.10.bb

[oe] [meta-multimedia][PATCH v2 2/3] live555: update to 2013.04.30

2014-02-25 Thread Tim Orling
From: Tim Orling ticot...@gmail.com Signed-off-by: Tim Orling ticot...@gmail.com --- meta-oe/recipes-multimedia/live555/live555_20110314.bb | 10 -- meta-oe/recipes-multimedia/live555/live555_20130430.bb | 7 +++ 2 files changed, 7 insertions(+), 10 deletions(-) delete mode 100644

[oe] [meta-multimedia][PATCH v2 3/3] vlc: update to 2.1.2

2014-02-25 Thread Tim Orling
From: Tim Orling ticot...@gmail.com Signed-off-by: Tim Orling ticot...@gmail.com --- .../vlc/files/0001-enable-subdir-objects.patch| 13 + .../files/0002-glibc-does-not-provide-strlcpy.patch | 17 + meta-multimedia/recipes-multimedia/vlc/vlc.inc| 10

[oe] [meta-multimedia][PATCH] libmusicbrainz: workaround for build-native/do_configure

2014-02-26 Thread Tim Orling
From: Tim Orling ticot...@gmail.com * drop PR * default cmake_do_configure deletes build/ which wipes out build-native * workaround to stash build-native first * uglyhack/ugly Signed-off-by: Tim Orling ticot...@gmail.com --- .../musicbrainz/libmusicbrainz_git.bb | 49

[oe] [meta-multimedia][PATCH v2] libmusicbrainz: workaround for build-native/do_configure

2014-02-27 Thread Tim Orling
From: Tim Orling ticot...@gmail.com Changes in v2: bump PR to r2 rather than drop (doh!) Signed-off-by: Tim Orling ticot...@gmail.com --- .../musicbrainz/libmusicbrainz_git.bb | 50 +- 1 file changed, 48 insertions(+), 2 deletions(-) diff --git a/meta

Re: [oe] [PATCH] musicbrainz: Build with B=S

2014-03-08 Thread Tim Orling
I may have gone extra steps to get to the bottom of the build error, but my solution is not even slightly pretty. If it works to just set $B=$S that is simpler than my do_configure hack. Otherwise we'd have to look into a change in cmake class which I doubt is justified--or further patch

Re: [oe] [meta-multimedia][PATCH v2 3/3] vlc: update to 2.1.2

2014-03-08 Thread Tim Orling
differently in your environment. It's on my list to duplicate your build environment, including jenkins, but I haven't done it yet. --Tim On Wed, Mar 5, 2014 at 9:56 AM, Martin Jansa martin.ja...@gmail.com wrote: On Tue, Feb 25, 2014 at 09:39:57PM -0800, Tim Orling wrote: From: Tim Orling ticot

Re: [oe] [meta-multimedia][PATCH v2] libmusicbrainz: workaround for build-native/do_configure

2014-03-12 Thread Tim Orling
Sounds like another reason to go with Mike Looijman's ${B}=${S} route for this package? On Tue, Mar 11, 2014 at 8:11 AM, Martin Jansa martin.ja...@gmail.comwrote: On Tue, Mar 11, 2014 at 03:26:39PM +0100, Martin Jansa wrote: On Thu, Feb 27, 2014 at 08:03:06AM -0800, Tim Orling wrote: From

Re: [oe] [meta-multimedia][PATCH v2 3/3] vlc: update to 2.1.2

2014-03-12 Thread Tim Orling
Confirmed. That's what I meant to do in the first place. I'll submit an updated patch within the next day or so. On Tue, Mar 11, 2014 at 8:26 AM, Martin Jansa martin.ja...@gmail.comwrote: On Sat, Mar 08, 2014 at 08:54:31PM -0800, Tim Orling wrote: Can you check the build directory to see

Re: [oe] [meta-multimedia][PATCH v2 3/3] vlc: update to 2.1.2

2014-03-12 Thread Tim Orling
I made the mistake of doing FILES_libvlc-staticdev when I should have used FILES_${PN}-staticdev. I will fix in the patch. On Wed, Mar 12, 2014 at 2:12 PM, Martin Jansa martin.ja...@gmail.comwrote: On Wed, Mar 12, 2014 at 08:13:45AM -0700, Tim Orling wrote: Confirmed. That's what I meant

[oe] [meta-multimedia][PATCH] vlc: bump to v2.1.4

2014-03-15 Thread Tim Orling
From: Tim Orling ticot...@gmail.com Signed-off-by: Tim Orling ticot...@gmail.com --- meta-multimedia/recipes-multimedia/vlc/{vlc_2.1.2.bb = vlc_2.1.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-multimedia/recipes-multimedia/vlc/{vlc_2.1.2.bb = vlc_2.1.4.bb} (59

[oe] [meta-oe][PATCH] gnuplot: upgrade to 4.6.5

2014-03-30 Thread Tim Orling
From: Tim Orling ticot...@gmail.com * automake patch from 4.4.4 is no longer needed * PACKAGECONFIG for lua (lua term is only useful for LaTeX) * linking problems with dlopen, etc. in lua loadlibs.c fixed ** this same problem was seen in jansa world builds for 4.4.4 ** I am not able

Re: [oe] [meta-perl][PATCH v2 01/10] libmodule-metadata-perl: add 1.000019

2014-03-30 Thread Tim Orling
Yes. It updates the version built into perl. I will submit a patch with insane skip. --Tim On Sun, Feb 2, 2014 at 10:51 PM, Tim Orling ticot...@gmail.com wrote: [Description from CPAN] This module provides a standard way to gather metadata about a .pm file through (mostly) static analysis

Re: [oe] [meta-perl][PATCH v2 01/10] libmodule-metadata-perl: add 1.000019

2014-04-20 Thread Tim Orling
On Mon, Mar 31, 2014 at 1:54 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: Hi Tim, On Sunday 30 March 2014 20:30:28 Tim Orling wrote: Yes. It updates the version built into perl. I will submit a patch with insane skip. INSANE_SKIP isn't the right fix for this - if this recipe

Re: [oe] [meta-perl][PATCH v2 01/10] libmodule-metadata-perl: add 1.000019

2014-04-20 Thread Tim Orling
On Sun, Apr 20, 2014 at 7:17 PM, Hongxu Jia hongxu@windriver.comwrote: On 04/21/2014 04:19 AM, Tim Orling wrote: (1) I am thinking about dropping this patch. perl-native provides Module::Metadata 1.4, so if subsequent packages are being cross-compiled I have not yet proven

Re: [oe] [meta-perl][PATCH v2 01/10] libmodule-metadata-perl: add 1.000019

2014-04-23 Thread Tim Orling
::Build on qemuarm/arm target. --I am working on a patch for oe-core. On Sun, Apr 20, 2014 at 8:13 PM, Hongxu Jia hongxu@windriver.comwrote: On 04/21/2014 11:05 AM, Hongxu Jia wrote: On 04/21/2014 11:01 AM, Tim Orling wrote: On Sun, Apr 20, 2014 at 7:17 PM, Hongxu Jia hongxu@windriver.com

Re: [oe] [meta-perl][PATCH v2 01/10] libmodule-metadata-perl: add 1.000019

2014-05-06 Thread Tim Orling
On Wed, Apr 23, 2014 at 9:10 AM, Tim Orling ticot...@gmail.com wrote: --Turns out to not be quite so simple. Module::Metadata is not ever being created by perl_*.bb. This is somewhat surprising because Module::Build needs Module::Metadata and this has been missed in Cross/configure.sh-arm

Re: [oe] [OE-core] State of bitbake world, test-dependencies 2014-05-06

2014-05-06 Thread Tim Orling
I will work on vlc/libvlc. --Tim On Tue, May 6, 2014 at 12:51 PM, Martin Jansa martin.ja...@gmail.comwrote: On Fri, Apr 25, 2014 at 03:00:09AM +0200, Martin Jansa wrote: On Fri, Apr 18, 2014 at 08:36:32PM +0200, Martin Jansa wrote: On Thu, Apr 03, 2014 at 03:06:09PM +0200, Martin Jansa

[oe] [meta-perl][PATCH v3 0/9] perl modules

2014-05-06 Thread Tim Orling
From: Tim Orling ticot...@gmail.com This series of recipes is the first step towards the ultimate goal of getting Slic3r to build in OE. Changes since v2: * dropped libmodule-metadata as a patch for oe-core/meta/perl provides ** http://patches.openembedded.org/patch/71565/ * correct

[oe] [meta-perl][PATCH v3 4/9] libextutils-config-perl: add 0.007

2014-05-06 Thread Tim Orling
From: Tim Orling ticot...@gmail.com [Description from CPAN] ExtUtils::Config is an abstraction around the %Config hash. Signed-off-by: Tim Orling ticot...@gmail.com --- .../libextutils/libextutils-config-perl_0.007.bb | 24 ++ 1 file changed, 24 insertions(+) create mode

[oe] [meta-perl][PATCH v3 2/9] libcapture-tiny-perl: add 0.23

2014-05-06 Thread Tim Orling
From: Tim Orling ticot...@gmail.com [Description from CPAN] Capture::Tiny provies a simple, portable way to capture almost anything sent to STDOUT or STDERR, regardless of whether it comes from Perl, from XS code or from an external program. Optionally, output can be teed so that it is captured

[oe] [meta-perl][PATCH v3 3/9] libmodule-runtime-perl: add 0.013

2014-05-06 Thread Tim Orling
From: Tim Orling ticot...@gmail.com [Description from CPAN] The functions exported by this module deal with runtime handling of Perl modules, which are normally handled at compile time. This module avoids using any other modules, so that it can be used in low-level infrastructure. Signed-off

[oe] [meta-perl][PATCH v3 1/9] libtext-diff-perl: add 1.41

2014-05-06 Thread Tim Orling
From: Tim Orling ticot...@gmail.com [Description from CPAN] diff() provides a basic set of services akin to the GNU diff utility. It is not anywhere near as feature complete as GNU diff, but it is better integrated with Perl and available on all platforms. It is often faster than shelling out

[oe] [meta-perl][PATCH v3 5/9] libextutils-helpers-perl: add 0.021

2014-05-06 Thread Tim Orling
From: Tim Orling ticot...@gmail.com [Description from CPAN] This module provides various portable helper function for module building modules. Signed-off-by: Tim Orling ticot...@gmail.com --- .../libextutils/libextutils-helpers-perl_0.021.bb | 29 ++ 1 file changed, 29

[oe] [meta-perl][PATCH v3 7/9] libmodule-build-tiny-perl: add 0.030

2014-05-06 Thread Tim Orling
From: Tim Orling ticot...@gmail.com [Description from CPAN] Many Perl distributions use a Build.PL file instead of a Makefile.PL file to drive distribution configuration, build, test and installation. Traditionally, Build.PL uses Module::Build as the underlying build system. This module provides

[oe] [meta-perl][PATCH v3 8/9] libextutils-cppguess-perl: add 0.07

2014-05-06 Thread Tim Orling
From: Tim Orling ticot...@gmail.com [Description from CPAN] ExtUtils::CppGuess attempts to guess the system's C++ compiler that is compatible with the C compiler that your perl was built with. Signed-off-by: Tim Orling ticot...@gmail.com --- .../libextutils/libextutils-cppguess-perl_0.07.bb

[oe] [meta-perl][PATCH v3 9/9] libalgorithm-diff-perl: add 1.15

2014-05-06 Thread Tim Orling
From: Tim Orling ticot...@gmail.com [from README] This is a module for computing the difference between two files, two strings, or any other two lists of things. It uses an intelligent algorithm similar to (or identical to) the one used by the Unix `diff' program. It is guaranteed to find

[oe] [meta-perl][PATCH v3 6/9] libextutils-installpaths-perl: add 0.010

2014-05-06 Thread Tim Orling
From: Tim Orling ticot...@gmail.com [Description from CPAN] This module tries to make install path resolution as easy as possible. Signed-off-by: Tim Orling ticot...@gmail.com --- .../libextutils-installpaths-perl_0.010.bb | 25 ++ 1 file changed, 25 insertions

[oe] [meta-perl][WIP] vlc: add dependencies, drop unrecognized options

2014-05-07 Thread Tim Orling
From: Tim Orling ticot...@gmail.com * add PKGCONFIG for libass, mkv * drop PKGCONFIG for id3tag, mpeg2dec * drop unrecognized options: --enable-v4l, --disable-opengl,-id3tag,-mpeg2dec * add dependencies from JaMa builds / configure.ac NOTE: requires fluidsynth = 1.1.2

[oe] [meta-multimedia][WIP] fluidsynth: upgrade to 1.1.6

2014-05-07 Thread Tim Orling
From: Tim Orling ticot...@gmail.com * now hosted at sourceforge * drop unrecognized option for readline NOTE: autotools is deprecated TODO: investigate cmake build Signed-off-by: Tim Orling ticot...@gmail.com --- .../fluidsynth/{fluidsynth_1.1.1.bb = fluidsynth_1.1.6.bb} | 11

Re: [oe] [meta-perl][WIP] vlc: add dependencies, drop unrecognized options

2014-05-07 Thread Tim Orling
Submitted to wrong layer, cut and paste error. Should have been [meta-multimedia] --Tim On May 7, 2014, at 8:16 AM, Tim Orling ticot...@gmail.com wrote: From: Tim Orling ticot...@gmail.com * add PKGCONFIG for libass, mkv * drop PKGCONFIG for id3tag, mpeg2dec * drop unrecognized

[oe] [meta-multimedia][WIP][PATCH v2] fluidsynth: upgrade to 1.1.6

2014-05-07 Thread Tim Orling
From: Tim Orling ticot...@gmail.com First version had no [PATCH] on subject line and non-helpful inherit gettext * now hosted at sourceforge * drop unrecognized option for readline NOTE: autotools is deprecated TODO: investigate cmake build Signed-off-by: Tim Orling ticot

[oe] [meta-multimedia][WIP][PATCH v2] vlc: add dependencies, drop unrecognized options

2014-05-07 Thread Tim Orling
From: Tim Orling ticot...@gmail.com First version had no PATCH] on subject line and wrong layer [meta-perl] * add PKGCONFIG for libass, mkv * drop PKGCONFIG for id3tag, mpeg2dec * drop unrecognized options: --enable-v4l, --disable-opengl,-id3tag,-mpeg2dec * add

Re: [oe] [OE-core] GStreamer 0.10's future

2014-05-08 Thread Tim Orling
On May 8, 2014, at 8:07 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Thursday 08 May 2014 15:48:40 Burton, Ross wrote: Hi all, Sorry for the cross-post but I want this to have a wide audience. For the 1.7 release I want to move GStreamer 0.10 from oe-core into

[oe] [meta-gnome][WIP][PATCH] wv: add libpng dependency

2014-05-09 Thread Tim Orling
From: Tim Orling ticot...@gmail.com Signed-off-by: Tim Orling ticot...@gmail.com --- meta-gnome/recipes-gnome/wv/wv_1.2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/wv/wv_1.2.0.bb b/meta-gnome/recipes-gnome/wv/wv_1.2.0.bb index ff0ab54

Re: [oe] [meta-multimedia][WIP][PATCH v2] fluidsynth: upgrade to 1.1.6

2014-05-10 Thread Tim Orling
On Sat, May 10, 2014 at 10:15 AM, Khem Raj raj.k...@gmail.com wrote: On Wed, May 7, 2014 at 10:45 AM, Tim Orling ticot...@gmail.com wrote: -LIC_FILES_CHKSUM = file://COPYING;md5=dda26baa823649da9a68947707650272 +LIC_FILES_CHKSUM = file://COPYING;md5=e198e9aac94943d0ec29a7dae8c29416 what

Re: [oe] [meta-perl][PATCH v3 0/9] perl modules

2014-05-14 Thread Tim Orling
instead, and the build is successed. The others is fine to me. Would you prefer I add a MIRRORS += or do you think it is because the latest release of this package is 0.036? //Hongxu On 05/07/2014 10:09 AM, Tim Orling wrote: From: Tim Orling ticot...@gmail.com This series of recipes

[oe] [meta-perl][PATCH v4 05/10] libextutils-helper-perl: add 0.022

2014-05-21 Thread Tim Orling
From: Tim Orling ticot...@gmail.com [Description from CPAN] This module provides various portable helper function for module building modules. * Add ${CPAN_MIRROR} option Signed-off-by: Tim Orling ticot...@gmail.com --- .../libextutils/libextutils-helpers-perl_0.022.bb | 29

[oe] [meta-perl][PATCH v4 03/10] libmodule-runtime-perl: add 0.014

2014-05-21 Thread Tim Orling
From: Tim Orling ticot...@gmail.com [Description from CPAN] The functions exported by this module deal with runtime handling of Perl modules, which are normally handled at compile time. This module avoids using any other modules, so that it can be used in low-level infrastructure. * Add

[oe] [meta-perl][PATCH v4 08/10] libextutils-cppguess-perl: add 0.07

2014-05-21 Thread Tim Orling
From: Tim Orling ticot...@gmail.com [Description from CPAN] ExtUtils::CppGuess attempts to guess the system's C++ compiler that is compatible with the C compiler that your perl was built with. * Add ${CPAN_MIRROR} option Signed-off-by: Tim Orling ticot...@gmail.com --- .../libextutils

[oe] [meta-perl][PATCH v4 01/10] libtext-diff-perl: add 1.41

2014-05-21 Thread Tim Orling
From: Tim Orling ticot...@gmail.com [Description from CPAN] diff() provides a basic set of services akin to the GNU diff utility. It is not anywhere near as feature complete as GNU diff, but it is better integrated with Perl and available on all platforms. It is often faster than shelling out

[oe] [meta-perl][PATCH v4 06/10] libextutils-installpaths-perl: add 0.010

2014-05-21 Thread Tim Orling
From: Tim Orling ticot...@gmail.com [Description from CPAN] This module tries to make install path resolution as easy as possible. * Add ${CPAN_MIRROR} option Signed-off-by: Tim Orling ticot...@gmail.com --- .../libextutils-installpaths-perl_0.010.bb | 25 ++ 1 file

[oe] [meta-perl][PATCH v4 02/10] libcapture-tiny-perl: add 0.24

2014-05-21 Thread Tim Orling
From: Tim Orling ticot...@gmail.com [Description from CPAN] Capture::Tiny provies a simple, portable way to capture almost anything sent to STDOUT or STDERR, regardless of whether it comes from Perl, from XS code or from an external program. Optionally, output can be teed so that it is captured

[oe] [meta-perl][PATCH v4 10/10] libtest-harness-perl: add 3.30

2014-05-21 Thread Tim Orling
From: Tim Orling ticot...@gmail.com Test::Harness - Run Perl standard test scripts with statistics * Uses ${CPAN_MIRROR} option * RPROVIDES based on v3.28 recipe: Paul Eggleton paul.eggle...@linux.intel.com http://github.com/bluelightning/public_bb_recipes * which is forked from

[oe] [meta-perl][PATCH v4 00/10] add perl modules

2014-05-21 Thread Tim Orling
From: Tim Orling ticot...@gmail.com Changes since v3: * Use ${CPAN_MIRROR} for all recipes * See patches for oe-core: http://patches.openembedded.org/patch/72457/ http://patches.openembedded.org/patch/72459/ * Upstream has continued to move forward * Update

[oe] [meta-perl][PATCH v4 04/10] libextutils-config-perl: add 0.007

2014-05-21 Thread Tim Orling
From: Tim Orling ticot...@gmail.com [Description from CPAN] ExtUtils::Config is an abstraction around the %Config hash. * Add ${CPAN_MIRROR} option Signed-off-by: Tim Orling ticot...@gmail.com --- .../libextutils/libextutils-config-perl_0.007.bb | 24 ++ 1 file changed

[oe] [meta-perl][PATCH v4 09/10] libalgorithm-diff-perl: add 1.15

2014-05-21 Thread Tim Orling
From: Tim Orling ticot...@gmail.com [from README] This is a module for computing the difference between two files, two strings, or any other two lists of things. It uses an intelligent algorithm similar to (or identical to) the one used by the Unix `diff' program. It is guaranteed to find

[oe] [meta-perl][PATCH v4 07/10] libmodule-build-tiny-perl: add 0.036

2014-05-21 Thread Tim Orling
From: Tim Orling ticot...@gmail.com [Description from CPAN] Many Perl distributions use a Build.PL file instead of a Makefile.PL file to drive distribution configuration, build, test and installation. Traditionally, Build.PL uses Module::Build as the underlying build system. This module provides

[oe] [meta-perl][PATCH v5 10/10] libtest-harness-perl: add 3.30

2014-05-21 Thread Tim Orling
From: Tim Orling ticot...@gmail.com Test::Harness - Run Perl standard test scripts with statistics * Uses ${CPAN_MIRROR} option * RPROVIDES based on v3.28 recipe: Paul Eggleton paul.eggle...@linux.intel.com http://github.com/bluelightning/public_bb_recipes * which is forked from

[oe] [meta-multimedia][PATCH] fluidsynth: fix S!=B errors

2014-05-26 Thread Tim Orling
From: Tim Orling ticot...@gmail.com Fixes: : fatal error: fluidsynth/version.h: No such file or directory | #include fluidsynth/version.h Signed-off-by: Tim Orling ticot...@gmail.com --- meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.6.bb | 2 +- 1 file changed, 1 insertion(+), 1

[oe] [meta-multimedia][PATCH] schroedinger: fix S!=B error, rename files

2014-05-26 Thread Tim Orling
From: Tim Orling ticot...@gmail.com Fixes: *** No rule to make target `[...]/schroedinger/1.0.11-r0/schroedinger-1.0.11/schroedinger/tmp-orc.c', needed by `tmp-orc.o'. Stop. Rename files/ to schroedinger/ Signed-off-by: Tim Orling ticot...@gmail.com --- .../schroedinger/{files

[oe] [meta-oe][PATCH] libsdl-image: fix S!=B error

2014-05-26 Thread Tim Orling
From: Tim Orling ticot...@gmail.com Fixes: | libtool: Version mismatch error. This is libtool 2.4.2, but the | libtool: definition of this LT_INIT comes from libtool 2.2.6. | libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2 | libtool: and run autoconf again. Signed-off

[oe] [meta-multimedia][PATCH] libdc1394: fix S!=B failure

2014-05-26 Thread Tim Orling
From: Tim Orling ticot...@gmail.com Fixes: fatal error: dc1394/camera.h: No such file or directory | #include dc1394/camera.h |^ | compilation terminated. Signed-off-by: Tim Orling ticot...@gmail.com --- meta-multimedia/recipes-multimedia/libdc1394/libdc1394_git.bb

[oe] [meta-oe][PATCH] libpostproc: fix S!=B failure

2014-05-27 Thread Tim Orling
From: Tim Orling ticot...@gmail.com Fixes: [...]/libpostproc/0.0.0+gitAUTOINC+3b7053f46d-r1/temp/run.do_configure.3652: line 109: ./configure: No such file or directory Signed-off-by: Tim Orling ticot...@gmail.com --- meta-oe/recipes-multimedia/libpostproc/libpostproc_git.bb | 2 +- 1 file

[oe] [meta-oe][PATCH] libmikmod: update to 3.3.6

2014-05-27 Thread Tim Orling
From: Tim Orling ticot...@gmail.com * URI for 3.3.3 broken * COPYING.LESSER License regressed address for FSF: 5c5 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA --- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Signed-off-by: Tim Orling ticot...@gmail.com

[oe] [meta-oe][PATCH] enca: fix S!=B failure

2014-05-27 Thread Tim Orling
From: Tim Orling ticot...@gmail.com This package does not like being built out-of-tree. Fixes: | sed: can't read configure.ac: No such file or directory Signed-off-by: Tim Orling ticot...@gmail.com --- meta-oe/recipes-support/enca/enca_1.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[oe] [meta-oe][PATCH] lockdev: fix S!=B failure

2014-05-27 Thread Tim Orling
From: Tim Orling ticot...@gmail.com This package does not like being built out-of-tree. Fixes: [...]/lockdev/1.0.3+gitAUTOINC+16b899645d-r0/git/scripts/git-version: line 3: NEWS: No such file or directory Signed-off-by: Tim Orling ticot...@gmail.com --- meta-oe/recipes-support/lockdev

[oe] [meta-oe][PATCH v2] enca: fix S!=B failure

2014-05-28 Thread Tim Orling
From: Tim Orling ticot...@gmail.com Point tools to the right paths: * ${S}/configure.ac in do_configure_prepare() * ${B}/Makefile in do_configure_append() * cd ${B} in do_compile() Signed-off-by: Tim Orling ticot...@gmail.com --- meta-oe/recipes-support/enca/enca_1.9.bb | 8 1 file

[oe] [meta-oe][PATCH v2] libpostproc: fix S!=B failure

2014-05-28 Thread Tim Orling
From: Tim Orling ticot...@gmail.com Implement khem's suggestion, ${S}/configure $(EXTRA_OECONF). NOTE: with or without autotools-brokensep, the following: | WARNING: QA Issue: ELF binary 'libpostproc.so.52.0.100' | has relocations in .text Signed-off-by: Tim Orling ticot...@gmail.com --- meta

Re: [oe] [OE-core] State of bitbake world, test-dependencies 2014-05-29

2014-05-29 Thread Tim Orling
On Thu, May 29, 2014 at 1:46 PM, Martin Jansa martin.ja...@gmail.comwrote: This time it wasn't incremental build so it took 14 days. Complete logs: http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.dependencies.20140515_124327.log/ ... Found differences: ...

[oe] [meta-oe][PATCH 1/2] meta-python: create layer

2014-07-15 Thread Tim Orling
Signed-off-by: Tim Orling ticot...@gmail.com --- meta-python/COPYING.MIT | 17 +++ meta-python/README | 53 + meta-python/conf/layer.conf | 9 3 files changed, 79 insertions(+) create mode 100644 meta-python

[oe] [meta-oe][PATCH 2/2] meta-python: move recipes from meta-oe

2014-07-15 Thread Tim Orling
python-sip Signed-off-by: Tim Orling ticot...@gmail.com --- .../recipes-devtools/python = meta-python/recipes-python}/pyrtm_0.2.bb | 0 .../python = meta-python/recipes-python}/python-autobahn_0.8.6.bb| 0 .../python = meta-python/recipes-python}/python-cheetah_2.4.4.bb | 0

[oe] [meta-oe][PATCH 0/2] meta-python creation

2014-07-15 Thread Tim Orling
) are available in the git repository at: git://git.openembedded.org/meta-openembedded-contrib timo/meta-python http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=timo/meta-python Tim Orling (2): meta-python: create layer meta-python: move recipes from meta-oe meta

Re: [oe] [meta-oe][PATCH 2/2] meta-python: move recipes from meta-oe

2014-07-17 Thread Tim Orling
Well, that's embarrassing. Thank you, Martin. Obviously, I forgot to push a local commit. I guess I'd better move to the back of the bus! On Wed, Jul 16, 2014 at 5:50 AM, Martin Jansa martin.ja...@gmail.com wrote: On Tue, Jul 15, 2014 at 04:32:34PM -0700, Tim Orling wrote: * Move

[oe] [meta-multimedia][PATCH 0/4] vlc: B!=S and pkg-config friendly

2014-07-19 Thread Tim Orling
* Cleanup do_configure, upstream is more autoreconf friendly * Inherit pkgconfig, upstream is more pkg-config friendly * Remove EXTRA_OECONF --enable-live555, add PACKAGE_CONFIGURE ?= live555 Tim Orling (4): vlc.inc: cleanup configure, inherit pkgconfig vlc: use AM_PATH_LIBGCRYPT instead

[oe] [meta-multimedia][PATCH 3/4] vlc: modules/gui/qt4/Modules.am not B!=S friendly

2014-07-19 Thread Tim Orling
Signed-off-by: Tim Orling ticot...@gmail.com --- .../vlc/0004-modules-gui-qt4-out-of-tree-build.patch| 17 + 1 file changed, 17 insertions(+) create mode 100644 meta-multimedia/recipes-multimedia/vlc/vlc/0004-modules-gui-qt4-out-of-tree-build.patch diff --git a/meta

[oe] [meta-multimedia][PATCH 1/4] vlc.inc: cleanup configure, inherit pkgconfig

2014-07-19 Thread Tim Orling
* Upstream is now much more pkg-config friendly * Clean up configure baggage, no longer needed Signed-off-by: Tim Orling ticot...@gmail.com --- meta-multimedia/recipes-multimedia/vlc/vlc.inc | 33 -- 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/meta

[oe] [meta-multimedia][PATCH 2/4] vlc: use AM_PATH_LIBGCRYPT instead of libgcrypt-config

2014-07-19 Thread Tim Orling
* AM_PATH_LIBGCRYPT exists for a reason, why not use it? Signed-off-by: Tim Orling ticot...@gmail.com --- .../vlc/vlc/0003-use-am-path-libgcrypt.patch | 46 ++ 1 file changed, 46 insertions(+) create mode 100644 meta-multimedia/recipes-multimedia/vlc/vlc/0003-use-am

[oe] [meta-multimedia][PATCH 4/4] vlc: add patches to fix B!=S and pkg-config

2014-07-19 Thread Tim Orling
Signed-off-by: Tim Orling ticot...@gmail.com --- meta-multimedia/recipes-multimedia/vlc/vlc_2.1.4.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc_2.1.4.bb b/meta-multimedia/recipes-multimedia/vlc/vlc_2.1.4.bb index 46a2712..f9be48d 100644

[oe] [meta-oe][PATCH] imagemagick: add some PACKAGECONFIG, fix unrecognized --without-jp2 option

2014-07-20 Thread Tim Orling
* Add PACKAGECONFIG for lzma, pango, webp, wmf * libwmf is currently blacklisted, so #comment it out Signed-off-by: Tim Orling ticot...@gmail.com --- meta-oe/recipes-support/imagemagick/imagemagick_6.8.8.bb | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/meta-oe

[oe] [meta-oe][PATCH v2] imagemagick: add some PACKAGECONFIG, fix unrecognized --without-jp2 option

2014-07-20 Thread Tim Orling
* Add PACKAGECONFIG for lzma, pango, webp, wmf Change in v2: * libwmf is currently blacklisted, so #comment it out Signed-off-by: Tim Orling ticot...@gmail.com --- meta-oe/recipes-support/imagemagick/imagemagick_6.8.8.bb | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git

Re: [oe] [meta-oe][PATCH v2] imagemagick: add some PACKAGECONFIG, fix unrecognized --without-jp2 option

2014-07-20 Thread Tim Orling
On Sun, Jul 20, 2014 at 12:53 PM, Martin Jansa martin.ja...@gmail.com wrote: On Sun, Jul 20, 2014 at 12:16:26PM -0700, Tim Orling wrote: * Add PACKAGECONFIG for lzma, pango, webp, wmf Change in v2: * libwmf is currently blacklisted, so #comment it out I like v1 more, because explicitly

[oe] [meta-multimedia][PATCH] vlc: add PACKAGECONFIG for postproc, patch for postproc header check

2014-07-21 Thread Tim Orling
* Built with libav 9.13 and stand-alone libpostproc * Although postproc is enable=auto, let's leave it disabled by default Signed-off-by: Tim Orling ticot...@gmail.com --- meta-multimedia/recipes-multimedia/vlc/vlc.inc | 1 + .../vlc/vlc/0005-libpostproc-header-check.patch | 17

Re: [oe] [meta-oe][PATCH 2/2] meta-python: rename recipes-python to recipes-devtools

2014-07-22 Thread Tim Orling
I'd rather not keep the original structure, part of my motivation for creating the layer was to not hide python recipes three directories deep. The structure of the meta-perl layer seems more natural to me. However, I realize and regret that the layer.conf in my original patch was broken and I

  1   2   3   4   5   6   7   8   9   >