Codebase list vlc / cd538db
Add backported notify GTK+ dependency patch. Benjamin Drung 13 years ago
4 changed file(s) with 22 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
77 Christophe Mutricy <xtophe@videolan.org>,
88 Mohammed Adnène Trojette <adn+deb@diwi.org>,
99 Benjamin Drung <bdrung@debian.org>
10 Build-Depends: debhelper (>= 7.2.3~),
10 Build-Depends: autopoint,
11 debhelper (>= 7.2.3~),
12 dh-autoreconf,
1113 dh-buildinfo,
1214 gettext,
1315 liba52-0.7.4-dev,
0 From: Dominique Leuenberger <dominique@leuenberger.net>
1 Subject: Libnotify depends on gtk, but leaves the choice between gtk2 and gtk3
2 to the calling...
3 Origin: backport, http://git.videolan.org/?p=vlc.git;a=commitdiff;h=f62e6d6e7ca732471f84fc766988553974b8a1b8
4 Applied-Upstream: 1.2.0
5
6 --- a/configure.ac
7 +++ b/configure.ac
8 @@ -1721,7 +1721,7 @@
9 dnl
10 dnl Libnotify notification plugin
11 dnl
12 -PKG_ENABLE_MODULES_VLC([NOTIFY], [], [libnotify], [libnotify notification], [auto])
13 +PKG_ENABLE_MODULES_VLC([NOTIFY], [], [libnotify gtk+-2.0], [libnotify notification], [auto])
14
15 dnl
16 dnl Taglibplugin
00 052_as-needed.patch
11 200_osdmenu_paths.patch
22 fix-lirc-build-failure.patch
3 notify-gtk-dependency.patch
136136 endif
137137
138138 %:
139 dh $@ --parallel
139 dh $@ --parallel --with autoreconf
140140
141141 override_dh_auto_clean:
142142 [ ! -f debian/vlc-nox.install.bak ] || mv -f debian/vlc-nox.install.bak \