Agar-SVN | 9 Oct 2011 02:20
Favicon

Agar: r10 - /

Author: vedge
Date: 2011-10-08 20:20:37 -0400 (Sat, 08 Oct 2011)
New Revision: 10

Removed:
   portaudio/
Modified:
   Makefile
   configure
   configure.in
   vs_clip.h
   vs_player.c
Log:
use system portaudio

Modified: Makefile
===================================================================
--- Makefile	2011-02-02 10:08:34 UTC (rev 9)
+++ Makefile	2011-10-09 00:20:37 UTC (rev 10)
 <at>  <at>  -1,8 +1,6  <at>  <at> 
 TOP=	.
 include Makefile.config

-SUBDIR=		portaudio
-
 PROJECT=	"vislak"

 PROG=		vislak
 <at>  <at>  -18,8 +16,7  <at>  <at> 

(Continue reading)

Agar-SVN | 18 Oct 2011 03:57
Favicon

Agar: r9048 - in trunk: . au

Author: vedge
Date: 2011-10-17 21:57:34 -0400 (Mon, 17 Oct 2011)
New Revision: 9048

Modified:
   trunk/au/au_dev_pa.c
   trunk/configure
Log:
use #include <portaudio2/portaudio.h> to avoid conflicts with portaudio1

Modified: trunk/au/au_dev_pa.c
===================================================================
--- trunk/au/au_dev_pa.c	2011-09-27 06:16:28 UTC (rev 9047)
+++ trunk/au/au_dev_pa.c	2011-10-18 01:57:34 UTC (rev 9048)
 <at>  <at>  -35,7 +35,7  <at>  <at> 
 #include "au_init.h"
 #include "au_dev_out.h"

-#include <portaudio.h>
+#include <portaudio2/portaudio.h>

 typedef struct au_dev_out_pa {
 	struct au_dev_out _inherit;

Modified: trunk/configure
===================================================================
--- trunk/configure	2011-09-27 06:16:28 UTC (rev 9047)
+++ trunk/configure	2011-10-18 01:57:34 UTC (rev 9048)
 <at>  <at>  -9018,39 +9018,54  <at>  <at> 
 if [ "${PORTAUDIO_VERSION}" != "" ]; then
(Continue reading)

Agar-SVN | 18 Oct 2011 05:38
Favicon

Agar: r9049 - trunk/gui

Author: vedge
Date: 2011-10-17 23:38:34 -0400 (Mon, 17 Oct 2011)
New Revision: 9049

Modified:
   trunk/gui/AG_GLView.3
   trunk/gui/glview.c
   trunk/gui/glview.h
Log:
implement AG_GLViewSetBgColor()

Modified: trunk/gui/AG_GLView.3
===================================================================
--- trunk/gui/AG_GLView.3	2011-10-18 01:57:34 UTC (rev 9048)
+++ trunk/gui/AG_GLView.3	2011-10-18 03:38:34 UTC (rev 9049)
 <at>  <at>  -1,4 +1,4  <at>  <at> 
-.\" Copyright (c) 2007 Hypertriton, Inc. <http://hypertriton.com/>
+.\" Copyright (c) 2007-2011 Hypertriton, Inc. <http://hypertriton.com/>
 .\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 <at>  <at>  -98,6 +98,9  <at>  <at> 
 .Ft "AG_GLView *"
 .Fn AG_GLViewNew "AG_Widget *parent" "Uint flags"
 .Pp
+.Ft "void"
+.Fn AG_GLViewSetBgColor "AG_GLView *glv" "AG_Color c"
+.Pp
 .Ft void
 .Fn AG_GLViewSizeHint "AG_GLView *glv" "int w" "int h"
(Continue reading)


Gmane