[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: Add gnome-video-effects.
From: |
Andy Wingo |
Subject: |
01/06: gnu: Add gnome-video-effects. |
Date: |
Wed, 20 Sep 2017 09:40:43 -0400 (EDT) |
wingo pushed a commit to branch master
in repository guix.
commit d831d49db97d59cf98c865ef9214c7a5b1c33a14
Author: Andy Wingo <address@hidden>
Date: Tue Sep 19 21:18:27 2017 +0200
gnu: Add gnome-video-effects.
* gnu/packages/gnome.scm (gnome-video-effects): New public variable.
Signed-off-by: Andy Wingo <address@hidden>
---
gnu/packages/gnome.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2ea2bfa..5b9c0f2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6752,3 +6752,30 @@ Lollypop plays audio formats such as mp3, mp4, ogg and
flac and gets information
from artists and tracks from the web. It also fetches cover artworks
automatically and it can stream songs from online music services and charts.")
(license license:gpl3+)))
+
+(define-public gnome-video-effects
+ (package
+ (name "gnome-video-effects")
+ (version "0.4.3")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://gnome/sources/" name "/"
+ (version-major+minor version) "/" name "-"
+ version ".tar.xz"))
+ (sha256
+ (base32
+ "06c2f1kihyhawap1s3zg5w7q7fypsybkp7xry4hxkdz4mpsy0zjs"))))
+ (build-system glib-or-gtk-build-system)
+ (arguments
+ `(#:out-of-source? #f))
+ (native-inputs
+ `(("glib:bin" ,glib "bin")
+ ("intltool" ,intltool)
+ ("gettext" ,gettext-minimal)
+ ("pkg-config" ,pkg-config)))
+ (home-page "https://wiki.gnome.org/Projects/GnomeVideoEffects")
+ (synopsis "Video effects for Cheese and other GNOME applications")
+ (description
+ "A collection of GStreamer video filters and effects to be used in
+photo-booth-like software, such as Cheese.")
+ (license license:gpl2+)))
- branch master updated (7986485 -> 96bc651), Andy Wingo, 2017/09/20
- 04/06: gnu: services: Add modesetting driver to xorg configuration path., Andy Wingo, 2017/09/20
- 03/06: gnu: xf86-video-intel: Update to latest Git., Andy Wingo, 2017/09/20
- 02/06: gnu: Add cheese., Andy Wingo, 2017/09/20
- 01/06: gnu: Add gnome-video-effects.,
Andy Wingo <=
- 05/06: gnu: xorg-server: Prefer intel driver only for older GPUs., Andy Wingo, 2017/09/20
- 06/06: gnu: system: Fix computation of boot parameters for LUKS devices., Andy Wingo, 2017/09/20