commit sound-juicer for openSUSE:Factory
Hello community, here is the log from the commit of package sound-juicer for openSUSE:Factory checked in at 2012-02-29 14:11:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sound-juicer (Old) and /work/SRC/openSUSE:Factory/.sound-juicer.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "sound-juicer", Maintainer is "gnome-maintainers@suse.de" Changes: -------- --- /work/SRC/openSUSE:Factory/sound-juicer/sound-juicer.changes 2011-09-23 12:46:39.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.sound-juicer.new/sound-juicer.changes 2012-02-29 14:11:35.000000000 +0100 @@ -1,0 +2,19 @@ +Sun Feb 19 14:39:30 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.3.90: + + Use libmusicbrainz4, fixing lookup problems + + Use GstEncodingProfile instead of GnomeMediaProfile + + Complete port to GTK+ 3, don't build on GTK+ 2 + + High resolution icon + + Work on Solaris + + Lots of cleanups and crashes fixes + + Updated translations +- Drop sound-juicer-g3.patch: Upstream moved completely to gtk3. +- Remove gnome-common BuildRequires and call to autogen.sh, as we + no longer carry any patches. +- Remove now unneeded BuildRequires: dbus-1-glib-devel, gcc-c++ and + pkgconfig(libgnome-media-profiles-3.0). +- Add sound-juicer-no-dbus.patch: Remove last reference to dbus in + test binaries. + +------------------------------------------------------------------- Old: ---- sound-juicer-2.32.0.tar.bz2 sound-juicer-g3.patch New: ---- sound-juicer-3.3.90.tar.xz sound-juicer-no-dbus.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sound-juicer.spec ++++++ --- /var/tmp/diff_new_pack.oslCuW/_old 2012-02-29 14:11:38.000000000 +0100 +++ /var/tmp/diff_new_pack.oslCuW/_new 2012-02-29 14:11:38.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package sound-juicer # -# 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,24 +16,20 @@ # - Name: sound-juicer -Version: 2.32.0 -Release: 11 -License: GPL-2.0+ +Version: 3.3.90 +Release: 0 +# FIXME: move to libmusicbrainz4 when it enters Factory (sr#107049) Summary: Clean and Lean GNOME CD Ripper -Url: http://www.burtonini.com/blog/computers/sound-juicer/ +License: GPL-2.0+ Group: Productivity/Multimedia/CD/Grabbers -Source0: ftp://ftp.gnome.org/pub/gnome/sources/sound-juicer/2.32/%{name}-%{version}.tar.bz2 -# PATCH-FIX-UPSTREAM sound-juicer-g3.patch dimstar@opensuse.org -- Fix build against GNOME3, patches collected from git. Contain all relevant fixes until d548a011 (May 23 2011) -Patch0: sound-juicer-g3.patch +Url: http://www.burtonini.com/blog/computers/sound-juicer/ +Source0: http://download.gnome.org/sources/sound-juicer/3.3/%{name}-%{version}.tar.xz +#PATCH-FIX-UPSTREAM sound-juicer-no-dbus.patch bgo#670397 dimstar@opensuse.org -- Don't reference dbus anymore. Patch taken from upstream git, limited to the actual code changes, so no rebootstrap is needed (DBUS_LIBS is undefined anyway). +Patch0: sound-juicer-no-dbus.patch BuildRequires: brasero-devel -BuildRequires: dbus-1-glib-devel BuildRequires: fdupes -BuildRequires: gcc-c++ BuildRequires: gconf2-devel -# Needed for Patch0 -BuildRequires: gnome-common BuildRequires: gnome-doc-utils-devel BuildRequires: gstreamer010-plugins-base-devel BuildRequires: gstreamer010-plugins-good @@ -42,7 +38,6 @@ BuildRequires: libmusicbrainz3-devel BuildRequires: translation-update-upstream BuildRequires: update-desktop-files -BuildRequires: pkgconfig(libgnome-media-profiles-3.0) Requires: gstreamer010-plugins-good Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -58,7 +53,6 @@ translation-update-upstream %build -NOCONFIGURE=1 ./autogen.sh %configure\ --disable-schemas-install\ --disable-scrollkeeper ++++++ sound-juicer-no-dbus.patch ++++++ Index: sound-juicer-3.3.90/tests/mb-test.c =================================================================== --- sound-juicer-3.3.90.orig/tests/mb-test.c +++ sound-juicer-3.3.90/tests/mb-test.c @@ -2,7 +2,6 @@ #include <brasero-medium-monitor.h> #include <glib.h> #include <gconf/gconf-client.h> -#include <dbus/dbus.h> #include <stdlib.h> #include "sj-structures.h" #include "sj-metadata.h" @@ -98,8 +97,6 @@ int main (int argc, char** argv) GError *error = NULL; BraseroMediumMonitor *monitor; - dbus_threads_init_default (); - g_type_init (); g_thread_init (NULL); -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de