r12636 - in /desktop/unstable/sound-juicer/debian: changelog patches/ patches/20_svn_edit_profiles_crash.patch
slomo at users.alioth.debian.org
slomo at users.alioth.debian.org
Thu Sep 20 19:30:32 UTC 2007
Author: slomo
Date: Thu Sep 20 19:30:32 2007
New Revision: 12636
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12636
Log:
* debian/patches/20_svn_edit_profiles_crash.patch:
+ Patch from upstream SVN to fix crashes when editing profiles
or doing something else with profiles (Closes: #443146).
Added:
desktop/unstable/sound-juicer/debian/patches/
desktop/unstable/sound-juicer/debian/patches/20_svn_edit_profiles_crash.patch
Modified:
desktop/unstable/sound-juicer/debian/changelog
Modified: desktop/unstable/sound-juicer/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/sound-juicer/debian/changelog?rev=12636&op=diff
==============================================================================
--- desktop/unstable/sound-juicer/debian/changelog (original)
+++ desktop/unstable/sound-juicer/debian/changelog Thu Sep 20 19:30:32 2007
@@ -1,3 +1,11 @@
+sound-juicer (2.20.0-2) unstable; urgency=low
+
+ * debian/patches/20_svn_edit_profiles_crash.patch:
+ + Patch from upstream SVN to fix crashes when editing profiles
+ or doing something else with profiles (Closes: #443146).
+
+ -- Sebastian Dröge <slomo at debian.org> Thu, 20 Sep 2007 21:28:23 +0200
+
sound-juicer (2.20.0-1) unstable; urgency=low
[ Sven Arvidsson ]
Added: desktop/unstable/sound-juicer/debian/patches/20_svn_edit_profiles_crash.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/sound-juicer/debian/patches/20_svn_edit_profiles_crash.patch?rev=12636&op=file
==============================================================================
--- desktop/unstable/sound-juicer/debian/patches/20_svn_edit_profiles_crash.patch (added)
+++ desktop/unstable/sound-juicer/debian/patches/20_svn_edit_profiles_crash.patch Thu Sep 20 19:30:32 2007
@@ -1,0 +1,13 @@
+Index: sound-juicer/libjuicer/sj-extractor.c
+===================================================================
+--- sound-juicer/libjuicer/sj-extractor.c (Revision 1854)
++++ sound-juicer/libjuicer/sj-extractor.c (Arbeitskopie)
+@@ -242,6 +242,7 @@ sj_extractor_init (SjExtractor *extracto
+ {
+ extractor->priv = EXTRACTOR_PRIVATE (extractor);
+ extractor->priv->profile = gm_audio_profile_lookup (DEFAULT_AUDIO_PROFILE_NAME);
++ g_object_ref (extractor->priv->profile);
+ extractor->priv->rebuild_pipeline = TRUE;
+ extractor->priv->paranoia_mode = 8; /* TODO: replace with construct params */
+ }
+
More information about the pkg-gnome-commits
mailing list