Upgrade to 0.98.4

This commit is contained in:
Roger Hardiman 2003-09-02 14:12:46 +00:00
parent 8525d803ce
commit e460b7b38d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88357
15 changed files with 6 additions and 234 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= gnomemeeting
PORTVERSION= 0.98.2
PORTVERSION= 0.98.4
CATEGORIES= net gnome
MASTER_SITES= http://www.gnomemeeting.org/downloads/0.98.0/sources/ \
ftp://ftp.gnome.org/pub/GNOME/sources/gnomemeeting/0.98/

View File

@ -1 +1 @@
MD5 (gnomemeeting-0.98.2.tar.gz) = d40cd325a4da3010337d8b7a32db5d0a
MD5 (gnomemeeting-0.98.4.tar.gz) = 6fbec09b5ae956a46a5cf64f1131ca00

View File

@ -1,21 +0,0 @@
*** src/config.cpp.orig Sun Aug 31 13:00:00 2003
--- src/config.cpp Sun Aug 31 13:00:31 2003
*************** audio_mixer_changed_nt (GConfClient *cli
*** 928,935 ****
int vol = 0;
char *mixer = NULL;
GmWindow *gw = NULL;
- #ifdef HAS_IXJ
GMH323EndPoint *endpoint = MyApp->Endpoint ();
GMLid *lid = NULL;
#endif
--- 928,935 ----
int vol = 0;
char *mixer = NULL;
GmWindow *gw = NULL;
GMH323EndPoint *endpoint = MyApp->Endpoint ();
+ #ifdef HAS_IXJ
GMLid *lid = NULL;
#endif

View File

@ -1,14 +0,0 @@
*** src/gnomemeeting.cpp.orig Sun Aug 31 12:42:17 2003
--- src/gnomemeeting.cpp Sun Aug 31 12:42:30 2003
*************** GnomeMeeting::~GnomeMeeting()
*** 125,131 ****
--- 125,133 ----
endpoint->ClearAllCalls (H323Connection::EndedByLocalUser, TRUE);
endpoint->RemoveVideoGrabber (true);
+ #ifdef HAX_IXJ
endpoint->RemoveLid ();
+ #endif
}
RemoveEndpoint ();

View File

@ -1,41 +0,0 @@
*** src/sound_handling.cpp.orig Thu Aug 28 07:18:16 2003
--- src/sound_handling.cpp Thu Aug 28 07:20:23 2003
***************
*** 46,55 ****
#include "dialog.h"
! #ifdef __FreeBSD__
! #include <sys/types.h>
! #include <signal.h>
! #endif
#ifdef HAS_IXJ
#include <ixjlid.h>
--- 46,55 ----
#include "dialog.h"
! //#ifdef __FreeBSD__
! //#include <sys/types.h>
! //#include <signal.h>
! //#endif
#ifdef HAS_IXJ
#include <ixjlid.h>
***************
*** 59,64 ****
--- 59,71 ----
#include <linux/soundcard.h>
#endif
+ #ifdef __FreeBSD__
+ #if (__FreeBSD__ >= 5)
+ #include <sys/soundcard.h>
+ #else
+ #include <machine/soundcard.h>
+ #endif
+ #endif
static void dialog_response_cb (GtkWidget *, gint, gpointer);

View File

@ -6,7 +6,7 @@
#
PORTNAME= gnomemeeting
PORTVERSION= 0.98.2
PORTVERSION= 0.98.4
CATEGORIES= net gnome
MASTER_SITES= http://www.gnomemeeting.org/downloads/0.98.0/sources/ \
ftp://ftp.gnome.org/pub/GNOME/sources/gnomemeeting/0.98/

View File

@ -1 +1 @@
MD5 (gnomemeeting-0.98.2.tar.gz) = d40cd325a4da3010337d8b7a32db5d0a
MD5 (gnomemeeting-0.98.4.tar.gz) = 6fbec09b5ae956a46a5cf64f1131ca00

View File

@ -1,21 +0,0 @@
*** src/config.cpp.orig Sun Aug 31 13:00:00 2003
--- src/config.cpp Sun Aug 31 13:00:31 2003
*************** audio_mixer_changed_nt (GConfClient *cli
*** 928,935 ****
int vol = 0;
char *mixer = NULL;
GmWindow *gw = NULL;
- #ifdef HAS_IXJ
GMH323EndPoint *endpoint = MyApp->Endpoint ();
GMLid *lid = NULL;
#endif
--- 928,935 ----
int vol = 0;
char *mixer = NULL;
GmWindow *gw = NULL;
GMH323EndPoint *endpoint = MyApp->Endpoint ();
+ #ifdef HAS_IXJ
GMLid *lid = NULL;
#endif

View File

@ -1,14 +0,0 @@
*** src/gnomemeeting.cpp.orig Sun Aug 31 12:42:17 2003
--- src/gnomemeeting.cpp Sun Aug 31 12:42:30 2003
*************** GnomeMeeting::~GnomeMeeting()
*** 125,131 ****
--- 125,133 ----
endpoint->ClearAllCalls (H323Connection::EndedByLocalUser, TRUE);
endpoint->RemoveVideoGrabber (true);
+ #ifdef HAX_IXJ
endpoint->RemoveLid ();
+ #endif
}
RemoveEndpoint ();

View File

@ -1,41 +0,0 @@
*** src/sound_handling.cpp.orig Thu Aug 28 07:18:16 2003
--- src/sound_handling.cpp Thu Aug 28 07:20:23 2003
***************
*** 46,55 ****
#include "dialog.h"
! #ifdef __FreeBSD__
! #include <sys/types.h>
! #include <signal.h>
! #endif
#ifdef HAS_IXJ
#include <ixjlid.h>
--- 46,55 ----
#include "dialog.h"
! //#ifdef __FreeBSD__
! //#include <sys/types.h>
! //#include <signal.h>
! //#endif
#ifdef HAS_IXJ
#include <ixjlid.h>
***************
*** 59,64 ****
--- 59,71 ----
#include <linux/soundcard.h>
#endif
+ #ifdef __FreeBSD__
+ #if (__FreeBSD__ >= 5)
+ #include <sys/soundcard.h>
+ #else
+ #include <machine/soundcard.h>
+ #endif
+ #endif
static void dialog_response_cb (GtkWidget *, gint, gpointer);

View File

@ -6,7 +6,7 @@
#
PORTNAME= gnomemeeting
PORTVERSION= 0.98.2
PORTVERSION= 0.98.4
CATEGORIES= net gnome
MASTER_SITES= http://www.gnomemeeting.org/downloads/0.98.0/sources/ \
ftp://ftp.gnome.org/pub/GNOME/sources/gnomemeeting/0.98/

View File

@ -1 +1 @@
MD5 (gnomemeeting-0.98.2.tar.gz) = d40cd325a4da3010337d8b7a32db5d0a
MD5 (gnomemeeting-0.98.4.tar.gz) = 6fbec09b5ae956a46a5cf64f1131ca00

View File

@ -1,21 +0,0 @@
*** src/config.cpp.orig Sun Aug 31 13:00:00 2003
--- src/config.cpp Sun Aug 31 13:00:31 2003
*************** audio_mixer_changed_nt (GConfClient *cli
*** 928,935 ****
int vol = 0;
char *mixer = NULL;
GmWindow *gw = NULL;
- #ifdef HAS_IXJ
GMH323EndPoint *endpoint = MyApp->Endpoint ();
GMLid *lid = NULL;
#endif
--- 928,935 ----
int vol = 0;
char *mixer = NULL;
GmWindow *gw = NULL;
GMH323EndPoint *endpoint = MyApp->Endpoint ();
+ #ifdef HAS_IXJ
GMLid *lid = NULL;
#endif

View File

@ -1,14 +0,0 @@
*** src/gnomemeeting.cpp.orig Sun Aug 31 12:42:17 2003
--- src/gnomemeeting.cpp Sun Aug 31 12:42:30 2003
*************** GnomeMeeting::~GnomeMeeting()
*** 125,131 ****
--- 125,133 ----
endpoint->ClearAllCalls (H323Connection::EndedByLocalUser, TRUE);
endpoint->RemoveVideoGrabber (true);
+ #ifdef HAX_IXJ
endpoint->RemoveLid ();
+ #endif
}
RemoveEndpoint ();

View File

@ -1,41 +0,0 @@
*** src/sound_handling.cpp.orig Thu Aug 28 07:18:16 2003
--- src/sound_handling.cpp Thu Aug 28 07:20:23 2003
***************
*** 46,55 ****
#include "dialog.h"
! #ifdef __FreeBSD__
! #include <sys/types.h>
! #include <signal.h>
! #endif
#ifdef HAS_IXJ
#include <ixjlid.h>
--- 46,55 ----
#include "dialog.h"
! //#ifdef __FreeBSD__
! //#include <sys/types.h>
! //#include <signal.h>
! //#endif
#ifdef HAS_IXJ
#include <ixjlid.h>
***************
*** 59,64 ****
--- 59,71 ----
#include <linux/soundcard.h>
#endif
+ #ifdef __FreeBSD__
+ #if (__FreeBSD__ >= 5)
+ #include <sys/soundcard.h>
+ #else
+ #include <machine/soundcard.h>
+ #endif
+ #endif
static void dialog_response_cb (GtkWidget *, gint, gpointer);