Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / mpv
Commits: 6fc5eaca by Robin Candau at 2024-03-31T12:06:58+02:00 upgpkg: 1:0.37.0-3: Add support for GLX + Add .nvchecker.toml Closes https://gitlab.archlinux.org/archlinux/packaging/packages/mpv/-/issues/8 - - - - - 3 changed files: - .SRCINFO - + .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = mpv pkgdesc = a free, open source, and cross-platform media player pkgver = 0.37.0 - pkgrel = 2 + pkgrel = 3 epoch = 1 url = https://mpv.io/ arch = x86_64 ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,6 @@ +[mpv] +source = "github" +github = "mpv-player/mpv" +prefix = "v" +use_max_tag = true +exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*" ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ pkgname=mpv epoch=1 pkgver=0.37.0 -pkgrel=2 +pkgrel=3 pkgdesc='a free, open source, and cross-platform media player' arch=('x86_64') license=('GPL-2.0-or-later AND LGPL-2.1-or-later') @@ -36,7 +36,7 @@ build() { --auto-features auto -Dlibmpv=true - + -Dgl-x11=enabled -Dcaca=disabled -Dcdda=enabled -Ddvbin=enabled View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mpv/-/commit/6fc5eaca847ec46aa383561dc3e28a2114738c19 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mpv/-/commit/6fc5eaca847ec46aa383561dc3e28a2114738c19 You're receiving this email because of your account on gitlab.archlinux.org.