gnome3.gnome-music: 3.34.0 → 3.34.1
https://ftp.gnome.org/pub/GNOME/sources/gnome-music/3.34/gnome-music-3.34.1.news
This commit is contained in:
parent
1447158d7f
commit
211850c8c2
@ -1,29 +1,85 @@
|
|||||||
{ stdenv, meson, ninja, gettext, fetchurl, gdk-pixbuf, tracker
|
{ stdenv
|
||||||
, libxml2, python3, libnotify, wrapGAppsHook, libmediaart
|
, meson
|
||||||
, gobject-introspection, gnome-online-accounts, grilo, grilo-plugins
|
, ninja
|
||||||
, pkgconfig, gtk3, glib, desktop-file-utils, appstream-glib
|
, gettext
|
||||||
, itstool, gnome3, gst_all_1, libdazzle, libsoup, gsettings-desktop-schemas }:
|
, fetchurl
|
||||||
|
, gdk-pixbuf
|
||||||
|
, tracker
|
||||||
|
, libxml2
|
||||||
|
, python3
|
||||||
|
, libnotify
|
||||||
|
, wrapGAppsHook
|
||||||
|
, libmediaart
|
||||||
|
, gobject-introspection
|
||||||
|
, gnome-online-accounts
|
||||||
|
, grilo
|
||||||
|
, grilo-plugins
|
||||||
|
, pkgconfig
|
||||||
|
, gtk3
|
||||||
|
, glib
|
||||||
|
, desktop-file-utils
|
||||||
|
, appstream-glib
|
||||||
|
, itstool
|
||||||
|
, gnome3
|
||||||
|
, gst_all_1
|
||||||
|
, libdazzle
|
||||||
|
, libsoup
|
||||||
|
, gsettings-desktop-schemas
|
||||||
|
}:
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "gnome-music";
|
pname = "gnome-music";
|
||||||
version = "3.34.0";
|
version = "3.34.1";
|
||||||
|
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "1a566ifx08clfm22qzdh1i6w8cr2kv7avqzkk6zgc5adba0vmzx4";
|
sha256 = "128griji0ficf9agnlhfqh9wf819zdfcz5bbrr12nkxnhksnqv99";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ meson ninja gettext itstool pkgconfig libxml2 wrapGAppsHook desktop-file-utils appstream-glib gobject-introspection ];
|
nativeBuildInputs = [
|
||||||
buildInputs = with gst_all_1; [
|
meson
|
||||||
gtk3 glib libmediaart gnome-online-accounts gobject-introspection
|
ninja
|
||||||
gdk-pixbuf gnome3.adwaita-icon-theme python3
|
gettext
|
||||||
grilo grilo-plugins libnotify libdazzle libsoup
|
itstool
|
||||||
gsettings-desktop-schemas tracker
|
pkgconfig
|
||||||
gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly
|
libxml2
|
||||||
|
wrapGAppsHook
|
||||||
|
desktop-file-utils
|
||||||
|
appstream-glib
|
||||||
|
gobject-introspection
|
||||||
|
];
|
||||||
|
|
||||||
|
buildInputs = [
|
||||||
|
gtk3
|
||||||
|
glib
|
||||||
|
libmediaart
|
||||||
|
gnome-online-accounts
|
||||||
|
gobject-introspection
|
||||||
|
gdk-pixbuf
|
||||||
|
gnome3.adwaita-icon-theme
|
||||||
|
python3
|
||||||
|
grilo
|
||||||
|
grilo-plugins
|
||||||
|
libnotify
|
||||||
|
libdazzle
|
||||||
|
libsoup
|
||||||
|
gsettings-desktop-schemas
|
||||||
|
tracker
|
||||||
|
] ++ (with gst_all_1; [
|
||||||
|
gstreamer
|
||||||
|
gst-plugins-base
|
||||||
|
gst-plugins-good
|
||||||
|
gst-plugins-bad
|
||||||
|
gst-plugins-ugly
|
||||||
|
]);
|
||||||
|
|
||||||
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
|
pycairo
|
||||||
|
dbus-python
|
||||||
|
pygobject3
|
||||||
];
|
];
|
||||||
propagatedBuildInputs = with python3.pkgs; [ pycairo dbus-python pygobject3 ];
|
|
||||||
|
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -43,10 +99,10 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://wiki.gnome.org/Apps/Music;
|
homepage = "https://wiki.gnome.org/Apps/Music";
|
||||||
description = "Music player and management application for the GNOME desktop environment";
|
description = "Music player and management application for the GNOME desktop environment";
|
||||||
maintainers = gnome3.maintainers;
|
maintainers = gnome3.maintainers;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user