public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-video/uxplay/
Date: Tue, 26 Sep 2023 13:52:42 +0000 (UTC)	[thread overview]
Message-ID: <1695736200.9234e089e362560c773fd9000b20ed6abe483fd7.davidroman@gentoo> (raw)

commit:     9234e089e362560c773fd9000b20ed6abe483fd7
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Sep 26 13:49:57 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Sep 26 13:50:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9234e089

media-video/uxplay: add 1.66

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
Closes: https://github.com/gentoo/guru/pull/77

 media-video/uxplay/Manifest           |  1 +
 media-video/uxplay/uxplay-1.66.ebuild | 57 +++++++++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

diff --git a/media-video/uxplay/Manifest b/media-video/uxplay/Manifest
index 3321709f40..136f113d89 100644
--- a/media-video/uxplay/Manifest
+++ b/media-video/uxplay/Manifest
@@ -1 +1,2 @@
 DIST uxplay-1.65.3.tar.gz 416832 BLAKE2B 95df0656e0b53a51f68f8e9404de4d7935f713e398c561c4ef44d2315ce41b47bf13787bcbd616a140a6d1a3b09edca6dc7d29a861fd69b1e6d6615183acdd1f SHA512 3e43c56144e1b224598d57b374a0adeacdb96813c84480fc7a9d3cfd2f61b4aef8291de94786491b2a46c5e09367621490954c47f03045247bf4785b35b8bfa2
+DIST uxplay-1.66.tar.gz 420509 BLAKE2B 17fc73985c9118d4cbb90517e3f92488b220e2513b0b13b2907f11b43f96971358887e492932dfe9e5edaae373599dafdf3b9633ff83aa13b68eda35346b802d SHA512 93888e005a5557c024983aa9a0a7a491190cda578ee14d46846d141d6ea188e92aec6b11c52ece7d26e73a39e2956a47447f617a3f481cb603f65301cd24f693

diff --git a/media-video/uxplay/uxplay-1.66.ebuild b/media-video/uxplay/uxplay-1.66.ebuild
new file mode 100644
index 0000000000..9c8bb3a9df
--- /dev/null
+++ b/media-video/uxplay/uxplay-1.66.ebuild
@@ -0,0 +1,57 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="UxPlay"
+MY_PV="${PV}"
+
+inherit cmake
+
+DESCRIPTION="AirPlay Unix mirroring server"
+HOMEPAGE="https://github.com/FDH2/UxPlay"
+
+if [[ ${PV} == "9999" ]] ; then
+	EGIT_REPO_URI="https://github.com/FDH2/${MY_PN}.git"
+	inherit git-r3
+else
+	SRC_URI="https://github.com/FDH2/${MY_PN}/archive/refs/tags/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm ~x86"
+	S="${WORKDIR}/${MY_PN}-${MY_PV}"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="+vaapi +X"
+
+RDEPEND="
+	app-pda/libplist
+	dev-libs/openssl
+	media-libs/gstreamer
+	media-libs/gst-plugins-good
+	media-libs/gst-plugins-bad
+	media-libs/gst-plugins-base
+	media-plugins/gst-plugins-libav
+	vaapi? (
+		media-plugins/gst-plugins-vaapi
+		media-video/ffmpeg[vaapi]
+	)
+	net-dns/avahi[mdnsresponder-compat]
+	X? ( x11-libs/libX11 )
+"
+
+DEPEND="
+	${RDEPEND}
+"
+
+BDEPEND="
+	virtual/pkgconfig
+"
+
+src_configure() {
+	local mycmakeargs=(
+		-DNO_X11_DEPS=$(usex X OFF ON)
+	)
+
+	cmake_src_configure
+}


WARNING: multiple messages have this Message-ID (diff)
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/uxplay/
Date: Tue, 26 Sep 2023 13:50:29 +0000 (UTC)	[thread overview]
Message-ID: <1695736200.9234e089e362560c773fd9000b20ed6abe483fd7.davidroman@gentoo> (raw)
Message-ID: <20230926135029.Bu31oMdT4bKyca8uA-iziuDurP3X-kBRgSCtLMJ2kC8@z> (raw)

commit:     9234e089e362560c773fd9000b20ed6abe483fd7
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Sep 26 13:49:57 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Sep 26 13:50:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9234e089

media-video/uxplay: add 1.66

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
Closes: https://github.com/gentoo/guru/pull/77

 media-video/uxplay/Manifest           |  1 +
 media-video/uxplay/uxplay-1.66.ebuild | 57 +++++++++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

diff --git a/media-video/uxplay/Manifest b/media-video/uxplay/Manifest
index 3321709f40..136f113d89 100644
--- a/media-video/uxplay/Manifest
+++ b/media-video/uxplay/Manifest
@@ -1 +1,2 @@
 DIST uxplay-1.65.3.tar.gz 416832 BLAKE2B 95df0656e0b53a51f68f8e9404de4d7935f713e398c561c4ef44d2315ce41b47bf13787bcbd616a140a6d1a3b09edca6dc7d29a861fd69b1e6d6615183acdd1f SHA512 3e43c56144e1b224598d57b374a0adeacdb96813c84480fc7a9d3cfd2f61b4aef8291de94786491b2a46c5e09367621490954c47f03045247bf4785b35b8bfa2
+DIST uxplay-1.66.tar.gz 420509 BLAKE2B 17fc73985c9118d4cbb90517e3f92488b220e2513b0b13b2907f11b43f96971358887e492932dfe9e5edaae373599dafdf3b9633ff83aa13b68eda35346b802d SHA512 93888e005a5557c024983aa9a0a7a491190cda578ee14d46846d141d6ea188e92aec6b11c52ece7d26e73a39e2956a47447f617a3f481cb603f65301cd24f693

diff --git a/media-video/uxplay/uxplay-1.66.ebuild b/media-video/uxplay/uxplay-1.66.ebuild
new file mode 100644
index 0000000000..9c8bb3a9df
--- /dev/null
+++ b/media-video/uxplay/uxplay-1.66.ebuild
@@ -0,0 +1,57 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="UxPlay"
+MY_PV="${PV}"
+
+inherit cmake
+
+DESCRIPTION="AirPlay Unix mirroring server"
+HOMEPAGE="https://github.com/FDH2/UxPlay"
+
+if [[ ${PV} == "9999" ]] ; then
+	EGIT_REPO_URI="https://github.com/FDH2/${MY_PN}.git"
+	inherit git-r3
+else
+	SRC_URI="https://github.com/FDH2/${MY_PN}/archive/refs/tags/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm ~x86"
+	S="${WORKDIR}/${MY_PN}-${MY_PV}"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="+vaapi +X"
+
+RDEPEND="
+	app-pda/libplist
+	dev-libs/openssl
+	media-libs/gstreamer
+	media-libs/gst-plugins-good
+	media-libs/gst-plugins-bad
+	media-libs/gst-plugins-base
+	media-plugins/gst-plugins-libav
+	vaapi? (
+		media-plugins/gst-plugins-vaapi
+		media-video/ffmpeg[vaapi]
+	)
+	net-dns/avahi[mdnsresponder-compat]
+	X? ( x11-libs/libX11 )
+"
+
+DEPEND="
+	${RDEPEND}
+"
+
+BDEPEND="
+	virtual/pkgconfig
+"
+
+src_configure() {
+	local mycmakeargs=(
+		-DNO_X11_DEPS=$(usex X OFF ON)
+	)
+
+	cmake_src_configure
+}


             reply	other threads:[~2023-09-26 13:52 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-26 13:52 David Roman [this message]
2023-09-26 13:50 ` [gentoo-commits] repo/proj/guru:dev commit in: media-video/uxplay/ David Roman
  -- strict thread matches above, loose matches on Subject: below --
2024-04-28 21:05 [gentoo-commits] repo/proj/guru:master " David Roman
2024-04-28 21:05 David Roman
2023-12-11  6:50 Viorel Munteanu
2023-08-10  8:14 Viorel Munteanu
2023-05-14  7:44 Viorel Munteanu
2023-01-29 10:40 Viorel Munteanu
2023-01-01 18:21 Florian Schmaus
2022-12-30 20:36 Viorel Munteanu
2022-12-29 11:33 Florian Schmaus
2022-12-29 11:33 Florian Schmaus
2022-12-29 11:33 Florian Schmaus
2022-11-04 14:38 Arthur Zamarin
2022-08-24 15:52 Ronny Gutbrod
2022-07-07  7:33 Haelwenn Monnier
2022-05-16 12:33 Andrew Ammerlaan
2022-05-02 17:59 Arthur Zamarin
2022-04-04 14:49 Andrew Ammerlaan
2022-03-17 19:27 Ronny Gutbrod
2022-02-26 18:16 Florian Schmaus
2021-12-30 14:34 Florian Schmaus
2021-11-20 13:05 Haelwenn Monnier
2021-11-20 13:05 Haelwenn Monnier
2021-11-08 13:02 Andrew Ammerlaan
2021-10-09  6:44 Arthur Zamarin

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=1695736200.9234e089e362560c773fd9000b20ed6abe483fd7.davidroman@gentoo \
    --to=davidroman96@gmail.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