[SCM] vlc/experimental: Switch notify plugin to GTK+3

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Mon Dec 11 20:12:50 UTC 2017


The following commit has been merged in the experimental branch:
commit da374cd3bfb489260beb0d537f1d19a6362e5f12
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Mon Dec 11 21:11:37 2017 +0100

    Switch notify plugin to GTK+3

diff --git a/debian/control b/debian/control
index 6a56f12..9853e12 100644
--- a/debian/control
+++ b/debian/control
@@ -48,7 +48,7 @@ Build-Depends: autopoint,
                libgl1-mesa-dev,
                libgles2-mesa-dev,
                libgnutls28-dev (>= 3.3.6),
-               libgtk2.0-dev,
+               libgtk-3-dev,
                libharfbuzz-dev,
                libidn11-dev,
                libiso9660-dev (>= 0.72),
diff --git a/debian/patches/0001-notify-use-GTK-3.patch b/debian/patches/0001-notify-use-GTK-3.patch
new file mode 100644
index 0000000..4d36e2d
--- /dev/null
+++ b/debian/patches/0001-notify-use-GTK-3.patch
@@ -0,0 +1,29 @@
+From: Sebastian Ramacher <sramacher at debian.org>
+Date: Sun, 10 Dec 2017 18:20:06 +0100
+Subject: notify: use GTK+ 3
+MIME-Version: 1.0
+Content-Type: text/plain; charset="utf-8"
+Content-Transfer-Encoding: base64
+
+U2lnbmVkLW9mZi1ieTogU2ViYXN0aWFuIFJhbWFjaGVyIDxzcmFtYWNoZXJAZGViaWFuLm9yZz4K
+U2lnbmVkLW9mZi1ieTogUsOpbWkgRGVuaXMtQ291cm1vbnQgPHJlbWlAcmVtbGFiLm5ldD4KKGNo
+ZXJyeSBwaWNrZWQgZnJvbSBjb21taXQgODI5ZDYxNTRiOTRjZjI0ZWRlOWM1MmYwMjg2YTFiMzVh
+NzE3NjllOSkKU2lnbmVkLW9mZi1ieTogUsOpbWkgRGVuaXMtQ291cm1vbnQgPHJlbWlAcmVtbGFi
+Lm5ldD4K
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 0455bd1..5697b15 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -4114,7 +4114,7 @@ AS_IF([test "${enable_osx_notifications}" != "no"], [
+ dnl
+ dnl Libnotify notification plugin
+ dnl
+-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  libplacebo support
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..fd61514
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-notify-use-GTK-3.patch

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list