]> git.pld-linux.org Git - packages/arts.git/blame - arts-branch.diff
- up to 1.5.6
[packages/arts.git] / arts-branch.diff
CommitLineData
a6f257ee 1Index: tests/testifacerepo.cc
36a3df7f 2===================================================================
a6f257ee 3--- tests/testifacerepo.cc (.../tags/arts/1.5.4/arts) (revision 582125)
4+++ tests/testifacerepo.cc (.../branches/arts/1.5/arts) (revision 582125)
5@@ -21,7 +21,7 @@
6 */
7
8 #include <algorithm>
9-#include "core.h"
10+#include "common.h"
11 #include "test.h"
12
13 using namespace Arts;
14Index: tests/testanyref.cc
15===================================================================
16--- tests/testanyref.cc (.../tags/arts/1.5.4/arts) (revision 582125)
17+++ tests/testanyref.cc (.../branches/arts/1.5/arts) (revision 582125)
18@@ -20,8 +20,7 @@
19
20 */
21
22-#include "anyref.h"
23-#include "core.h"
24+#include "common.h"
25 #include "test.h"
26
27 using namespace Arts;
28Index: flow/audioioalsa.cc
36a3df7f 29===================================================================
a6f257ee 30--- flow/audioioalsa.cc (.../tags/arts/1.5.4/arts) (revision 582125)
31+++ flow/audioioalsa.cc (.../branches/arts/1.5/arts) (revision 582125)
32@@ -114,7 +114,11 @@
33 */
34 m_card = snd_defaults_pcm_card(); //!! need interface !!
35 m_device = snd_defaults_pcm_device(); //!!
36+#ifdef WORDS_BIGENDIAN
37+ m_format = SND_PCM_SFMT_S16_BE;
38+#else
39 m_format = SND_PCM_SFMT_S16_LE;
40+#endif
41 m_bufferMode = block; //block/stream (stream mode doesn't work yet)
42
43 if(m_card >= 0) {
44Index: examples/referenceinfo.cc
45===================================================================
46--- examples/referenceinfo.cc (.../tags/arts/1.5.4/arts) (revision 582125)
47+++ examples/referenceinfo.cc (.../branches/arts/1.5/arts) (revision 582125)
48@@ -23,7 +23,7 @@
49
50 */
51
52-#include "core.h"
53+#include "common.h"
54 #include <stdio.h>
55
56 using namespace Arts;
57Index: examples/x11commtest.cc
36a3df7f 58===================================================================
a6f257ee 59--- examples/x11commtest.cc (.../tags/arts/1.5.4/arts) (revision 582125)
60+++ examples/x11commtest.cc (.../branches/arts/1.5/arts) (revision 582125)
61@@ -25,7 +25,7 @@
62 */
63
64 #include <iostream>
65-#include "core.h"
66+#include "common.h"
67
68 using namespace std;
69 using namespace Arts;
70Index: examples/helloserver.cc
71===================================================================
72--- examples/helloserver.cc (.../tags/arts/1.5.4/arts) (revision 582125)
73+++ examples/helloserver.cc (.../branches/arts/1.5/arts) (revision 582125)
74@@ -23,7 +23,7 @@
75
76 */
77
78-#include "core.h"
79+#include "common.h"
80 #include "hello_impl.h"
81
82 #include <stdio.h>
83Index: Makefile.am.in
84===================================================================
85--- Makefile.am.in (.../tags/arts/1.5.4/arts) (revision 582125)
86+++ Makefile.am.in (.../branches/arts/1.5/arts) (revision 582125)
87@@ -21,7 +21,7 @@
88
89 $(top_srcdir)/acinclude.m4: $(top_srcdir)/libltdl/ltdl.m4
90
91-AUTOMAKE_OPTIONS = foreign 1.5
92+AUTOMAKE_OPTIONS = foreign 1.6.1
93 COMPILE_FIRST = libltdl mcop mcopidl flow mcop_mt soundserver artsc examples tests doc
94 EXTRA_DIST = admin
95
36a3df7f 96
a6f257ee 97Property changes on: .
36a3df7f
AM
98___________________________________________________________________
99Name: svn:externals
100 + libltdl https://svn.kde.org/home/kde/branches/KDE/3.5/kdelibs/libltdl
101admin https://svn.kde.org/home/kde/branches/KDE/3.5/kde-common/admin
102
103
This page took 0.032621 seconds and 4 git commands to generate.