GNU bug report logs -
#62580
[PATCH 00/11] xfce updates
Previous Next
Reported by: iyzsong <at> envs.net
Date: Sat, 1 Apr 2023 05:14:01 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
Message #29 received at 62580 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/xfce.scm (parole): Update to 4.18.0.
[inputs]: Add taglib.
---
gnu/packages/xfce.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 5939753296..feb1054534 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1005,7 +1005,7 @@ (define-public gigolo
(define-public parole
(package
(name "parole")
- (version "4.16.0")
+ (version "4.18.0")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/"
@@ -1013,7 +1013,7 @@ (define-public parole
name "-" version ".tar.bz2"))
(sha256
(base32
- "1rx7apylqb7mf1dl0sswj1630fca3ddk4x1gcdmlv5ykrkc5lc0d"))))
+ "0w9p9zf87pnpl44bay8srrsczscxpmbsriwzqzv31gis9ny2zrdv"))))
(build-system gnu-build-system)
(arguments
(list
@@ -1040,7 +1040,8 @@ (define-public parole
gst-plugins-good
libnotify
libxfce4ui
- libxfce4util))
+ libxfce4util
+ taglib))
(home-page "https://www.xfce.org/")
(synopsis "Media player based on the GStreamer framework")
(description "Parole is a modern simple media player based on the
--
2.39.2
This bug report was last modified 2 years and 122 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.