r14340 - in /packages/unstable/brasero/debian: changelog control control.in rules
lool at users.alioth.debian.org
lool at users.alioth.debian.org
Mon Jan 28 15:41:24 UTC 2008
Author: lool
Date: Mon Jan 28 15:41:23 2008
New Revision: 14340
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14340
Log:
* Refreshed 001_use-sys-inotify.h and 004_fix-windows-size patches
* Updated debian/control*:
- bump minimum required libgtk2.0-dev version to 2.11.6
* Pass --disable-libburnia explicitely to avoid the support to be built in
by surprize if the bdep is installed in a sufficiently high version in the
future.
* Bump libgtk2.0-dev build-dep to >= 2.12.0 to match upstream README.
* Add a gstreamer0.10-plugins-base >= 0.10.0 dep to follow the upstream
configure check.
Modified:
packages/unstable/brasero/debian/changelog
packages/unstable/brasero/debian/control
packages/unstable/brasero/debian/control.in
packages/unstable/brasero/debian/rules
Modified: packages/unstable/brasero/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/brasero/debian/changelog?rev=14340&op=diff
==============================================================================
--- packages/unstable/brasero/debian/changelog (original)
+++ packages/unstable/brasero/debian/changelog Mon Jan 28 15:41:23 2008
@@ -1,5 +1,6 @@
brasero (0.7.0-1) unstable; urgency=low
+ [ Alan Baghumian ]
* New upstream stable release (Closes: #456901).
- Migrate to GtkTooltip API.
- Brasero now requires Gtk+ at least 2.11.6.
@@ -13,10 +14,18 @@
- 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
+ * 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
+ * Updated debian/control*:
+ - bump minimum required libgtk2.0-dev version to 2.11.6
+
+ [ Loic Minier ]
+ * Pass --disable-libburnia explicitely to avoid the support to be built in
+ by surprize if the bdep is installed in a sufficiently high version in the
+ future.
+ * Bump libgtk2.0-dev build-dep to >= 2.12.0 to match upstream README.
+ * Add a gstreamer0.10-plugins-base >= 0.10.0 dep to follow the upstream
+ configure check.
-- Alan Baghumian <alan at technotux.org> Sun, 30 Dec 2007 13:33:55 +0330
Modified: packages/unstable/brasero/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/brasero/debian/control?rev=14340&op=diff
==============================================================================
--- packages/unstable/brasero/debian/control (original)
+++ packages/unstable/brasero/debian/control Mon Jan 28 15:41:23 2008
@@ -6,7 +6,7 @@
autotools-dev,
cdbs,
libgnome2-dev (>= 2.10.0),
- libgtk2.0-dev (>= 2.11.6),
+ libgtk2.0-dev (>= 2.12.0),
libgnomeui-dev (>= 2.10.0),
libgnomevfs2-dev (>= 2.14.2),
gnome-pkg-tools,
@@ -18,7 +18,7 @@
libxml2-dev (>= 2.6.0),
libhal-dev (>= 0.5),
libgdl-1-dev,
- libdbus-glib-1-dev (>= 0.30),
+ libdbus-glib-1-dev (>= 0.7.2),
libxml-parser-perl,
libnotify-dev,
libglib2.0-dev (>= 2.6.0),
@@ -31,7 +31,8 @@
Depends: ${shlibs:Depends},
${misc:Depends},
wodim,
- genisoimage
+ genisoimage,
+ gstreamer0.10-plugins-base (>= 0.10.0)
Recommends: gstreamer0.10-fluendo-mp3,
hal
Suggests: gnome-icon-theme
Modified: packages/unstable/brasero/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/brasero/debian/control.in?rev=14340&op=diff
==============================================================================
--- packages/unstable/brasero/debian/control.in (original)
+++ packages/unstable/brasero/debian/control.in Mon Jan 28 15:41:23 2008
@@ -6,7 +6,7 @@
autotools-dev,
cdbs,
libgnome2-dev (>= 2.10.0),
- libgtk2.0-dev (>= 2.11.6),
+ libgtk2.0-dev (>= 2.12.0),
libgnomeui-dev (>= 2.10.0),
libgnomevfs2-dev (>= 2.14.2),
gnome-pkg-tools,
@@ -18,7 +18,7 @@
libxml2-dev (>= 2.6.0),
libhal-dev (>= 0.5),
libgdl-1-dev,
- libdbus-glib-1-dev (>= 0.30),
+ libdbus-glib-1-dev (>= 0.7.2),
libxml-parser-perl,
libnotify-dev,
libglib2.0-dev (>= 2.6.0),
@@ -31,7 +31,8 @@
Depends: ${shlibs:Depends},
${misc:Depends},
wodim,
- genisoimage
+ genisoimage,
+ gstreamer0.10-plugins-base (>= 0.10.0)
Recommends: gstreamer0.10-fluendo-mp3,
hal
Suggests: gnome-icon-theme
Modified: packages/unstable/brasero/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/brasero/debian/rules?rev=14340&op=diff
==============================================================================
--- packages/unstable/brasero/debian/rules (original)
+++ packages/unstable/brasero/debian/rules Mon Jan 28 15:41:23 2008
@@ -7,6 +7,8 @@
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
-DEB_CONFIGURE_EXTRA_FLAGS += --disable-inotify \
- --disable-search
+DEB_CONFIGURE_EXTRA_FLAGS += \
+ --disable-inotify \
+ --disable-search \
+ --disable-libburnia
More information about the pkg-gnome-commits
mailing list