Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] Update tzdata and gst-plugins-good v2
@ 2011-10-19 22:49 Joshua Lock
  2011-10-19 22:49 ` [PATCH 1/4] gst-plugins-good: update to 0.10.30 Joshua Lock
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Joshua Lock @ 2011-10-19 22:49 UTC (permalink / raw)
  To: openembedded-core

Upgraded tzdata, tzcode-native and gst-plugins-good per mailing list
requests.

Updated gst-plugins-good recipe to install and correctly handle its
gconf schema.

Cheers,
Joshua

The following changes since commit e31dd9b65f3b03f79cabab25eca157532de3bd9c:

  fontconfig: fix fix-pkgconfig.patch (2011-10-18 18:13:47 +0100)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib josh/work
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=josh/work

Joshua Lock (4):
  gst-plugins-good: update to 0.10.30
  tzdata: updated SRC_URI and update to 2011k
  tzcode-native: update SRC_URI to new IANA location
  gst-plugins-good: correctly handle gconf schema

 .../recipes-extended/tzcode/tzcode-native_2011i.bb |    4 ++--
 .../tzdata/{tzdata_2011k.bb => tzdata_2011l.bb}    |    6 +++---
 ...good_0.10.28.bb => gst-plugins-good_0.10.30.bb} |   10 ++++++----
 3 files changed, 11 insertions(+), 9 deletions(-)
 rename meta/recipes-extended/tzdata/{tzdata_2011k.bb => tzdata_2011l.bb} (96%)
 rename meta/recipes-multimedia/gstreamer/{gst-plugins-good_0.10.28.bb => gst-plugins-good_0.10.30.bb} (75%)

-- 
1.7.6.4




^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH 1/4] gst-plugins-good: update to 0.10.30
  2011-10-19 22:49 [PATCH 0/4] Update tzdata and gst-plugins-good v2 Joshua Lock
@ 2011-10-19 22:49 ` Joshua Lock
  2011-10-19 22:49 ` [PATCH 2/4] tzdata: updated SRC_URI and update to 2011k Joshua Lock
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 10+ messages in thread
From: Joshua Lock @ 2011-10-19 22:49 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Joshua Lock <josh@linux.intel.com>
---
 ...good_0.10.28.bb => gst-plugins-good_0.10.30.bb} |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gst-plugins-good_0.10.28.bb => gst-plugins-good_0.10.30.bb} (84%)

diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.28.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb
similarity index 84%
rename from meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.28.bb
rename to meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb
index 6c837a7..96855aa 100644
--- a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.28.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb
@@ -18,5 +18,5 @@ do_configure_prepend() {
 	rm ${S}/m4/lib-link.m4 || true
 }
 
-SRC_URI[md5sum] = "6ef1588921f59d85c44ee2e49a3c97a0"
-SRC_URI[sha256sum] = "adfbce68b9fbadb7a7aeda2227af6afe1928ef025af4158726617b9d6834b028"
+SRC_URI[md5sum] = "62fd7a3ef187c4f99b3d7c352d58dae9"
+SRC_URI[sha256sum] = "b12cba90b27d8423cd0a808939098d19db3996cfb9bf528507c6321782e095f6"
-- 
1.7.6.4




^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 2/4] tzdata: updated SRC_URI and update to 2011k
  2011-10-19 22:49 [PATCH 0/4] Update tzdata and gst-plugins-good v2 Joshua Lock
  2011-10-19 22:49 ` [PATCH 1/4] gst-plugins-good: update to 0.10.30 Joshua Lock
@ 2011-10-19 22:49 ` Joshua Lock
  2011-10-19 22:49 ` [PATCH 3/4] tzcode-native: update SRC_URI to new IANA location Joshua Lock
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 10+ messages in thread
From: Joshua Lock @ 2011-10-19 22:49 UTC (permalink / raw)
  To: openembedded-core

tzdata is now hosted by IANA at http://www.iana.org/time-zones

Signed-off-by: Joshua Lock <josh@linux.intel.com>
---
 .../tzdata/{tzdata_2011k.bb => tzdata_2011l.bb}    |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-extended/tzdata/{tzdata_2011k.bb => tzdata_2011l.bb} (96%)

diff --git a/meta/recipes-extended/tzdata/tzdata_2011k.bb b/meta/recipes-extended/tzdata/tzdata_2011l.bb
similarity index 96%
rename from meta/recipes-extended/tzdata/tzdata_2011k.bb
rename to meta/recipes-extended/tzdata/tzdata_2011l.bb
index 45f2c4d..140f8ed 100644
--- a/meta/recipes-extended/tzdata/tzdata_2011k.bb
+++ b/meta/recipes-extended/tzdata/tzdata_2011l.bb
@@ -12,10 +12,10 @@ RCONFLICTS= "timezones timezone-africa timezone-america timezone-antarctica \
              timezone-australia timezone-europe timezone-indian \
              timezone-iso3166.tab timezone-pacific timezone-zone.tab"
 
-SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzdata${PV}.tar.gz;name=tzdata"
+SRC_URI = "http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata"
 
-SRC_URI[tzdata.md5sum] = "9da1c2d4d1a01f9f504b73ccd371830f"
-SRC_URI[tzdata.sha256sum] = "51f7d2a42b7fb9465feced642a6676afdf8b04a071e55f3fef1f0925bd67ef21"
+SRC_URI[tzdata.md5sum] = "bae1b93673e1aef80186c90dfd493f1c"
+SRC_URI[tzdata.sha256sum] = "cb9fec68a19c9c3b900bb71f3ca20d0051a863f765387b52fc2d144a5bbb0c7d"
 
 S = "${WORKDIR}"
 
-- 
1.7.6.4




^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 3/4] tzcode-native: update SRC_URI to new IANA location
  2011-10-19 22:49 [PATCH 0/4] Update tzdata and gst-plugins-good v2 Joshua Lock
  2011-10-19 22:49 ` [PATCH 1/4] gst-plugins-good: update to 0.10.30 Joshua Lock
  2011-10-19 22:49 ` [PATCH 2/4] tzdata: updated SRC_URI and update to 2011k Joshua Lock
@ 2011-10-19 22:49 ` Joshua Lock
  2011-10-19 22:49 ` [PATCH 4/4] gst-plugins-good: correctly handle gconf schema Joshua Lock
  2011-10-20 17:15 ` [PATCH 0/4] Update tzdata and gst-plugins-good v2 Saul Wold
  4 siblings, 0 replies; 10+ messages in thread
From: Joshua Lock @ 2011-10-19 22:49 UTC (permalink / raw)
  To: openembedded-core

The TZ database has moved, it's now hosted by IANA.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
---
 .../recipes-extended/tzcode/tzcode-native_2011i.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/tzcode/tzcode-native_2011i.bb b/meta/recipes-extended/tzcode/tzcode-native_2011i.bb
index 0cdf400..b8ccff0 100644
--- a/meta/recipes-extended/tzcode/tzcode-native_2011i.bb
+++ b/meta/recipes-extended/tzcode/tzcode-native_2011i.bb
@@ -4,8 +4,8 @@ PR = "r0"
 
 LIC_FILES_CHKSUM = "file://${WORKDIR}/README;md5=3ae8198f82258417ce29066d3b034035"
 
-SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzcode${PV}.tar.gz;name=tzcode \
-           ftp://elsie.nci.nih.gov/pub/tzdata2011i.tar.gz;name=tzdata"
+SRC_URI =" http://www.iana.org/time-zones/repository/releases/tzcode${PV}.tar.gz;name=tzcode \
+           http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata"
 
 SRC_URI[tzcode.md5sum] = "cf7f4335b7c8682899fa2814e711c1b2"
 SRC_URI[tzcode.sha256sum] = "f0dd991de3f8d6c599c104e294377c9befa1ef40aa5a1d09e2e295a453f3c1ec"
-- 
1.7.6.4




^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 4/4] gst-plugins-good: correctly handle gconf schema
  2011-10-19 22:49 [PATCH 0/4] Update tzdata and gst-plugins-good v2 Joshua Lock
                   ` (2 preceding siblings ...)
  2011-10-19 22:49 ` [PATCH 3/4] tzcode-native: update SRC_URI to new IANA location Joshua Lock
@ 2011-10-19 22:49 ` Joshua Lock
  2011-10-20  5:41   ` Koen Kooi
  2011-10-20 17:15 ` [PATCH 0/4] Update tzdata and gst-plugins-good v2 Saul Wold
  4 siblings, 1 reply; 10+ messages in thread
From: Joshua Lock @ 2011-10-19 22:49 UTC (permalink / raw)
  To: openembedded-core

Add the shipped gconf schema to the base package and inherit the gconf class
so that scheme processing is handled via post* scripts.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
---
 .../gstreamer/gst-plugins-good_0.10.30.bb          |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb
index 96855aa..d63b09a 100644
--- a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb
@@ -7,9 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
 
 DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \
 	    speex libsoup-2.4 pulseaudio"
-PR = "r2"
+PR = "r3"
 
-inherit gettext
+inherit gettext gconf
 
 EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --disable-hal --without-check"
 
@@ -20,3 +20,5 @@ do_configure_prepend() {
 
 SRC_URI[md5sum] = "62fd7a3ef187c4f99b3d7c352d58dae9"
 SRC_URI[sha256sum] = "b12cba90b27d8423cd0a808939098d19db3996cfb9bf528507c6321782e095f6"
+
+FILES_${PN} += "${sysconfdir}/gconf/schemas/gstreamer-0.10.schemas"
-- 
1.7.6.4




^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [PATCH 4/4] gst-plugins-good: correctly handle gconf schema
  2011-10-19 22:49 ` [PATCH 4/4] gst-plugins-good: correctly handle gconf schema Joshua Lock
@ 2011-10-20  5:41   ` Koen Kooi
  2011-10-20 17:41     ` Joshua Lock
  0 siblings, 1 reply; 10+ messages in thread
From: Koen Kooi @ 2011-10-20  5:41 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer


Op 20 okt. 2011, om 00:49 heeft Joshua Lock het volgende geschreven:

> Add the shipped gconf schema to the base package and inherit the gconf class
> so that scheme processing is handled via post* scripts.
> 
> Signed-off-by: Joshua Lock <josh@linux.intel.com>
> ---
> .../gstreamer/gst-plugins-good_0.10.30.bb          |    6 ++++--
> 1 files changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb
> index 96855aa..d63b09a 100644
> --- a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb
> +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb
> @@ -7,9 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
> 
> DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \
> 	    speex libsoup-2.4 pulseaudio"
> -PR = "r2"
> +PR = "r3"
> 
> -inherit gettext
> +inherit gettext gconf
> 
> EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --disable-hal --without-check"
> 
> @@ -20,3 +20,5 @@ do_configure_prepend() {
> 
> SRC_URI[md5sum] = "62fd7a3ef187c4f99b3d7c352d58dae9"
> SRC_URI[sha256sum] = "b12cba90b27d8423cd0a808939098d19db3996cfb9bf528507c6321782e095f6"
> +
> +FILES_${PN} += "${sysconfdir}/gconf/schemas/gstreamer-0.10.schemas"

If think that schema needs to go into the gconf-elements plugin package, no?

regards,

Koen


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 0/4] Update tzdata and gst-plugins-good v2
  2011-10-19 22:49 [PATCH 0/4] Update tzdata and gst-plugins-good v2 Joshua Lock
                   ` (3 preceding siblings ...)
  2011-10-19 22:49 ` [PATCH 4/4] gst-plugins-good: correctly handle gconf schema Joshua Lock
@ 2011-10-20 17:15 ` Saul Wold
  4 siblings, 0 replies; 10+ messages in thread
From: Saul Wold @ 2011-10-20 17:15 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 10/19/2011 03:49 PM, Joshua Lock wrote:
> Upgraded tzdata, tzcode-native and gst-plugins-good per mailing list
> requests.
>
> Updated gst-plugins-good recipe to install and correctly handle its
> gconf schema.
>
> Cheers,
> Joshua
>
> The following changes since commit e31dd9b65f3b03f79cabab25eca157532de3bd9c:
>
>    fontconfig: fix fix-pkgconfig.patch (2011-10-18 18:13:47 +0100)
>
> are available in the git repository at:
>    git://git.openembedded.org/openembedded-core-contrib josh/work
>    http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=josh/work
>
> Joshua Lock (4):
>    gst-plugins-good: update to 0.10.30
>    tzdata: updated SRC_URI and update to 2011k
>    tzcode-native: update SRC_URI to new IANA location
>    gst-plugins-good: correctly handle gconf schema
>
>   .../recipes-extended/tzcode/tzcode-native_2011i.bb |    4 ++--
>   .../tzdata/{tzdata_2011k.bb =>  tzdata_2011l.bb}    |    6 +++---
>   ...good_0.10.28.bb =>  gst-plugins-good_0.10.30.bb} |   10 ++++++----
>   3 files changed, 11 insertions(+), 9 deletions(-)
>   rename meta/recipes-extended/tzdata/{tzdata_2011k.bb =>  tzdata_2011l.bb} (96%)
>   rename meta/recipes-multimedia/gstreamer/{gst-plugins-good_0.10.28.bb =>  gst-plugins-good_0.10.30.bb} (75%)
>

Merged the tz* patches and the first gst-plugin.

Second gst-plugin patch got some feedback, I missed.

Thanks
	Sau!



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 4/4] gst-plugins-good: correctly handle gconf schema
  2011-10-20  5:41   ` Koen Kooi
@ 2011-10-20 17:41     ` Joshua Lock
  2011-10-20 18:03       ` Koen Kooi
  0 siblings, 1 reply; 10+ messages in thread
From: Joshua Lock @ 2011-10-20 17:41 UTC (permalink / raw)
  To: openembedded-core



On 10/19/2011 10:41 PM, Koen Kooi wrote:
> 
> Op 20 okt. 2011, om 00:49 heeft Joshua Lock het volgende geschreven:
> 
>> Add the shipped gconf schema to the base package and inherit the gconf class
>> so that scheme processing is handled via post* scripts.
>>
>> Signed-off-by: Joshua Lock <josh@linux.intel.com>
>> ---
>> .../gstreamer/gst-plugins-good_0.10.30.bb          |    6 ++++--
>> 1 files changed, 4 insertions(+), 2 deletions(-)
>>
>> diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb
>> index 96855aa..d63b09a 100644
>> --- a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb
>> +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb
>> @@ -7,9 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
>>
>> DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \
>> 	    speex libsoup-2.4 pulseaudio"
>> -PR = "r2"
>> +PR = "r3"
>>
>> -inherit gettext
>> +inherit gettext gconf
>>
>> EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --disable-hal --without-check"
>>
>> @@ -20,3 +20,5 @@ do_configure_prepend() {
>>
>> SRC_URI[md5sum] = "62fd7a3ef187c4f99b3d7c352d58dae9"
>> SRC_URI[sha256sum] = "b12cba90b27d8423cd0a808939098d19db3996cfb9bf528507c6321782e095f6"
>> +
>> +FILES_${PN} += "${sysconfdir}/gconf/schemas/gstreamer-0.10.schemas"
> 
> If think that schema needs to go into the gconf-elements plugin package, no?

Is that a statement or a question? That was my hunch but I was having a
hard time finding anything which explicitly stated that.

Cheers,
Joshua
-- 
Joshua Lock
        Yocto Project "Johannes factotum"
        Intel Open Source Technology Centre



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 4/4] gst-plugins-good: correctly handle gconf schema
  2011-10-20 17:41     ` Joshua Lock
@ 2011-10-20 18:03       ` Koen Kooi
  2011-10-20 18:08         ` Joshua Lock
  0 siblings, 1 reply; 10+ messages in thread
From: Koen Kooi @ 2011-10-20 18:03 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer
  Cc: openembedded-core@lists.openembedded.org



Op 20 okt. 2011 om 19:41 heeft Joshua Lock <josh@linux.intel.com> het volgende geschreven:

> 
> 
> On 10/19/2011 10:41 PM, Koen Kooi wrote:
>> 
>> Op 20 okt. 2011, om 00:49 heeft Joshua Lock het volgende geschreven:
>> 
>>> Add the shipped gconf schema to the base package and inherit the gconf class
>>> so that scheme processing is handled via post* scripts.
>>> 
>>> Signed-off-by: Joshua Lock <josh@linux.intel.com>
>>> ---
>>> .../gstreamer/gst-plugins-good_0.10.30.bb          |    6 ++++--
>>> 1 files changed, 4 insertions(+), 2 deletions(-)
>>> 
>>> diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb
>>> index 96855aa..d63b09a 100644
>>> --- a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb
>>> +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb
>>> @@ -7,9 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
>>> 
>>> DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \
>>>        speex libsoup-2.4 pulseaudio"
>>> -PR = "r2"
>>> +PR = "r3"
>>> 
>>> -inherit gettext
>>> +inherit gettext gconf
>>> 
>>> EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --disable-hal --without-check"
>>> 
>>> @@ -20,3 +20,5 @@ do_configure_prepend() {
>>> 
>>> SRC_URI[md5sum] = "62fd7a3ef187c4f99b3d7c352d58dae9"
>>> SRC_URI[sha256sum] = "b12cba90b27d8423cd0a808939098d19db3996cfb9bf528507c6321782e095f6"
>>> +
>>> +FILES_${PN} += "${sysconfdir}/gconf/schemas/gstreamer-0.10.schemas"
>> 
>> If think that schema needs to go into the gconf-elements plugin package, no?
> 
> Is that a statement or a question? That was my hunch but I was having a
> hard time finding anything which explicitly stated that.

It was a question, there are few plugins that can hook into gconf, I lost track which plugins are in -good


> 
> Cheers,
> Joshua
> -- 
> Joshua Lock
>        Yocto Project "Johannes factotum"
>        Intel Open Source Technology Centre
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 4/4] gst-plugins-good: correctly handle gconf schema
  2011-10-20 18:03       ` Koen Kooi
@ 2011-10-20 18:08         ` Joshua Lock
  0 siblings, 0 replies; 10+ messages in thread
From: Joshua Lock @ 2011-10-20 18:08 UTC (permalink / raw)
  To: openembedded-core



On 10/20/2011 11:03 AM, Koen Kooi wrote:
> Op 20 okt. 2011 om 19:41 heeft Joshua Lock <josh@linux.intel.com> het volgende geschreven:
> 
>>
>>
>> On 10/19/2011 10:41 PM, Koen Kooi wrote:
>>>
>>> Op 20 okt. 2011, om 00:49 heeft Joshua Lock het volgende geschreven:
>>>
>>>> Add the shipped gconf schema to the base package and inherit the gconf class
>>>> so that scheme processing is handled via post* scripts.
>>>>
>>>> Signed-off-by: Joshua Lock <josh@linux.intel.com>
>>>> ---
>>>> .../gstreamer/gst-plugins-good_0.10.30.bb          |    6 ++++--
>>>> 1 files changed, 4 insertions(+), 2 deletions(-)
>>>>
>>>> diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb
>>>> index 96855aa..d63b09a 100644
>>>> --- a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb
>>>> +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb
>>>> @@ -7,9 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
>>>>
>>>> DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \
>>>>        speex libsoup-2.4 pulseaudio"
>>>> -PR = "r2"
>>>> +PR = "r3"
>>>>
>>>> -inherit gettext
>>>> +inherit gettext gconf
>>>>
>>>> EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --disable-hal --without-check"
>>>>
>>>> @@ -20,3 +20,5 @@ do_configure_prepend() {
>>>>
>>>> SRC_URI[md5sum] = "62fd7a3ef187c4f99b3d7c352d58dae9"
>>>> SRC_URI[sha256sum] = "b12cba90b27d8423cd0a808939098d19db3996cfb9bf528507c6321782e095f6"
>>>> +
>>>> +FILES_${PN} += "${sysconfdir}/gconf/schemas/gstreamer-0.10.schemas"
>>>
>>> If think that schema needs to go into the gconf-elements plugin package, no?
>>
>> Is that a statement or a question? That was my hunch but I was having a
>> hard time finding anything which explicitly stated that.
> 
> It was a question, there are few plugins that can hook into gconf, I lost track which plugins are in -good

OK, I don't know either. gconf-elements is a part of plugins-good and
some Makefile reading leads me to believe that the schema should be
shipped with that package.

Thanks Koen, updated pull request due shortly.

Cheers,
Joshua
-- 
Joshua Lock
        Yocto Project "Johannes factotum"
        Intel Open Source Technology Centre



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-10-20 18:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-19 22:49 [PATCH 0/4] Update tzdata and gst-plugins-good v2 Joshua Lock
2011-10-19 22:49 ` [PATCH 1/4] gst-plugins-good: update to 0.10.30 Joshua Lock
2011-10-19 22:49 ` [PATCH 2/4] tzdata: updated SRC_URI and update to 2011k Joshua Lock
2011-10-19 22:49 ` [PATCH 3/4] tzcode-native: update SRC_URI to new IANA location Joshua Lock
2011-10-19 22:49 ` [PATCH 4/4] gst-plugins-good: correctly handle gconf schema Joshua Lock
2011-10-20  5:41   ` Koen Kooi
2011-10-20 17:41     ` Joshua Lock
2011-10-20 18:03       ` Koen Kooi
2011-10-20 18:08         ` Joshua Lock
2011-10-20 17:15 ` [PATCH 0/4] Update tzdata and gst-plugins-good v2 Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox