From 92f1b4a54c58d57bcc8d52e6970785c2b895c6b9 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Tue, 7 Jul 2015 02:36:18 -0400 Subject: gnu: Add gst-plugins-ugly. * gnu/packages/gstreamer.scm (gst-plugins-ugly): New variable. --- gnu/packages/gstreamer.scm | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'gnu/packages/gstreamer.scm') diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 0f3a0fbdf0..d7296e586b 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -243,6 +243,45 @@ (define-public gst-plugins-good developers consider to have good quality code and correct functionality.") (license lgpl2.0+))) +(define-public gst-plugins-ugly + (package + (name "gst-plugins-ugly") + (version "1.4.5") + (source + (origin + (method url-fetch) + (uri (string-append "http://gstreamer.freedesktop.org/src/" + name "/" name "-" version ".tar.xz")) + (sha256 + (base32 + "0rwhljn3f8mp2pfchzfcx4pvps1546dndw9mr56lz50qyqffimaw")))) + (build-system gnu-build-system) + (inputs + `(("gst-plugins-base" ,gst-plugins-base) + ("liba52" ,liba52) + ("libmad" ,libmad) + ("lame" ,lame) + ("libcdio" ,libcdio) + ("twolame" ,twolame) + ("libmpeg2" ,libmpeg2) + ("libdvdread" ,libdvdread) + ("libx264" ,libx264) + ;; TODO: + ;; * opencore-amr (for the AMR-NB decoder and encoder and the + ;; AMR-WB decoder) + ("orc" ,orc))) + (native-inputs + `(("glib:bin" ,glib "bin") + ("pkg-config" ,pkg-config) + ("python-wrapper" ,python-wrapper))) + (home-page "http://gstreamer.freedesktop.org/") + (synopsis + "GStreamer plugins from the \"ugly\" set.") + (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.") + (license lgpl2.0+))) + (define-public gst-libav (package (name "gst-libav") -- cgit v1.2.3