unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Leo Prikler <leo.prikler@student.tugraz.at>
To: 47415@debbugs.gnu.org
Subject: [bug#47415] [PATCH 2/2] gnu: gst-plugins-bad: Add missing inputs.
Date: Fri, 26 Mar 2021 19:16:30 +0100	[thread overview]
Message-ID: <20210326181630.17136-2-leo.prikler@student.tugraz.at> (raw)
In-Reply-To: <20210326181630.17136-1-leo.prikler@student.tugraz.at>

* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Add chromaprint,
faac, libde265, libmms, libgme, mjpegtools, openh264, schroedinger,
vo-aacenc, vo-amrwbenc, wildmidi, zbar.  Sort alphabetically.
---
 gnu/packages/gstreamer.scm | 24 ++++++++++++++++++------
 1 file changed, 18 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 1c7ba98a86..1f2ea2f002 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -37,6 +37,7 @@
   #:use-module (guix build-system trivial)
   #:use-module (guix utils)
   #:use-module (gnu packages)
+  #:use-module (gnu packages aidc)
   #:use-module (gnu packages audio)
   #:use-module (gnu packages autotools)
   #:use-module (gnu packages base)
@@ -728,20 +729,24 @@ model to base your own plug-in on, here it is.")
        ("python" ,python)))
     (inputs
      ;; XXX: The following dependencies are missing:
-     ;;  vo-amrwbenc, vo-aacenc, bs2b, chromaprint, directfb, daala, libdts,
-     ;;  faac, flite, libgsm, libde265, libmms, libmimic, mjpegtools,
-     ;;  mpeg2enc, libofa, opencv, openh264, openni2, libtimemmgr, wildmidi,
-     ;;  openspc, gme, sbc, schroedinger, zbar, librtmp, spandsp
+     ;;  bs2b, directfb, daala, libdts, flite, libgsm, libmimic,
+     ;;  mpeg2enc, libofa, opencv, openni2, libtimemmgr,
+     ;;  openspc, sbc, librtmp, spandsp
      `(("bluez" ,bluez)
+       ("chromaprint" ,chromaprint)
        ("curl" ,curl)
+       ("faac" ,faac)
        ("faad2" ,faad2)
        ("fluidsynth" ,fluidsynth)
        ("gtk+" ,gtk+)
        ("ladspa" ,ladspa)
        ("libass" ,libass)
+       ("libde265" ,libde265)
+       ("libmms" ,libmms)
        ("libdvdnav" ,libdvdnav)
        ("libdvdread" ,libdvdread)
        ("libgcrypt" ,libgcrypt)
+       ("libgme" ,libgme)
        ("libgudev" ,libgudev)
        ("libkate" ,libkate)
        ("libmodplug" ,libmodplug)
@@ -756,7 +761,9 @@ model to base your own plug-in on, here it is.")
        ("libxml2" ,libxml2)
        ("lrdf" ,lrdf)
        ("mesa" ,mesa)
+       ("mjpegtools" ,mjpegtools)
        ("neon" ,neon)
+       ("openh264" ,openh264)
        ("openal" ,openal)
        ("openexr" ,openexr)
        ("openjpeg" ,openjpeg)
@@ -766,12 +773,17 @@ model to base your own plug-in on, here it is.")
        ;("qtbase" ,qtbase)
        ;("qtdeclarative" ,qtdeclarative)
        ;("qtx11extras" ,qtx11extras)
+       ("schroedinger" ,schroedinger)
        ("soundtouch" ,soundtouch)
        ;; GStreamer is not yet compatible with srt > 1.4.1.
        ("srt" ,srt-1.4.1)
-       ("x265" ,x265)
+       ("vo-aacenc" ,vo-aacenc)
+       ("vo-amrwbenc" ,vo-amrwbenc)
+       ("wayland" ,wayland)
        ("webrtc-audio-processing" ,webrtc-audio-processing)
-       ("wayland" ,wayland)))
+       ("wildmidi" ,wildmidi)
+       ("x265" ,x265)
+       ("zbar" ,zbar)))
     (home-page "https://gstreamer.freedesktop.org/")
     (synopsis "Plugins for the GStreamer multimedia library")
     (description
-- 
2.31.0





  reply	other threads:[~2021-03-26 18:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-26 18:14 [bug#47415] [PATCH 0/2] Add missing inputs to gst-plugins-bad Leo Prikler
2021-03-26 18:16 ` [bug#47415] [PATCH 1/2] gnu: Move libgme to audio.scm Leo Prikler
2021-03-26 18:16   ` Leo Prikler [this message]
2021-10-02  4:57     ` bug#47415: [PATCH 0/2] Add missing inputs to gst-plugins-bad Maxim Cournoyer
2021-10-02  4:55   ` [bug#47415] " Maxim Cournoyer

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=20210326181630.17136-2-leo.prikler@student.tugraz.at \
    --to=leo.prikler@student.tugraz.at \
    --cc=47415@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).