* [bug#56534] [PATCH] gnu: racket: Add add ffmpeg and portaudio to inputs.
@ 2022-07-13 11:39 Rostislav Svoboda
2022-10-24 12:13 ` [bug#56534] [videolang/video] #lang video on Guix OS (Issue #67) Rostislav Svoboda
2024-04-01 8:34 ` [bug#56534] Bumping 56534 - racket-with-video Steve George
0 siblings, 2 replies; 3+ messages in thread
From: Rostislav Svoboda @ 2022-07-13 11:39 UTC (permalink / raw)
To: 56534; +Cc: Rostislav Svoboda
* ffmpeg and portaudio are required by '#lang video'. See
https://docs.racket-lang.org/video@video/Installing.html#%28part._ffmpeg-specs%29
---
gnu/packages/racket.scm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gnu/packages/racket.scm b/gnu/packages/racket.scm
index 3399bcc3fe..8a54e2ece4 100644
--- a/gnu/packages/racket.scm
+++ b/gnu/packages/racket.scm
@@ -35,6 +35,7 @@ (define-module (gnu packages racket)
#:use-module (srfi srfi-34)
#:use-module (ice-9 match)
#:use-module (gnu packages)
+ #:use-module (gnu packages audio)
#:use-module (gnu packages autotools)
#:use-module (gnu packages bash)
#:use-module (gnu packages chez)
@@ -51,6 +52,7 @@ (define-module (gnu packages racket)
#:use-module (gnu packages ncurses)
#:use-module (gnu packages sqlite)
#:use-module (gnu packages tls)
+ #:use-module (gnu packages video)
#:use-module (gnu packages xorg)
#:use-module ((guix licenses) #:prefix license:))
@@ -591,6 +593,7 @@ (define-public racket
(list
cairo
fontconfig
+ ffmpeg
glib
glu
gmp
@@ -601,6 +604,7 @@ (define-public racket
mesa
mpfr
pango
+ portaudio
unixodbc
libedit ;; TODO reconsider in light of expeditor and readline-gpl
racket-minimal ;; <-- TODO non-tethered layer
@@ -933,6 +937,7 @@ (define-public racket
name)))))
'("cairo"
"fontconfig-minimal" ;; aka fontconfig
+ "ffmpeg"
"glib"
"glu"
"gmp"
@@ -943,6 +948,7 @@ (define-public racket
"mesa"
"mpfr"
"pango"
+ "portaudio"
"unixodbc"
"libedit"))))))))
(synopsis "Programmable programming language in the Scheme family")
--
2.36.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#56534] [videolang/video] #lang video on Guix OS (Issue #67)
2022-07-13 11:39 [bug#56534] [PATCH] gnu: racket: Add add ffmpeg and portaudio to inputs Rostislav Svoboda
@ 2022-10-24 12:13 ` Rostislav Svoboda
2024-04-01 8:34 ` [bug#56534] Bumping 56534 - racket-with-video Steve George
1 sibling, 0 replies; 3+ messages in thread
From: Rostislav Svoboda @ 2022-10-24 12:13 UTC (permalink / raw)
To: 56534
#lang video got out of my focus, but I just discovered this "A Short
Example of Packaging for GNU Guix with Racket."
https://youtu.be/0tznTxEmuRs where Tassos did the same.
Cheers
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#56534] Bumping 56534 - racket-with-video
2022-07-13 11:39 [bug#56534] [PATCH] gnu: racket: Add add ffmpeg and portaudio to inputs Rostislav Svoboda
2022-10-24 12:13 ` [bug#56534] [videolang/video] #lang video on Guix OS (Issue #67) Rostislav Svoboda
@ 2024-04-01 8:34 ` Steve George
1 sibling, 0 replies; 3+ messages in thread
From: Steve George @ 2024-04-01 8:34 UTC (permalink / raw)
To: 56534
Hi,
Looks like a lot was done to add a 'racket-with-video' package to Guix.
Any way we can get this over the line? It was a bit unclear if it works and is ready?
Futurile
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-04-01 8:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-13 11:39 [bug#56534] [PATCH] gnu: racket: Add add ffmpeg and portaudio to inputs Rostislav Svoboda
2022-10-24 12:13 ` [bug#56534] [videolang/video] #lang video on Guix OS (Issue #67) Rostislav Svoboda
2024-04-01 8:34 ` [bug#56534] Bumping 56534 - racket-with-video Steve George
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).