xfce.parole: 4.18.0 -> 4.18.1

https://gitlab.xfce.org/apps/parole/-/compare/parole-4.18.0...parole-4.18.1
This commit is contained in:
Bobby Rong 2023-12-02 10:15:22 +00:00
parent e92039b55b
commit c31bc86da8
No known key found for this signature in database

View file

@ -1,15 +1,25 @@
{ lib, mkXfceDerivation, dbus, dbus-glib
, gst_all_1, gtk3, libnotify, libxfce4ui, libxfce4util
, taglib, xfconf }:
{ lib
, mkXfceDerivation
, dbus
, dbus-glib
, gst_all_1
, gtk3
, libnotify
, libX11
, libxfce4ui
, libxfce4util
, taglib
, xfconf
}:
# Doesn't seem to find H.264 codec even though built with gst-plugins-bad.
mkXfceDerivation {
category = "apps";
pname = "parole";
version = "4.18.0";
version = "4.18.1";
sha256 = "sha256-TLH9ZUggjclJlbBg3EBVgbcrdiMZ8n+cGDgfNgYNiPI=";
sha256 = "sha256-g+Wy90tHpCeylbU7aUa8578ehmuyWI5WlCK7YdJKlNQ=";
postPatch = ''
substituteInPlace src/plugins/mpris2/Makefile.am \
@ -25,6 +35,7 @@ mkXfceDerivation {
gst-plugins-ugly
gtk3
libnotify
libX11
libxfce4ui
libxfce4util
taglib