1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
|
diff -Naur Cynthiune-0.9.5.orig/Bundles/aRts/GNUmakefile Cynthiune-0.9.5/Bundles/aRts/GNUmakefile
--- Cynthiune-0.9.5.orig/Bundles/aRts/GNUmakefile 2007-07-01 23:33:59.000000000 +0200
+++ Cynthiune-0.9.5/Bundles/aRts/GNUmakefile 2007-07-01 23:35:40.000000000 +0200
@@ -35,7 +35,7 @@
PACKAGE_NAME=aRts
BUNDLE_NAME=aRts
BUNDLE_EXTENSION=.output
-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Cynthiune
+BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Cynthiune
aRts_PRINCIPAL_CLASS=aRts
aRts_LANGUAGES=
aRts_LOCALIZED_RESOURCE_FILES=
diff -Naur Cynthiune-0.9.5.orig/Bundles/ASFTags/GNUmakefile Cynthiune-0.9.5/Bundles/ASFTags/GNUmakefile
--- Cynthiune-0.9.5.orig/Bundles/ASFTags/GNUmakefile 2007-07-01 23:33:59.000000000 +0200
+++ Cynthiune-0.9.5/Bundles/ASFTags/GNUmakefile 2007-07-01 23:35:40.000000000 +0200
@@ -35,7 +35,7 @@
PACKAGE_NAME=ASFTags
BUNDLE_NAME=ASFTags
BUNDLE_EXTENSION=.tags
-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Cynthiune
+BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Cynthiune
ASFTags_PRINCIPAL_CLASS=ASFTags
#
diff -Naur Cynthiune-0.9.5.orig/Bundles/AudioFile/GNUmakefile Cynthiune-0.9.5/Bundles/AudioFile/GNUmakefile
--- Cynthiune-0.9.5.orig/Bundles/AudioFile/GNUmakefile 2007-07-01 23:33:59.000000000 +0200
+++ Cynthiune-0.9.5/Bundles/AudioFile/GNUmakefile 2007-07-01 23:35:40.000000000 +0200
@@ -24,7 +24,7 @@
PACKAGE_NAME=AudioFile
BUNDLE_NAME=AudioFile
BUNDLE_EXTENSION=.format
-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Cynthiune
+BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Cynthiune
AudioFile_PRINCIPAL_CLASS=AudioFile
AudioFile_LIBRARIES_DEPEND_UPON +=
diff -Naur Cynthiune-0.9.5.orig/Bundles/Esound/GNUmakefile Cynthiune-0.9.5/Bundles/Esound/GNUmakefile
--- Cynthiune-0.9.5.orig/Bundles/Esound/GNUmakefile 2007-07-01 23:33:59.000000000 +0200
+++ Cynthiune-0.9.5/Bundles/Esound/GNUmakefile 2007-07-01 23:35:40.000000000 +0200
@@ -35,7 +35,7 @@
PACKAGE_NAME=Esound
BUNDLE_NAME=Esound
BUNDLE_EXTENSION=.output
-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Cynthiune
+BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Cynthiune
Esound_PRINCIPAL_CLASS=Esound
Esound_LANGUAGES=English French
Esound_LOCALIZED_RESOURCE_FILES=Localizable.strings
diff -Naur Cynthiune-0.9.5.orig/Bundles/FLAC/GNUmakefile Cynthiune-0.9.5/Bundles/FLAC/GNUmakefile
--- Cynthiune-0.9.5.orig/Bundles/FLAC/GNUmakefile 2007-07-01 23:33:59.000000000 +0200
+++ Cynthiune-0.9.5/Bundles/FLAC/GNUmakefile 2007-07-01 23:35:40.000000000 +0200
@@ -35,7 +35,7 @@
PACKAGE_NAME=FLAC
BUNDLE_NAME=FLAC
BUNDLE_EXTENSION=.format
-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Cynthiune
+BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Cynthiune
FLAC_PRINCIPAL_CLASS=FLAC
diff -Naur Cynthiune-0.9.5.orig/Bundles/FLACTags/GNUmakefile Cynthiune-0.9.5/Bundles/FLACTags/GNUmakefile
--- Cynthiune-0.9.5.orig/Bundles/FLACTags/GNUmakefile 2007-07-01 23:33:59.000000000 +0200
+++ Cynthiune-0.9.5/Bundles/FLACTags/GNUmakefile 2007-07-01 23:35:40.000000000 +0200
@@ -35,7 +35,7 @@
PACKAGE_NAME=FLACTags
BUNDLE_NAME=FLACTags
BUNDLE_EXTENSION=.tags
-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Cynthiune
+BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Cynthiune
FLACTags_PRINCIPAL_CLASS=FLACTags
diff -Naur Cynthiune-0.9.5.orig/Bundles/FormatSkeleton/GNUmakefile Cynthiune-0.9.5/Bundles/FormatSkeleton/GNUmakefile
--- Cynthiune-0.9.5.orig/Bundles/FormatSkeleton/GNUmakefile 2007-07-01 23:33:59.000000000 +0200
+++ Cynthiune-0.9.5/Bundles/FormatSkeleton/GNUmakefile 2007-07-01 23:35:40.000000000 +0200
@@ -35,7 +35,7 @@
PACKAGE_NAME=$FORMAT$
BUNDLE_NAME=$FORMAT$
BUNDLE_EXTENSION=.format
-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Cynthiune
+BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Cynthiune
$FORMAT$_PRINCIPAL_CLASS=$FORMAT$
diff -Naur Cynthiune-0.9.5.orig/Bundles/GraphWriter/GNUmakefile Cynthiune-0.9.5/Bundles/GraphWriter/GNUmakefile
--- Cynthiune-0.9.5.orig/Bundles/GraphWriter/GNUmakefile 2007-07-01 23:33:59.000000000 +0200
+++ Cynthiune-0.9.5/Bundles/GraphWriter/GNUmakefile 2007-07-01 23:35:40.000000000 +0200
@@ -35,7 +35,7 @@
PACKAGE_NAME=GraphWriter
BUNDLE_NAME=GraphWriter
BUNDLE_EXTENSION=.output
-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Cynthiune
+BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Cynthiune
GraphWriter_PRINCIPAL_CLASS=GraphWriter
GraphWriter_LANGUAGES=
GraphWriter_LOCALIZED_RESOURCE_FILES=
diff -Naur Cynthiune-0.9.5.orig/Bundles/ID3Tag/GNUmakefile Cynthiune-0.9.5/Bundles/ID3Tag/GNUmakefile
--- Cynthiune-0.9.5.orig/Bundles/ID3Tag/GNUmakefile 2007-07-01 23:33:59.000000000 +0200
+++ Cynthiune-0.9.5/Bundles/ID3Tag/GNUmakefile 2007-07-01 23:35:40.000000000 +0200
@@ -35,7 +35,7 @@
PACKAGE_NAME=ID3Tag
BUNDLE_NAME=ID3Tag
BUNDLE_EXTENSION=.tags
-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Cynthiune
+BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Cynthiune
ID3Tag_PRINCIPAL_CLASS=ID3Tag
#
diff -Naur Cynthiune-0.9.5.orig/Bundles/Mod/GNUmakefile Cynthiune-0.9.5/Bundles/Mod/GNUmakefile
--- Cynthiune-0.9.5.orig/Bundles/Mod/GNUmakefile 2007-07-01 23:33:59.000000000 +0200
+++ Cynthiune-0.9.5/Bundles/Mod/GNUmakefile 2007-07-01 23:35:40.000000000 +0200
@@ -35,7 +35,7 @@
PACKAGE_NAME=Mod
BUNDLE_NAME=Mod
BUNDLE_EXTENSION=.format
-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Cynthiune
+BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Cynthiune
Mod_PRINCIPAL_CLASS=Mod
diff -Naur Cynthiune-0.9.5.orig/Bundles/MP3/GNUmakefile Cynthiune-0.9.5/Bundles/MP3/GNUmakefile
--- Cynthiune-0.9.5.orig/Bundles/MP3/GNUmakefile 2007-07-01 23:33:59.000000000 +0200
+++ Cynthiune-0.9.5/Bundles/MP3/GNUmakefile 2007-07-01 23:35:40.000000000 +0200
@@ -35,7 +35,7 @@
PACKAGE_NAME=MP3
BUNDLE_NAME=MP3
BUNDLE_EXTENSION=.format
-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Cynthiune
+BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Cynthiune
MP3_PRINCIPAL_CLASS=MP3
#
diff -Naur Cynthiune-0.9.5.orig/Bundles/Musepack/GNUmakefile Cynthiune-0.9.5/Bundles/Musepack/GNUmakefile
--- Cynthiune-0.9.5.orig/Bundles/Musepack/GNUmakefile 2007-07-01 23:33:59.000000000 +0200
+++ Cynthiune-0.9.5/Bundles/Musepack/GNUmakefile 2007-07-01 23:35:40.000000000 +0200
@@ -28,7 +28,7 @@
PACKAGE_NAME=Musepack
BUNDLE_NAME=Musepack
BUNDLE_EXTENSION=.format
-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Cynthiune
+BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Cynthiune
Musepack_PRINCIPAL_CLASS=Musepack
#
diff -Naur Cynthiune-0.9.5.orig/Bundles/Ogg/GNUmakefile Cynthiune-0.9.5/Bundles/Ogg/GNUmakefile
--- Cynthiune-0.9.5.orig/Bundles/Ogg/GNUmakefile 2007-07-01 23:33:59.000000000 +0200
+++ Cynthiune-0.9.5/Bundles/Ogg/GNUmakefile 2007-07-01 23:35:40.000000000 +0200
@@ -35,7 +35,7 @@
PACKAGE_NAME=Ogg
BUNDLE_NAME=Ogg
BUNDLE_EXTENSION=.format
-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Cynthiune
+BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Cynthiune
Ogg_PRINCIPAL_CLASS=Ogg
diff -Naur Cynthiune-0.9.5.orig/Bundles/OSS/GNUmakefile Cynthiune-0.9.5/Bundles/OSS/GNUmakefile
--- Cynthiune-0.9.5.orig/Bundles/OSS/GNUmakefile 2007-07-01 23:33:59.000000000 +0200
+++ Cynthiune-0.9.5/Bundles/OSS/GNUmakefile 2007-07-01 23:35:40.000000000 +0200
@@ -35,7 +35,7 @@
PACKAGE_NAME=OSS
BUNDLE_NAME=OSS
BUNDLE_EXTENSION=.output
-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Cynthiune
+BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Cynthiune
OSS_PRINCIPAL_CLASS=OSS
OSS_LANGUAGES=English French
OSS_LOCALIZED_RESOURCE_FILES=Localizable.strings
diff -Naur Cynthiune-0.9.5.orig/Bundles/OutputSkeleton/GNUmakefile Cynthiune-0.9.5/Bundles/OutputSkeleton/GNUmakefile
--- Cynthiune-0.9.5.orig/Bundles/OutputSkeleton/GNUmakefile 2007-07-01 23:33:59.000000000 +0200
+++ Cynthiune-0.9.5/Bundles/OutputSkeleton/GNUmakefile 2007-07-01 23:35:40.000000000 +0200
@@ -35,7 +35,7 @@
PACKAGE_NAME=$OUTPUT$
BUNDLE_NAME=$OUTPUT$
BUNDLE_EXTENSION=.output
-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Cynthiune
+BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Cynthiune
$OUTPUT$_PRINCIPAL_CLASS=$OUTPUT$
$OUTPUT$_LANGUAGES=
$OUTPUT$_LOCALIZED_RESOURCE_FILES=
diff -Naur Cynthiune-0.9.5.orig/Bundles/Taglib/GNUmakefile Cynthiune-0.9.5/Bundles/Taglib/GNUmakefile
--- Cynthiune-0.9.5.orig/Bundles/Taglib/GNUmakefile 2007-07-01 23:33:59.000000000 +0200
+++ Cynthiune-0.9.5/Bundles/Taglib/GNUmakefile 2007-07-01 23:35:40.000000000 +0200
@@ -35,7 +35,7 @@
PACKAGE_NAME=Taglib
BUNDLE_NAME=Taglib
BUNDLE_EXTENSION=.tags
-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Cynthiune
+BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Cynthiune
Taglib_PRINCIPAL_CLASS=Taglib
diff -Naur Cynthiune-0.9.5.orig/Bundles/TagsSkeleton/GNUmakefile Cynthiune-0.9.5/Bundles/TagsSkeleton/GNUmakefile
--- Cynthiune-0.9.5.orig/Bundles/TagsSkeleton/GNUmakefile 2007-07-01 23:33:59.000000000 +0200
+++ Cynthiune-0.9.5/Bundles/TagsSkeleton/GNUmakefile 2007-07-01 23:35:40.000000000 +0200
@@ -35,7 +35,7 @@
PACKAGE_NAME=$TAGS$
BUNDLE_NAME=$TAGS$
BUNDLE_EXTENSION=.tags
-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Cynthiune
+BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Cynthiune
$TAGS$_PRINCIPAL_CLASS=$TAGS$
diff -Naur Cynthiune-0.9.5.orig/Bundles/Timidity/GNUmakefile Cynthiune-0.9.5/Bundles/Timidity/GNUmakefile
--- Cynthiune-0.9.5.orig/Bundles/Timidity/GNUmakefile 2007-07-01 23:33:59.000000000 +0200
+++ Cynthiune-0.9.5/Bundles/Timidity/GNUmakefile 2007-07-01 23:35:40.000000000 +0200
@@ -35,7 +35,7 @@
PACKAGE_NAME=Timidity
BUNDLE_NAME=Timidity
BUNDLE_EXTENSION=.format
-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Cynthiune
+BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Cynthiune
Timidity_PRINCIPAL_CLASS=Timidity
diff -Naur Cynthiune-0.9.5.orig/Bundles/VorbisTags/GNUmakefile Cynthiune-0.9.5/Bundles/VorbisTags/GNUmakefile
--- Cynthiune-0.9.5.orig/Bundles/VorbisTags/GNUmakefile 2007-07-01 23:33:59.000000000 +0200
+++ Cynthiune-0.9.5/Bundles/VorbisTags/GNUmakefile 2007-07-01 23:35:40.000000000 +0200
@@ -35,7 +35,7 @@
PACKAGE_NAME=VorbisTags
BUNDLE_NAME=VorbisTags
BUNDLE_EXTENSION=.tags
-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Cynthiune
+BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Cynthiune
VorbisTags_PRINCIPAL_CLASS=VorbisTags
diff -Naur Cynthiune-0.9.5.orig/Bundles/WaveOut/GNUmakefile Cynthiune-0.9.5/Bundles/WaveOut/GNUmakefile
--- Cynthiune-0.9.5.orig/Bundles/WaveOut/GNUmakefile 2007-07-01 23:33:59.000000000 +0200
+++ Cynthiune-0.9.5/Bundles/WaveOut/GNUmakefile 2007-07-01 23:35:40.000000000 +0200
@@ -35,7 +35,7 @@
PACKAGE_NAME=WaveOut
BUNDLE_NAME=WaveOut
BUNDLE_EXTENSION=.output
-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Cynthiune
+BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Cynthiune
WaveOut_PRINCIPAL_CLASS=WaveOut
WaveOut_LANGUAGES=
WaveOut_LOCALIZED_RESOURCE_FILES=
diff -Naur Cynthiune-0.9.5.orig/Bundles/WindowsMedia/GNUmakefile Cynthiune-0.9.5/Bundles/WindowsMedia/GNUmakefile
--- Cynthiune-0.9.5.orig/Bundles/WindowsMedia/GNUmakefile 2007-07-01 23:33:59.000000000 +0200
+++ Cynthiune-0.9.5/Bundles/WindowsMedia/GNUmakefile 2007-07-01 23:35:40.000000000 +0200
@@ -35,7 +35,7 @@
PACKAGE_NAME=WindowsMedia
BUNDLE_NAME=WindowsMedia
BUNDLE_EXTENSION=.format
-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Cynthiune
+BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Cynthiune
WindowsMedia_PRINCIPAL_CLASS=WindowsMedia
diff -Naur Cynthiune-0.9.5.orig/Bundles/XMMSInput/GNUmakefile Cynthiune-0.9.5/Bundles/XMMSInput/GNUmakefile
--- Cynthiune-0.9.5.orig/Bundles/XMMSInput/GNUmakefile 2007-07-01 23:33:59.000000000 +0200
+++ Cynthiune-0.9.5/Bundles/XMMSInput/GNUmakefile 2007-07-01 23:35:40.000000000 +0200
@@ -35,7 +35,7 @@
PACKAGE_NAME=XMMSInput
BUNDLE_NAME=XMMSInput
BUNDLE_EXTENSION=.format
-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Cynthiune
+BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Cynthiune
XMMSInput_PRINCIPAL_CLASS=XMMSInput
diff -Naur Cynthiune-0.9.5.orig/GNUmakefile Cynthiune-0.9.5/GNUmakefile
--- Cynthiune-0.9.5.orig/GNUmakefile 2007-07-01 23:33:59.000000000 +0200
+++ Cynthiune-0.9.5/GNUmakefile 2007-07-01 23:34:07.000000000 +0200
@@ -22,8 +22,6 @@
include $(GNUSTEP_MAKEFILES)/common.make
-GNUSTEP_INSTALLATION_DIR=$(GNUSTEP_LOCAL_ROOT)/
-
FRAMEWORKS_DIRS = Frameworks/Cynthiune
FRAMEWORKS = Cynthiune
|