gnome.rygel: 0.40.4 → 0.41.1

https://gitlab.gnome.org/GNOME/rygel/-/compare/rygel-0.40.4...rygel-0.41.1

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Jan Tojnar 2022-07-23 15:46:43 +00:00
parent c7df550cba
commit 3362cdbe6e
2 changed files with 11 additions and 11 deletions

View file

@ -1,5 +1,5 @@
diff --git a/meson.build b/meson.build
index 8af2fcf9..0e318307 100644
index 27bde61f..3d434de9 100644
--- a/meson.build
+++ b/meson.build
@@ -22,7 +22,11 @@ if not get_option('uninstalled')
@ -12,8 +12,8 @@ index 8af2fcf9..0e318307 100644
+ else
+ rygel_sysconfdir = join_paths(get_option('prefix'), get_option('sysconfdir'))
+ endif
rygel_plugindir = join_paths(rygel_libdir, 'rygel-2.6', 'plugins')
rygel_enginedir = join_paths(rygel_libdir, 'rygel-2.6', 'engines')
rygel_plugindir = join_paths(rygel_libdir, 'rygel-2.8', 'plugins')
rygel_enginedir = join_paths(rygel_libdir, 'rygel-2.8', 'engines')
rygel_presetdir = join_paths(rygel_datadir, 'presets')
@@ -57,7 +61,7 @@ conf.set_quoted('DATA_DIR', rygel_datadir)
conf.set_quoted('PLUGIN_DIR', rygel_plugindir)

View file

@ -10,13 +10,13 @@
, wrapGAppsHook
, python3
, glib
, gssdp
, gupnp
, gssdp_1_6
, gupnp_1_6
, gupnp-av
, gupnp-dlna
, gst_all_1
, libgee
, libsoup
, libsoup_3
, gtk3
, libmediaart
, sqlite
@ -28,14 +28,14 @@
stdenv.mkDerivation rec {
pname = "rygel";
version = "0.40.4";
version = "0.41.1";
# TODO: split out lib
outputs = [ "out" "dev" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "c22K2+hhX2y8j8//mEXcmF/RDhZinaI2tLUtvt8KNIs=";
sha256 = "t+ZUlxUjkVSyeHqRizH17WhAQGTQpn72aW9MdwrHNvM=";
};
patches = [
@ -56,12 +56,12 @@ stdenv.mkDerivation rec {
buildInputs = [
glib
gssdp
gupnp
gssdp_1_6
gupnp_1_6
gupnp-av
gupnp-dlna
libgee
libsoup
libsoup_3
gtk3
libmediaart
sqlite