r110 - in videolan/vlc/debian: . patches

Samuel Hocevar sho at alioth.debian.org
Wed Mar 14 14:21:01 CET 2007


Author: sho
Date: 2006-10-18 19:10:23 +0000 (Wed, 18 Oct 2006)
New Revision: 110

Modified:
   videolan/vlc/debian/changelog
   videolan/vlc/debian/patches/020_notify.diff
Log:
vlc (0.9.0-svn3) experimental; urgency=low

  * debian/patches/020_notify.diff: sync patch with HEAD.

 -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Wed, 18 Oct 2006 21:08:46 +0200


Modified: videolan/vlc/debian/changelog
===================================================================
--- videolan/vlc/debian/changelog	2006-10-13 12:36:25 UTC (rev 109)
+++ videolan/vlc/debian/changelog	2006-10-18 19:10:23 UTC (rev 110)
@@ -1,3 +1,9 @@
+vlc (0.9.0-svn3) experimental; urgency=low
+
+  * debian/patches/020_notify.diff: sync patch with HEAD.
+
+ -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Wed, 18 Oct 2006 21:08:46 +0200
+
 vlc (0.9.0-svn2) experimental; urgency=low
 
   * Disable XOSD and enable libnotify

Modified: videolan/vlc/debian/patches/020_notify.diff
===================================================================
--- videolan/vlc/debian/patches/020_notify.diff	2006-10-13 12:36:25 UTC (rev 109)
+++ videolan/vlc/debian/patches/020_notify.diff	2006-10-18 19:10:23 UTC (rev 110)
@@ -6,7 +6,7 @@
      NotifyNotification * notification;
      notification = notify_notification_new( _("Now Playing"),
                               psz_temp,
--                             DATA_PATH "/vlc128x128.png",NULL);
+-                             DATA_PATH "/vlc48x48.png",NULL);
 +                             "/usr/share/pixmaps/vlc.png",NULL);
      notify_notification_set_timeout( notification,
                                       config_GetInt(p_this, "notify-timeout") );




More information about the Pkg-multimedia-commits mailing list