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

(-)file_not_specified_in_diff (-20 / +37 lines)
Line  Link Here
0
-- cheesetracker-0.9.15.3.orig/common/os/path_data.cpp
0
++ cheesetracker-0.9.15.3/common/os/path_data.cpp
Lines 27-32 Link Here
27
//
27
//
28
#include "path_data.h"
28
#include "path_data.h"
29
#include <stdio.h>
29
#include <stdio.h>
30
#include <stdlib.h>
30
31
31
string Path_Data::get_home_dir() {
32
string Path_Data::get_home_dir() {
32
33
33
-- cheesetracker-0.9.15.3.orig/common/drivers/posix/mutex_lock_pthreads.h
34
++ cheesetracker-0.9.15.3/common/drivers/posix/mutex_lock_pthreads.h
Lines 39-44 Link Here
39
#include <pthread.h>
39
#include <pthread.h>
40
#include <errno.h>
40
#include <errno.h>
41
#include <string.h>
41
#include <string.h>
42
#include <stdlib.h>
42
/**
43
/**
43
  *@author Juan Linietsky
44
  *@author Juan Linietsky
44
  */
45
  */
45
-- cheesetracker-0.9.15.3.orig/common/drivers/posix/sound_driver_oss.cpp
46
++ cheesetracker-0.9.15.3/common/drivers/posix/sound_driver_oss.cpp
Lines 38-43 Link Here
38
#include "sound_driver_oss.h"
38
#include "sound_driver_oss.h"
39
#include "math.h"
39
#include "math.h"
40
#include "components/audio/sample_conversion.h"
40
#include "components/audio/sample_conversion.h"
41
#include <stdlib.h>
41
42
42
43
43
44
44
-- cheesetracker-0.9.15.3.orig/common/components/file/file_access.cpp
45
++ cheesetracker-0.9.15.3/common/components/file/file_access.cpp
Lines 14-19 Link Here
14
 *                                                                         *
14
 *                                                                         *
15
 ***************************************************************************/
15
 ***************************************************************************/
16
#include "file_access.h"
16
#include "file_access.h"
17
#include <string.h>
17
18
18
File_Manager::File_Manager() {
19
File_Manager::File_Manager() {
19
20
20
-- cheesetracker-0.9.15.3.orig/common/components/data/property_bridges.cpp
21
++ cheesetracker-0.9.15.3/common/components/data/property_bridges.cpp
Lines 31-36 Link Here
31
 ***************************************************************************/
31
 ***************************************************************************/
32
32
33
#include "property_bridges.h"
33
#include "property_bridges.h"
34
#include <string.h>
34
35
35
36
36
void Property_Bridge::set_display_preference(string p_pref) {
37
void Property_Bridge::set_display_preference(string p_pref) {
37
-- cheesetracker-0.9.15.3.orig/common/components/data/dds_packer.cpp
38
++ cheesetracker-0.9.15.3/common/components/data/dds_packer.cpp
Lines 1-4 Link Here
1
#include "dds_packer.h"
1
#include "dds_packer.h"
2
#include <string.h>
2
3
3
4
4
void DDSPacker::pack(DDS* p_struct, data& p_data, Uint32 p_offset) {
5
void DDSPacker::pack(DDS* p_struct, data& p_data, Uint32 p_offset) {
5
-- cheesetracker-0.9.15.3.orig/common/components/data/dds.cpp
6
++ cheesetracker-0.9.15.3/common/components/data/dds.cpp
Lines 1-4 Link Here
1
#include "dds.h"
1
#include "dds.h"
2
#include <string.h>
2
3
3
using std::vector;
4
using std::vector;
4
5
5
-- cheesetracker-0.9.15.3.orig/common/components/audio/mixer.cpp
6
++ cheesetracker-0.9.15.3/common/components/audio/mixer.cpp
Lines 35-40 Link Here
35
35
36
#include "cycles.h"
36
#include "cycles.h"
37
#include "components/midi/midi_controls.h"
37
#include "components/midi/midi_controls.h"
38
#include <string.h>
38
39
39
#define CYCMSEC(m_parm) (float)( ((double)m_parm/950000000.0) * 1000.0 )
40
#define CYCMSEC(m_parm) (float)( ((double)m_parm/950000000.0) * 1000.0 )
40
41
41
-- cheesetracker-0.9.15.3.orig/common/property_server/bridge_converter.cpp
42
++ cheesetracker-0.9.15.3/common/property_server/bridge_converter.cpp
Lines 1-4 Link Here
1
#include "bridge_converter.h"
1
#include "bridge_converter.h"
2
#include <string.h>
2
3
3
int BridgeConverter::get_short_string(BufferControl& p_buffer, string& p_string) {
4
int BridgeConverter::get_short_string(BufferControl& p_buffer, string& p_string) {
4
5
5
-- cheesetracker-0.9.15.3.orig/common/plugins/effects/custom/effect_pshift.cpp
6
++ cheesetracker-0.9.15.3/common/plugins/effects/custom/effect_pshift.cpp
Lines 11-16 Link Here
11
//
11
//
12
#include "effect_pshift.h"
12
#include "effect_pshift.h"
13
#include "math.h"
13
#include "math.h"
14
#include <string.h>
14
15
15
16
16
void Effect_PShift::reset() {
17
void Effect_PShift::reset() {
17
-- cheesetracker-0.9.15.3.orig/common/plugins/effects/custom/effect_echo.cpp
18
++ cheesetracker-0.9.15.3/common/plugins/effects/custom/effect_echo.cpp
Lines 10-15 Link Here
10
//
10
//
11
//
11
//
12
#include "effect_echo.h"
12
#include "effect_echo.h"
13
#include <string.h>
13
14
14
15
15
void Effect_Echo::reset() {
16
void Effect_Echo::reset() {
16
-- cheesetracker-0.9.15.3.orig/common/plugins/effects/custom/chorus_effect.cpp
17
++ cheesetracker-0.9.15.3/common/plugins/effects/custom/chorus_effect.cpp
Lines 10-16 Link Here
10
//
10
//
11
//
11
//
12
#include "chorus_effect.h"
12
#include "chorus_effect.h"
13
13
#include <string.h>
14
14
15
#define MIX_CALCULATE_INCREMENT_INTERVAL 8
15
#define MIX_CALCULATE_INCREMENT_INTERVAL 8
16
16
17
-- cheesetracker-0.9.15.3.orig/common/plugins/effects/custom/effect_stereo_fx.cpp
17
++ cheesetracker-0.9.15.3/common/plugins/effects/custom/effect_stereo_fx.cpp
Lines 10-15 Link Here
10
//
10
//
11
//
11
//
12
#include "effect_stereo_fx.h"
12
#include "effect_stereo_fx.h"
13
#include <string.h>
13
14
14
15
15
inline static double get_samples_from_msecs(double p_msecs,double p_mixfreq) {
16
inline static double get_samples_from_msecs(double p_msecs,double p_mixfreq) {
16
-- cheesetracker-0.9.15.3.orig/common/plugins/effects/ladspa/ladspa_effect.cpp
17
++ cheesetracker-0.9.15.3/common/plugins/effects/ladspa/ladspa_effect.cpp
Lines 17-22 Link Here
17
#include <sys/types.h>
17
#include <sys/types.h>
18
#include <dirent.h>
18
#include <dirent.h>
19
#include <dlfcn.h>
19
#include <dlfcn.h>
20
#include <string.h>
20
21
21
22
22
23
23
-- cheesetracker-0.9.15.3.orig/common/plugins/effects/ladspa/ladspa_effect.h
24
++ cheesetracker-0.9.15.3/common/plugins/effects/ladspa/ladspa_effect.h
Lines 18-25 Link Here
18
18
19
#include "common/plugins/effects/ladspa/ladspa.h"
19
#include "common/plugins/effects/ladspa/ladspa.h"
20
#include "components/audio/effect.h"
20
#include "components/audio/effect.h"
21
#include <string.h>
21
#include <vector>
22
#include <vector>
22
	using std::vector;
23
using std::vector;
23
24
24
/**
25
/**
25
@author Juan Linietsky
26
@author Juan Linietsky
26
-- cheesetracker-0.9.15.3.orig/cheesetracker/trackercore/file_writer.cpp
27
++ cheesetracker-0.9.15.3/cheesetracker/trackercore/file_writer.cpp
Lines 31-36 Link Here
31
 ***************************************************************************/
31
 ***************************************************************************/
32
32
33
#include "file_writer.h"
33
#include "file_writer.h"
34
#include <string.h>
34
35
35
File_Writer::File_Writer(){
36
File_Writer::File_Writer(){
36
37
37
-- cheesetracker-0.9.15.3.orig/cheesetracker/trackercore/instrument.cpp
38
++ cheesetracker-0.9.15.3/cheesetracker/trackercore/instrument.cpp
Lines 31-36 Link Here
31
 ***************************************************************************/
31
 ***************************************************************************/
32
32
33
#include <cassert>
33
#include <cassert>
34
#include <string.h>
34
#include "instrument.h"
35
#include "instrument.h"
35
36
36
void
37
void
37
-- cheesetracker-0.9.15.3.orig/cheesetracker/trackercore/voice_control.cpp
38
++ cheesetracker-0.9.15.3/cheesetracker/trackercore/voice_control.cpp
Lines 16-21 Link Here
16
16
17
#include "voice_control.h"
17
#include "voice_control.h"
18
#include "freq_conversion.h"
18
#include "freq_conversion.h"
19
#include <stdlib.h>
19
20
20
21
21
#define PAN_SURROUND 512
22
#define PAN_SURROUND 512

Return to bug 217851