Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 251223
Collapse All | Expand All

(-)miniAudicle-0.1.3.8b/chuck-1.2.1.1/src/chuck_vm.cpp (+1 lines)
Lines 47-52 using namespace std; Link Here
47
#else
47
#else
48
  #include <unistd.h>
48
  #include <unistd.h>
49
  #include <pthread.h>
49
  #include <pthread.h>
50
  #include <algorithm>
50
#endif
51
#endif
51
52
52
53
(-)miniAudicle-0.1.3.8b/chuck-1.2.1.1/src/rtaudio.cpp (+1 lines)
Lines 50-55 Link Here
50
#include "chuck_errmsg.h"
50
#include "chuck_errmsg.h"
51
#include "digiio_rtaudio.h"
51
#include "digiio_rtaudio.h"
52
#include <stdio.h>
52
#include <stdio.h>
53
#include <climits>
53
// old
54
// old
54
// #include "RtAudio.h"
55
// #include "RtAudio.h"
55
// #include <iostream>
56
// #include <iostream>
(-)miniAudicle-0.1.3.8b/chuck-1.2.1.1/src/ugen_stk.cpp (+1 lines)
Lines 41-46 Link Here
41
#include <string.h>
41
#include <string.h>
42
#include <time.h>
42
#include <time.h>
43
#include <float.h>
43
#include <float.h>
44
#include <climits>
44
45
45
46
46
47
(-)miniAudicle-0.1.3.8b/chuck-1.2.1.1/src/util_hid.cpp (+1 lines)
Lines 37-42 U.S.A. Link Here
37
37
38
#include <vector>
38
#include <vector>
39
#include <map>
39
#include <map>
40
#include <climits>
40
41
41
using namespace std;
42
using namespace std;
42
43
(-)miniAudicle-0.1.3.8b/chuck-1.2.1.1/src/util_opsc.cpp (+1 lines)
Lines 56-61 using namespace std; Link Here
56
#include <netinet/tcp.h>
56
#include <netinet/tcp.h>
57
#include <arpa/inet.h>
57
#include <arpa/inet.h>
58
#include <netdb.h>
58
#include <netdb.h>
59
#include <algorithm>
59
#endif
60
#endif
60
61
61
#if defined(__MACOSX_CORE__)
62
#if defined(__MACOSX_CORE__)
(-)miniAudicle-0.1.3.8b/wxw/icons/add.xpm (-1 / +1 lines)
Lines 1-5 Link Here
1
/* XPM */
1
/* XPM */
2
static char * add_xpm[] = {
2
static const char * add_xpm[] = {
3
"32 32 47 1",
3
"32 32 47 1",
4
" 	c None",
4
" 	c None",
5
".	c #C3F8BE",
5
".	c #C3F8BE",
(-)miniAudicle-0.1.3.8b/wxw/icons/led-blue.xpm (-1 / +1 lines)
Lines 1-5 Link Here
1
/* XPM */
1
/* XPM */
2
static char * led_blue_xpm[] = {
2
static const char * led_blue_xpm[] = {
3
"28 28 431 2",
3
"28 28 431 2",
4
"  	c None",
4
"  	c None",
5
". 	c #949394",
5
". 	c #949394",
(-)miniAudicle-0.1.3.8b/wxw/icons/led-green.xpm (-1 / +1 lines)
Lines 1-5 Link Here
1
/* XPM */
1
/* XPM */
2
static char * led_green_xpm[] = {
2
static const char * led_green_xpm[] = {
3
"28 28 443 2",
3
"28 28 443 2",
4
"  	c None",
4
"  	c None",
5
". 	c #959696",
5
". 	c #959696",
(-)miniAudicle-0.1.3.8b/wxw/icons/led-off.xpm (-1 / +1 lines)
Lines 1-5 Link Here
1
/* XPM */
1
/* XPM */
2
static char * led_off_xpm[] = {
2
static const char * led_off_xpm[] = {
3
"28 28 143 2",
3
"28 28 143 2",
4
"  	c None",
4
"  	c None",
5
". 	c #959595",
5
". 	c #959595",
(-)miniAudicle-0.1.3.8b/wxw/icons/led-red.xpm (-1 / +1 lines)
Lines 1-5 Link Here
1
/* XPM */
1
/* XPM */
2
static char * led_red_xpm[] = {
2
static const char * led_red_xpm[] = {
3
"28 28 434 2",
3
"28 28 434 2",
4
"  	c None",
4
"  	c None",
5
". 	c #959594",
5
". 	c #959594",
(-)miniAudicle-0.1.3.8b/wxw/icons/miniAudicle.xpm (-1 / +1 lines)
Lines 1-5 Link Here
1
/* XPM */
1
/* XPM */
2
static char * miniAudicle_xpm[] = {
2
static const char * miniAudicle_xpm[] = {
3
"128 128 1543 2",
3
"128 128 1543 2",
4
"  	c None",
4
"  	c None",
5
". 	c #FF9D20",
5
". 	c #FF9D20",
(-)miniAudicle-0.1.3.8b/wxw/icons/remove.xpm (-1 / +1 lines)
Lines 1-5 Link Here
1
/* XPM */
1
/* XPM */
2
static char * remove_xpm[] = {
2
static const char * remove_xpm[] = {
3
"32 32 177 2",
3
"32 32 177 2",
4
"  	c None",
4
"  	c None",
5
". 	c #FFB6B5",
5
". 	c #FFB6B5",
(-)miniAudicle-0.1.3.8b/wxw/icons/replace.xpm (-1 / +1 lines)
Lines 1-5 Link Here
1
/* XPM */
1
/* XPM */
2
static char * replace_xpm[] = {
2
static const char * replace_xpm[] = {
3
"32 32 114 2",
3
"32 32 114 2",
4
"  	c None",
4
"  	c None",
5
". 	c #5764FF",
5
". 	c #5764FF",

Return to bug 251223