r38408 - in /desktop/unstable/brasero/debian: changelog control control.in

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Jun 5 21:27:22 UTC 2013


Author: biebl
Date: Wed Jun  5 21:27:21 2013
New Revision: 38408

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=38408
Log:
Port to GStreamer 1.0. Update dependencies accordingly.

Modified:
    desktop/unstable/brasero/debian/changelog
    desktop/unstable/brasero/debian/control
    desktop/unstable/brasero/debian/control.in

Modified: desktop/unstable/brasero/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/brasero/debian/changelog?rev=38408&op=diff
==============================================================================
--- desktop/unstable/brasero/debian/changelog [utf-8] (original)
+++ desktop/unstable/brasero/debian/changelog [utf-8] Wed Jun  5 21:27:21 2013
@@ -6,6 +6,7 @@
   * Stop using clean-la.mk, we no longer ship any libtool .la files.
   * Port to new documentation infrastructure. Use yelp-tools instead of
     gnome-doc-utils.
+  * Port to GStreamer 1.0. Update dependencies accordingly.
 
  -- Michael Biebl <biebl at debian.org>  Thu, 11 Oct 2012 23:38:28 +0200
 

Modified: desktop/unstable/brasero/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/brasero/debian/control?rev=38408&op=diff
==============================================================================
--- desktop/unstable/brasero/debian/control [utf-8] (original)
+++ desktop/unstable/brasero/debian/control [utf-8] Wed Jun  5 21:27:21 2013
@@ -18,8 +18,8 @@
                pkg-config,
                libcam-dev [kfreebsd-any],
                libglib2.0-dev (>= 2.29.14),
-               libgstreamer0.10-dev (>= 0.10.15),
-               libgstreamer-plugins-base0.10-dev (>= 0.10.0),
+               libgstreamer1.0-dev (>= 0.11.92),
+               libgstreamer-plugins-base1.0-dev (>= 0.11.92),
                libxml2-dev (>= 2.6.0),
                libsm-dev,
                libice-dev,
@@ -46,7 +46,7 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         gstreamer0.10-plugins-base (>= 0.10.0),
+         gstreamer1.0-plugins-base (>= 0.11.92),
          gnome-icon-theme,
          gvfs,
          libbrasero-media3-1 (= ${binary:Version}),
@@ -115,10 +115,10 @@
          ${misc:Depends},
          brasero-common (= ${source:Version})
 Recommends: gnome-icon-theme,
-            gstreamer0.10-plugins-good,
-            gstreamer0.10-plugins-ugly,
+            gstreamer1.0-plugins-good,
+            gstreamer1.0-plugins-ugly,
             cdrdao (>= 1:1.2.3)
-Suggests: gstreamer0.10-plugins-bad
+Suggests: gstreamer1.0-plugins-bad
 Description: CD/DVD burning library for GNOME - runtime
  Libbrasero is a simple library to burn, copy and erase CD and DVD
  media.

Modified: desktop/unstable/brasero/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/brasero/debian/control.in?rev=38408&op=diff
==============================================================================
--- desktop/unstable/brasero/debian/control.in [utf-8] (original)
+++ desktop/unstable/brasero/debian/control.in [utf-8] Wed Jun  5 21:27:21 2013
@@ -13,8 +13,8 @@
                pkg-config,
                libcam-dev [kfreebsd-any],
                libglib2.0-dev (>= 2.29.14),
-               libgstreamer0.10-dev (>= 0.10.15),
-               libgstreamer-plugins-base0.10-dev (>= 0.10.0),
+               libgstreamer1.0-dev (>= 0.11.92),
+               libgstreamer-plugins-base1.0-dev (>= 0.11.92),
                libxml2-dev (>= 2.6.0),
                libsm-dev,
                libice-dev,
@@ -41,7 +41,7 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         gstreamer0.10-plugins-base (>= 0.10.0),
+         gstreamer1.0-plugins-base (>= 0.11.92),
          gnome-icon-theme,
          gvfs,
          libbrasero-media3-1 (= ${binary:Version}),
@@ -110,10 +110,10 @@
          ${misc:Depends},
          brasero-common (= ${source:Version})
 Recommends: gnome-icon-theme,
-            gstreamer0.10-plugins-good,
-            gstreamer0.10-plugins-ugly,
+            gstreamer1.0-plugins-good,
+            gstreamer1.0-plugins-ugly,
             cdrdao (>= 1:1.2.3)
-Suggests: gstreamer0.10-plugins-bad
+Suggests: gstreamer1.0-plugins-bad
 Description: CD/DVD burning library for GNOME - runtime
  Libbrasero is a simple library to burn, copy and erase CD and DVD
  media.




More information about the pkg-gnome-commits mailing list