mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: GStreamer plugins: Update MP3 features for GStreamer 1.14.
GStreamer moved all MPEG-1 audio (mp1, mp2, and mp3) decoders and encoders to the group of "good" plugins in GStreamer 1.14.0. See the 'NEWS' file for more information. * gnu/packages/gstreamer.scm (gst-plugins-ugly)[inputs]: Remove lame, mpg123, and twolame. (gst-plugins-bad): Remove mpg123. (gst-plugins-good): Add lame, mpg123, and twolame.
This commit is contained in:
parent
2d4a753a7c
commit
02d5ed4a27
1 changed files with 3 additions and 4 deletions
|
@ -227,6 +227,7 @@ (define-public gst-plugins-good
|
||||||
("gdk-pixbuf" ,gdk-pixbuf)
|
("gdk-pixbuf" ,gdk-pixbuf)
|
||||||
("gst-plugins-base" ,gst-plugins-base)
|
("gst-plugins-base" ,gst-plugins-base)
|
||||||
("jack" ,jack-1)
|
("jack" ,jack-1)
|
||||||
|
("lame" ,lame)
|
||||||
("libavc1394" ,libavc1394)
|
("libavc1394" ,libavc1394)
|
||||||
("libcaca" ,libcaca)
|
("libcaca" ,libcaca)
|
||||||
("libdv" ,libdv)
|
("libdv" ,libdv)
|
||||||
|
@ -236,10 +237,12 @@ (define-public gst-plugins-good
|
||||||
("libshout" ,libshout)
|
("libshout" ,libshout)
|
||||||
("libsoup" ,libsoup)
|
("libsoup" ,libsoup)
|
||||||
("libvpx" ,libvpx)
|
("libvpx" ,libvpx)
|
||||||
|
("mpg123" ,mpg123)
|
||||||
("orc" ,orc)
|
("orc" ,orc)
|
||||||
("pulseaudio" ,pulseaudio)
|
("pulseaudio" ,pulseaudio)
|
||||||
("speex" ,speex)
|
("speex" ,speex)
|
||||||
("taglib" ,taglib)
|
("taglib" ,taglib)
|
||||||
|
("twolame" ,twolame)
|
||||||
("wavpack" ,wavpack)))
|
("wavpack" ,wavpack)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib:bin" ,glib "bin")
|
`(("glib:bin" ,glib "bin")
|
||||||
|
@ -320,7 +323,6 @@ (define-public gst-plugins-bad
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
("lrdf" ,lrdf)
|
("lrdf" ,lrdf)
|
||||||
("mesa" ,mesa)
|
("mesa" ,mesa)
|
||||||
("mpg123" ,mpg123)
|
|
||||||
("neon" ,neon)
|
("neon" ,neon)
|
||||||
("openal" ,openal)
|
("openal" ,openal)
|
||||||
("openexr" ,openexr)
|
("openexr" ,openexr)
|
||||||
|
@ -357,13 +359,10 @@ (define-public gst-plugins-ugly
|
||||||
(inputs
|
(inputs
|
||||||
`(("gst-plugins-base" ,gst-plugins-base)
|
`(("gst-plugins-base" ,gst-plugins-base)
|
||||||
("liba52" ,liba52)
|
("liba52" ,liba52)
|
||||||
("lame" ,lame)
|
|
||||||
("libcdio" ,libcdio)
|
("libcdio" ,libcdio)
|
||||||
("twolame" ,twolame)
|
|
||||||
("libmpeg2" ,libmpeg2)
|
("libmpeg2" ,libmpeg2)
|
||||||
("libdvdread" ,libdvdread)
|
("libdvdread" ,libdvdread)
|
||||||
("libx264" ,libx264)
|
("libx264" ,libx264)
|
||||||
("mpg123" ,mpg123)
|
|
||||||
;; TODO:
|
;; TODO:
|
||||||
;; * opencore-amr (for the AMR-NB decoder and encoder and the
|
;; * opencore-amr (for the AMR-NB decoder and encoder and the
|
||||||
;; AMR-WB decoder) <http://sourceforge.net/projects/opencore-amr/>
|
;; AMR-WB decoder) <http://sourceforge.net/projects/opencore-amr/>
|
||||||
|
|
Loading…
Reference in a new issue