2013-09-22 16:22:00 +02:00
|
|
|
;;; GNU Guix --- Functional package management for GNU
|
2015-10-01 22:37:38 +02:00
|
|
|
;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr>
|
2015-02-06 05:05:41 +01:00
|
|
|
;;; Copyright © 2014 John Darrington <jmd@gnu.org>
|
2016-03-06 05:51:55 +01:00
|
|
|
;;; Copyright © 2015, 2016 Sou Bunnbu <iyzsong@gmail.com>
|
2018-03-20 19:03:54 +01:00
|
|
|
;;; Copyright © 2015, 2018 Mark H Weaver <mhw@netris.org>
|
2017-07-31 10:38:43 +02:00
|
|
|
;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
|
2018-08-17 19:43:04 +02:00
|
|
|
;;; Copyright © 2016, 2018 Leo Famulari <leo@famulari.name>
|
2017-12-03 11:37:15 +01:00
|
|
|
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
|
2018-04-05 02:56:36 +02:00
|
|
|
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
2013-09-22 16:22:00 +02:00
|
|
|
;;;
|
|
|
|
;;; This file is part of GNU Guix.
|
|
|
|
;;;
|
|
|
|
;;; GNU Guix is free software; you can redistribute it and/or modify it
|
|
|
|
;;; under the terms of the GNU General Public License as published by
|
|
|
|
;;; the Free Software Foundation; either version 3 of the License, or (at
|
|
|
|
;;; your option) any later version.
|
|
|
|
;;;
|
|
|
|
;;; GNU Guix is distributed in the hope that it will be useful, but
|
|
|
|
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
;;; GNU General Public License for more details.
|
|
|
|
;;;
|
|
|
|
;;; You should have received a copy of the GNU General Public License
|
|
|
|
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
(define-module (gnu packages gstreamer)
|
2016-08-15 16:20:09 +02:00
|
|
|
#:use-module ((guix licenses) #:prefix license:)
|
2013-09-22 16:22:00 +02:00
|
|
|
#:use-module (guix packages)
|
|
|
|
#:use-module (guix download)
|
|
|
|
#:use-module (guix build-system gnu)
|
2016-03-06 07:49:35 +01:00
|
|
|
#:use-module (guix utils)
|
2013-10-30 22:06:57 +01:00
|
|
|
#:use-module (gnu packages)
|
gnu: gst-plugins-good: Add more inputs and remove unneeded ones.
* gnu/packages/gstreamer.scm (gst-plugins-good): Move gst-plugins-base
from 'native-inputs' to 'inputs'.
[inputs]: Add aalib, jack, libavc1394, libcaca, libdv, libiec61833,
libshout, libsoup, libvpx, orc, taglib and wavpack. Remove glib,
gstreamer, libogg, libx11, libxext, libxv, and zlib.
[arguments]: Remove.
2015-04-07 08:49:05 +02:00
|
|
|
#:use-module (gnu packages audio)
|
2013-09-22 16:22:00 +02:00
|
|
|
#:use-module (gnu packages bison)
|
2015-02-05 10:18:20 +01:00
|
|
|
#:use-module (gnu packages cdrom)
|
2016-01-21 12:07:31 +01:00
|
|
|
#:use-module (gnu packages curl)
|
2014-11-18 21:29:04 +01:00
|
|
|
#:use-module (gnu packages compression)
|
2013-09-22 16:22:00 +02:00
|
|
|
#:use-module (gnu packages flex)
|
2016-01-21 12:07:31 +01:00
|
|
|
#:use-module (gnu packages freedesktop)
|
|
|
|
#:use-module (gnu packages gl)
|
2013-09-22 16:22:00 +02:00
|
|
|
#:use-module (gnu packages glib)
|
gnu: gst-plugins-good: Add more inputs and remove unneeded ones.
* gnu/packages/gstreamer.scm (gst-plugins-good): Move gst-plugins-base
from 'native-inputs' to 'inputs'.
[inputs]: Add aalib, jack, libavc1394, libcaca, libdv, libiec61833,
libshout, libsoup, libvpx, orc, taglib and wavpack. Remove glib,
gstreamer, libogg, libx11, libxext, libxv, and zlib.
[arguments]: Remove.
2015-04-07 08:49:05 +02:00
|
|
|
#:use-module (gnu packages gnome)
|
2016-01-21 12:07:31 +01:00
|
|
|
#:use-module (gnu packages gnupg)
|
|
|
|
#:use-module (gnu packages graphics)
|
2014-11-18 21:29:04 +01:00
|
|
|
#:use-module (gnu packages gtk)
|
gnu: gst-plugins-good: Enable more plugins
* gnu/packages/gstreamer.scm (gst-plugins-good): New inputs:
cairo, gdk-pixbuf, flac, speex, libogg, libx11, zlib, libpng, libjpeg,
libXext, libxv, pulseaudio.
2014-11-19 15:15:30 +01:00
|
|
|
#:use-module (gnu packages image)
|
2016-01-21 12:07:31 +01:00
|
|
|
#:use-module (gnu packages libusb)
|
2014-11-18 21:29:04 +01:00
|
|
|
#:use-module (gnu packages linux)
|
gnu: gst-plugins-good: Add more inputs and remove unneeded ones.
* gnu/packages/gstreamer.scm (gst-plugins-good): Move gst-plugins-base
from 'native-inputs' to 'inputs'.
[inputs]: Add aalib, jack, libavc1394, libcaca, libdv, libiec61833,
libshout, libsoup, libvpx, orc, taglib and wavpack. Remove glib,
gstreamer, libogg, libx11, libxext, libxv, and zlib.
[arguments]: Remove.
2015-04-07 08:49:05 +02:00
|
|
|
#:use-module (gnu packages mp3)
|
2017-12-03 11:37:15 +01:00
|
|
|
#:use-module (gnu packages ncurses)
|
2013-09-22 16:22:00 +02:00
|
|
|
#:use-module (gnu packages perl)
|
gnu: gst-plugins-good: Enable more plugins
* gnu/packages/gstreamer.scm (gst-plugins-good): New inputs:
cairo, gdk-pixbuf, flac, speex, libogg, libx11, zlib, libpng, libjpeg,
libXext, libxv, pulseaudio.
2014-11-19 15:15:30 +01:00
|
|
|
#:use-module (gnu packages pulseaudio)
|
2016-01-21 12:07:31 +01:00
|
|
|
#:use-module (gnu packages qt)
|
|
|
|
#:use-module (gnu packages rdf)
|
2015-04-13 18:09:10 +02:00
|
|
|
#:use-module (gnu packages video)
|
2014-11-18 21:29:04 +01:00
|
|
|
#:use-module (gnu packages xorg)
|
|
|
|
#:use-module (gnu packages xiph)
|
2013-09-22 16:22:00 +02:00
|
|
|
#:use-module (gnu packages pkg-config)
|
2013-10-30 22:06:57 +01:00
|
|
|
#:use-module (gnu packages python)
|
2016-01-21 12:07:31 +01:00
|
|
|
#:use-module (gnu packages ssh)
|
|
|
|
#:use-module (gnu packages telephony)
|
|
|
|
#:use-module (gnu packages tls)
|
|
|
|
#:use-module (gnu packages version-control)
|
2016-06-21 12:27:50 +02:00
|
|
|
#:use-module (gnu packages assembly)
|
2013-10-30 22:06:57 +01:00
|
|
|
#:use-module (gnu packages xml))
|
2013-09-22 16:22:00 +02:00
|
|
|
|
2015-02-05 09:09:53 +01:00
|
|
|
(define-public orc
|
|
|
|
(package
|
|
|
|
(name "orc")
|
2017-11-21 21:54:18 +01:00
|
|
|
(version "0.4.28")
|
2015-02-05 09:09:53 +01:00
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
2016-02-19 14:23:38 +01:00
|
|
|
(uri (string-append "https://gstreamer.freedesktop.org/data/src/"
|
2015-02-05 09:09:53 +01:00
|
|
|
"orc/orc-" version ".tar.xz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
2017-11-21 21:54:18 +01:00
|
|
|
"1kl3rlmzr27bdpn78nvpnjs142ja1m6grvafdhw74mmhcdjprkdz"))))
|
2015-02-05 09:09:53 +01:00
|
|
|
(build-system gnu-build-system)
|
2016-09-06 07:47:22 +02:00
|
|
|
(arguments
|
|
|
|
`(#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-before 'check 'disable-faulty-test
|
|
|
|
(lambda _
|
|
|
|
;; XXX Disable the 'test-limits' and 'exec_opcodes_sys'
|
|
|
|
;; tests, which fail on some machines. See:
|
|
|
|
;; https://bugzilla.gnome.org/show_bug.cgi?id=735273
|
|
|
|
(substitute* '("testsuite/test-limits.c"
|
|
|
|
"testsuite/exec_opcodes_sys.c")
|
|
|
|
(("if \\(error\\) return 1;")
|
2018-03-20 19:03:54 +01:00
|
|
|
"if (error) return 77;"))
|
|
|
|
#t)))))
|
gnu: Use HTTPS for supported freedesktop.org home pages.
* gnu/packages/fontutils.scm (fontconfig)[home-page]: Use HTTPS.
* gnu/packages/freedesktop.scm (python-pyxdg, accountsservice)
(modem-manager, telepathy-mission-control, telepathy-mission-control)
(colord-gtk, desktop-file-utils)[home-page]: Likewise.
* gnu/packages/ghostscript.scm (libspectre)[home-page]: Likewise.
* gnu/packages/glib.scm (dbus, dbus-glib, telepathy-glib)[home-page]:
Likewise.
* gnu/packages/gnome.scm (shared-mime-info, hicolor-icon-theme)
(libxklavier, colord, upower)[home-page]: Likewise.
* gnu/packages/gstreamer.scm (orc, python-gst)[home-page]: Likewise.
* gnu/packages/libcanberra.scm (sound-theme-freedesktop)[home-page]:
Likewise.
* gnu/packages/libreoffice.scm (libexttextcat)[home-page]: Likewise.
* gnu/packages/polkit.scm (polkit-gnome, polkit-gnome)[home-page]:
Likewise.
* gnu/packages/pulseaudio.scm (pavucontrol)[home-page]: Likewise.
* gnu/packages/python.scm (python-dbus)[home-page]: Likewise.
* gnu/packages/xdisorg.scm (startup-notification)[home-page]: Likewise.
2018-02-24 13:44:26 +01:00
|
|
|
(home-page "https://gstreamer.freedesktop.org/modules/orc.html")
|
2015-02-05 09:09:53 +01:00
|
|
|
(synopsis "Oil runtime compiler")
|
|
|
|
(description
|
|
|
|
"Orc is a just-in-time compiler implemented as a library and set of
|
|
|
|
associated tools for compiling and executing simple programs that operate on
|
|
|
|
arrays of data.")
|
|
|
|
;; The source code implementing the Marsenne Twister algorithm is licensed
|
|
|
|
;; under the 3-clause BSD license, the rest is under 2-clause BSD license.
|
2016-08-15 16:20:09 +02:00
|
|
|
(license (list license:bsd-2 license:bsd-3))))
|
2015-02-05 09:09:53 +01:00
|
|
|
|
2013-09-22 16:22:00 +02:00
|
|
|
(define-public gstreamer
|
|
|
|
(package
|
|
|
|
(name "gstreamer")
|
2018-12-04 17:22:50 +01:00
|
|
|
(version "1.14.4")
|
2013-09-22 16:22:00 +02:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
gnu: Adjust formatting as recommended by 'guix lint'.
* gnu/packages/aidc.scm (barcode, qrencode),
gnu/packages/bash.scm (bash, bash-completion),
gnu/packages/busybox.scm (busybox),
gnu/packages/cdrom.scm (cdparanoia),
gnu/packages/cmake.scm (cmake),
gnu/packages/conkeror.scm (conkeror),
gnu/packages/cook.scm (cook),
gnu/packages/curl.scm (curl),
gnu/packages/docbook.scm (docbook-xsl),
gnu/packages/enlightenment.scm (enlightenment),
gnu/packages/games.scm (abbaye),
gnu/packages/geeqie.scm (exiv2),
gnu/packages/gimp.scm (gegl),
gnu/packages/gl.scm (glu, freeglut, ftgl),
gnu/packages/glib.scm (glib),
gnu/packages/gnome.scm (orbit2, gconf, geocode-glib),
gnu/packages/gstreamer.scm (gstreamer, gst-plugins-base),
gnu/packages/linux.scm (util-linux),
gnu/packages/lisp.scm (gcl, ecl),
gnu/packages/maths.scm (gnuplot, hdf5),
gnu/packages/ssh.scm (dropbear),
gnu/packages/web.scm (json-c): Remove tabulations and trailing
white spaces or reformat to fit within 80 columns.
* gnu/packages/audio.scm (aubio),
gnu/packages/emacs.scm (emacs-s),
gnu/packages/engineering.scm (geda-gaf),
gnu/packages/games.scm (dosbox),
gnu/packages/gnome.scm (gusb),
gnu/packages/gtk.scm (gtk+),
gnu/packages/guile.scm (guile-wisp),
gnu/packages/hurd.scm (hurd-headers),
gnu/packages/wm.scm (i3-wm): Adjust synopsis or description.
2015-11-13 15:50:36 +01:00
|
|
|
(uri (string-append
|
2016-02-19 14:23:38 +01:00
|
|
|
"https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-"
|
gnu: Adjust formatting as recommended by 'guix lint'.
* gnu/packages/aidc.scm (barcode, qrencode),
gnu/packages/bash.scm (bash, bash-completion),
gnu/packages/busybox.scm (busybox),
gnu/packages/cdrom.scm (cdparanoia),
gnu/packages/cmake.scm (cmake),
gnu/packages/conkeror.scm (conkeror),
gnu/packages/cook.scm (cook),
gnu/packages/curl.scm (curl),
gnu/packages/docbook.scm (docbook-xsl),
gnu/packages/enlightenment.scm (enlightenment),
gnu/packages/games.scm (abbaye),
gnu/packages/geeqie.scm (exiv2),
gnu/packages/gimp.scm (gegl),
gnu/packages/gl.scm (glu, freeglut, ftgl),
gnu/packages/glib.scm (glib),
gnu/packages/gnome.scm (orbit2, gconf, geocode-glib),
gnu/packages/gstreamer.scm (gstreamer, gst-plugins-base),
gnu/packages/linux.scm (util-linux),
gnu/packages/lisp.scm (gcl, ecl),
gnu/packages/maths.scm (gnuplot, hdf5),
gnu/packages/ssh.scm (dropbear),
gnu/packages/web.scm (json-c): Remove tabulations and trailing
white spaces or reformat to fit within 80 columns.
* gnu/packages/audio.scm (aubio),
gnu/packages/emacs.scm (emacs-s),
gnu/packages/engineering.scm (geda-gaf),
gnu/packages/games.scm (dosbox),
gnu/packages/gnome.scm (gusb),
gnu/packages/gtk.scm (gtk+),
gnu/packages/guile.scm (guile-wisp),
gnu/packages/hurd.scm (hurd-headers),
gnu/packages/wm.scm (i3-wm): Adjust synopsis or description.
2015-11-13 15:50:36 +01:00
|
|
|
version ".tar.xz"))
|
2013-09-22 16:22:00 +02:00
|
|
|
(sha256
|
|
|
|
(base32
|
2018-12-04 17:22:50 +01:00
|
|
|
"1izzhnlsy83rgr4zl3jcl1sryxqbbigrrqw3j4x3nnphqnb6ckzr"))))
|
2013-09-22 16:22:00 +02:00
|
|
|
(build-system gnu-build-system)
|
2015-04-04 05:33:14 +02:00
|
|
|
(outputs '("out" "doc"))
|
|
|
|
(arguments
|
2015-11-03 14:58:28 +01:00
|
|
|
`(#:configure-flags
|
2015-04-04 05:33:14 +02:00
|
|
|
(list (string-append "--with-html-dir="
|
|
|
|
(assoc-ref %outputs "doc")
|
|
|
|
"/share/gtk-doc/html"))))
|
2015-02-05 09:29:22 +01:00
|
|
|
(propagated-inputs `(("glib" ,glib))) ; required by gstreamer-1.0.pc.
|
gnu: Move numerous "inputs" which should be "native-inputs".
* gnu/packages/avahi.scm, gnu/packages/cdrom.scm, gnu/packages/cryptsetup.scm,
gnu/packages/curl.scm, gnu/packages/emacs.scm, gnu/packages/fontutils.scm,
gnu/packages/gdb.scm, gnu/packages/geeqie.scm, gnu/packages/ghostscript.scm,
gnu/packages/glib.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm,
gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm, gnu/packages/graphviz.scm,
gnu/packages/groff.scm, gnu/packages/gstreamer.scm, gnu/packages/gtk.scm,
gnu/packages/gv.scm, gnu/packages/imagemagick.scm, gnu/packages/irssi.scm,
gnu/packages/kde.scm, gnu/packages/libcanberra.scm, gnu/packages/libtiff.scm,
gnu/packages/linux.scm, gnu/packages/lvm.scm, gnu/packages/mp3.scm,
gnu/packages/netpbm.scm, gnu/packages/parted.scm, gnu/packages/pdf.scm,
gnu/packages/pulseaudio.scm, gnu/packages/qemu.scm, gnu/packages/qt.scm,
gnu/packages/ratpoison.scm, gnu/packages/rdf.scm, gnu/packages/slim.scm,
gnu/packages/texlive.scm, gnu/packages/version-control.scm,
gnu/packages/video.scm, gnu/packages/vpn.scm, gnu/packages/w3m.scm,
gnu/packages/xml.scm, gnu/packages/xnee.scm, gnu/packages/xorg.scm,
gnu/packages/zip.scm: Move some build-time dependencies from `inputs' to
`native-inputs'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-12-15 12:01:56 +01:00
|
|
|
(native-inputs
|
2013-09-22 16:22:00 +02:00
|
|
|
`(("bison" ,bison)
|
|
|
|
("flex" ,flex)
|
gnu: glib: Add "bin" output.
Fixes <http://bugs.gnu.org/17853>.
* gnu/packages/glib.scm (glib)[outputs]: Add "bin".
(gobject-introspection)[native-inputs]: New field.
* gnu/packages/avahi.scm (avahi)[native-inputs]: Add glib:bin.
* gnu/packages/gnome.scm (brasero, libgnome-keyring, evince,
gsettings-desktop-schemas, libnotify, gtkglext): Likewise.
* gnu/packages/gstreamer.scm (gstreamer, gst-plugins-base,
gst-plugins-base-0.10): Likewise.
* gnu/packages/gtk.scm (atk, pango, gdk-pixbuf, gtk+-2, gtk+):
Likewise.
* gnu/packages/linux.scm (udev): Likewise.
* gnu/packages/pdf.scm (poppler): Likewise.
2014-06-30 18:05:57 +02:00
|
|
|
("glib" ,glib "bin")
|
2015-04-04 05:14:31 +02:00
|
|
|
("gobject-introspection" ,gobject-introspection)
|
2013-09-22 16:22:00 +02:00
|
|
|
("perl" ,perl)
|
|
|
|
("pkg-config" ,pkg-config)
|
2013-09-22 16:41:29 +02:00
|
|
|
("python-wrapper" ,python-wrapper)))
|
2015-06-24 17:02:32 +02:00
|
|
|
(native-search-paths
|
|
|
|
(list (search-path-specification
|
|
|
|
(variable "GST_PLUGIN_SYSTEM_PATH")
|
|
|
|
(files '("lib/gstreamer-1.0")))))
|
2016-02-19 14:23:38 +01:00
|
|
|
(home-page "https://gstreamer.freedesktop.org/")
|
2014-02-10 23:00:37 +01:00
|
|
|
(synopsis "Multimedia library")
|
2013-09-22 16:22:00 +02:00
|
|
|
(description
|
|
|
|
"GStreamer is a library for constructing graphs of media-handling
|
|
|
|
components. The applications it supports range from simple Ogg/Vorbis
|
gnu packages: Clean up synopses and descriptions.
* gnu/packages/admin.scm, gnu/packages/algebra.scm, gnu/packages/audio.scm,
gnu/packages/backup.scm, gnu/packages/base.scm, gnu/packages/bittorrent.scm,
gnu/packages/code.scm, gnu/packages/compression.scm,
gnu/packages/databases.scm, gnu/packages/enchant.scm,
gnu/packages/firmware.scm, gnu/packages/fonts.scm,
gnu/packages/freedesktop.scm, gnu/packages/games.scm, gnu/packages/gd.scm,
gnu/packages/gl.scm, gnu/packages/gnome.scm, gnu/packages/gsasl.scm,
gnu/packages/gstreamer.scm, gnu/packages/gtk.scm, gnu/packages/guile.scm,
gnu/packages/haskell.scm, gnu/packages/language.scm,
gnu/packages/lesstif.scm, gnu/packages/libreoffice.scm,
gnu/packages/linux.scm, gnu/packages/llvm.scm, gnu/packages/maths.scm,
gnu/packages/mcrypt.scm, gnu/packages/mit-krb5.scm, gnu/packages/mp3.scm,
gnu/packages/ncdu.scm, gnu/packages/networking.scm, gnu/packages/ntp.scm,
gnu/packages/ocaml.scm, gnu/packages/openbox.scm, gnu/packages/pdf.scm,
gnu/packages/perl.scm, gnu/packages/pretty-print.scm,
gnu/packages/pulseaudio.scm, gnu/packages/python.scm,
gnu/packages/rdesktop.scm, gnu/packages/rdf.scm, gnu/packages/ruby.scm,
gnu/packages/slang.scm, gnu/packages/slim.scm, gnu/packages/telephony.scm,
gnu/packages/tls.scm, gnu/packages/tmux.scm, gnu/packages/tre.scm,
gnu/packages/unrtf.scm, gnu/packages/version-control.scm,
gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/wget.scm,
gnu/packages/xdisorg.scm, gnu/packages/xfce.scm, gnu/packages/xiph.scm:
Fix typos. Trim long lines. Add missing periods in the end of sentences.
Use double spaces between sentences. Remove trailing whitespaces.
2015-07-17 14:16:07 +02:00
|
|
|
playback, audio/video streaming to complex audio mixing and video
|
|
|
|
non-linear editing.
|
2013-09-22 16:22:00 +02:00
|
|
|
|
|
|
|
Applications can take advantage of advances in codec and filter technology
|
|
|
|
transparently. Developers can add new codecs and filters by writing a
|
|
|
|
simple plugin with a clean, generic interface.
|
|
|
|
|
|
|
|
This package provides the core library and elements.")
|
2016-08-15 16:20:09 +02:00
|
|
|
(license license:lgpl2.0+)))
|
2013-09-22 17:25:12 +02:00
|
|
|
|
|
|
|
(define-public gst-plugins-base
|
|
|
|
(package
|
|
|
|
(name "gst-plugins-base")
|
2018-12-04 17:22:50 +01:00
|
|
|
(version "1.14.4")
|
2013-09-22 17:25:12 +02:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
2016-01-21 06:50:02 +01:00
|
|
|
(uri (string-append "https://gstreamer.freedesktop.org/src/" name "/"
|
gnu: Adjust formatting as recommended by 'guix lint'.
* gnu/packages/aidc.scm (barcode, qrencode),
gnu/packages/bash.scm (bash, bash-completion),
gnu/packages/busybox.scm (busybox),
gnu/packages/cdrom.scm (cdparanoia),
gnu/packages/cmake.scm (cmake),
gnu/packages/conkeror.scm (conkeror),
gnu/packages/cook.scm (cook),
gnu/packages/curl.scm (curl),
gnu/packages/docbook.scm (docbook-xsl),
gnu/packages/enlightenment.scm (enlightenment),
gnu/packages/games.scm (abbaye),
gnu/packages/geeqie.scm (exiv2),
gnu/packages/gimp.scm (gegl),
gnu/packages/gl.scm (glu, freeglut, ftgl),
gnu/packages/glib.scm (glib),
gnu/packages/gnome.scm (orbit2, gconf, geocode-glib),
gnu/packages/gstreamer.scm (gstreamer, gst-plugins-base),
gnu/packages/linux.scm (util-linux),
gnu/packages/lisp.scm (gcl, ecl),
gnu/packages/maths.scm (gnuplot, hdf5),
gnu/packages/ssh.scm (dropbear),
gnu/packages/web.scm (json-c): Remove tabulations and trailing
white spaces or reformat to fit within 80 columns.
* gnu/packages/audio.scm (aubio),
gnu/packages/emacs.scm (emacs-s),
gnu/packages/engineering.scm (geda-gaf),
gnu/packages/games.scm (dosbox),
gnu/packages/gnome.scm (gusb),
gnu/packages/gtk.scm (gtk+),
gnu/packages/guile.scm (guile-wisp),
gnu/packages/hurd.scm (hurd-headers),
gnu/packages/wm.scm (i3-wm): Adjust synopsis or description.
2015-11-13 15:50:36 +01:00
|
|
|
name "-" version ".tar.xz"))
|
2013-09-22 17:25:12 +02:00
|
|
|
(sha256
|
|
|
|
(base32
|
2018-12-04 17:22:50 +01:00
|
|
|
"0qbllw4kphchwhy4p7ivdysigx69i97gyw6q0rvkx1j81r4kjqfa"))))
|
2013-09-22 17:25:12 +02:00
|
|
|
(build-system gnu-build-system)
|
2015-04-04 06:30:25 +02:00
|
|
|
(outputs '("out" "doc"))
|
2015-04-04 06:05:10 +02:00
|
|
|
(propagated-inputs
|
2018-03-22 15:41:11 +01:00
|
|
|
`(("glib" ,glib) ;required by gstreamer-sdp-1.0.pc
|
|
|
|
("gstreamer" ,gstreamer) ;required by gstreamer-plugins-base-1.0.pc
|
|
|
|
("orc" ,orc))) ;required by gstreamer-audio-1.0.pc
|
2013-09-22 17:25:12 +02:00
|
|
|
(inputs
|
2015-02-05 10:18:20 +01:00
|
|
|
`(("cdparanoia" ,cdparanoia)
|
2014-11-18 21:29:04 +01:00
|
|
|
("pango" ,pango)
|
|
|
|
("libogg" ,libogg)
|
|
|
|
("libtheora" ,libtheora)
|
|
|
|
("libvorbis" ,libvorbis)
|
|
|
|
("libx11" ,libx11)
|
|
|
|
("zlib" ,zlib)
|
|
|
|
("libXext" ,libxext)
|
|
|
|
("libxv" ,libxv)
|
2018-08-17 19:43:04 +02:00
|
|
|
("alsa-lib" ,alsa-lib)
|
|
|
|
;; XXX Don't build with opus on 32-bit systems:
|
|
|
|
;; <https://bugs.gnu.org/32360>
|
|
|
|
,@(if (target-64bit?)
|
|
|
|
`(("opus" ,opus))
|
|
|
|
'())))
|
gnu: Move numerous "inputs" which should be "native-inputs".
* gnu/packages/avahi.scm, gnu/packages/cdrom.scm, gnu/packages/cryptsetup.scm,
gnu/packages/curl.scm, gnu/packages/emacs.scm, gnu/packages/fontutils.scm,
gnu/packages/gdb.scm, gnu/packages/geeqie.scm, gnu/packages/ghostscript.scm,
gnu/packages/glib.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm,
gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm, gnu/packages/graphviz.scm,
gnu/packages/groff.scm, gnu/packages/gstreamer.scm, gnu/packages/gtk.scm,
gnu/packages/gv.scm, gnu/packages/imagemagick.scm, gnu/packages/irssi.scm,
gnu/packages/kde.scm, gnu/packages/libcanberra.scm, gnu/packages/libtiff.scm,
gnu/packages/linux.scm, gnu/packages/lvm.scm, gnu/packages/mp3.scm,
gnu/packages/netpbm.scm, gnu/packages/parted.scm, gnu/packages/pdf.scm,
gnu/packages/pulseaudio.scm, gnu/packages/qemu.scm, gnu/packages/qt.scm,
gnu/packages/ratpoison.scm, gnu/packages/rdf.scm, gnu/packages/slim.scm,
gnu/packages/texlive.scm, gnu/packages/version-control.scm,
gnu/packages/video.scm, gnu/packages/vpn.scm, gnu/packages/w3m.scm,
gnu/packages/xml.scm, gnu/packages/xnee.scm, gnu/packages/xorg.scm,
gnu/packages/zip.scm: Move some build-time dependencies from `inputs' to
`native-inputs'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-12-15 12:01:56 +01:00
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)
|
2018-03-22 15:41:11 +01:00
|
|
|
("glib:bin" ,glib "bin")
|
2015-04-04 06:39:31 +02:00
|
|
|
("gobject-introspection" ,gobject-introspection)
|
gnu: Move numerous "inputs" which should be "native-inputs".
* gnu/packages/avahi.scm, gnu/packages/cdrom.scm, gnu/packages/cryptsetup.scm,
gnu/packages/curl.scm, gnu/packages/emacs.scm, gnu/packages/fontutils.scm,
gnu/packages/gdb.scm, gnu/packages/geeqie.scm, gnu/packages/ghostscript.scm,
gnu/packages/glib.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm,
gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm, gnu/packages/graphviz.scm,
gnu/packages/groff.scm, gnu/packages/gstreamer.scm, gnu/packages/gtk.scm,
gnu/packages/gv.scm, gnu/packages/imagemagick.scm, gnu/packages/irssi.scm,
gnu/packages/kde.scm, gnu/packages/libcanberra.scm, gnu/packages/libtiff.scm,
gnu/packages/linux.scm, gnu/packages/lvm.scm, gnu/packages/mp3.scm,
gnu/packages/netpbm.scm, gnu/packages/parted.scm, gnu/packages/pdf.scm,
gnu/packages/pulseaudio.scm, gnu/packages/qemu.scm, gnu/packages/qt.scm,
gnu/packages/ratpoison.scm, gnu/packages/rdf.scm, gnu/packages/slim.scm,
gnu/packages/texlive.scm, gnu/packages/version-control.scm,
gnu/packages/video.scm, gnu/packages/vpn.scm, gnu/packages/w3m.scm,
gnu/packages/xml.scm, gnu/packages/xnee.scm, gnu/packages/xorg.scm,
gnu/packages/zip.scm: Move some build-time dependencies from `inputs' to
`native-inputs'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-12-15 12:01:56 +01:00
|
|
|
("python-wrapper" ,python-wrapper)))
|
2013-09-22 17:25:12 +02:00
|
|
|
(arguments
|
2015-11-03 15:00:04 +01:00
|
|
|
`(#:parallel-tests? #f ; 'pipelines/tcp' fails in parallel
|
|
|
|
#:configure-flags
|
2015-04-04 06:30:25 +02:00
|
|
|
(list (string-append "--with-html-dir="
|
|
|
|
(assoc-ref %outputs "doc")
|
|
|
|
"/share/gtk-doc/html"))
|
|
|
|
#:phases
|
2016-01-19 11:52:35 +01:00
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-before 'configure 'patch
|
|
|
|
(lambda _
|
|
|
|
(substitute* "tests/check/libs/pbutils.c"
|
2016-11-17 21:46:56 +01:00
|
|
|
(("/bin/sh") (which "sh")))
|
|
|
|
#t)))))
|
2016-03-29 10:14:12 +02:00
|
|
|
(home-page "https://gstreamer.freedesktop.org/")
|
2013-09-22 17:25:12 +02:00
|
|
|
(synopsis
|
2014-11-18 21:29:04 +01:00
|
|
|
"Plugins for the GStreamer multimedia library")
|
|
|
|
(description "This package provides an essential exemplary set of plug-ins
|
|
|
|
for the GStreamer multimedia library.")
|
2016-08-15 16:20:09 +02:00
|
|
|
(license license:lgpl2.0+)))
|
2013-09-22 17:25:12 +02:00
|
|
|
|
2014-11-18 21:29:04 +01:00
|
|
|
(define-public gst-plugins-good
|
|
|
|
(package
|
|
|
|
(name "gst-plugins-good")
|
2018-12-04 17:22:50 +01:00
|
|
|
(version "1.14.4")
|
2014-11-18 21:29:04 +01:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
gnu packages: Clean up synopses and descriptions.
* gnu/packages/admin.scm, gnu/packages/algebra.scm, gnu/packages/audio.scm,
gnu/packages/backup.scm, gnu/packages/base.scm, gnu/packages/bittorrent.scm,
gnu/packages/code.scm, gnu/packages/compression.scm,
gnu/packages/databases.scm, gnu/packages/enchant.scm,
gnu/packages/firmware.scm, gnu/packages/fonts.scm,
gnu/packages/freedesktop.scm, gnu/packages/games.scm, gnu/packages/gd.scm,
gnu/packages/gl.scm, gnu/packages/gnome.scm, gnu/packages/gsasl.scm,
gnu/packages/gstreamer.scm, gnu/packages/gtk.scm, gnu/packages/guile.scm,
gnu/packages/haskell.scm, gnu/packages/language.scm,
gnu/packages/lesstif.scm, gnu/packages/libreoffice.scm,
gnu/packages/linux.scm, gnu/packages/llvm.scm, gnu/packages/maths.scm,
gnu/packages/mcrypt.scm, gnu/packages/mit-krb5.scm, gnu/packages/mp3.scm,
gnu/packages/ncdu.scm, gnu/packages/networking.scm, gnu/packages/ntp.scm,
gnu/packages/ocaml.scm, gnu/packages/openbox.scm, gnu/packages/pdf.scm,
gnu/packages/perl.scm, gnu/packages/pretty-print.scm,
gnu/packages/pulseaudio.scm, gnu/packages/python.scm,
gnu/packages/rdesktop.scm, gnu/packages/rdf.scm, gnu/packages/ruby.scm,
gnu/packages/slang.scm, gnu/packages/slim.scm, gnu/packages/telephony.scm,
gnu/packages/tls.scm, gnu/packages/tmux.scm, gnu/packages/tre.scm,
gnu/packages/unrtf.scm, gnu/packages/version-control.scm,
gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/wget.scm,
gnu/packages/xdisorg.scm, gnu/packages/xfce.scm, gnu/packages/xiph.scm:
Fix typos. Trim long lines. Add missing periods in the end of sentences.
Use double spaces between sentences. Remove trailing whitespaces.
2015-07-17 14:16:07 +02:00
|
|
|
(uri (string-append
|
2016-01-21 06:50:39 +01:00
|
|
|
"https://gstreamer.freedesktop.org/src/" name "/"
|
|
|
|
name "-" version ".tar.xz"))
|
2019-02-09 17:15:13 +01:00
|
|
|
(patches (search-patches "gst-plugins-good-libvpx-compat.patch"))
|
2014-11-18 21:29:04 +01:00
|
|
|
(sha256
|
|
|
|
(base32
|
2018-12-04 17:22:50 +01:00
|
|
|
"0y89qynb4b6fry3h43z1r99qslmi3m8xhlq0i5baq2nbc0r5b2sz"))))
|
2014-11-18 21:29:04 +01:00
|
|
|
(build-system gnu-build-system)
|
|
|
|
(inputs
|
gnu: gst-plugins-good: Add more inputs and remove unneeded ones.
* gnu/packages/gstreamer.scm (gst-plugins-good): Move gst-plugins-base
from 'native-inputs' to 'inputs'.
[inputs]: Add aalib, jack, libavc1394, libcaca, libdv, libiec61833,
libshout, libsoup, libvpx, orc, taglib and wavpack. Remove glib,
gstreamer, libogg, libx11, libxext, libxv, and zlib.
[arguments]: Remove.
2015-04-07 08:49:05 +02:00
|
|
|
`(("aalib" ,aalib)
|
gnu: gst-plugins-good: Enable more plugins
* gnu/packages/gstreamer.scm (gst-plugins-good): New inputs:
cairo, gdk-pixbuf, flac, speex, libogg, libx11, zlib, libpng, libjpeg,
libXext, libxv, pulseaudio.
2014-11-19 15:15:30 +01:00
|
|
|
("cairo" ,cairo)
|
|
|
|
("flac" ,flac)
|
gnu: gst-plugins-good: Add more inputs and remove unneeded ones.
* gnu/packages/gstreamer.scm (gst-plugins-good): Move gst-plugins-base
from 'native-inputs' to 'inputs'.
[inputs]: Add aalib, jack, libavc1394, libcaca, libdv, libiec61833,
libshout, libsoup, libvpx, orc, taglib and wavpack. Remove glib,
gstreamer, libogg, libx11, libxext, libxv, and zlib.
[arguments]: Remove.
2015-04-07 08:49:05 +02:00
|
|
|
("gdk-pixbuf" ,gdk-pixbuf)
|
|
|
|
("gst-plugins-base" ,gst-plugins-base)
|
2015-08-27 10:11:15 +02:00
|
|
|
("jack" ,jack-1)
|
2018-10-16 18:54:17 +02:00
|
|
|
("lame" ,lame)
|
gnu: gst-plugins-good: Add more inputs and remove unneeded ones.
* gnu/packages/gstreamer.scm (gst-plugins-good): Move gst-plugins-base
from 'native-inputs' to 'inputs'.
[inputs]: Add aalib, jack, libavc1394, libcaca, libdv, libiec61833,
libshout, libsoup, libvpx, orc, taglib and wavpack. Remove glib,
gstreamer, libogg, libx11, libxext, libxv, and zlib.
[arguments]: Remove.
2015-04-07 08:49:05 +02:00
|
|
|
("libavc1394" ,libavc1394)
|
|
|
|
("libcaca" ,libcaca)
|
|
|
|
("libdv" ,libdv)
|
|
|
|
("libiec61883" ,libiec61883)
|
gnu: gst-plugins-good: Enable more plugins
* gnu/packages/gstreamer.scm (gst-plugins-good): New inputs:
cairo, gdk-pixbuf, flac, speex, libogg, libx11, zlib, libpng, libjpeg,
libXext, libxv, pulseaudio.
2014-11-19 15:15:30 +01:00
|
|
|
("libjpeg" ,libjpeg)
|
gnu: gst-plugins-good: Add more inputs and remove unneeded ones.
* gnu/packages/gstreamer.scm (gst-plugins-good): Move gst-plugins-base
from 'native-inputs' to 'inputs'.
[inputs]: Add aalib, jack, libavc1394, libcaca, libdv, libiec61833,
libshout, libsoup, libvpx, orc, taglib and wavpack. Remove glib,
gstreamer, libogg, libx11, libxext, libxv, and zlib.
[arguments]: Remove.
2015-04-07 08:49:05 +02:00
|
|
|
("libpng" ,libpng)
|
|
|
|
("libshout" ,libshout)
|
|
|
|
("libsoup" ,libsoup)
|
|
|
|
("libvpx" ,libvpx)
|
2018-10-16 18:54:17 +02:00
|
|
|
("mpg123" ,mpg123)
|
gnu: gst-plugins-good: Add more inputs and remove unneeded ones.
* gnu/packages/gstreamer.scm (gst-plugins-good): Move gst-plugins-base
from 'native-inputs' to 'inputs'.
[inputs]: Add aalib, jack, libavc1394, libcaca, libdv, libiec61833,
libshout, libsoup, libvpx, orc, taglib and wavpack. Remove glib,
gstreamer, libogg, libx11, libxext, libxv, and zlib.
[arguments]: Remove.
2015-04-07 08:49:05 +02:00
|
|
|
("orc" ,orc)
|
gnu: gst-plugins-good: Enable more plugins
* gnu/packages/gstreamer.scm (gst-plugins-good): New inputs:
cairo, gdk-pixbuf, flac, speex, libogg, libx11, zlib, libpng, libjpeg,
libXext, libxv, pulseaudio.
2014-11-19 15:15:30 +01:00
|
|
|
("pulseaudio" ,pulseaudio)
|
gnu: gst-plugins-good: Add more inputs and remove unneeded ones.
* gnu/packages/gstreamer.scm (gst-plugins-good): Move gst-plugins-base
from 'native-inputs' to 'inputs'.
[inputs]: Add aalib, jack, libavc1394, libcaca, libdv, libiec61833,
libshout, libsoup, libvpx, orc, taglib and wavpack. Remove glib,
gstreamer, libogg, libx11, libxext, libxv, and zlib.
[arguments]: Remove.
2015-04-07 08:49:05 +02:00
|
|
|
("speex" ,speex)
|
|
|
|
("taglib" ,taglib)
|
2018-10-16 18:54:17 +02:00
|
|
|
("twolame" ,twolame)
|
gnu: gst-plugins-good: Add more inputs and remove unneeded ones.
* gnu/packages/gstreamer.scm (gst-plugins-good): Move gst-plugins-base
from 'native-inputs' to 'inputs'.
[inputs]: Add aalib, jack, libavc1394, libcaca, libdv, libiec61833,
libshout, libsoup, libvpx, orc, taglib and wavpack. Remove glib,
gstreamer, libogg, libx11, libxext, libxv, and zlib.
[arguments]: Remove.
2015-04-07 08:49:05 +02:00
|
|
|
("wavpack" ,wavpack)))
|
2014-11-18 21:29:04 +01:00
|
|
|
(native-inputs
|
gnu: gst-plugins-good: Add more inputs and remove unneeded ones.
* gnu/packages/gstreamer.scm (gst-plugins-good): Move gst-plugins-base
from 'native-inputs' to 'inputs'.
[inputs]: Add aalib, jack, libavc1394, libcaca, libdv, libiec61833,
libshout, libsoup, libvpx, orc, taglib and wavpack. Remove glib,
gstreamer, libogg, libx11, libxext, libxv, and zlib.
[arguments]: Remove.
2015-04-07 08:49:05 +02:00
|
|
|
`(("glib:bin" ,glib "bin")
|
|
|
|
("pkg-config" ,pkg-config)
|
|
|
|
("python-wrapper" ,python-wrapper)))
|
2015-06-24 04:15:19 +02:00
|
|
|
(arguments
|
2019-02-09 17:15:13 +01:00
|
|
|
`(#:make-flags '("CFLAGS=-DHAVE_VPX_1_8") ;XXX: Remove for >1.14.
|
|
|
|
#:phases
|
2015-06-24 04:15:19 +02:00
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-after
|
2016-03-29 18:08:42 +02:00
|
|
|
'unpack 'disable-failing-tests
|
2015-06-24 04:15:19 +02:00
|
|
|
(lambda _
|
2016-03-29 18:08:42 +02:00
|
|
|
;; Disable tests that fail non-deterministically.
|
2017-07-31 10:38:43 +02:00
|
|
|
;; This test fails on aarch64 on 1.12.x.
|
|
|
|
(substitute* "tests/check/elements/alpha.c"
|
|
|
|
(("tcase_add_test \\(tc_chain, test_chromakeying\\);" all)
|
2015-06-24 04:15:19 +02:00
|
|
|
(string-append "/* " all " */")))
|
|
|
|
#t)))))
|
2016-03-29 18:08:42 +02:00
|
|
|
(home-page "https://gstreamer.freedesktop.org/")
|
2014-11-18 21:29:04 +01:00
|
|
|
(synopsis
|
|
|
|
"Plugins for the GStreamer multimedia library")
|
|
|
|
(description "GStreamer Good Plug-ins is a set of plug-ins for the
|
|
|
|
GStreamer multimedia library. This set contains those plug-ins which the
|
|
|
|
developers consider to have good quality code and correct functionality.")
|
2016-08-15 16:20:09 +02:00
|
|
|
(license license:lgpl2.0+)))
|
2013-10-30 22:58:39 +01:00
|
|
|
|
2016-01-21 12:07:31 +01:00
|
|
|
(define-public gst-plugins-bad
|
|
|
|
(package
|
|
|
|
(name "gst-plugins-bad")
|
2018-12-04 17:22:50 +01:00
|
|
|
(version "1.14.4")
|
2016-01-21 12:07:31 +01:00
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://gstreamer.freedesktop.org/src/"
|
|
|
|
name "/" name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
2018-12-04 17:22:50 +01:00
|
|
|
"1r8dma3x127rbx42yab7kwq7q1bhkmvz2ykn0rnqnzl95q74w2wi"))))
|
2016-01-21 12:07:31 +01:00
|
|
|
(outputs '("out" "doc"))
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
(arguments
|
2018-03-22 15:41:11 +01:00
|
|
|
'(#:tests? #f ; XXX: 13 of 53 tests fail
|
2016-01-21 12:07:31 +01:00
|
|
|
#:configure-flags
|
|
|
|
(list (string-append "--with-html-dir="
|
|
|
|
(assoc-ref %outputs "doc")
|
2017-12-10 16:15:23 +01:00
|
|
|
"/share/gtk-doc/html"))))
|
2016-01-21 12:07:31 +01:00
|
|
|
(propagated-inputs
|
|
|
|
`(("gst-plugins-base" ,gst-plugins-base)))
|
|
|
|
(native-inputs
|
|
|
|
`(("glib:bin" ,glib "bin") ; for glib-mkenums, etc.
|
|
|
|
("gobject-introspection" ,gobject-introspection)
|
|
|
|
("pkg-config" ,pkg-config)
|
|
|
|
("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,
|
2016-10-24 21:53:41 +02:00
|
|
|
;; openspc, gme, sbc, schroedinger, zbar, librtmp, spandsp
|
2016-01-21 12:07:31 +01:00
|
|
|
`(("bluez" ,bluez)
|
|
|
|
("curl" ,curl)
|
|
|
|
("faad2" ,faad2)
|
|
|
|
("fluidsynth" ,fluidsynth)
|
|
|
|
("gtk+" ,gtk+)
|
|
|
|
("ladspa" ,ladspa)
|
|
|
|
("libass" ,libass)
|
|
|
|
("libdvdnav" ,libdvdnav)
|
|
|
|
("libdvdread" ,libdvdread)
|
|
|
|
("libgcrypt" ,libgcrypt)
|
|
|
|
("libgudev" ,libgudev)
|
|
|
|
("libkate" ,libkate)
|
|
|
|
("libmodplug" ,libmodplug)
|
|
|
|
("librsvg" ,librsvg)
|
|
|
|
("libsndfile" ,libsndfile)
|
|
|
|
("libsrtp" ,libsrtp)
|
|
|
|
("libssh2" ,libssh2)
|
|
|
|
("libusb" ,libusb)
|
|
|
|
("libvdpau" ,libvdpau)
|
|
|
|
("libwebp" ,libwebp)
|
|
|
|
("libxml2" ,libxml2)
|
|
|
|
("lrdf" ,lrdf)
|
|
|
|
("mesa" ,mesa)
|
|
|
|
("neon" ,neon)
|
|
|
|
("openal" ,openal)
|
|
|
|
("openexr" ,openexr)
|
|
|
|
("openjpeg" ,openjpeg)
|
|
|
|
("openssl" ,openssl)
|
|
|
|
("opus" ,opus)
|
|
|
|
("orc" ,orc)
|
2016-09-06 12:06:10 +02:00
|
|
|
;("qtbase" ,qtbase)
|
|
|
|
;("qtdeclarative" ,qtdeclarative)
|
|
|
|
;("qtx11extras" ,qtx11extras)
|
2016-01-21 12:07:31 +01:00
|
|
|
("soundtouch" ,soundtouch)
|
2016-10-24 21:53:41 +02:00
|
|
|
("x265" ,x265)
|
2017-08-21 17:46:00 +02:00
|
|
|
("wayland" ,wayland)))
|
2016-11-05 16:40:13 +01:00
|
|
|
(home-page "https://gstreamer.freedesktop.org/")
|
2016-01-21 12:07:31 +01:00
|
|
|
(synopsis "Plugins for the GStreamer multimedia library")
|
|
|
|
(description
|
|
|
|
"GStreamer Bad Plug-ins is a set of plug-ins whose quality aren't up to
|
|
|
|
par compared to the rest.")
|
2016-08-15 16:20:09 +02:00
|
|
|
(license license:lgpl2.0+)))
|
2016-01-21 12:07:31 +01:00
|
|
|
|
2015-07-07 08:36:18 +02:00
|
|
|
(define-public gst-plugins-ugly
|
|
|
|
(package
|
|
|
|
(name "gst-plugins-ugly")
|
2018-12-04 17:22:50 +01:00
|
|
|
(version "1.14.4")
|
2015-07-07 08:36:18 +02:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
2016-02-19 14:23:38 +01:00
|
|
|
(uri (string-append "https://gstreamer.freedesktop.org/src/"
|
2015-07-07 08:36:18 +02:00
|
|
|
name "/" name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
2018-12-04 17:22:50 +01:00
|
|
|
"08vd1xgwmapnviah47zv5h2r02qdd20y4f07rvv5zhv6y4vxh0mc"))))
|
2015-07-07 08:36:18 +02:00
|
|
|
(build-system gnu-build-system)
|
|
|
|
(inputs
|
|
|
|
`(("gst-plugins-base" ,gst-plugins-base)
|
|
|
|
("liba52" ,liba52)
|
|
|
|
("libcdio" ,libcdio)
|
|
|
|
("libmpeg2" ,libmpeg2)
|
|
|
|
("libdvdread" ,libdvdread)
|
|
|
|
("libx264" ,libx264)
|
|
|
|
;; TODO:
|
|
|
|
;; * opencore-amr (for the AMR-NB decoder and encoder and the
|
|
|
|
;; AMR-WB decoder) <http://sourceforge.net/projects/opencore-amr/>
|
|
|
|
("orc" ,orc)))
|
|
|
|
(native-inputs
|
|
|
|
`(("glib:bin" ,glib "bin")
|
|
|
|
("pkg-config" ,pkg-config)
|
|
|
|
("python-wrapper" ,python-wrapper)))
|
2016-03-29 11:22:31 +02:00
|
|
|
(home-page "https://gstreamer.freedesktop.org/")
|
gnu packages: Clean up synopses and descriptions.
* gnu/packages/admin.scm, gnu/packages/algebra.scm, gnu/packages/audio.scm,
gnu/packages/backup.scm, gnu/packages/base.scm, gnu/packages/bittorrent.scm,
gnu/packages/code.scm, gnu/packages/compression.scm,
gnu/packages/databases.scm, gnu/packages/enchant.scm,
gnu/packages/firmware.scm, gnu/packages/fonts.scm,
gnu/packages/freedesktop.scm, gnu/packages/games.scm, gnu/packages/gd.scm,
gnu/packages/gl.scm, gnu/packages/gnome.scm, gnu/packages/gsasl.scm,
gnu/packages/gstreamer.scm, gnu/packages/gtk.scm, gnu/packages/guile.scm,
gnu/packages/haskell.scm, gnu/packages/language.scm,
gnu/packages/lesstif.scm, gnu/packages/libreoffice.scm,
gnu/packages/linux.scm, gnu/packages/llvm.scm, gnu/packages/maths.scm,
gnu/packages/mcrypt.scm, gnu/packages/mit-krb5.scm, gnu/packages/mp3.scm,
gnu/packages/ncdu.scm, gnu/packages/networking.scm, gnu/packages/ntp.scm,
gnu/packages/ocaml.scm, gnu/packages/openbox.scm, gnu/packages/pdf.scm,
gnu/packages/perl.scm, gnu/packages/pretty-print.scm,
gnu/packages/pulseaudio.scm, gnu/packages/python.scm,
gnu/packages/rdesktop.scm, gnu/packages/rdf.scm, gnu/packages/ruby.scm,
gnu/packages/slang.scm, gnu/packages/slim.scm, gnu/packages/telephony.scm,
gnu/packages/tls.scm, gnu/packages/tmux.scm, gnu/packages/tre.scm,
gnu/packages/unrtf.scm, gnu/packages/version-control.scm,
gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/wget.scm,
gnu/packages/xdisorg.scm, gnu/packages/xfce.scm, gnu/packages/xiph.scm:
Fix typos. Trim long lines. Add missing periods in the end of sentences.
Use double spaces between sentences. Remove trailing whitespaces.
2015-07-17 14:16:07 +02:00
|
|
|
(synopsis "GStreamer plugins from the \"ugly\" set")
|
2015-07-07 08:36:18 +02:00
|
|
|
(description "GStreamer Ugly Plug-ins. This set contains those plug-ins
|
|
|
|
which the developers consider to have good quality code but that might pose
|
|
|
|
distribution problems in some jurisdictions, e.g. due to patent threats.")
|
2016-08-15 16:20:09 +02:00
|
|
|
(license license:lgpl2.0+)))
|
2015-07-07 08:36:18 +02:00
|
|
|
|
2015-04-10 15:01:10 +02:00
|
|
|
(define-public gst-libav
|
|
|
|
(package
|
|
|
|
(name "gst-libav")
|
2018-12-04 17:22:50 +01:00
|
|
|
(version "1.14.4")
|
2015-04-10 15:01:10 +02:00
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append
|
2016-02-19 14:23:38 +01:00
|
|
|
"https://gstreamer.freedesktop.org/src/" name "/"
|
2015-04-10 15:01:10 +02:00
|
|
|
name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
2018-12-04 17:22:50 +01:00
|
|
|
"1nk5g24z2xx5kaw5cg8dv8skdc516inahmkymcz8bxqxj28qbmyz"))
|
2018-07-20 18:22:14 +02:00
|
|
|
(modules '((guix build utils)))
|
|
|
|
(snippet
|
|
|
|
'(begin
|
|
|
|
;; Drop bundled ffmpeg.
|
|
|
|
(delete-file-recursively "gst-libs/ext/libav")
|
|
|
|
#t))))
|
2015-04-10 15:01:10 +02:00
|
|
|
(build-system gnu-build-system)
|
|
|
|
(arguments
|
2018-07-20 18:22:14 +02:00
|
|
|
'(#:configure-flags '("--with-system-libav")))
|
2015-04-10 15:01:10 +02:00
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)
|
2015-04-13 18:09:10 +02:00
|
|
|
("python" ,python)))
|
2015-04-10 15:01:10 +02:00
|
|
|
(inputs
|
|
|
|
`(("gst-plugins-base" ,gst-plugins-base)
|
2018-04-23 08:07:10 +02:00
|
|
|
("ffmpeg" ,ffmpeg-3.4)
|
2015-04-10 15:01:10 +02:00
|
|
|
("orc" ,orc)
|
|
|
|
("zlib" ,zlib)))
|
gnu: Use HTTPS for supported freedesktop.org home pages.
* gnu/packages/fontutils.scm (fontconfig)[home-page]: Use HTTPS.
* gnu/packages/freedesktop.scm (python-pyxdg, accountsservice)
(modem-manager, telepathy-mission-control, telepathy-mission-control)
(colord-gtk, desktop-file-utils)[home-page]: Likewise.
* gnu/packages/ghostscript.scm (libspectre)[home-page]: Likewise.
* gnu/packages/glib.scm (dbus, dbus-glib, telepathy-glib)[home-page]:
Likewise.
* gnu/packages/gnome.scm (shared-mime-info, hicolor-icon-theme)
(libxklavier, colord, upower)[home-page]: Likewise.
* gnu/packages/gstreamer.scm (orc, python-gst)[home-page]: Likewise.
* gnu/packages/libcanberra.scm (sound-theme-freedesktop)[home-page]:
Likewise.
* gnu/packages/libreoffice.scm (libexttextcat)[home-page]: Likewise.
* gnu/packages/polkit.scm (polkit-gnome, polkit-gnome)[home-page]:
Likewise.
* gnu/packages/pulseaudio.scm (pavucontrol)[home-page]: Likewise.
* gnu/packages/python.scm (python-dbus)[home-page]: Likewise.
* gnu/packages/xdisorg.scm (startup-notification)[home-page]: Likewise.
2018-02-24 13:44:26 +01:00
|
|
|
(home-page "https://gstreamer.freedesktop.org/")
|
2015-04-10 15:01:10 +02:00
|
|
|
(synopsis "Plugins for the GStreamer multimedia library")
|
|
|
|
(description
|
|
|
|
"This GStreamer plugin supports a large number of audio and video
|
|
|
|
compression formats through the use of the libav library.")
|
2016-08-15 16:20:09 +02:00
|
|
|
(license license:gpl2+)))
|
2016-03-06 07:49:35 +01:00
|
|
|
|
|
|
|
(define-public python-gst
|
|
|
|
(package
|
|
|
|
(name "python-gst")
|
2018-12-04 17:22:50 +01:00
|
|
|
(version "1.14.4")
|
2016-03-06 07:49:35 +01:00
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append
|
|
|
|
"https://gstreamer.freedesktop.org/src/gst-python/"
|
|
|
|
"gst-python-" version ".tar.xz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
2018-12-04 17:22:50 +01:00
|
|
|
"06ssx19fs6pg4d32p9ph9w4f0xwmxaw2dxfj17rqkn5njd7v5zfh"))))
|
2016-03-06 07:49:35 +01:00
|
|
|
(build-system gnu-build-system)
|
|
|
|
(arguments
|
|
|
|
;; XXX: Factorize python-sitedir with python-build-system.
|
|
|
|
`(#:imported-modules (,@%gnu-build-system-modules
|
|
|
|
(guix build python-build-system))
|
|
|
|
#:configure-flags
|
|
|
|
(let* ((python (assoc-ref %build-inputs "python"))
|
|
|
|
(python-version ((@@ (guix build python-build-system)
|
|
|
|
get-python-version)
|
|
|
|
python))
|
|
|
|
(python-sitedir (string-append
|
|
|
|
"lib/python" python-version "/site-packages")))
|
|
|
|
(list (string-append
|
|
|
|
"--with-pygi-overrides-dir=" %output "/" python-sitedir
|
|
|
|
"/gi/overrides")))))
|
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)
|
|
|
|
("python" ,python)))
|
|
|
|
(propagated-inputs
|
|
|
|
`(("gst-plugins-base" ,gst-plugins-base)
|
|
|
|
("python-pygobject" ,python-pygobject)))
|
2016-03-29 10:58:11 +02:00
|
|
|
(home-page "https://gstreamer.freedesktop.org/")
|
2016-03-06 07:49:35 +01:00
|
|
|
(synopsis "GStreamer GObject Introspection overrides for Python")
|
|
|
|
(description
|
|
|
|
"This package contains GObject Introspection overrides for Python that can
|
|
|
|
be used by Python applications using GStreamer.")
|
2016-08-15 16:20:09 +02:00
|
|
|
(license license:lgpl2.1+)
|
2016-03-06 07:49:35 +01:00
|
|
|
(properties `((python2-variant . ,(delay python2-gst))))))
|
|
|
|
|
|
|
|
(define-public python2-gst
|
|
|
|
(package (inherit python-gst)
|
|
|
|
(name "python2-gst")
|
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)
|
|
|
|
("python" ,python-2)))
|
|
|
|
(propagated-inputs
|
|
|
|
`(("gst-plugins-base" ,gst-plugins-base)
|
|
|
|
("python-pygobject" ,python2-pygobject)))))
|
2017-12-03 11:37:15 +01:00
|
|
|
|
|
|
|
(define-public gst123
|
|
|
|
(package
|
|
|
|
(name "gst123")
|
|
|
|
(version "0.3.5")
|
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "http://space.twc.de/~stefan/gst123/gst123-"
|
|
|
|
version ".tar.bz2"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
|
|
|
"0zaa117n4wkya9p903vkj8hj58lmdb66pxsdx5wwcv7nffbp5d67"))))
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
(inputs
|
|
|
|
`(("gtk+" ,gtk+-2)
|
|
|
|
("ncurses" ,ncurses)
|
|
|
|
("gstreamer" ,gstreamer)
|
|
|
|
("gst-plugins-base" ,gst-plugins-base)))
|
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)))
|
|
|
|
(home-page "http://space.twc.de/~stefan/gst123.php")
|
|
|
|
(synopsis "Flexible command line media player based on gstreamer")
|
|
|
|
(description "The program gst123 is designed to be a more flexible command
|
|
|
|
line player in the spirit of ogg123 and mpg123, based on the gstreamer media
|
|
|
|
framework. It plays all file formats gstreamer supports, so if you have a
|
|
|
|
music collection which contains different file formats, like flac, ogg and
|
|
|
|
mp3, you can use gst123 to play all your music files.")
|
|
|
|
(license license:lgpl2.0+)))
|