commit the-board for openSUSE:Factory

2012-11-12 Thread h_root
Hello community,

here is the log from the commit of package the-board for openSUSE:Factory 
checked in at 2012-11-12 11:37:35

Comparing /work/SRC/openSUSE:Factory/the-board (Old)
 and  /work/SRC/openSUSE:Factory/.the-board.new (New)


Package is the-board, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/the-board/the-board.changes  2012-01-10 
14:51:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.the-board.new/the-board.changes 2012-11-12 
11:37:36.0 +0100
@@ -1,0 +2,11 @@
+Tue Oct 23 21:48:34 UTC 2012 - dims...@opensuse.org
+
+- Port to GStreamer 1.0:
+  + Replace pkgconfig(clutter-gst-1.0) BuildRequires with
+pkgconfig(clutter-gst-2.0) (GStreamer dependencies are
+indirect).
+  + Add the-board-gstreamer-1.0.patch
+  + Add gnome-common BuildRequires and call to autogen.sh, as above
+patch touches the build system.
+
+---

New:

  the-board-gstreamer-1.0.patch



Other differences:
--
++ the-board.spec ++
--- /var/tmp/diff_new_pack.gbd6U8/_old  2012-11-12 11:37:40.0 +0100
+++ /var/tmp/diff_new_pack.gbd6U8/_new  2012-11-12 11:37:40.0 +0100
@@ -26,11 +26,15 @@
 Source: %{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM the-board-includes.patch bgo#665048 dims...@opensuse.org 
-- Include string.h as needed.
 Patch0: the-board-includes.patch
+# PATCH-FIX-UPSTREAM the-board-gstreamer-1.0.patch bgo#686733 
dims...@opensuse.org -- Port to GStreamer 1.0
+Patch1: the-board-gstreamer-1.0.patch
 BuildRequires:  fdupes
+# Needed for patch1
+BuildRequires:  gnome-common
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(clutter-1.0)
-BuildRequires:  pkgconfig(clutter-gst-1.0)
+BuildRequires:  pkgconfig(clutter-gst-2.0)
 BuildRequires:  pkgconfig(clutter-gtk-1.0)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(gjs-1.0)
@@ -105,8 +109,11 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
+# Needed for patch1
+NOCONFIGURE=1 ./autogen.sh
 %configure
 make %{?_smp_mflags}
 

++ the-board-gstreamer-1.0.patch ++
From 685e0b644d27e1fe53c6ab5bee59e14ae57ca757 Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger dims...@opensuse.org
Date: Tue, 23 Oct 2012 23:39:47 +0200
Subject: [PATCH] Port to GStreamer 1.0

---
 configure.ac   | 4 ++--
 src/tb/tb-sound-player.c   | 5 ++---
 src/tb/tb-sound-recorder.c | 3 +--
 3 files changed, 5 insertions(+), 7 deletions(-)

Index: the-board-0.1.3/configure.ac
===
--- the-board-0.1.3.orig/configure.ac
+++ the-board-0.1.3/configure.ac
@@ -70,7 +70,7 @@ PKG_CHECK_MODULES(THE_BOARD,
   mx-1.0 = $MX_MIN_VERSION
   gtk+-3.0 = $GTK_MIN_VERSION
   clutter-gtk-1.0 = $CLUTTER_GTK_MIN_VERSION
-  clutter-gst-1.0 = $CLUTTER_GST_MIN_VERSION)
+  clutter-gst-2.0 = $CLUTTER_GST_MIN_VERSION)
 
 PKG_CHECK_MODULES(TB,
   glib-2.0 = $GLIB_MIN_VERSION
@@ -78,7 +78,7 @@ PKG_CHECK_MODULES(TB,
   clutter-1.0 = $CLUTTER_MIN_VERSION
   mx-1.0 = $MX_MIN_VERSION
   gtk+-3.0 = $GTK_MIN_VERSION
-  gstreamer-0.10)
+  gstreamer-1.0)
 
 AC_ARG_WITH([cheese],
  AC_HELP_STRING([--without-cheese],[disable cheese support]),,
Index: the-board-0.1.3/src/tb/tb-sound-player.c
===
--- the-board-0.1.3.orig/src/tb/tb-sound-player.c
+++ the-board-0.1.3/src/tb/tb-sound-player.c
@@ -187,14 +187,13 @@ static void
 tb_sound_player_query_duration (TbSoundPlayer *player)
 {
   TbSoundPlayerPrivate *priv;
-  GstFormat format = GST_FORMAT_TIME;
   gdouble new_duration, difference;
   gboolean success;
   gint64 duration;
 
   priv = TB_SOUND_PLAYER_GET_PRIVATE (player);
 
-  success = gst_element_query_duration (priv-pipeline, format, duration);
+  success = gst_element_query_duration (priv-pipeline, GST_FORMAT_TIME, 
duration);
 
   if (G_UNLIKELY (success != TRUE))
 return;
Index: the-board-0.1.3/src/tb/tb-sound-recorder.c
===
--- the-board-0.1.3.orig/src/tb/tb-sound-recorder.c
+++ the-board-0.1.3/src/tb/tb-sound-recorder.c
@@ -145,7 +145,6 @@ tb_sound_recorder_tick_timeout (gpointer
 {
   TbSoundRecorderPrivate *priv;
   TbSoundRecorder *recorder;
-  GstFormat format = GST_FORMAT_TIME;
   gint64 val = -1;
   gint secs;
 
@@ -156,7 +155,7 @@ tb_sound_recorder_tick_timeout (gpointer
   if (priv-state != TB_SOUND_RECORDER_STATE_RECORDING)
 return FALSE;
 
-  if (gst_element_query_position 

commit the-board for openSUSE:Factory

2012-01-10 Thread h_root
Hello community,

here is the log from the commit of package the-board for openSUSE:Factory 
checked in at 2012-01-10 14:51:35

Comparing /work/SRC/openSUSE:Factory/the-board (Old)
 and  /work/SRC/openSUSE:Factory/.the-board.new (New)


Package is the-board, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/the-board/the-board.changes  2011-11-28 
18:28:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.the-board.new/the-board.changes 2012-01-10 
14:51:37.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan  6 14:35:21 UTC 2012 - vu...@opensuse.org
+
+- Split typelib file into typelib-1_0-TheBoard-1_0 subpackage.
+- Add typelib-1_0-TheBoard-1_0 Requires to devel subpackage.
+
+---



Other differences:
--
++ the-board.spec ++
--- /var/tmp/diff_new_pack.BrMbe7/_old  2012-01-10 14:51:38.0 +0100
+++ /var/tmp/diff_new_pack.BrMbe7/_new  2012-01-10 14:51:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package the-board
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   the-board
 Version:0.1.3
-Release:1
-License:GPL-3.0+
+Release:0
 Summary:A space for quickly placing daily records
-Url:http://live.gnome.org/TheBoardProject
+License:GPL-3.0+
 Group:  Productivity/Other
+Url:http://live.gnome.org/TheBoardProject
 Source: %{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM the-board-includes.patch bgo#665048 dims...@opensuse.org 
-- Include string.h as needed.
 Patch0: the-board-includes.patch
@@ -40,8 +39,8 @@
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(libnautilus-extension)
-BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(libnotify)
+BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(mx-1.0)
 # We need a Requires on the typelib (bnc#590025#c1)
 Requires:   libthe-board-1_0-0 = %{version}
@@ -55,7 +54,6 @@
 digital scrapbook.
 
 %package -n nautilus-extension-the-board
-License:GPL-3.0+
 Summary:The Board extension for Nautilus
 Group:  Productivity/Other
 Requires:   %{name} = %{version}
@@ -69,7 +67,6 @@
 digital scrapbook.
 
 %package -n libthe-board-1_0-0
-License:GPL-3.0+
 Summary:The Board Library
 Group:  System/Libraries
 
@@ -79,11 +76,24 @@
 app, a photo and video booth, a photo album, a sketching board, and a
 digital scrapbook.
 
+%package -n typelib-1_0-TheBoard-1_0
+Summary:The Board Library -- Introspection bindings
+Group:  System/Libraries
+
+%description -n typelib-1_0-TheBoard-1_0
+The Board is a space for quickly placing daily records: photos, video,
+audio, text, and more. Think of it as a combination of a note-taking
+app, a photo and video booth, a photo album, a sketching board, and a
+digital scrapbook.
+
+This package provides the GObject Introspection bindings for the Board
+library.
+
 %package -n libthe-board-devel
-License:GPL-3.0+
 Summary:The Board Library -- Development Files
 Group:  Development/Libraries/GNOME
 Requires:   libthe-board-1_0-0 = %{version}
+Requires:   typelib-1_0-TheBoard-1_0 = %{version}
 
 %description -n libthe-board-devel
 The Board is a space for quickly placing daily records: photos, video,
@@ -130,6 +140,9 @@
 %files -n libthe-board-1_0-0
 %defattr(-,root,root)
 %{_libdir}/libthe-board-1.0.so.*
+
+%files -n typelib-1_0-TheBoard-1_0
+%defattr(-,root,root)
 %{_libdir}/girepository-1.0/TheBoard-1.0.typelib
 
 %files -n libthe-board-devel

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit the-board for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package the-board for openSUSE:Factory 
checked in at 2011-12-06 19:08:22

Comparing /work/SRC/openSUSE:Factory/the-board (Old)
 and  /work/SRC/openSUSE:Factory/.the-board.new (New)


Package is the-board, Maintainer is 

Changes:




Other differences:
--
++ the-board.spec ++
--- /var/tmp/diff_new_pack.O2T0bJ/_old  2011-12-06 19:42:36.0 +0100
+++ /var/tmp/diff_new_pack.O2T0bJ/_new  2011-12-06 19:42:36.0 +0100
@@ -20,7 +20,7 @@
 Name:   the-board
 Version:0.1.3
 Release:1
-License:GPLv3+
+License:GPL-3.0+
 Summary:A space for quickly placing daily records
 Url:http://live.gnome.org/TheBoardProject
 Group:  Productivity/Other
@@ -55,7 +55,7 @@
 digital scrapbook.
 
 %package -n nautilus-extension-the-board
-License:GPLv3+
+License:GPL-3.0+
 Summary:The Board extension for Nautilus
 Group:  Productivity/Other
 Requires:   %{name} = %{version}
@@ -69,7 +69,7 @@
 digital scrapbook.
 
 %package -n libthe-board-1_0-0
-License:GPLv3+
+License:GPL-3.0+
 Summary:The Board Library
 Group:  System/Libraries
 
@@ -80,7 +80,7 @@
 digital scrapbook.
 
 %package -n libthe-board-devel
-License:GPLv3+
+License:GPL-3.0+
 Summary:The Board Library -- Development Files
 Group:  Development/Libraries/GNOME
 Requires:   libthe-board-1_0-0 = %{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit the-board for openSUSE:Factory

2011-11-28 Thread h_root
Hello community,

here is the log from the commit of package the-board for openSUSE:Factory 
checked in at 2011-11-28 18:28:04

Comparing /work/SRC/openSUSE:Factory/the-board (Old)
 and  /work/SRC/openSUSE:Factory/.the-board.new (New)


Package is the-board, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/the-board/the-board.changes  2011-09-23 
12:48:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.the-board.new/the-board.changes 2011-11-28 
18:28:05.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov 28 13:49:14 UTC 2011 - dims...@opensuse.org
+
+- Add the-board-includes.patch: Fix implicit declaration of
+  'strcmp' by including string.h as needed.
+
+---

New:

  the-board-includes.patch



Other differences:
--
++ the-board.spec ++
--- /var/tmp/diff_new_pack.tsu5yd/_old  2011-11-28 18:28:06.0 +0100
+++ /var/tmp/diff_new_pack.tsu5yd/_new  2011-11-28 18:28:06.0 +0100
@@ -25,6 +25,8 @@
 Url:http://live.gnome.org/TheBoardProject
 Group:  Productivity/Other
 Source: %{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM the-board-includes.patch bgo#665048 dims...@opensuse.org 
-- Include string.h as needed.
+Patch0: the-board-includes.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
@@ -92,6 +94,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure

++ the-board-includes.patch ++
Index: the-board-0.1.3/src/tb/tb-sound-player.c
===
--- the-board-0.1.3.orig/src/tb/tb-sound-player.c
+++ the-board-0.1.3/src/tb/tb-sound-player.c
@@ -1,6 +1,7 @@
 #include glib.h
 #include glib-object.h
 #include gst/gst.h
+#include string.h
 
 #include tb-enum-types.h
 #include tb/tb-sound-player.h
Index: the-board-0.1.3/src/tb/tb-sound-recorder.c
===
--- the-board-0.1.3.orig/src/tb/tb-sound-recorder.c
+++ the-board-0.1.3/src/tb/tb-sound-recorder.c
@@ -1,6 +1,7 @@
 #include glib.h
 #include glib-object.h
 #include gst/gst.h
+#include string.h
 
 #include tb-enum-types.h
 #include tb/tb-sound-recorder.h
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit the-board for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package the-board for openSUSE:Factory
checked in at Tue Jun 14 14:47:55 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/the-board/the-board.changes2011-04-28 
15:48:29.0 +0200
@@ -0,0 +1,89 @@
+---
+Thu Apr 28 11:29:18 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.1.3:
+  + Features:
+- Webcam support in photo elements with Cheese.
+- Pressing 'Delete' key removes selected elements.
+- Ctrl+N shortcut to create a new page.
+  + Misc improvements:
+- Hide the appmenu stub in Unity.
+- Misc updates on build script and moduleset.
+- Misc code cleanups.
+  + Bugs fixed:
+- bgo#636625: Webcam support in Photo thing.
+- bgo#646111: Hide the appmenu stub in Unity
+  + Updated translations.
+
+---
+Tue Mar 29 16:23:06 UTC 2011 - fcro...@novell.com
+
+- Add libthe-board-1_0-0 Requires, as a workaround for
+  bnc#590025#c1.
+
+---
+Tue Mar 29 08:10:30 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.1.2:
+  + Features:
+- Main window now has the usual decoration and behaves as
+  normal toplevel window
+- Keyboard shortcuts for alignment and distribution actions:
+  Ctrl+H - Distribute horizontally
+  Ctrl+G - Distribute vertically
+  Ctrl+U - Align to the left
+  Ctrl+I - Align to the right
+  Ctrl+J - Align to the top
+  Ctrl+K - Align to the bottom
+- More consistent keyboard shortcuts:
+  Ctrl+W - Hides main window
+  Ctrl+Q - Quits application
+  + Misc improvements:
+- More subtle screen dimming when an element is active
+- Deactivate Label element when Return key is pressed
+- Save page when multiple things are moved around
+- Misc fixes necessary to build and run on Natty
+- Initial infrastructure for unit tests
+  + Bugs fixed:
+   - bgo#644336: Position of elements is not saved correctly when
+ multiple elements are dragged.
+   - bgo#640596: Pressing Return while editing a label should
+ deactivate it.
+   - bgo#645519: Lot of crashes, (almost 33% click causes a crash)
+   - bgo#637710: Use action-based operations in main toolbar
+   - bgo#640595: Factor out toolbars from MainWindow
+  + Updated translations
+- Rename library and devel packages to follow library soname
+  change: libtb-1_0-0 to libthe-board-1_0-0 and libtb-devel to
+  libthe-board-devel.
+
+---
+Fri Mar  4 12:37:19 CET 2011 - vu...@opensuse.org
+
+- Cleanup for inclusion in Factory:
+  + Split nautilus-extension-the-board, libtb-1_0-0 subpackages.
+  + Rework summaries and descriptions.
+  + Other small bits.
+
+---
+Wed Feb 02 11:54:54 UTC 2011 - awa...@opensuse.org
+
+- Update to version 0.1.1.1 with a fix to a typo in Makefile-js.am
+
+---
+Tue Feb 01 22:57:42 UTC 2011 - awa...@opensuse.org
+
+- Update to version 0.1.1:
+  + Bug fixes: bgo#636624, bgo#636627, bgo#636628, bgo#637484,
+bgo#637703, bgo#637705, bgo#639207, bgo#639318, bgo#639905,
+bgo#640597, bgo#640792, bgo#641019.
+
+---
+Tue Jan 18 21:38:14 UTC 2011 - awa...@opensuse.org
+
+- Update spec file to include a full list of Requires
+
+---
+Mon Dec  6 19:55:27 UTC 2010 - awa...@opensuse.org
+
+- Initial build for openSUSE version 0.1.0

calling whatdependson for head-i586


New:

  the-board-0.1.3.tar.bz2
  the-board.changes
  the-board.spec



Other differences:
--
++ the-board.spec ++
#
# spec file for package the-board
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:   the-board
Version:0.1.3
Release:1
License:GPLv3+
Summary:A space for quickly placing daily records
Url:http://live.gnome.org/TheBoardProject