commit:     edda26ecefcec26fbe5ce23225b11744a10a1e81
Author:     Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com>
AuthorDate: Fri Jul 22 17:48:16 2022 +0000
Commit:     Adel KARA SLIMANE <adel <AT> karaslimane <DOT> com>
CommitDate: Fri Jul 22 17:48:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=edda26ec

media-video/obs-vkcapture: version bump to 1.1.4

Signed-off-by: Adel KARA SLIMANE <adel.ks <AT> zegrapher.com>

 media-video/obs-vkcapture/Manifest                 |  1 +
 .../obs-vkcapture/obs-vkcapture-1.1.4.ebuild       | 54 ++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/media-video/obs-vkcapture/Manifest 
b/media-video/obs-vkcapture/Manifest
index 5d1990c4e..2caba1f34 100644
--- a/media-video/obs-vkcapture/Manifest
+++ b/media-video/obs-vkcapture/Manifest
@@ -1 +1,2 @@
 DIST obs-vkcapture-1.1.3.tar.gz 51200 BLAKE2B 
6a14f6c891bb0e2da5b879945e64f54c588577b4acb90af61c55dd9d060f5b5d26ef34f0179f6930b5782907523da47cc69597fee11829e371db070537c6dc91
 SHA512 
34bc8c6bd1b6f21717b60070240c462310d7666867fda638b2294c0e0b58e8e87a3e45cd2bf974d7853dc86daf5387f1ebf66896a02b7867f24ad72b63fe0ade
+DIST obs-vkcapture-1.1.4.tar.gz 51529 BLAKE2B 
a33f31b22c76ecf728864f951a03f30d225c792e97e5fe61a9d1a19e1307b1bb656ad58525f65428462bd8f00a238d7b89fe067355c2ae59787e72d83f9705ce
 SHA512 
5075d1fa49fa0ba27b26f76b5e4a8295d9bafec89ed73fec26ee473e1e53fbb17c6c2ad62dfd7cf57d57e3eb9a15594bab94a7f431ebfcb52b2946b26570f57c

diff --git a/media-video/obs-vkcapture/obs-vkcapture-1.1.4.ebuild 
b/media-video/obs-vkcapture/obs-vkcapture-1.1.4.ebuild
new file mode 100644
index 000000000..04ab2e3f2
--- /dev/null
+++ b/media-video/obs-vkcapture/obs-vkcapture-1.1.4.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_REMOVE_MODULES_LIST=( FindFreetype )
+
+inherit xdg cmake
+
+if [[ ${PV} == 9999 ]]; then
+       inherit git-r3
+       EGIT_REPO_URI="https://github.com/nowrep/obs-vkcapture";
+else
+       
SRC_URI="https://github.com/nowrep/obs-vkcapture/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+       KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="OBS Linux Vulkan/OpenGL game capture"
+HOMEPAGE="https://github.com/nowrep/obs-vkcapture";
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+BDEPEND="
+       dev-util/vulkan-headers
+       media-libs/shaderc
+       media-libs/vulkan-loader
+       >=media-video/obs-studio-27[wayland]
+       x11-libs/libdrm
+"
+RDEPEND="
+       media-libs/libglvnd
+       >=media-video/obs-studio-27[wayland]
+       x11-libs/libdrm
+       x11-libs/libxcb:=
+"
+
+QA_SONAME="
+       /usr/lib64/libVkLayer_obs_vkcapture.so
+       /usr/lib64/libobs_glcapture.so
+"
+
+src_unpack() {
+       default
+
+       if [[ ${PV} == 9999 ]]; then
+               git-r3_src_unpack
+       fi
+}
+
+src_configure() {
+       cmake_src_configure
+}

Reply via email to