Skip to content

Commit

Permalink
build: update Fedora spec file, docs, out-of-tree compile fixes, misc…
Browse files Browse the repository at this point in the history
… tidy up
  • Loading branch information
dpocock committed Nov 18, 2022
1 parent ced4412 commit 1c16116
Show file tree
Hide file tree
Showing 25 changed files with 32 additions and 440 deletions.
10 changes: 9 additions & 1 deletion README_RPM-based-Linux.txt
Expand Up @@ -99,7 +99,15 @@ Install reSIProcate build environment dependencies
xerces-c-devel \
net-snmp-devel \
qpid-proton-cpp-devel \
soci-devel soci-postgresql-devel
soci-devel soci-postgresql-devel soci-mysql-devel \
vim-common \
sox \
fmt-devel \
websocketpp-devel \
gstreamer1-devel \
gstreamer1-plugins-base-devel \
gstreamer1-plugins-bad-free-devel \
gstreamermm-devel

Manually create some dependencies
---------------------------------
Expand Down
2 changes: 0 additions & 2 deletions build/.cvsignore

This file was deleted.

1 change: 0 additions & 1 deletion contrib/.cvsignore

This file was deleted.

10 changes: 0 additions & 10 deletions deprecated/SipIMP/.cvsignore

This file was deleted.

4 changes: 0 additions & 4 deletions deprecated/SipIMP/SipIMPSetup/.cvsignore

This file was deleted.

3 changes: 0 additions & 3 deletions deprecated/gag/.cvsignore

This file was deleted.

2 changes: 1 addition & 1 deletion media/gstreamer/GStreamerUtils.hxx
Expand Up @@ -2,7 +2,7 @@
#define RESIP_GSTREAMER_UTILS

#ifdef HAVE_CONFIG_H
#include "../../config.h"
#include "config.h"
#endif

#ifdef USE_GSTREAMER
Expand Down
2 changes: 1 addition & 1 deletion media/gstreamer/GstRtpManager.hxx
Expand Up @@ -2,7 +2,7 @@
#define RESIP_GSTRTPMANAGER

#ifdef HAVE_CONFIG_H
#include "../../config.h"
#include "config.h"
#endif

#ifdef USE_GSTREAMER
Expand Down
2 changes: 1 addition & 1 deletion media/gstreamer/GstRtpSession.hxx
Expand Up @@ -2,7 +2,7 @@
#define RESIP_GSTRTPSESSION

#ifdef HAVE_CONFIG_H
#include "../../config.h"
#include "config.h"
#endif

#ifdef USE_GSTREAMER
Expand Down
21 changes: 0 additions & 21 deletions repro/.cvsignore

This file was deleted.

19 changes: 0 additions & 19 deletions resip/.cvsignore

This file was deleted.

109 changes: 0 additions & 109 deletions resip/certs/.cvsignore

This file was deleted.

13 changes: 0 additions & 13 deletions resip/dum/.cvsignore

This file was deleted.

2 changes: 0 additions & 2 deletions resip/dum/doc/.cvsignore

This file was deleted.

35 changes: 0 additions & 35 deletions resip/dum/test/.cvsignore

This file was deleted.

2 changes: 1 addition & 1 deletion resip/recon/GstBridgeMixer.hxx
Expand Up @@ -2,7 +2,7 @@
#define GstBridgeMixer_hxx

#ifdef HAVE_CONFIG_H
#include "../../config.h"
#include "config.h"
#endif

#if (_MSC_VER >= 1600)
Expand Down
2 changes: 1 addition & 1 deletion resip/recon/KurentoBridgeMixer.cxx
@@ -1,5 +1,5 @@
#ifdef HAVE_CONFIG_H
#include "../../config.h"
#include "config.h"
#endif

#include "KurentoBridgeMixer.hxx"
Expand Down
2 changes: 1 addition & 1 deletion resip/recon/LibWebRTCBridgeMixer.hxx
Expand Up @@ -2,7 +2,7 @@
#define LibWebRTCBridgeMixer_hxx

#ifdef HAVE_CONFIG_H
#include "../../config.h"
#include "config.h"
#endif

#if (_MSC_VER >= 1600)
Expand Down
2 changes: 1 addition & 1 deletion resip/recon/SipXBridgeMixer.hxx
Expand Up @@ -2,7 +2,7 @@
#define SipXBridgeMixer_hxx

#ifdef HAVE_CONFIG_H
#include "../../config.h"
#include "config.h"
#endif

#if (_MSC_VER >= 1600)
Expand Down
74 changes: 0 additions & 74 deletions resip/stack/.cvsignore

This file was deleted.

6 changes: 0 additions & 6 deletions resip/stack/doc/.cvsignore

This file was deleted.

0 comments on commit 1c16116

Please sign in to comment.