summaryrefslogtreecommitdiff
path: root/mpv-plugin
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-06-26 19:21:24 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-06-26 19:21:24 +0000
commitc1f2af78d7929d71d43cf63191638ede4ba5b853 (patch)
tree4ba5661c1f90c80620b8dd6aecd0ef28baed160c /mpv-plugin
parente79d9e5275bfaa9df1ce9320fa6d845951153cba (diff)
downloadbaldeagleos-repo-c1f2af78d7929d71d43cf63191638ede4ba5b853.tar.gz
baldeagleos-repo-c1f2af78d7929d71d43cf63191638ede4ba5b853.tar.xz
baldeagleos-repo-c1f2af78d7929d71d43cf63191638ede4ba5b853.zip
Adding metadata
Diffstat (limited to 'mpv-plugin')
-rw-r--r--mpv-plugin/mpv-plugin-xrandr/Manifest2
-rw-r--r--mpv-plugin/mpv-plugin-xrandr/mpv-plugin-xrandr-2023.06.19.ebuild (renamed from mpv-plugin/mpv-plugin-xrandr/mpv-plugin-xrandr-20190523-r1.ebuild)7
2 files changed, 4 insertions, 5 deletions
diff --git a/mpv-plugin/mpv-plugin-xrandr/Manifest b/mpv-plugin/mpv-plugin-xrandr/Manifest
index baadbc99329e..383005086dc1 100644
--- a/mpv-plugin/mpv-plugin-xrandr/Manifest
+++ b/mpv-plugin/mpv-plugin-xrandr/Manifest
@@ -1 +1 @@
-DIST mpv-plugin-xrandr-20190523.tar.gz 11494 BLAKE2B adea2b56bb99a919edd4aa6802b7da78440213cb2dd3ecdeef009ee96ad936a8ca257056f6c751dacacc1630f767853b74574633f75c9c777e8c78625875fe50 SHA512 410a1331720bda2c1f3d910fda883a25aeace80c04ef1a35a4962858a944b58342454e8f503676245bc84d675ae1a7d7c15922d978abda58295d5ffc524a36f3
+DIST mpv-plugin-xrandr-2023.06.19.tar.bz2 11174 BLAKE2B f7d072e26f8f109b78836e3304a51c07ab1d30369274854d4f2bdca83a50cb55c75419ec4edd8bf5ce0f622808510584bed64a3e2c86536992cd90ceb49a20a9 SHA512 d32be9114e872afb643bc1649f75dda72af52b46b10b2c44e94ec36fcaa8172664c92b8a4f7499cb34c8fe9d7f318ea4765370df3d6731d2778aa3dcf5249ead
diff --git a/mpv-plugin/mpv-plugin-xrandr/mpv-plugin-xrandr-20190523-r1.ebuild b/mpv-plugin/mpv-plugin-xrandr/mpv-plugin-xrandr-2023.06.19.ebuild
index 71b80c56faee..269a59a1b550 100644
--- a/mpv-plugin/mpv-plugin-xrandr/mpv-plugin-xrandr-20190523-r1.ebuild
+++ b/mpv-plugin/mpv-plugin-xrandr/mpv-plugin-xrandr-2023.06.19.ebuild
@@ -7,13 +7,12 @@ USE_MPV="rdepend"
MPV_REQ_USE="lua"
inherit mpv-plugin
-COMMIT="d4e06881367fdcd21572ae9f2d3280ffb5815f26"
-MY_P="${PN}-${COMMIT}"
+MY_PV="r${PV//./_}"
DESCRIPTION="Automatically invoke the xrandr to set the parameters for the display output"
HOMEPAGE="https://gitlab.com/lvml/mpv-plugin-xrandr"
-SRC_URI="https://gitlab.com/lvml/${PN}/-/archive/${COMMIT}/${MY_P}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://gitlab.com/lvml/mpv-plugin-xrandr/-/archive/tags/${MY_PV}/mpv-plugin-xrandr-tags-${MY_PV}.tar.bz2 -> ${P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="~amd64"
@@ -22,6 +21,6 @@ RDEPEND="
x11-apps/xrandr
"
-S="${WORKDIR}/${MY_P}"
+S="${WORKDIR}/${PN}-tags-${MY_PV}"
MPV_PLUGIN_FILES=( xrandr.lua )