summaryrefslogtreecommitdiff
path: root/rodion/packages
diff options
context:
space:
mode:
Diffstat (limited to 'rodion/packages')
-rw-r--r--rodion/packages/audio.scm8
-rw-r--r--rodion/packages/games.scm2
2 files changed, 5 insertions, 5 deletions
diff --git a/rodion/packages/audio.scm b/rodion/packages/audio.scm
index 3121a14..0c7618b 100644
--- a/rodion/packages/audio.scm
+++ b/rodion/packages/audio.scm
@@ -110,15 +110,15 @@
(native-inputs (list pkg-config))
(inputs (list
alsa-lib
- sdl2
- pipewire
+ ffmpeg
+ icu4c
kdsingleapplication
+ pipewire
qtbase
qttools
qtsvg
- icu4c
+ sdl2
taglib
- ffmpeg
zlib))
(arguments `(#:tests? #f))
(source
diff --git a/rodion/packages/games.scm b/rodion/packages/games.scm
index 8da53f8..aba0515 100644
--- a/rodion/packages/games.scm
+++ b/rodion/packages/games.scm
@@ -37,7 +37,7 @@
(description "Filename pattern matching library functions")
(synopsis "Filename pattern matching library functions for DOS, Windows, and Unix.
-Functions for matching filename patterns to filenames. Written in C. Provided as an object file (fpattern.obj) and a header include source file (fpattern.h).
+Functions for matching filename patterns to filenames. Written in C. Provided as an object file (fpattern.so) and a header include source file (fpattern.h).
Filename patterns are composed of regular (printable) characters which may comprise a filename, as well as special pattern matching characters. A filename patterns is a special kind of regular expression, except that it is not as general and is designed to match only file and directory names instead of arbitrary text strings. The syntax is borrowed from Unix, and is a superset of the MS-DOS and Windows syntax.")))