mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 23:20:30 -04:00
- add upstream patches to fix build with modern gcc, glib, and make -j - add explicit dependence on audio/speex - convert WITH_DEBUG to option - convert to USES=tar:bzip2
88 lines
2.2 KiB
Text
88 lines
2.2 KiB
Text
diff --git a/gstprovider/bins.cpp b/gstprovider/bins.cpp
|
|
index f91bc7a..5a6880f 100644
|
|
--- gstprovider/bins.cpp
|
|
+++ gstprovider/bins.cpp
|
|
@@ -20,6 +20,7 @@
|
|
|
|
#include "bins.h"
|
|
|
|
+#include <stdio.h>
|
|
#include <QString>
|
|
#include <QSize>
|
|
#include <gst/gst.h>
|
|
diff --git a/gstprovider/gstcustomelements/gstcustomelements.h b/gstprovider/gstcustomelements/gstcustomelements.h
|
|
index 85a7bc5..0bd7ccc 100644
|
|
--- gstprovider/gstcustomelements/gstcustomelements.h
|
|
+++ gstprovider/gstcustomelements/gstcustomelements.h
|
|
@@ -21,7 +21,7 @@
|
|
#ifndef GSTCUSTOMELEMENTS_H
|
|
#define GSTCUSTOMELEMENTS_H
|
|
|
|
-#include <glib/gthread.h>
|
|
+#include <glib.h>
|
|
#include <gst/gst.h>
|
|
#include <gst/base/gstpushsrc.h>
|
|
#include <gst/video/video.h>
|
|
diff --git a/gstprovider/gstelements/static/gstelements.h b/gstprovider/gstelements/static/gstelements.h
|
|
index f0fbff9..b6980bd 100644
|
|
--- gstprovider/gstelements/static/gstelements.h
|
|
+++ gstprovider/gstelements/static/gstelements.h
|
|
@@ -21,7 +21,7 @@
|
|
#ifndef PSI_GSTELEMENTS_H
|
|
#define PSI_GSTELEMENTS_H
|
|
|
|
-#include <glib/gmacros.h>
|
|
+#include <glib.h>
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
diff --git a/gstprovider/gstthread.h b/gstprovider/gstthread.h
|
|
index aafc833..b13f380 100644
|
|
--- gstprovider/gstthread.h
|
|
+++ gstprovider/gstthread.h
|
|
@@ -22,7 +22,7 @@
|
|
#define PSI_GSTTHREAD_H
|
|
|
|
#include <QThread>
|
|
-#include <glib/gmain.h>
|
|
+#include <glib.h>
|
|
|
|
namespace PsiMedia {
|
|
|
|
diff --git a/gstprovider/pipeline.cpp b/gstprovider/pipeline.cpp
|
|
index 5005a66..c4281f7 100644
|
|
--- gstprovider/pipeline.cpp
|
|
+++ gstprovider/pipeline.cpp
|
|
@@ -20,6 +20,7 @@
|
|
|
|
#include "pipeline.h"
|
|
|
|
+#include <stdio.h>
|
|
#include <QList>
|
|
#include <QSet>
|
|
#include <gst/gst.h>
|
|
diff --git a/gstprovider/rtpworker.cpp b/gstprovider/rtpworker.cpp
|
|
index 35b51db..35ae41d 100644
|
|
--- gstprovider/rtpworker.cpp
|
|
+++ gstprovider/rtpworker.cpp
|
|
@@ -20,6 +20,7 @@
|
|
|
|
#include "rtpworker.h"
|
|
|
|
+#include <stdio.h>
|
|
#include <QStringList>
|
|
#include <QTime>
|
|
#include "devices.h"
|
|
diff --git a/gstprovider/rwcontrol.h b/gstprovider/rwcontrol.h
|
|
index 307c3e3..18855c9 100644
|
|
--- gstprovider/rwcontrol.h
|
|
+++ gstprovider/rwcontrol.h
|
|
@@ -28,7 +28,7 @@
|
|
#include <QMutex>
|
|
#include <QWaitCondition>
|
|
#include <QTimer>
|
|
-#include <glib/gmain.h>
|
|
+#include <glib.h>
|
|
#include "psimediaprovider.h"
|
|
#include "rtpworker.h"
|
|
|