emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#43571: closed ([PATCH] gnu: gnome-video-effects: Update to 0.5.0.)


From: GNU bug Tracking System
Subject: bug#43571: closed ([PATCH] gnu: gnome-video-effects: Update to 0.5.0.)
Date: Wed, 23 Sep 2020 05:48:01 +0000

Your message dated Wed, 23 Sep 2020 08:46:31 +0300
with message-id <20200923054631.GB896@E5400>
and subject line Re: [bug#43571] [PATCH] gnu: gnome-video-effects: Update to 
0.5.0.
has caused the debbugs.gnu.org bug report #43571,
regarding [PATCH] gnu: gnome-video-effects: Update to 0.5.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
43571: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43571
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: gnome-video-effects: Update to 0.5.0. Date: Tue, 22 Sep 2020 22:54:52 +0200
* gnu/packages/gnome.scm (gnome-video-effects): Update to 0.5.0.
[build-system]: Changed to meson-build-system.
[arguments]: Removed.
[native-inputs]: Removed glib:bin and intltool.
---
 gnu/packages/gnome.scm | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d727f18ed8..6a58788856 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10023,7 +10023,7 @@ automatically and it can stream songs from online music 
services and charts.")
 (define-public gnome-video-effects
   (package
     (name "gnome-video-effects")
-    (version "0.4.3")
+    (version "0.5.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -10031,14 +10031,10 @@ automatically and it can stream songs from online 
music services and charts.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "06c2f1kihyhawap1s3zg5w7q7fypsybkp7xry4hxkdz4mpsy0zjs"))))
-    (build-system glib-or-gtk-build-system)
-    (arguments
-     `(#:out-of-source? #f))
+                "1j6h98whgkcxrh30bwvnxvyqxrxchgpdgqhl0j71xz7x72dqxijd"))))
+    (build-system meson-build-system)
     (native-inputs
-     `(("glib:bin" ,glib "bin")
-       ("intltool" ,intltool)
-       ("gettext" ,gettext-minimal)
+     `(("gettext" ,gettext-minimal)
        ("pkg-config" ,pkg-config)))
     (home-page "https://wiki.gnome.org/Projects/GnomeVideoEffects";)
     (synopsis "Video effects for Cheese and other GNOME applications")
-- 
2.28.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#43571] [PATCH] gnu: gnome-video-effects: Update to 0.5.0. Date: Wed, 23 Sep 2020 08:46:31 +0300
Looks good. Patch pushed!


-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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