summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2022-06-20 13:35:11 +0300
committerEfraim Flashner <efraim@flashner.co.il>2022-06-20 13:35:11 +0300
commitd2580a3f2ef9d8b6090a739a7e09fea4c2c64e21 (patch)
tree27d418a88a9237bed5b2baf9d5556930c5dedd76
parenta6928240063e43e85a6b27e4d8e46f3d949617fd (diff)
downloadguix-patches-d2580a3f2ef9d8b6090a739a7e09fea4c2c64e21.tar
guix-patches-d2580a3f2ef9d8b6090a739a7e09fea4c2c64e21.tar.gz
gnu: vlc: Add release-monitoring-url property.
* gnu/packages/video.scm (vlc)[properties]: New field.
-rw-r--r--gnu/packages/video.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 48c7c3a46d..18eb6d2d24 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2031,6 +2031,8 @@ videoformats depend on the configuration flags of ffmpeg.")
(description "VLC is a cross-platform multimedia player and framework
that plays most multimedia files as well as DVD, Audio CD, VCD, and various
streaming protocols.")
+ (properties
+ '((release-monitoring-url . "https://download.videolan.org/pub/videolan/vlc/last")))
(license license:gpl2+)))
(define-public mplayer