[SCM] VLC media player packaging branch, experimental, updated. debian/1.0.6-1-68-gb19788e
xtophe-guest at users.alioth.debian.org
xtophe-guest at users.alioth.debian.org
Thu Jun 24 18:52:41 UTC 2010
The following commit has been merged in the experimental branch:
commit b19788eb10d70758491001ee524c6a5f59b1f32b
Author: Christophe Mutricy <xtophe at videolan.org>
Date: Thu Jun 24 19:50:52 2010 +0100
Fix icon path
diff --git a/debian/patches/104_notify.diff b/debian/patches/104_notify.diff
index 88c5323..8a1798c 100644
--- a/debian/patches/104_notify.diff
+++ b/debian/patches/104_notify.diff
@@ -1,6 +1,5 @@
-We don't install the icons where upstream expects them.
-so modify the code where needed.
-
+Fix upstream code. Reflect the new path
+Will be fixed upstream in 1.1.1
Index: debian.git/modules/misc/notify/notify.c
===================================================================
@@ -18,7 +17,7 @@ Index: debian.git/modules/misc/notify/notify.c
- free( psz_pixbuf );
- }
- free( psz_data );
-+ pix = gdk_pixbuf_new_from_file( "/usr/share/icons/hicolor/48x48/vlc.png", &p_error );
++ pix = gdk_pixbuf_new_from_file( "/usr/share/icons/hicolor/48x48/apps/vlc.png", &p_error );
}
free( psz_arturl );
--
VLC media player packaging
More information about the pkg-multimedia-commits
mailing list