diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-01-22 06:42:31 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-01-22 06:42:31 +0000 |
commit | 564687d289b862b8b079569a45a2d39d7b8c3585 (patch) | |
tree | 9ec555a8f8005c24f9d8198ba4941cc6f002a413 /media-plugins/obs-source-clone | |
parent | 30c47f3c341cb37e4808aaa3842b679d0ca420e8 (diff) |
gentoo auto-resync : 22:01:2025 - 06:42:31
Diffstat (limited to 'media-plugins/obs-source-clone')
4 files changed, 88 insertions, 0 deletions
diff --git a/media-plugins/obs-source-clone/Manifest b/media-plugins/obs-source-clone/Manifest new file mode 100644 index 000000000000..9d52a33dd7bb --- /dev/null +++ b/media-plugins/obs-source-clone/Manifest @@ -0,0 +1,4 @@ +DIST obs-source-clone-0.1.5.tar.gz 55192 BLAKE2B df1f4903062f6dda0bde60bd6e1823f9ff6188d76e653b2b5a62f52f340ecb5b7437b53ef7b102c5843a5502d986cff5da944682bfa2b6e4fcf5ddfa23119eb2 SHA512 205eacadb1005aed954ed7a40bfd334c9defb4159a7be996d9d85bcf6999934abf96e7a9fc199bf2fd1d1a2efb1f43cc4e43b5c72b3872ad1f55049e6bdcc24b +EBUILD obs-source-clone-0.1.5.ebuild 699 BLAKE2B 63b5fde98ac8ba4dde3e7602151dd07a417fc5d716030eeac9484463206193c1059cc909a7d8220dc0d2c86d4a2a4c50af16077b511f26085220ccc035fbccd5 SHA512 9cf0bdf6e923c99704de1af34088794240f74318b7552ec46f321cf7713694a31ee290d13e17edffbcc2602fc1541638dbe823eb6106563cd0c66187c0cd1481 +EBUILD obs-source-clone-9999.ebuild 699 BLAKE2B 63b5fde98ac8ba4dde3e7602151dd07a417fc5d716030eeac9484463206193c1059cc909a7d8220dc0d2c86d4a2a4c50af16077b511f26085220ccc035fbccd5 SHA512 9cf0bdf6e923c99704de1af34088794240f74318b7552ec46f321cf7713694a31ee290d13e17edffbcc2602fc1541638dbe823eb6106563cd0c66187c0cd1481 +MISC metadata.xml 559 BLAKE2B 145440ccf2a2b131375cbbe2990017484618db06b4d1865fbf7f2a593931581ffbd1a349fa9765c837408f4b189261b85ce944c985e482abccd4e3d332fd0817 SHA512 5bedcbdc9ffc59ccd25d6292ef7feed087df4a6d4f9c7bb3a690a13faf536171bb284da8daf0347df2ba270a7d0f97efd615800339e295dc62fe6157606a26a2 diff --git a/media-plugins/obs-source-clone/metadata.xml b/media-plugins/obs-source-clone/metadata.xml new file mode 100644 index 000000000000..20a780472f1d --- /dev/null +++ b/media-plugins/obs-source-clone/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>hurikhan77+bgo@gmail.com</email> + <name>Kai Krakow</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <upstream> + <bugs-to>https://github.com/exeldro/obs-source-clone/issues</bugs-to> + <remote-id type="github">exeldro/obs-source-clone</remote-id> + </upstream> +</pkgmetadata> diff --git a/media-plugins/obs-source-clone/obs-source-clone-0.1.5.ebuild b/media-plugins/obs-source-clone/obs-source-clone-0.1.5.ebuild new file mode 100644 index 000000000000..28cdc9231c00 --- /dev/null +++ b/media-plugins/obs-source-clone/obs-source-clone-0.1.5.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Plugin for OBS Studio to clone sources" +HOMEPAGE="https://github.com/exeldro/obs-source-clone" + +if [[ ${PV} == 9999 ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/exeldro/obs-source-clone.git" +else + SRC_URI="https://github.com/exeldro/obs-source-clone/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm64" +fi + +LICENSE="GPL-2" +SLOT="0" + +DEPEND=" + >=media-video/obs-studio-30.2.0 +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DLIB_OUT_DIR=/lib64/obs-plugins + -DLINUX_PORTABLE=OFF + ) + + cmake_src_configure +} diff --git a/media-plugins/obs-source-clone/obs-source-clone-9999.ebuild b/media-plugins/obs-source-clone/obs-source-clone-9999.ebuild new file mode 100644 index 000000000000..28cdc9231c00 --- /dev/null +++ b/media-plugins/obs-source-clone/obs-source-clone-9999.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Plugin for OBS Studio to clone sources" +HOMEPAGE="https://github.com/exeldro/obs-source-clone" + +if [[ ${PV} == 9999 ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/exeldro/obs-source-clone.git" +else + SRC_URI="https://github.com/exeldro/obs-source-clone/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm64" +fi + +LICENSE="GPL-2" +SLOT="0" + +DEPEND=" + >=media-video/obs-studio-30.2.0 +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DLIB_OUT_DIR=/lib64/obs-plugins + -DLINUX_PORTABLE=OFF + ) + + cmake_src_configure +} |