Update all pkgs requiring libnotify to the 0.7 API.

--HG--
branch : gnome3
This commit is contained in:
Juan RP
2011-03-01 00:26:33 +01:00
parent c9e501b6a7
commit a45ea7812a
16 changed files with 79 additions and 29 deletions

View 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 );

View File

@@ -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