commit b1e2852eccf0047f24eff102647763f665f66ea4
parent b8e0ef4e9763a01be7e951b1b968a5e1943ece12
Author: TheJackiMonster <thejackimonster@gmail.com>
Date: Sun, 13 Nov 2022 02:32:44 +0100
Remove zbar and gst-app as build dependency
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat:
5 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
@@ -38,7 +38,6 @@ The following dependencies are required and need to be installed to build the ap
- [libhandy](https://gitlab.gnome.org/GNOME/libhandy): For responsive UI widgets
- [libnotify](https://gitlab.gnome.org/GNOME/libnotify): For notifications
- [qrencode](https://github.com/fukuchi/libqrencode): For generating QR codes to share credentials
- - [zbar](https://github.com/mchehab/zbar): For scanning QR codes via camera
- [gstreamer](https://gitlab.freedesktop.org/gstreamer): For recording and playing voice messages
As additional step you will need to load all required git submodules via `git submodule init` and `git submodule update`. It is also possible to just add the `--recursive` flag while cloning the repository to do that automatically.
diff --git a/configure.ac b/configure.ac
@@ -72,7 +72,6 @@ PKG_CHECK_MODULES([GTK], [gtk+-3.0])
PKG_CHECK_MODULES([HANDY], [libhandy-1])
PKG_CHECK_MODULES([GNUNET], [gnunetutil >= 0.9.0])
PKG_CHECK_MODULES([GST], [gstreamer-1.0])
-PKG_CHECK_MODULES([GST_APP], [gstreamer-app-1.0])
PKG_CHECK_MODULES([NOTIFY], [libnotify])
PKG_CHECK_MODULES([QRENCODE], [libqrencode])
diff --git a/src/Makefile.am b/src/Makefile.am
@@ -12,7 +12,6 @@ AM_CFLAGS = \
@GNUNET_CFLAGS@ \
@HANDY_CFLAGS@ \
@GST_CFLAGS@ \
- @GST_APP_CFLAGS@ \
@NOTIFY_CFLAGS@ \
@QRENCODE_CFLAGS@
@@ -38,7 +37,6 @@ messenger_gtk_LDADD = \
@GTK_LIBS@ \
@HANDY_LIBS@ \
@GST_LIBS@ \
- @GST_APP_LIBS@ \
@NOTIFY_LIBS@ \
@QRENCODE_LIBS@
diff --git a/src/ui/Makefile.am b/src/ui/Makefile.am
@@ -7,7 +7,6 @@ AM_CFLAGS = \
@GNUNET_CFLAGS@ \
@HANDY_CFLAGS@ \
@GST_CFLAGS@ \
- @GST_APP_CFLAGS@ \
@NOTIFY_CFLAGS@ \
@QRENCODE_CFLAGS@
diff --git a/src/ui/new_contact.c b/src/ui/new_contact.c
@@ -24,8 +24,6 @@
#include "new_contact.h"
-#include <gstreamer-1.0/gst/app/gstappsink.h>
-
#include "../application.h"
static void