[PATCH] gnu: gnome-video-effects: Update to 0.5.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 4 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20200922205452.2218-1-mike@rohleder.de
* 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(-)

Toggle diff (33 lines)
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
Efraim Flashner wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 43571-done@debbugs.gnu.org)
20200923054631.GB896@E5400
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
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl9q4TcACgkQQarn3Mo9
g1GPjBAAj9ozTcX8JT166WcyxWC4mQNOJpK3rvCEVK1iG1vr64u/I0eJV+b36x3L
/Lr6fDducl/zYSG/QUcZWC2gZSftw4HbMPgVCLVCe20wWrel2lID/DN/0aWP+/Kh
EWCzS/pN9RbTonoo6vTiN60nx+qTU/tRNExMwkT3p9oOwOmOuyMlum75zFbLE0GO
N3VuU0MvysSppIuFeAdqLhPiLA9YOPIrwoKWqvejJqt0j4cYVqyB7pWFaZfUkYov
fGsbnQsX8/AksZyvFMAHT2Bfz6byX+VgvALvhuVV1QNw3KFYMhOFRVMRIqMJI1nl
7eTJUTyrCnosF8qw5gGmeW3aCODCkn+EMTB2O2gzmPZghQTleacgdrX8yIELbQiG
0bln6O/8Ized4h/AdGVo8/P+nFHZsa5erMfk1X64VnR1tGjUlTn0fC14VriNdDQc
deHSgwXqKuxyFjpQkr/RlRpQYvPW7hU6eEWlY/Jz0fXAAUjat3c8EI5lRkkCi1r9
FQrDVq5X7LQWAhlO/HXAbjBIzW7qSVbN3zUoFve8SngsEFwL6asl05zI+efWmEEy
WecpCvRO3TGhYedX5t2Yf3B9Yz1lyAq01R/9oflpdBc3izrWdL2xgLGKkpJNNwb/
YyJX7iCsGRvrGWCN6MZt8EIs1Z6C/qLMSlvYUjdYil6A+f4ZJ1s=
=BRSR
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 43571@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 43571
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help