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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user