Search
j0ke.net Open Build Service
>
Projects
>
multimedia
:
EL6
:
ffmpeg-0.11.x
>
vlc
> vlc-1.1.7-gtk.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File vlc-1.1.7-gtk.patch of Package vlc
diff -Naur vlc-1.1.7/configure.ac vlc-1.1.7-new/configure.ac --- vlc-1.1.7/configure.ac 2011-01-30 17:33:58.000000000 -0200 +++ vlc-1.1.7-new/configure.ac 2011-02-04 17:48:52.216861187 -0200 @@ -1721,7 +1721,9 @@ dnl dnl Libnotify notification plugin dnl -PKG_ENABLE_MODULES_VLC([NOTIFY], [], [libnotify gtk+-2.0], [libnotify notification], [auto]) +PKG_CHECK_EXISTS([gtk+-2.0], + [PKG_ENABLE_MODULES_VLC([NOTIFY], [], [libnotify gtk+-2.0], [libnotify notification], [auto])], + [PKG_ENABLE_MODULES_VLC([NOTIFY], [], [libnotify gtk+-3.0], [libnotify notification], [auto])]) dnl dnl Taglibplugin