diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-08-30 23:15:03 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-08-31 11:16:13 +0900 |
| commit | 6fc9c19b3f401cb6637b61d60e91771819271746 (patch) | |
| tree | bd249fefcdff7a5fe57dddd1c11d1af00d4105f2 | |
| parent | 3f2935742343c5e34b8d814a5c3123947736c296 (diff) | |
gnu: libdmapsharing: Update to 3.9.14.
* gnu/packages/gnome.scm (libdmapsharing): Update to 3.9.14.
[propagated-inputs]: Replace libsoup-minimal-2 with libsoup.
[home-page]: Update URL.
| -rw-r--r-- | gnu/packages/gnome.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 7323e1e7c8b..d120e9c00ea 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm | |||
| @@ -512,7 +512,7 @@ bindings.") | |||
| 512 | (define-public libdmapsharing | 512 | (define-public libdmapsharing |
| 513 | (package | 513 | (package |
| 514 | (name "libdmapsharing") | 514 | (name "libdmapsharing") |
| 515 | (version "3.9.13") | 515 | (version "3.9.14") |
| 516 | (source | 516 | (source |
| 517 | (origin | 517 | (origin |
| 518 | (method url-fetch) | 518 | (method url-fetch) |
| @@ -520,7 +520,7 @@ bindings.") | |||
| 520 | (string-append "https://www.flyn.org/projects/" | 520 | (string-append "https://www.flyn.org/projects/" |
| 521 | name "/" name "-" version ".tar.gz")) | 521 | name "/" name "-" version ".tar.gz")) |
| 522 | (sha256 | 522 | (sha256 |
| 523 | (base32 "0ylzd6pwc6dda366f360z7psvwz3dg6dflwbwxm6s7g154zzcn9n")))) | 523 | (base32 "0h0ss2pj5vyj3xfbp4b0lqp8b3k6fw20mqgdg9gwljs34fa0vmja")))) |
| 524 | (build-system glib-or-gtk-build-system) | 524 | (build-system glib-or-gtk-build-system) |
| 525 | (outputs '("out" "doc")) | 525 | (outputs '("out" "doc")) |
| 526 | (arguments | 526 | (arguments |
| @@ -543,12 +543,12 @@ bindings.") | |||
| 543 | gst-plugins-base | 543 | gst-plugins-base |
| 544 | gtk+)) | 544 | gtk+)) |
| 545 | (propagated-inputs | 545 | (propagated-inputs |
| 546 | (list glib glib-networking gstreamer libsoup-minimal-2)) | 546 | (list glib glib-networking gstreamer libsoup)) |
| 547 | (synopsis "Media management library") | 547 | (synopsis "Media management library") |
| 548 | (description "Libdmapsharing is a library which allows programs to access, | 548 | (description "Libdmapsharing is a library which allows programs to access, |
| 549 | share and control the playback of media content using DMAP (DAAP, DPAP & DACP). | 549 | share and control the playback of media content using DMAP (DAAP, DPAP & DACP). |
| 550 | It is written in C using GObject and libsoup.") | 550 | It is written in C using GObject and libsoup.") |
| 551 | (home-page "https://launchpad.net/gtx") | 551 | (home-page "https://gitlab.gnome.org/GNOME/libdmapsharing/") |
| 552 | (license license:lgpl2.1+))) | 552 | (license license:lgpl2.1+))) |
| 553 | 553 | ||
| 554 | (define-public gtx | 554 | (define-public gtx |
