guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: gstreamer: Add search path specification for 'GST_PLUGIN_SYS


From: ???
Subject: 01/01: gnu: gstreamer: Add search path specification for 'GST_PLUGIN_SYSTEM_PATH'.
Date: Thu, 25 Jun 2015 02:08:25 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit 96693d1d92ba0d57cd47259e846bbb33c9076f32
Author: 宋文武 <address@hidden>
Date:   Wed Jun 24 23:02:32 2015 +0800

    gnu: gstreamer: Add search path specification for 'GST_PLUGIN_SYSTEM_PATH'.
    
    This reverts commit e53fc0c8a, which add it wrongly to gst-plugins-base.
    
    * gnu/packages/gstreamer.scm (gstreamer)[native-search-paths]: New field.
      (gst-plugins-base)[native-search-paths]: Remove.
---
 gnu/packages/gstreamer.scm |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 24dc41b..1832909 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -109,6 +109,10 @@ arrays of data.")
        ("perl" ,perl)
        ("pkg-config" ,pkg-config)
        ("python-wrapper" ,python-wrapper)))
+    (native-search-paths
+     (list (search-path-specification
+            (variable "GST_PLUGIN_SYSTEM_PATH")
+            (files '("lib/gstreamer-1.0")))))
     (home-page "http://gstreamer.freedesktop.org/";)
     (synopsis "Multimedia library")
     (description
@@ -171,10 +175,6 @@ This package provides the core library and elements.")
           ;; for g-ir-scanner.
           (setenv "CC" "gcc"))
         %standard-phases)))
-    (native-search-paths
-     (list (search-path-specification
-            (variable "GST_PLUGIN_SYSTEM_PATH")
-            (files '("lib/gstreamer-1.0")))))
     (home-page "http://gstreamer.freedesktop.org/";)
     (synopsis
      "Plugins for the GStreamer multimedia library")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]