[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/41: gnu: gst-transcoder: Fetch sources from git.
From: |
guix-commits |
Subject: |
05/41: gnu: gst-transcoder: Fetch sources from git. |
Date: |
Thu, 29 Nov 2018 16:44:05 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit e7c7b10db4fdf174055ecbc4a462481daa616295
Author: Ricardo Wurmus <address@hidden>
Date: Thu Nov 29 15:50:38 2018 +0100
gnu: gst-transcoder: Fetch sources from git.
* gnu/packages/video.scm (gst-transcoder)[source]: Fetch from git.
---
gnu/packages/video.scm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index fc3ee5c..0d31cae 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -5,7 +5,7 @@
;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <address@hidden>
;;; Copyright © 2015, 2016, 2017, 2018 Efraim Flashner <address@hidden>
;;; Copyright © 2015 Andy Patterson <address@hidden>
-;;; Copyright © 2015 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2015, 2018 Ricardo Wurmus <address@hidden>
;;; Copyright © 2015, 2016, 2017, 2018 Alex Vong <address@hidden>
;;; Copyright © 2016, 2017 Alex Griffin <address@hidden>
;;; Copyright © 2016 Kei Kebreau <address@hidden>
@@ -2871,13 +2871,14 @@ tools for styling them, including a built-in real-time
video preview.")
(version "1.12.2")
(source
(origin
- (method url-fetch)
- (uri (string-append "https://github.com/pitivi/gst-transcoder/"
- "archive/" version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/pitivi/gst-transcoder.git")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
(base32
- "0cnwmrsd321s02ff91m3j27ydj7f8wks0jvmp5admlhka6z7zxm9"))))
+ "0nw1zykqc6c8xs3ri55pm00pwyz93z4y4nd880apfiwj7yv5p3az"))))
(build-system meson-build-system)
(inputs
`(("gobject-introspection" ,gobject-introspection)
- branch master updated (b390138 -> 5bc593d), guix-commits, 2018/11/29
- 03/41: gnu: onionshare: Fetch sources from git., guix-commits, 2018/11/29
- 04/41: gnu: unilibium: Fetch sources from git., guix-commits, 2018/11/29
- 01/41: gnu: transmission-remote-cli: Fetch sources from git., guix-commits, 2018/11/29
- 05/41: gnu: gst-transcoder: Fetch sources from git.,
guix-commits <=
- 09/41: gnu: vidstab: Fetch sources from git., guix-commits, 2018/11/29
- 10/41: gnu: l-smash: Fetch sources from git., guix-commits, 2018/11/29
- 14/41: gnu: mlt: Fetch sources from git., guix-commits, 2018/11/29
- 15/41: gnu: obs: Fetch sources from git., guix-commits, 2018/11/29
- 02/41: gnu: mktorrent: Fetch sources from git., guix-commits, 2018/11/29
- 07/41: gnu: kiss-fft-for-extempore: Fetch sources from git., guix-commits, 2018/11/29
- 08/41: gnu: libcue: Fetch sources from git., guix-commits, 2018/11/29
- 06/41: gnu: arb: Fetch sources from git., guix-commits, 2018/11/29
- 11/41: gnu: leptonica: Fetch sources from git., guix-commits, 2018/11/29
- 13/41: gnu: vapoursynth: Fetch sources from git., guix-commits, 2018/11/29