unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Jesse Gibbons <jgibbons2357@gmail.com>
To: 42460@debbugs.gnu.org
Subject: [bug#42460] [PATCH 1/2] gnu: vlc: Add support for MIDI files
Date: Tue, 21 Jul 2020 00:28:49 -0600	[thread overview]
Message-ID: <d3feff06-baa1-53bf-3502-df72516c7f3f@gmail.com> (raw)
In-Reply-To: <367725ef-8b55-1408-57a6-4ae7b751ae08@gmail.com>

* gnu/packages/video.scm (vlc): add MIDI support with FluidSynth
[inputs]: Add FluidSynth.
[arguments]: Pass "--enable-fluidsynth" to configure
---
gnu/packages/video.scm | 2 ++
1 file changed, 2 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 4120174484..a4e097e9a2 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1249,6 +1249,7 @@ videoformats depend on the configuration flags of 
ffmpeg.")
("dbus" ,dbus)
("eudev" ,eudev)
("flac" ,flac)
+ ("fluidsynth" ,fluidsynth)
("ffmpeg" ,ffmpeg)
("fontconfig" ,fontconfig)
("freetype" ,freetype)
@@ -1319,6 +1320,7 @@ videoformats depend on the configuration flags of 
ffmpeg.")
(arguments
`(#:configure-flags
`("BUILDCC=gcc"
+ "--enable-fluidsynth"
,(string-append "LDFLAGS=-Wl,-rpath -Wl,"
(assoc-ref %build-inputs "ffmpeg")
"/lib")) ;needed for the tests




  reply	other threads:[~2020-07-21  6:29 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-21  6:26 [bug#42460] [PATCH 0/2] gnu: vlc: add support for MIDI and chiptunes Jesse Gibbons
2020-07-21  6:28 ` Jesse Gibbons [this message]
2020-07-21  6:29 ` [bug#42460] [PATCH 2/2] gnu: vlc: Add support for gme Jesse Gibbons
2020-07-25 15:31 ` [bug#42460] [PATCH 0/2] gnu: vlc: add support for MIDI and chiptunes Marius Bakke
2020-07-28  1:57   ` Jesse Gibbons
2020-07-29  1:23   ` Jesse Gibbons
2023-09-22 15:18 ` [bug#42460] Clément Lassieur

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d3feff06-baa1-53bf-3502-df72516c7f3f@gmail.com \
    --to=jgibbons2357@gmail.com \
    --cc=42460@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).