summaryrefslogtreecommitdiffstats
path: root/backport.scm
blob: d83524b4ce43958f4c779eb4cb374722223517a2 (plain) (blame)
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
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
(define-module (backport)
               #:use-module ((guix licenses) #:prefix license:)
               #:use-module (gnu packages admin)
               #:use-module (gnu packages algebra)
               #:use-module (gnu packages assembly)
               #:use-module (gnu packages audio)
               #:use-module (gnu packages autogen)
               #:use-module (gnu packages autotools)
               #:use-module (gnu packages backup)
               #:use-module (gnu packages base)
               #:use-module (gnu packages bash)
               #:use-module (gnu packages bison)
               #:use-module (gnu packages boost)
               #:use-module (gnu packages cdrom)
               #:use-module (gnu packages check)
               #:use-module (gnu packages cmake)
               #:use-module (gnu packages compression)
               #:use-module (gnu packages containers)
               #:use-module (gnu packages cross-base)
               #:use-module (gnu packages curl)
               #:use-module (gnu packages digest)
               #:use-module (gnu packages elf)
               #:use-module (gnu packages emulators)
               #:use-module (gnu packages engineering)
               #:use-module (gnu packages flex)
               #:use-module (gnu packages fltk)
               #:use-module (gnu packages fonts)
               #:use-module (gnu packages fontutils)
               #:use-module (gnu packages freedesktop)
               #:use-module (gnu packages fribidi)
               #:use-module (gnu packages game-development)
               #:use-module (gnu packages game-development)
               #:use-module (gnu packages gettext)
               #:use-module (gnu packages gl)
               #:use-module (gnu packages glib)
               #:use-module (gnu packages gnome)
               #:use-module (gnu packages graphics)
               #:use-module (gnu packages gtk)
               #:use-module (gnu packages image)
               #:use-module (gnu packages libedit)
               #:use-module (gnu packages libusb)
               #:use-module (gnu packages linux)
               #:use-module (gnu packages linux)
               #:use-module (gnu packages lua)
               #:use-module (gnu packages maths)
               #:use-module (gnu packages mp3)
               #:use-module (gnu packages music)
               #:use-module (gnu packages ncurses)
               #:use-module (gnu packages networking)
               #:use-module (gnu packages networking)
               #:use-module (gnu packages openbox)
               #:use-module (gnu packages pkg-config)
               #:use-module (gnu packages pretty-print)
               #:use-module (gnu packages pretty-print)
               #:use-module (gnu packages pulseaudio)
               #:use-module (gnu packages python)
               #:use-module (gnu packages python-build)
               #:use-module (gnu packages python-xyz)
               #:use-module (gnu packages qt)
               #:use-module (gnu packages sdl)
               #:use-module (gnu packages sdl)
               #:use-module (gnu packages sphinx)
               #:use-module (gnu packages sqlite)
               #:use-module (gnu packages texinfo)
               #:use-module (gnu packages textutils)
               #:use-module (gnu packages tls)
               #:use-module (gnu packages upnp)
               #:use-module (gnu packages version-control)
               #:use-module (gnu packages video)
               #:use-module (gnu packages vulkan)
               #:use-module (gnu packages web)
               #:use-module (gnu packages xdisorg)
               #:use-module (gnu packages xiph)
               #:use-module (gnu packages xml)
               #:use-module (gnu packages xorg)
               #:use-module (gnu packages)
               #:use-module (guix build-system cmake)
               #:use-module (guix download)
               #:use-module (guix gexp)
               #:use-module (guix git-download)
               #:use-module (guix hg-download)
               #:use-module (guix packages)
               #:use-module (guix svn-download)
               #:use-module (guix utils)
               #:use-module (ice-9 match)
               )

(define-public dolphin-emu-next
               (package
                 (inherit dolphin-emu)
                 (name "dolphin-emu-next")
                 (version "2503")
                 ;(version "ad3650abfcae6432338ba976123958ee67a4106c")
                 (inputs
                   (list alsa-lib
                         ao
                         bluez
                         bzip2
                         cubeb
                         curl
                         enet-1.3.18
                         eudev
                         ffmpeg-4
                         fmt-10
                         font-wqy-microhei
                         freetype
                         git-minimal
                         glew
                         glib
                         glu
                         gtk+-2
                         hidapi
                         libevdev
                         libpng
                         libusb
                         libx11
                         libxi
                         libxrandr
                         lzo
                         mbedtls-lts
                         mesa
                         miniupnpc
                         minizip-ng
                         openal
                         pugixml
                         pulseaudio
                         qtbase
                         qtsvg
                         sdl2-2.30.9
                         sfml-3
                         soil
                         soundtouch-1/integer-samples
                         vulkan-loader
                         xxhash
                         zlib
                         libxcursor
                         libxi
                         `(,zstd "lib")))

                 (arguments
                   (list
                     #:phases
                     #~(modify-phases %standard-phases
                                      (add-before 'configure 'set-scm-desc-str
                                                  (lambda _
                                                    (substitute* "Source/Core/Common/scmrev.h.in" (("#define SCM_REV_STR \"\\$\\{DOLPHIN_WC_REVISION\\}\"") "#define SCM_REV_STR \"9763c0a1e2b9db0c3861d25bc2f5a0ace6a15ee3\""))
                                                    ))
                                      (add-before 'configure 'remove-unittests-target-post-build-command
                                                  (lambda _
                                                    ;; To skip a few problematic tests, CTest will be manually
                                                    ;; invoked in the post-check phase.
                                                    (with-directory-excursion "Source/UnitTests"
                                                                              (substitute* "CMakeLists.txt"
                                                                                           (("add_custom_command\\(TARGET unittests POST_BUILD.*")
                                                                                            "")))))
                                      (add-before 'configure 'generate-fonts&hardcore-libvulkan-path
                                                  (lambda* (#:key inputs #:allow-other-keys)
                                                           (let ((fontfile
                                                                   (search-input-file inputs
                                                                                      "/share/fonts/truetype/wqy-microhei.ttc"))
                                                                 (libvulkan
                                                                   (search-input-file inputs "/lib/libvulkan.so")))
                                                             (chdir "docs")
                                                             (invoke "bash" "-c" "g++ -O2 $(freetype-config \
                                                                                                            --cflags --libs) gc-font-tool.cpp -o gc-font-tool")
                                                             (invoke "./gc-font-tool" "a" fontfile "font_western.bin")
                                                             (invoke "./gc-font-tool" "s" fontfile "font_japanese.bin")
                                                             (copy-file "font_japanese.bin" "../Data/Sys/GC/font_japanese.bin")
                                                             (copy-file "font_western.bin" "../Data/Sys/GC/font_western.bin")
                                                             (chdir "..")
                                                             (substitute* "Source/Core/VideoBackends/Vulkan/VulkanLoader.cpp"
                                                                          (("\"vulkan\", 1") (string-append "\"vulkan\""))
                                                                          (("\"vulkan\"") (string-append "\"" libvulkan "\""))
                                                                          (("Common::DynamicLibrary::GetVersionedFilename") "")))))
                                      (add-after 'check 'post-check
                                                 (lambda* (#:key tests? #:allow-other-keys)
                                                          (when tests?
                                                            (with-directory-excursion "Source/UnitTests"
                                                                                      (invoke "ctest" "-V" "--output-on-failure"
                                                                                              ;; These tests fail due to libusb failing to
                                                                                              ;; init inside the build container.
                                                                                              "-E" (string-join
                                                                                                     '("MMIOTest"
                                                                                                       "PageFaultTest"
                                                                                                       "CoreTimingTest"
                                                                                                       "FileSystemTest"
                                                                                                       "PowerPCTest"
                                                                                                       "VertexLoaderTest")
                                                                                                     "|"))))))
                                      (add-before 'install 'build-codeloader.bin
                                                  (lambda _
                                                    (with-directory-excursion "../source/docs"
                                                                              ;; The following command-line is adapted from the example in
                                                                              ;; codehandler.s.
                                                                              (invoke "powerpc-linux-gnu-gcc" "-mpowerpc" "-mbig"
                                                                                      "codehandler.s" "-nostartfiles" "-nodefaultlibs"
                                                                                      "-nostdlib" "-T" "codehandler.ld"
                                                                                      "-o" "codehandler.bin")
                                                                              (copy-file "codehandler.bin" "../Data/Sys/codehandler.bin"))))
                                      (add-before 'install 'build-dsp_rom.bin
                                                  (lambda _
                                                    ;; Ensure dsptool is on PATH.
                                                    (setenv "PATH" (string-append (getenv "PATH") ":"
                                                                                  (getcwd) "/Binaries"))
                                                    (with-directory-excursion "../source"
                                                                              (invoke "dsptool" "-o" "Data/Sys/GC/dsp_rom.bin"
                                                                                      "docs/DSP/free_dsp_rom/dsp_rom.ds"))))
                                      (add-before 'install 'build-dsp_coefs.bin
                                                  (lambda _
                                                    (with-directory-excursion "../source"
                                                                              (invoke "python3" "docs/DSP/free_dsp_rom/generate_coefs.py")
                                                                              (rename-file "dsp_coef.bin" "Data/Sys/GC/dsp_coef.bin")))))
                     ;; The FindGTK2 cmake script only checks hardcoded directories for
                     ;; glib/gtk headers.  Also add some include directories via the CXX
                     ;; flags to let GCC find some headers not actively searched by the
                     ;; build system.
                     #:configure-flags
                     #~(list (string-append "-DCMAKE_CXX_FLAGS="
                                            "-I" (search-input-directory
                                                   %build-inputs "include/soundtouch"))
                             "-DDSPTOOL=ON"
                             (string-append "-DX11_INCLUDE_DIR="
                                            #$(this-package-input "libx11")
                                            "/include")
                             (string-append "-DOLPHIN_WC_DESCRIBE=2503")
                             (string-append "-DOLPHIN_WC_REVISION=9763c0a1e2b9db0c3861d25bc2f5a0ace6a15ee3")
                             (string-append "-DOLPHIN_WC_BRANCH=HEAD")
                             (string-append "-DCMAKE_BUILD_TYPE=Release")
                             (string-append "-DX11_LIBRARIES="
                                            (search-input-file %build-inputs
                                                               "lib/libX11.so"))
                             "-DX11_FOUND=1")
                     #:test-target "unittests"))

                 (source
                   (origin
                     (method git-fetch)
                     (uri (git-reference
                            (url "https://github.com/dolphin-emu/dolphin")
                            (recursive? #t)
                            (commit version)))
                     (file-name (git-file-name name version))
                     (sha256
                       (base32 "0yyl91sb8w422zfdml9hmwwn3088gxv977aailc0l5icaxf4m8m2"))
                     (modules '((guix build utils)
                                (ice-9 regex)))
                     (snippet
                       '(begin
                          ;; Remove external stuff we don't need.
                          (for-each (lambda (dir)
                                      (delete-file-recursively
                                        (string-append "Externals/" dir)))
                                    '(
                                      ;"LZO" "OpenAL" "Qt" "SFML" "bzip2"
                                      "LZO" "OpenAL" "Qt" "bzip2"
                                      ;; XXX: Attempting to use the vulkan-headers package
                                      ;; results in "error:
                                      ;; ‘VK_PRESENT_MODE_RANGE_SIZE_KHR’ was not declared
                                      ;; in this scope".
                                      ;;"Vulkan"
                                      "cubeb" "curl" "enet"
                                      ;"ffmpeg" "fmt" "gettext"
                                      "fmt" "gettext"
                                      ;; XXX: Attempting to use an unbundled glslang at the
                                      ;; exact commit used by Dolphin still results in
                                      ;; "error: ‘DefaultTBuiltInResource’ is not a member
                                      ;; of ‘glslang’".
                                      ;;"glslang"
                                      ;; XXX: Googletest cannot currently easily be
                                      ;; unbundled, as there are missing linking
                                      ;; directives.
                                      ;;"gtest"
                                      ;"hidapi" "libpng" "libusb" "mbedtls"
                                      "hidapi" "libusb" "mbedtls"
                                      ;"miniupnpc" "minizip" "MoltenVK" "pugixml"
                                      "miniupnpc" "MoltenVK" "pugixml"
                                      ;"soundtouch"
                                      ;"xxhash" "zlib" "zstd"
                                      "xxhash" "zstd"
                                      ))
                          ;; Clean up the source.
                          (for-each delete-file
                                    (find-files
                                      "."
                                      (lambda (file _)
                                        (and (string-match "\\.(bin|dsy|exe|jar|rar)$" file)
                                             ;; Preserve the important wc24 .bin
                                             ;; configuration *data* files.
                                             (not (member (basename file)
                                                          '("misc.bin"
                                                            "nwc24dl.bin"
                                                            "nwc24fl.bin"
                                                            "nwc24fls.bin")))))))
                          ;; Do not attempt to include now-missing directories.
                          (substitute* "CMakeLists.txt"
                                       ((".*add_subdirectory.*Externals/enet.*") "")
                                       ((".*add_subdirectory.*Externals/soundtouch.*") "")
                                       ((".*add_subdirectory.*Externals/xxhash.*") ""))))
                     ;(patches (search-patches "dolphin-emu-data.patch")
                     ))))

(define-public sdl2-2.30.9
               (package
                 (inherit sdl2)
                 (name "sdl2-2.30.9")
                 (version "2.30.9")
                 (source (origin
                           (method url-fetch)
                           (uri
                             (string-append "https://libsdl.org/release/SDL2-"
                                            version ".tar.gz"))
                           (sha256
                             (base32
                               "197bdcfnnsd4k7q91y518kari0p3rcqbdfq40zsn79w73kvp9d94"))))
                 ))

(define-public enet-1.3.18
               (package
                 (inherit enet)
                 (name "enet-1.3.18")
                 (version "1.3.18")
                 (source
                   (origin
                     (method url-fetch)
                     (uri (string-append "http://enet.bespin.org/download/"
                                         "enet-" version ".tar.gz"))
                     (sha256
                       (base32 "0djxz2j8248bsvbrs42vr39fhxlrqr3lqbhzs7yb92ync19hr2ia"))))
                 ))

(define-public sfml-3
               (package
                 (inherit sfml)
                 (name "sfml-3")
                 (version "3.0.0")
                 (inputs (modify-inputs (package-inputs sfml)
                                        (prepend libxcursor libxi miniaudio)))
                 (source (origin
                           (method git-fetch)
                           (uri (git-reference
                                  (url "https://github.com/SFML/SFML")
                                  (recursive? #t)
                                  (commit version)))
                           (file-name (git-file-name name version))
                           (sha256
                             (base32
                               "0y37cmpp490gcibajigxsbjc6icggqv40jrhzj2kwygpc0ppzb3v"))
                           (modules '((guix build utils)))
                           ;(snippet
                           ;  '(begin
                           ;     ;; Ensure system libraries are used.
                           ;     (delete-file-recursively "extlibs")
                           ;     #t))
                           ))
                 ))

(define-public miniaudio
               (package
                 (name "miniaudio")
                 (version "0.11.22")
                 (source (origin
                           (method git-fetch)
                           (uri (git-reference
                                  (url "https://github.com/mackron/miniaudio")
                                  (commit version)))
                           (file-name (git-file-name name version))
                           (sha256
                             (base32
                               "1pjaiq71x24n9983vkhjxrsbraa24053h727db22b1rb2xyfrzm3"))))
                 (build-system cmake-build-system)
                 (arguments
                   (list 
                     #:tests? #f
                     #:phases
                     #~(modify-phases %standard-phases
                                      (replace 'install
                                               (lambda _
                                                 (let ((out #$output))
                                                   ;; Ensure the output directory exists
                                                   (mkdir-p (string-append out "/lib"))
                                                   ;; Copy the static libraries to the output directory
                                                   (for-each (lambda (file)
                                                               (copy-file file (string-append out "/lib/" file))) ; Ensure the destination is a file
                                                             '("libminiaudio.a"
                                                               "libminiaudio_channel_combiner_node.a"
                                                               "libminiaudio_channel_separator_node.a"
                                                               "libminiaudio_ltrim_node.a"
                                                               "libminiaudio_reverb_node.a"
                                                               "libminiaudio_vocoder_node.a"))))))))
                 (synopsis "Audio playback and capture library written in C, in a single source file.")
                 (description "miniaudio is written in C with no dependencies except the standard library and should compile clean on all major compilers without the need to install any additional development packages. All major desktop and mobile platforms are supported.")
                 (home-page "https://miniaud.io/")
                 (license license:expat)))

(define-public openbox-patched
  (package
    (inherit openbox)
    (name "openbox-patched")
    (version "3.6.1")
    (source (origin
              (method url-fetch)
              (uri (string-append
                    "http://openbox.org/dist/openbox/" name "-"
                    version ".tar.xz"))
              (sha256
               (base32
                "0vg2y1qddsdxkjv806mzpvmkgzliab8ll4s7zm7ma5jnriamirxb"))
              (patches (search-patches "aux-files/openbox/openbox-add-fix-for-glib2-exposed-segfault.patch" "aux-files/openbox/openbox-python3.patch"))))
    ))