From: "Kostadin Shishmanov" <kocelfc@tutanota.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/obs-vkcapture/
Date: Mon, 10 Jul 2023 10:47:34 +0000 (UTC) [thread overview]
Message-ID: <1688986044.b825081a0213077f02287dd3c210f2922392f933.kocelfc@gentoo> (raw)
commit: b825081a0213077f02287dd3c210f2922392f933
Author: Kostadin Shishmanov <kocelfc <AT> tutanota <DOT> com>
AuthorDate: Mon Jul 10 10:47:24 2023 +0000
Commit: Kostadin Shishmanov <kocelfc <AT> tutanota <DOT> com>
CommitDate: Mon Jul 10 10:47:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b825081a
media-video/obs-vkcapture: drop 1.2.0
Signed-off-by: Kostadin Shishmanov <kocelfc <AT> tutanota.com>
media-video/obs-vkcapture/Manifest | 1 -
.../obs-vkcapture/obs-vkcapture-1.2.0.ebuild | 50 ----------------------
2 files changed, 51 deletions(-)
diff --git a/media-video/obs-vkcapture/Manifest b/media-video/obs-vkcapture/Manifest
index 1e22172d9..4d5b0ccac 100644
--- a/media-video/obs-vkcapture/Manifest
+++ b/media-video/obs-vkcapture/Manifest
@@ -1,4 +1,3 @@
-DIST obs-vkcapture-1.2.0.tar.gz 51934 BLAKE2B 0b80cf2850f056ce9f3f0e8165fef893bfad0648a4366cebcdbeecb98e7df491e5078247d97ac0ba0dd88cbf1db6278aed3f9e282595392c55340b31bb45c2a4 SHA512 e30aeb24af467a9f8a343985b77ea5cd4e39fdcdec067f3c65f7dd9b8915a933bff1ee5127e4a7a4eaa0e740f97f31af669cb5a75155bbd9937d694d739a6d7d
DIST obs-vkcapture-1.3.3.tar.gz 53301 BLAKE2B bfa51f847978d2abc1393e92aaf6a54ef48781778651652808449546f5ae043514d4798d75fc58a991eec7a0bb5d0e0e09efee9a2df049682f5714261f6e5f46 SHA512 d4d234eff53ff9d0e53e6478b378fce8376b22dc4088c1366e194eeb826db5f24f5c3ce26925423e29f4979ef2b0c081ed69d208a8af27810636a2c9538e98e7
DIST obs-vkcapture-1.4.0.tar.gz 57914 BLAKE2B b92f89a4d6fd3fa97bd6f681d58671d190ac73705c7861c0d4147ae980a7585f329b9cf1f8d26f67754c55c4004f70e53c71515c0a8473b848f0226d049a3a4d SHA512 8b487a09d54ada2482f218eb0b7d22228ca8bdb8ed7b71e8b9456554e48a2d2de80fc94ce336de1b574842b9839c402a98902039696df36a002e3f9e850b936d
DIST obs-vkcapture-1.4.1.tar.gz 57996 BLAKE2B d39bdb0376124495298668f4ac2ade83fa757d3361ab2e177a4f3847b0d1e5a093747f4d4e3b3de2abfe588cc174b9a5ce17ce2b6eeb61420c5fe1f13b07a7dd SHA512 3fa64486df0966f8e33262f821833a9a37a9d2a0e27fb9c6ffc9393e5c829444b995155aa54ddc60ab2cb07ca4f7f01c6581dc6c550335a26fddebd46ff604df
diff --git a/media-video/obs-vkcapture/obs-vkcapture-1.2.0.ebuild b/media-video/obs-vkcapture/obs-vkcapture-1.2.0.ebuild
deleted file mode 100644
index 7c3049cab..000000000
--- a/media-video/obs-vkcapture/obs-vkcapture-1.2.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# 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
-}
next reply other threads:[~2023-07-10 10:47 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-10 10:47 Kostadin Shishmanov [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-24 0:57 [gentoo-commits] repo/proj/guru:dev commit in: media-video/obs-vkcapture/ David Roman
2024-07-21 6:34 Kostadin Shishmanov
2024-07-20 10:34 Kostadin Shishmanov
2024-07-20 10:34 Kostadin Shishmanov
2024-06-01 17:18 Kostadin Shishmanov
2024-04-14 8:28 Kostadin Shishmanov
2024-04-14 8:28 Kostadin Shishmanov
2024-02-17 15:04 Kostadin Shishmanov
2023-11-24 20:36 Adel KARA SLIMANE
2023-11-24 20:36 Adel KARA SLIMANE
2023-10-19 16:38 Kostadin Shishmanov
2023-10-19 16:37 Kostadin Shishmanov
2023-07-10 10:47 Kostadin Shishmanov
2023-06-17 6:28 Kostadin Shishmanov
2023-06-17 6:27 Kostadin Shishmanov
2023-06-08 5:55 Kostadin Shishmanov
2023-06-08 5:55 Kostadin Shishmanov
2023-06-08 5:55 Kostadin Shishmanov
2022-09-08 19:28 Adel KARA SLIMANE
2022-07-22 17:48 Adel KARA SLIMANE
2022-04-03 13:29 Adel KARA SLIMANE
2022-02-13 19:04 Adel KARA SLIMANE
2022-01-11 13:57 Adel KARA SLIMANE
2021-12-18 13:33 Adel KARA SLIMANE
2021-09-21 12:23 Adel KARA SLIMANE
2021-09-20 14:17 Adel KARA SLIMANE
2021-09-20 9:41 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-09-20 9:37 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-09-16 12:19 Adel KARA SLIMANE
2021-09-13 11:49 Adel KARA SLIMANE
2021-09-11 12:54 Adel KARA SLIMANE
2021-09-11 12:12 Adel KARA SLIMANE
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1688986044.b825081a0213077f02287dd3c210f2922392f933.kocelfc@gentoo \
--to=kocelfc@tutanota.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox