rygel: 0.44.2 → 45.rc

https://gitlab.gnome.org/GNOME/rygel/-/compare/rygel-0.44.2...45.rc

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Jan Tojnar
2025-11-03 10:50:07 +01:00
parent 3268e58f2e
commit 813af585cf
+7 -7
View File
@@ -11,7 +11,7 @@
libxml2,
libxslt,
gobject-introspection,
wrapGAppsHook3,
wrapGAppsHook4,
wrapGAppsNoGuiHook,
python3,
gdk-pixbuf,
@@ -25,7 +25,7 @@
libsoup_3,
libX11,
withGtk ? true,
gtk3,
gtk4,
libmediaart,
pipewire,
sqlite,
@@ -38,7 +38,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rygel";
version = "0.44.2";
version = "45.rc";
# TODO: split out lib
outputs = [
@@ -47,8 +47,8 @@ stdenv.mkDerivation (finalAttrs: {
];
src = fetchurl {
url = "mirror://gnome/sources/rygel/${lib.versions.majorMinor finalAttrs.version}/rygel-${finalAttrs.version}.tar.xz";
hash = "sha256-eW7uSUzfYNwr+CsAuPmaFLocfPQNKUSBf/DBqmBz1aA=";
url = "mirror://gnome/sources/rygel/${lib.versions.major finalAttrs.version}/rygel-${finalAttrs.version}.tar.xz";
hash = "sha256-9quoTAm+RdiGcR/5I5tQ4k6T+ulI+nWScD0pfbNDzus=";
};
patches = [
@@ -65,7 +65,7 @@ stdenv.mkDerivation (finalAttrs: {
libxml2
libxslt # for xsltproc
gobject-introspection
(if withGtk then wrapGAppsHook3 else wrapGAppsNoGuiHook)
(if withGtk then wrapGAppsHook4 else wrapGAppsNoGuiHook)
python3
];
@@ -89,7 +89,7 @@ stdenv.mkDerivation (finalAttrs: {
tinysparql
shared-mime-info
]
++ lib.optionals withGtk [ gtk3 ]
++ lib.optionals withGtk [ gtk4 ]
++ (with gst_all_1; [
gstreamer
gst-editing-services