Update all pkgs requiring libnotify to the 0.7 API.
--HG-- branch : gnome3
This commit is contained in:
11
srcpkgs/vlc/patches/vlc-1.1.7-libnotify-0.7.patch
Normal file
11
srcpkgs/vlc/patches/vlc-1.1.7-libnotify-0.7.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- modules/misc/notify/notify.c.orig 2011-02-28 23:54:18.794722978 +0100
|
||||
+++ modules/misc/notify/notify.c 2011-02-28 23:54:49.425738093 +0100
|
||||
@@ -312,7 +312,7 @@ static int Notify( vlc_object_t *p_this,
|
||||
}
|
||||
|
||||
notification = notify_notification_new( _("Now Playing"),
|
||||
- psz_temp, NULL, NULL );
|
||||
+ psz_temp, NULL );
|
||||
notify_notification_set_timeout( notification,
|
||||
var_InheritInteger(p_this, "notify-timeout") );
|
||||
notify_notification_set_urgency( notification, NOTIFY_URGENCY_LOW );
|
||||
@@ -1,7 +1,7 @@
|
||||
# Template file for 'vlc'
|
||||
pkgname=vlc
|
||||
version=1.1.7
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="http://download.videolan.org/pub/videolan/vlc/$version/vlc-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-gme --disable-libtar --enable-snapshot
|
||||
|
||||
Reference in New Issue
Block a user