diff -Nru libgnome-media-profiles-3.0.0/debian/changelog libgnome-media-profiles-3.0.0/debian/changelog --- libgnome-media-profiles-3.0.0/debian/changelog 2012-12-02 15:07:21.000000000 +0000 +++ libgnome-media-profiles-3.0.0/debian/changelog 2012-12-02 15:09:07.000000000 +0000 @@ -1,3 +1,14 @@ +libgnome-media-profiles (3.0.0-1ubuntu1) raring; urgency=low + + * debian/patches/02-gstreamer-1.0.patch + - Port to GStreamer-1.0 API. (LP: #1085118) + * debian/control.in: + - Bump Standards-Version to 3.9.3. No further changes. + - Update Maintainer field to Ubuntu Core Developers. + - Build-Depends: libgstreamer1.0-dev, libgstreamer-plugins-base1.0-dev. + + -- POJAR GEORGE Sun, 02 Dec 2012 15:07:49 +0000 + libgnome-media-profiles (3.0.0-1build1) quantal; urgency=low * Rebuild for new armel compiler default of ARMv5t. diff -Nru libgnome-media-profiles-3.0.0/debian/control libgnome-media-profiles-3.0.0/debian/control --- libgnome-media-profiles-3.0.0/debian/control 2012-12-02 15:07:35.000000000 +0000 +++ libgnome-media-profiles-3.0.0/debian/control 2012-12-02 15:21:35.000000000 +0000 @@ -5,21 +5,22 @@ Source: libgnome-media-profiles Section: gnome Priority: optional -Maintainer: Debian GNOME Maintainers -Uploaders: Emilio Pozuelo Monfort , Michael Biebl +Maintainer: Ubuntu Core Developers +XSBC-Original-Maintainer: Debian GNOME Maintainers +Uploaders: Debian GNOME Maintainers , Emilio Pozuelo Monfort , Michael Biebl Build-Depends: debhelper (>= 8), cdbs, gnome-pkg-tools (>= 0.11.3), dh-autoreconf, libgtk-3-dev (>= 3.0.0), libglib2.0-dev (>= 2.27), - libgstreamer0.10-dev (>= 0.10.23), - libgstreamer-plugins-base0.10-dev (>= 0.10.23), + libgstreamer1.0-dev (>= 1.0.3), + libgstreamer-plugins-base1.0-dev (>= 1.0.3), libgconf2-dev, gnome-doc-utils, rarian-compat, intltool -Standards-Version: 3.9.2 +Standards-Version: 3.9.3 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/libgnome-media-profiles Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/libgnome-media-profiles diff -Nru libgnome-media-profiles-3.0.0/debian/control.in libgnome-media-profiles-3.0.0/debian/control.in --- libgnome-media-profiles-3.0.0/debian/control.in 2012-12-02 15:07:21.000000000 +0000 +++ libgnome-media-profiles-3.0.0/debian/control.in 2012-12-02 15:20:17.000000000 +0000 @@ -1,7 +1,8 @@ Source: libgnome-media-profiles Section: gnome Priority: optional -Maintainer: Debian GNOME Maintainers +Maintainer: Ubuntu Core Developers +XSBC-Original-Maintainer: Debian GNOME Maintainers Uploaders: @GNOME_TEAM@ Build-Depends: debhelper (>= 8), cdbs, @@ -9,13 +10,13 @@ dh-autoreconf, libgtk-3-dev (>= 3.0.0), libglib2.0-dev (>= 2.27), - libgstreamer0.10-dev (>= 0.10.23), - libgstreamer-plugins-base0.10-dev (>= 0.10.23), + libgstreamer1.0-dev (>= 1.0.3), + libgstreamer-plugins-base1.0-dev (>= 1.0.3), libgconf2-dev, gnome-doc-utils, rarian-compat, intltool -Standards-Version: 3.9.2 +Standards-Version: 3.9.3 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/libgnome-media-profiles Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/libgnome-media-profiles diff -Nru libgnome-media-profiles-3.0.0/debian/patches/02-gstreamer-1.0.patch libgnome-media-profiles-3.0.0/debian/patches/02-gstreamer-1.0.patch --- libgnome-media-profiles-3.0.0/debian/patches/02-gstreamer-1.0.patch 1970-01-01 00:00:00.000000000 +0000 +++ libgnome-media-profiles-3.0.0/debian/patches/02-gstreamer-1.0.patch 2012-12-02 15:17:14.000000000 +0000 @@ -0,0 +1,173 @@ +Description: Port to GStreamer 1.0 API. +Author: POJAR GEORGE +Bug: https://bugs.launchpad.net/ubuntu/+source/libgnome-media-profiles/+bug/1085118 +Index: libgnome-media-profiles/configure +=================================================================== +--- libgnome-media-profiles.orig/configure 2012-12-02 15:07:21.104163000 +0000 ++++ libgnome-media-profiles/configure 2012-12-02 15:13:13.580542290 +0000 +@@ -13172,12 +13172,12 @@ + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \" + gtk+-3.0 >= \$GTK_REQUIRED_VERSION +- gstreamer-0.10 ++ gstreamer-1.0 + gconf-2.0 + gio-2.0\""; } >&5 + ($PKG_CONFIG --exists --print-errors " + gtk+-3.0 >= $GTK_REQUIRED_VERSION +- gstreamer-0.10 ++ gstreamer-1.0 + gconf-2.0 + gio-2.0") 2>&5 + ac_status=$? +@@ -13185,7 +13185,7 @@ + test $ac_status = 0; }; then + pkg_cv_GMP_CFLAGS=`$PKG_CONFIG --cflags " + gtk+-3.0 >= $GTK_REQUIRED_VERSION +- gstreamer-0.10 ++ gstreamer-1.0 + gconf-2.0 + gio-2.0" 2>/dev/null` + else +@@ -13200,12 +13200,12 @@ + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \" + gtk+-3.0 >= \$GTK_REQUIRED_VERSION +- gstreamer-0.10 ++ gstreamer-1.0 + gconf-2.0 + gio-2.0\""; } >&5 + ($PKG_CONFIG --exists --print-errors " + gtk+-3.0 >= $GTK_REQUIRED_VERSION +- gstreamer-0.10 ++ gstreamer-1.0 + gconf-2.0 + gio-2.0") 2>&5 + ac_status=$? +@@ -13213,7 +13213,7 @@ + test $ac_status = 0; }; then + pkg_cv_GMP_LIBS=`$PKG_CONFIG --libs " + gtk+-3.0 >= $GTK_REQUIRED_VERSION +- gstreamer-0.10 ++ gstreamer-1.0 + gconf-2.0 + gio-2.0" 2>/dev/null` + else +@@ -13237,13 +13237,13 @@ + if test $_pkg_short_errors_supported = yes; then + GMP_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors " + gtk+-3.0 >= $GTK_REQUIRED_VERSION +- gstreamer-0.10 ++ gstreamer-1.0 + gconf-2.0 + gio-2.0" 2>&1` + else + GMP_PKG_ERRORS=`$PKG_CONFIG --print-errors " + gtk+-3.0 >= $GTK_REQUIRED_VERSION +- gstreamer-0.10 ++ gstreamer-1.0 + gconf-2.0 + gio-2.0" 2>&1` + fi +@@ -13252,7 +13252,7 @@ + + as_fn_error $? "Package requirements ( + gtk+-3.0 >= $GTK_REQUIRED_VERSION +- gstreamer-0.10 ++ gstreamer-1.0 + gconf-2.0 + gio-2.0) were not met: + +Index: libgnome-media-profiles/configure.ac +=================================================================== +--- libgnome-media-profiles.orig/configure.ac 2012-12-02 15:07:21.104163000 +0000 ++++ libgnome-media-profiles/configure.ac 2012-12-02 15:10:54.484546425 +0000 +@@ -29,7 +29,7 @@ + GTK_REQUIRED_VERSION=2.91.0 + PKG_CHECK_MODULES(GMP, [ + gtk+-3.0 >= $GTK_REQUIRED_VERSION +- gstreamer-0.10 ++ gstreamer-1.0 + gconf-2.0 + gio-2.0], + have_profiles=yes) +@@ -57,9 +57,9 @@ + dnl Check for GStreamer + dnl======================================================================= + +-GST_REQ=0.10.23 +-GST_PLUGINS_BASE_REQ=0.10.23 +-GST_MAJORMINOR=0.10 ++GST_REQ=1.0.3 ++GST_PLUGINS_BASE_REQ=1.0.3 ++GST_MAJORMINOR=1.0 + + dnl make available to Makefile.am + AC_SUBST(GST_MAJORMINOR) +Index: libgnome-media-profiles/data/gnome-media-profiles.schemas.in.in +=================================================================== +--- libgnome-media-profiles.orig/data/gnome-media-profiles.schemas.in.in 2012-12-02 15:07:21.104163000 +0000 ++++ libgnome-media-profiles/data/gnome-media-profiles.schemas.in.in 2012-12-02 15:12:11.768544127 +0000 +@@ -125,7 +125,7 @@ + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/cdlossy/pipeline + gnome-media + string +- audio/x-raw-float,rate=44100,channels=2 ! vorbisenc name=enc quality=0.5 ! oggmux ++ audio/x-raw,rate=44100,channels=2 ! vorbisenc name=enc quality=0.5 ! oggmux + + The partial GStreamer pipeline used + +@@ -199,7 +199,7 @@ + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/cdlossless/pipeline + gnome-media + string +- audio/x-raw-int,rate=44100,channels=2 ! flacenc name=enc ++ audio/x-raw,rate=44100,channels=2 ! flacenc name=enc + + The partial GStreamer pipeline used + +@@ -274,7 +274,7 @@ + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/voicelossless/pipeline + gnome-media + string +- audio/x-raw-int,rate=22050,channels=1 ! wavenc name=enc ++ audio/x-raw,rate=22050,channels=1 ! wavenc name=enc + + The partial GStreamer pipeline used + +@@ -348,7 +348,7 @@ + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/voicelossy/pipeline + gnome-media + string +- audio/x-raw-int,rate=32000,channels=1 ! speexenc name=enc ! oggmux ++ audio/x-raw,rate=32000,channels=1 ! speexenc name=enc ! oggmux + + The partial GStreamer pipeline used + +@@ -422,7 +422,7 @@ + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/mp2/pipeline + gnome-media + string +- audio/x-raw-int,rate=44100,channels=2 ! twolame name=enc mode=0 bitrate=192 ! id3v2mux ++ audio/x-raw,rate=44100,channels=2 ! twolame name=enc mode=0 bitrate=192 ! id3v2mux + + The partial GStreamer pipeline used + +@@ -496,7 +496,7 @@ + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/mp3/pipeline + gnome-media + string +- audio/x-raw-int,rate=44100,channels=2 ! lamemp3enc name=enc target=0 quality=6 ! xingmux ! id3v2mux ++ audio/x-raw,rate=44100,channels=2 ! lamemp3enc name=enc target=0 quality=6 ! xingmux ! id3v2mux + + The partial GStreamer pipeline used + +@@ -570,7 +570,7 @@ + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/aac/pipeline + gnome-media + string +- audio/x-raw-int,rate=44100,channels=2 ! faac profile=2 ! ffmux_mp4 ++ audio/x-raw,rate=44100,channels=2 ! faac profile=2 ! ffmux_mp4 + + The partial GStreamer pipeline used + diff -Nru libgnome-media-profiles-3.0.0/debian/patches/series libgnome-media-profiles-3.0.0/debian/patches/series --- libgnome-media-profiles-3.0.0/debian/patches/series 2012-12-02 15:07:21.000000000 +0000 +++ libgnome-media-profiles-3.0.0/debian/patches/series 2012-12-02 15:09:39.000000000 +0000 @@ -1 +1,2 @@ 01-format-security.patch +02-gstreamer-1.0.patch