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:
parent
e92039b55b
commit
c31bc86da8
1 changed files with 16 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue