[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/36: gnu: gstreamer: Use license: prefix.
From: |
David Craven |
Subject: |
36/36: gnu: gstreamer: Use license: prefix. |
Date: |
Thu, 18 Aug 2016 15:58:31 +0000 (UTC) |
dvc pushed a commit to branch master
in repository guix.
commit 5cde47ecd6df3b92e34a2c7912721a65291f459f
Author: David Craven <address@hidden>
Date: Mon Aug 15 16:20:09 2016 +0200
gnu: gstreamer: Use license: prefix.
* gnu/packages/gstreamer.scm (define-module): Import guix licenses with
(orc): Likewise.
(gstreamer): Likewise.
(gst-plugins-base): Likewise.
(gst-plugins-good): Likewise.
(gst-plugins-bad): Likewise.
(gst-plugins-ugly): Likewise.
(gst-libav): Likewise.
(python-gst): Likewise.
---
gnu/packages/gstreamer.scm | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 59085dc..651186a 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -21,7 +21,7 @@
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
(define-module (gnu packages gstreamer)
- #:use-module ((guix licenses) #:select (lgpl2.0+ lgpl2.1+ bsd-2 bsd-3 gpl2+))
+ #:use-module ((guix licenses) #:prefix license:)
#:use-module (guix packages)
#:use-module (guix download)
#:use-module (guix build-system gnu)
@@ -92,7 +92,7 @@ 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.
- (license (list bsd-2 bsd-3))))
+ (license (list license:bsd-2 license:bsd-3))))
(define-public gstreamer
(package
@@ -140,7 +140,7 @@ 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.")
- (license lgpl2.0+)))
+ (license license:lgpl2.0+)))
(define-public gst-plugins-base
(package
@@ -192,7 +192,7 @@ This package provides the core library and elements.")
"Plugins for the GStreamer multimedia library")
(description "This package provides an essential exemplary set of plug-ins
for the GStreamer multimedia library.")
- (license lgpl2.0+)))
+ (license license:lgpl2.0+)))
(define-public gst-plugins-good
@@ -258,7 +258,7 @@ 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.")
- (license lgpl2.0+)))
+ (license license:lgpl2.0+)))
(define-public gst-plugins-bad
(package
@@ -331,7 +331,7 @@ developers consider to have good quality code and correct
functionality.")
(description
"GStreamer Bad Plug-ins is a set of plug-ins whose quality aren't up to
par compared to the rest.")
- (license lgpl2.0+)))
+ (license license:lgpl2.0+)))
(define-public gst-plugins-ugly
(package
@@ -369,7 +369,7 @@ par compared to the rest.")
(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+)))
+ (license license:lgpl2.0+)))
(define-public gst-libav
(package
@@ -406,7 +406,7 @@ distribution problems in some jurisdictions, e.g. due to
patent threats.")
(description
"This GStreamer plugin supports a large number of audio and video
compression formats through the use of the libav library.")
- (license gpl2+)))
+ (license license:gpl2+)))
(define-public python-gst
(package
@@ -446,7 +446,7 @@ compression formats through the use of the libav library.")
(description
"This package contains GObject Introspection overrides for Python that can
be used by Python applications using GStreamer.")
- (license lgpl2.1+)
+ (license license:lgpl2.1+)
(properties `((python2-variant . ,(delay python2-gst))))))
(define-public python2-gst
- 10/36: gnu: Add kpackage., (continued)
- 10/36: gnu: Add kpackage., David Craven, 2016/08/18
- 32/36: gnu: gst-plugins-bad: Use modular qt., David Craven, 2016/08/18
- 23/36: gnu: Add mobile-broadband-provider-info., David Craven, 2016/08/18
- 09/36: gnu: Add knotifications., David Craven, 2016/08/18
- 01/36: gnu: Add phonon., David Craven, 2016/08/18
- 19/36: gnu: Add yaml-cpp., David Craven, 2016/08/18
- 12/36: gnu: Add kunitconversion., David Craven, 2016/08/18
- 20/36: gnu: Add jsoncpp., David Craven, 2016/08/18
- 25/36: gnu: networkmanager-qt: Propagate network-manager., David Craven, 2016/08/18
- 31/36: gnu: bitcoin-core: Use modular qt., David Craven, 2016/08/18
- 36/36: gnu: gstreamer: Use license: prefix.,
David Craven <=
- 15/36: gnu: Add qtquickcontrols., David Craven, 2016/08/18
- 07/36: gnu: Add kimageformats., David Craven, 2016/08/18
- 14/36: gnu: qtbase: Add search path specification for 'QMAKEPATH'., David Craven, 2016/08/18
- 22/36: gnu: Add lndir., David Craven, 2016/08/18
- 21/36: gnu: Add snappy., David Craven, 2016/08/18
- 29/36: gnu: qsynth: Use modular qt., David Craven, 2016/08/18
- 35/36: gnu: qt: Update qt to 5.7.0., David Craven, 2016/08/18
- 33/36: gnu: poppler-qt5: Use modular qt., David Craven, 2016/08/18
- 04/36: gnu: Add kcrash., David Craven, 2016/08/18
- 16/36: gnu: Add qtquickcontrols2., David Craven, 2016/08/18