r14009 - in /packages/unstable/brasero/debian: brasero.install changelog control control.in patches/001_use-sys-inotify.h.patch patches/004_fix-windows-size.patch
alanbach-guest at users.alioth.debian.org
alanbach-guest at users.alioth.debian.org
Sun Dec 30 10:13:42 UTC 2007
Author: alanbach-guest
Date: Sun Dec 30 10:13:42 2007
New Revision: 14009
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14009
Log:
* New upstream stable release (Closes: #456901).
- Migrate to GtkTooltip API.
- Brasero now requires Gtk+ at least 2.11.6.
- New Plugin system for burning backends.
- Inhibit/Uninhibit system with Gnome Power Manager via DBUS.
- Support for libburn 0.4.0 and libbeagle 0.3.x.
- Split audio tracks.
- Improved look to get with HIG and Preview widget.
- Better handling md5sum on files.
- Scsi library bugs fixed (and also pre-MMC2 drives supported).
- Added an option to choose the number of media to burn.
- Added configuration option for temporary files
- Added button to configure audio levels in preview
* Refreshed 001_use-sys-inotify.h and 004_fix-windows-size patches
* Updated debian/brasero.install to include plugins
* Updated debian/control*:
- bump minimum required libgtk2.0-dev version to 2.11.6
Modified:
packages/unstable/brasero/debian/brasero.install
packages/unstable/brasero/debian/changelog
packages/unstable/brasero/debian/control
packages/unstable/brasero/debian/control.in
packages/unstable/brasero/debian/patches/001_use-sys-inotify.h.patch
packages/unstable/brasero/debian/patches/004_fix-windows-size.patch
Modified: packages/unstable/brasero/debian/brasero.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/brasero/debian/brasero.install?rev=14009&op=diff
==============================================================================
--- packages/unstable/brasero/debian/brasero.install (original)
+++ packages/unstable/brasero/debian/brasero.install Sun Dec 30 10:13:42 2007
@@ -6,3 +6,4 @@
debian/tmp/usr/share/mime/packages/
debian/tmp/usr/share/locale/
debian/tmp/usr/share/man/man1/
+debian/tmp/usr/lib/brasero/plugins/
Modified: packages/unstable/brasero/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/brasero/debian/changelog?rev=14009&op=diff
==============================================================================
--- packages/unstable/brasero/debian/changelog (original)
+++ packages/unstable/brasero/debian/changelog Sun Dec 30 10:13:42 2007
@@ -1,3 +1,25 @@
+brasero (0.7.0-1) unstable; urgency=low
+
+ * New upstream stable release (Closes: #456901).
+ - Migrate to GtkTooltip API.
+ - Brasero now requires Gtk+ at least 2.11.6.
+ - New Plugin system for burning backends.
+ - Inhibit/Uninhibit system with Gnome Power Manager via DBUS.
+ - Support for libburn 0.4.0 and libbeagle 0.3.x.
+ - Split audio tracks.
+ - Improved look to get with HIG and Preview widget.
+ - Better handling md5sum on files.
+ - Scsi library bugs fixed (and also pre-MMC2 drives supported).
+ - Added an option to choose the number of media to burn.
+ - Added configuration option for temporary files
+ - Added button to configure audio levels in preview
+ * Refreshed 001_use-sys-inotify.h and 004_fix-windows-size patches
+ * Updated debian/brasero.install to include plugins
+ * Updated debian/control*:
+ - bump minimum required libgtk2.0-dev version to 2.11.6
+
+ -- Alan Baghumian <alan at technotux.org> Sun, 30 Dec 2007 13:33:55 +0330
+
brasero (0.6.1-1) unstable; urgency=low
* New upstream stable release (Closes: #441451).
Modified: packages/unstable/brasero/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/brasero/debian/control?rev=14009&op=diff
==============================================================================
--- packages/unstable/brasero/debian/control (original)
+++ packages/unstable/brasero/debian/control Sun Dec 30 10:13:42 2007
@@ -6,7 +6,7 @@
autotools-dev,
cdbs,
libgnome2-dev (>= 2.10.0),
- libgtk2.0-dev (>= 2.10.0),
+ libgtk2.0-dev (>= 2.11.6),
libgnomeui-dev (>= 2.10.0),
libgnomevfs2-dev (>= 2.14.2),
gnome-pkg-tools,
Modified: packages/unstable/brasero/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/brasero/debian/control.in?rev=14009&op=diff
==============================================================================
--- packages/unstable/brasero/debian/control.in (original)
+++ packages/unstable/brasero/debian/control.in Sun Dec 30 10:13:42 2007
@@ -6,7 +6,7 @@
autotools-dev,
cdbs,
libgnome2-dev (>= 2.10.0),
- libgtk2.0-dev (>= 2.10.0),
+ libgtk2.0-dev (>= 2.11.6),
libgnomeui-dev (>= 2.10.0),
libgnomevfs2-dev (>= 2.14.2),
gnome-pkg-tools,
Modified: packages/unstable/brasero/debian/patches/001_use-sys-inotify.h.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/brasero/debian/patches/001_use-sys-inotify.h.patch?rev=14009&op=diff
==============================================================================
--- packages/unstable/brasero/debian/patches/001_use-sys-inotify.h.patch (original)
+++ packages/unstable/brasero/debian/patches/001_use-sys-inotify.h.patch Sun Dec 30 10:13:42 2007
@@ -1,8 +1,7 @@
-Index: brasero-0.6.0/src/audio-disc.c
-===================================================================
---- brasero-0.6.0.orig/src/audio-disc.c 2007-07-14 10:32:01.000000000 -0300
-+++ brasero-0.6.0/src/audio-disc.c 2007-07-14 10:32:17.000000000 -0300
-@@ -75,7 +75,7 @@
+diff -urpN brasero-0.7.0.orig/src/brasero-audio-disc.c brasero-0.7.0/src/brasero-audio-disc.c
+--- brasero-0.7.0.orig/src/brasero-audio-disc.c 2007-12-30 13:08:34.000000000 +0330
++++ brasero-0.7.0/src/brasero-audio-disc.c 2007-12-30 13:13:26.000000000 +0330
+@@ -77,9 +77,10 @@
#ifdef BUILD_INOTIFY
#include "inotify.h"
@@ -10,41 +9,44 @@
+#include <sys/inotify.h>
#endif
++
static void brasero_audio_disc_class_init (BraseroAudioDiscClass *klass);
-Index: brasero-0.6.0/src/data-disc.c
-===================================================================
---- brasero-0.6.0.orig/src/data-disc.c 2007-07-14 10:32:01.000000000 -0300
-+++ brasero-0.6.0/src/data-disc.c 2007-07-14 10:32:17.000000000 -0300
-@@ -81,7 +81,7 @@
+ static void brasero_audio_disc_init (BraseroAudioDisc *sp);
+ static void brasero_audio_disc_finalize (GObject *object);
+diff -urpN brasero-0.7.0.orig/src/brasero-data-disc.c brasero-0.7.0/src/brasero-data-disc.c
+--- brasero-0.7.0.orig/src/brasero-data-disc.c 2007-12-30 13:08:34.000000000 +0330
++++ brasero-0.7.0/src/brasero-data-disc.c 2007-12-30 13:13:12.000000000 +0330
+@@ -79,10 +79,8 @@
+ #endif
+
#ifdef BUILD_INOTIFY
-
+-
#include "inotify.h"
-#include "inotify-syscalls.h"
+-
+#include <sys/inotify.h>
-
#endif
-Index: brasero-0.6.0/src/Makefile.am
-===================================================================
---- brasero-0.6.0.orig/src/Makefile.am 2007-07-14 10:32:01.000000000 -0300
-+++ brasero-0.6.0/src/Makefile.am 2007-07-14 10:32:17.000000000 -0300
-@@ -62,7 +62,6 @@
+ #include "brasero-ncb.h"
+diff -urpN brasero-0.7.0.orig/src/Makefile.am brasero-0.7.0/src/Makefile.am
+--- brasero-0.7.0.orig/src/Makefile.am 2007-12-30 13:08:34.000000000 +0330
++++ brasero-0.7.0/src/Makefile.am 2007-12-30 13:11:51.000000000 +0330
+@@ -61,7 +61,6 @@ brasero_SOURCES = \
inotify.h \
- metadata.c \
- metadata.h \
+ brasero-metadata.c \
+ brasero-metadata.h \
- inotify-syscalls.h \
- filtered-window.c \
- filtered-window.h \
- disc.c \
-Index: brasero-0.6.0/src/Makefile.in
-===================================================================
---- brasero-0.6.0.orig/src/Makefile.in 2007-07-14 10:32:01.000000000 -0300
-+++ brasero-0.6.0/src/Makefile.in 2007-07-14 10:32:17.000000000 -0300
-@@ -336,7 +336,6 @@
+ brasero-filtered-window.c \
+ brasero-filtered-window.h \
+ brasero-disc.c \
+diff -urpN brasero-0.7.0.orig/src/Makefile.in brasero-0.7.0/src/Makefile.in
+--- brasero-0.7.0.orig/src/Makefile.in 2007-12-30 13:08:34.000000000 +0330
++++ brasero-0.7.0/src/Makefile.in 2007-12-30 13:11:46.000000000 +0330
+@@ -357,7 +357,6 @@ brasero_SOURCES = \
inotify.h \
- metadata.c \
- metadata.h \
+ brasero-metadata.c \
+ brasero-metadata.h \
- inotify-syscalls.h \
- filtered-window.c \
- filtered-window.h \
- disc.c \
+ brasero-filtered-window.c \
+ brasero-filtered-window.h \
+ brasero-disc.c \
Modified: packages/unstable/brasero/debian/patches/004_fix-windows-size.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/brasero/debian/patches/004_fix-windows-size.patch?rev=14009&op=diff
==============================================================================
--- packages/unstable/brasero/debian/patches/004_fix-windows-size.patch (original)
+++ packages/unstable/brasero/debian/patches/004_fix-windows-size.patch Sun Dec 30 10:13:42 2007
@@ -1,16 +1,15 @@
-Index: brasero-0.6.0/src/main.c
-===================================================================
---- brasero-0.6.0.orig/src/main.c 2007-07-14 10:32:01.000000000 -0300
-+++ brasero-0.6.0/src/main.c 2007-07-14 10:32:22.000000000 -0300
-@@ -350,6 +350,7 @@
+diff -urpN brasero-0.7.0.orig/src/main.c brasero-0.7.0/src/main.c
+--- brasero-0.7.0.orig/src/main.c 2007-12-30 13:08:34.000000000 +0330
++++ brasero-0.7.0/src/main.c 2007-12-30 13:21:50.000000000 +0330
+@@ -477,6 +477,7 @@ brasero_app_create_app (void)
GError *error = NULL;
GtkAccelGroup *accel_group;
GtkActionGroup *action_group;
-+ GtkRequisition req;
++ GtkRequisition req;
/* New window */
app = g_new0 (BraseroApp, 1);
-@@ -406,6 +407,10 @@
+@@ -543,6 +544,10 @@ brasero_app_create_app (void)
/* set up the window geometry */
gtk_window_set_position (GTK_WINDOW (app->mainwin), GTK_WIN_POS_CENTER);
@@ -20,4 +19,4 @@
+ (req.height >= gdk_screen_height() ? 0 : req.height));
brasero_session_connect (app);
-
+
More information about the pkg-gnome-commits
mailing list