[meego-packaging] banshee-1 failes to build, reverting in T:T - Re: [meego-commits] 14193: Changes to Trunk:Testing/banshee-1
Selbak, Rolla N
rolla.n.selbak at intel.com
Thu Feb 24 10:12:06 PST 2011
Hello,
This latest banshee-1 submission fails to build in Trunk:Testing i586
(attached build log).
We will have to revert.
Please re-submit fixing the build errors.
Thanks,
rs
On 2/23/11 10:42 PM, "zhouting" <no_reply at build.meego.com> wrote:
>Hi,
>I have made the following changes to banshee-1 in project Trunk:Testing.
>Please review and accept ASAP.
>
>Thank You,
>zhouting
>
>[This message was auto-generated]
>
>---
>
>Request #14193:
>
> submit: home:zhouting:branches:Trunk:Testing/banshee-1(r2)(cleanup)
>-> Trunk:Testing/banshee-1
>
>
>Message:
> Add a patch for defect BMC #8961
>
>State: new 2011-02-23T17:41:15 zhouting
>Comment: None
>
>
>
>changes files:
>--------------
>--- banshee-1.changes
>+++ banshee-1.changes
>@@ -1,0 +2,8 @@
>+Thu Feb 24 22:23:35 UTC 2011 - ting.z.zhou at intel.com
>+
>+- Added add-video-podcasts-radio-entry-in-panel-bmc8961.patch, Add
>+ video, podcasts, radio entries in dropdown list of MeeGo panel,
>+ the click of these entries will lead user to main UI of banshee
>+ with selected source activated (bmc#8961)
>+
>+-------------------------------------------------------------------
>
>new:
>----
> add-video-podcasts-radio-entry-in-panel-bmc8961.patch
>
>spec files:
>-----------
>--- banshee-1.spec
>+++ banshee-1.spec
>@@ -37,6 +37,7 @@
> Patch19: cve-script-attack-bmc11634.patch
> Patch20: move-locale-init-to-app-start-bmc7190.patch
> Patch21: get-desktop-path-by-pkgconfig-bmc13732.patch
>+Patch22: add-video-podcasts-radio-entry-in-panel-bmc8961.patch
> Requires: %{name}-core = %{version}
> Requires: %{name}-backend-platform-unix = %{version}
> Requires: gst-plugins-good
>@@ -249,6 +250,8 @@
> %patch20 -p1
> # get-desktop-path-by-pkgconfig-bmc13732.patch
> %patch21 -p1
>+# add-video-podcasts-radio-entry-in-panel-bmc8961.patch
>+%patch22 -p1
> # >> setup
> # << setup
>
>
>other changes:
>--------------
>
>++++++ add-video-podcasts-radio-entry-in-panel-bmc8961.patch (new)
>--- add-video-podcasts-radio-entry-in-panel-bmc8961.patch
>+++ add-video-podcasts-radio-entry-in-panel-bmc8961.patch
>+diff -Nur
>old/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MediaPanelContents.cs
>new/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MediaPanelContents.cs
>+--- old/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MediaPanelContents.cs
> 2010-05-18 01:04:32.000000000 +0800
>++++ new/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MediaPanelContents.cs
> 2011-02-24 14:04:14.000000000 +0800
>+@@ -86,10 +86,7 @@
>+ ServiceManager.PlayerEngine.CurrentState !=
>PlayerState.Idle,
>+ PlayerEvent.StateChange | PlayerEvent.StartOfStream);
>+
>+- source_combo_box.Model.Filter = (source) =>
>+- source == ServiceManager.SourceManager.MusicLibrary ||
>+- source.Parent ==
>ServiceManager.SourceManager.MusicLibrary ||
>+- source.GetType ().FullName ==
>"Banshee.PlayQueue.PlayQueueSource";
>++ source_combo_box.Model.Filter = (source) => source is
>ITrackModelSource;
>+ source_combo_box.Model.Refresh ();
>+ source_combo_box.UpdateActiveSource ();
>+
>+@@ -290,6 +287,11 @@
>+ SetSource (source);
>+
>+ search_entry.Ready = true;
>++
>++ if (source != null && source !=
>ServiceManager.SourceManager.MusicLibrary
>++ && source.Parent !=
>ServiceManager.SourceManager.MusicLibrary) {
>++ ServiceManager.Get<MeeGoService>
>().PresentPrimaryInterface ();
>++ }
>+ });
>+ }
>+
>
>++++++ banshee-1.yaml
>--- banshee-1.yaml
>+++ banshee-1.yaml
>@@ -68,6 +68,8 @@
> - move-locale-init-to-app-start-bmc7190.patch
> # MEEGO SPECIFIC
> - get-desktop-path-by-pkgconfig-bmc13732.patch
>+ # MEEGO SPECIFIC
>+ - add-video-podcasts-radio-entry-in-panel-bmc8961.patch
>
> Requires:
> - "%{name}-core = %{version}"
>
>_______________________________________________
>MeeGo-commits mailing list
>MeeGo-commits at meego.com
>http://lists.meego.com/listinfo/meego-commits
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: banshee-1-rawlog.txt
URL: <http://lists.meego.com/pipermail/meego-packaging/attachments/20110224/39bb97dc/attachment-0001.txt>
More information about the MeeGo-packaging
mailing list