GNU bug report logs - #47415
[PATCH 0/2] Add missing inputs to gst-plugins-bad

Previous Next

Package: guix-patches;

Reported by: Leo Prikler <leo.prikler <at> student.tugraz.at>

Date: Fri, 26 Mar 2021 18:15:02 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 47415 in the body.
You can then email your comments to 47415 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#47415; Package guix-patches. (Fri, 26 Mar 2021 18:15:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Leo Prikler <leo.prikler <at> student.tugraz.at>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 26 Mar 2021 18:15:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Leo Prikler <leo.prikler <at> student.tugraz.at>
To: guix-patches <at> gnu.org
Subject: [PATCH 0/2] Add missing inputs to gst-plugins-bad
Date: Fri, 26 Mar 2021 19:14:25 +0100
Hi Guix,

gst-plugins-bad has a pretty long list of missing inputs, so I thought
I'd shorten it a little.

Regards,
Leo





Information forwarded to guix-patches <at> gnu.org:
bug#47415; Package guix-patches. (Fri, 26 Mar 2021 18:17:01 GMT) Full text and rfc822 format available.

Message #8 received at 47415 <at> debbugs.gnu.org (full text, mbox):

From: Leo Prikler <leo.prikler <at> student.tugraz.at>
To: 47415 <at> debbugs.gnu.org
Subject: [PATCH 1/2] gnu: Move libgme to audio.scm.
Date: Fri, 26 Mar 2021 19:16:29 +0100
* gnu/packages/music.scm (libgme): Move from here...
* gnu/packages/audio.scm (libgme): ... to here.
---
 gnu/packages/audio.scm | 44 ++++++++++++++++++++++++++++++++++++++++++
 gnu/packages/music.scm | 44 ------------------------------------------
 2 files changed, 44 insertions(+), 44 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 29ef0266ce..3a2dbcc579 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -403,6 +403,50 @@ by MusicIP.")
       ;; Others.
       license:lgpl2.0+))))
 
+(define-public libgme
+  (package
+    (name "libgme")
+    (version "0.6.3")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://bitbucket.org/mpyne/game-music-emu/"
+                                  "downloads/game-music-emu-" version
+                                  ".tar.xz"))
+              (sha256
+               (base32
+                "07857vdkak306d9s5g6fhmjyxk7vijzjhkmqb15s7ihfxx9lx8xb"))))
+    (build-system cmake-build-system)
+    (arguments
+     '(#:tests? #f))                    ; no check target
+    (home-page "https://bitbucket.org/mpyne/game-music-emu")
+    (synopsis "Video game music file playback library")
+    (description
+     "Game-music-emu is a collection of video game music file emulators that
+support the following formats and systems:
+@table @code
+@item AY
+ZX Spectrum/Asmtrad CPC
+@item GBS
+Nintendo Game Boy
+@item GYM
+Sega Genesis/Mega Drive
+@item HES
+NEC TurboGrafx-16/PC Engine
+@item KSS
+MSX Home Computer/other Z80 systems (doesn't support FM sound)
+@item NSF/NSFE
+Nintendo NES/Famicom (with VRC 6, Namco 106, and FME-7 sound)
+@item SAP
+Atari systems using POKEY sound chip
+@item SPC
+Super Nintendo/Super Famicom
+@item VGM/VGZ
+Sega Master System/Mark III, Sega Genesis/Mega Drive, BBC Micro
+@end table")
+    (license (list license:lgpl2.1+
+                   ;; demo and player directories are under the Expat license
+                   license:expat))))
+
 (define-public libtimidity
   (package
     (name "libtimidity")
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 98cd3583cc..9bb354f201 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1293,50 +1293,6 @@ for path in [path for path in sys.path if 'site-packages' in path]: site.addsite
 interface.  It is implemented as a frontend to @code{klick}.")
     (license license:gpl2+)))
 
-(define-public libgme
-  (package
-    (name "libgme")
-    (version "0.6.3")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "https://bitbucket.org/mpyne/game-music-emu/"
-                                  "downloads/game-music-emu-" version
-                                  ".tar.xz"))
-              (sha256
-               (base32
-                "07857vdkak306d9s5g6fhmjyxk7vijzjhkmqb15s7ihfxx9lx8xb"))))
-    (build-system cmake-build-system)
-    (arguments
-     '(#:tests? #f))                    ; no check target
-    (home-page "https://bitbucket.org/mpyne/game-music-emu")
-    (synopsis "Video game music file playback library")
-    (description
-     "Game-music-emu is a collection of video game music file emulators that
-support the following formats and systems:
-@table @code
-@item AY
-ZX Spectrum/Asmtrad CPC
-@item GBS
-Nintendo Game Boy
-@item GYM
-Sega Genesis/Mega Drive
-@item HES
-NEC TurboGrafx-16/PC Engine
-@item KSS
-MSX Home Computer/other Z80 systems (doesn't support FM sound)
-@item NSF/NSFE
-Nintendo NES/Famicom (with VRC 6, Namco 106, and FME-7 sound)
-@item SAP
-Atari systems using POKEY sound chip
-@item SPC
-Super Nintendo/Super Famicom
-@item VGM/VGZ
-Sega Master System/Mark III, Sega Genesis/Mega Drive, BBC Micro
-@end table")
-    (license (list license:lgpl2.1+
-                   ;; demo and player directories are under the Expat license
-                   license:expat))))
-
 (define-public ninjas2
   (package
     (name "ninjas2")
-- 
2.31.0





Information forwarded to guix-patches <at> gnu.org:
bug#47415; Package guix-patches. (Fri, 26 Mar 2021 18:17:02 GMT) Full text and rfc822 format available.

Message #11 received at 47415 <at> debbugs.gnu.org (full text, mbox):

From: Leo Prikler <leo.prikler <at> student.tugraz.at>
To: 47415 <at> debbugs.gnu.org
Subject: [PATCH 2/2] gnu: gst-plugins-bad: Add missing inputs.
Date: Fri, 26 Mar 2021 19:16:30 +0100
* 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





Information forwarded to guix-patches <at> gnu.org:
bug#47415; Package guix-patches. (Sat, 02 Oct 2021 04:56:02 GMT) Full text and rfc822 format available.

Message #14 received at 47415 <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Leo Prikler <leo.prikler <at> student.tugraz.at>
Cc: 47415 <at> debbugs.gnu.org
Subject: Re: bug#47415: [PATCH 0/2] Add missing inputs to gst-plugins-bad
Date: Sat, 02 Oct 2021 00:55:47 -0400
Hello,

Leo Prikler <leo.prikler <at> student.tugraz.at> writes:

> * gnu/packages/music.scm (libgme): Move from here...
> * gnu/packages/audio.scm (libgme): ... to here.

Applied to staging as I was working through gstreamer.  Thank you.

Maxim




Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Sat, 02 Oct 2021 04:59:02 GMT) Full text and rfc822 format available.

Notification sent to Leo Prikler <leo.prikler <at> student.tugraz.at>:
bug acknowledged by developer. (Sat, 02 Oct 2021 04:59:02 GMT) Full text and rfc822 format available.

Message #19 received at 47415-done <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Leo Prikler <leo.prikler <at> student.tugraz.at>
Cc: 47415-done <at> debbugs.gnu.org
Subject: Re: bug#47415: [PATCH 0/2] Add missing inputs to gst-plugins-bad
Date: Sat, 02 Oct 2021 00:57:39 -0400
Hello,

Leo Prikler <leo.prikler <at> student.tugraz.at> writes:

> * 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.

This has been committed independently from Raghav on staging with commit
ffc8b9e39e97a9b7e793dcf43d7758af7424ca22.

Closing.

Thanks!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 30 Oct 2021 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 178 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.