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: Sun, 28 Apr 2024 21:05:30 +0000 (UTC) [thread overview]
Message-ID: <1714274731.38733f13d46471c583ac3ea3a1eb43069c384db8.davidroman@gentoo> (raw)
commit: 38733f13d46471c583ac3ea3a1eb43069c384db8
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Sun Apr 28 03:25:31 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Apr 28 03:25:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=38733f13
media-video/uxplay: add 1.68.3
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
media-video/uxplay/Manifest | 1 +
media-video/uxplay/uxplay-1.68.3.ebuild | 53 +++++++++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
diff --git a/media-video/uxplay/Manifest b/media-video/uxplay/Manifest
index 35bae4c9ee..8d74f2f87f 100644
--- a/media-video/uxplay/Manifest
+++ b/media-video/uxplay/Manifest
@@ -1,2 +1,3 @@
DIST uxplay-1.66.tar.gz 420509 BLAKE2B 17fc73985c9118d4cbb90517e3f92488b220e2513b0b13b2907f11b43f96971358887e492932dfe9e5edaae373599dafdf3b9633ff83aa13b68eda35346b802d SHA512 93888e005a5557c024983aa9a0a7a491190cda578ee14d46846d141d6ea188e92aec6b11c52ece7d26e73a39e2956a47447f617a3f481cb603f65301cd24f693
DIST uxplay-1.67.tar.gz 430752 BLAKE2B a92dd7ffdb1fcb9b3bdddd670bb812b1c9e75de9cc533d7d9c05173808b45067b3f650aa07b6189c854643d6787329ad9d2dc1f3b16e8cf317fd0de98239aa4d SHA512 faa8f6ad9fa284d8428461cd12ab4a73732e7f22294ef896037155d59343997f8c3198e916460787769e1627d28d8b85c9ea78a61af2eef8b50b412dc6cfac45
+DIST uxplay-1.68.3.tar.gz 437894 BLAKE2B 73bc94a0b3b26e470fb86a0fccfeeeabc0e5a877f99e556e6013259a462f6139af1f0c459852b73ae8954bb8db5afd6179de12468323598f187f3c7467292de7 SHA512 9abf668468f63ec96e7af8faf793d06467af410168164c1a78f813928b6c901c39728d5bfde8846b5fac296b8939eef86ee01b6dcf2e67297398e2f309bc35b3
diff --git a/media-video/uxplay/uxplay-1.68.3.ebuild b/media-video/uxplay/uxplay-1.68.3.ebuild
new file mode 100644
index 0000000000..e053423d42
--- /dev/null
+++ b/media-video/uxplay/uxplay-1.68.3.ebuild
@@ -0,0 +1,53 @@
+# 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-bad
+ media-libs/gst-plugins-base
+ media-plugins/gst-plugins-libav
+ vaapi? ( media-plugins/gst-plugins-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
+}
next reply other threads:[~2024-04-28 21:05 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-28 21:05 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-30 9:16 [gentoo-commits] repo/proj/guru:master commit in: media-video/uxplay/ Haelwenn Monnier
2024-11-21 10:47 David Roman
2024-04-28 21:05 David Roman
2023-12-11 6:50 Viorel Munteanu
2023-09-26 13:52 David Roman
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=1714274731.38733f13d46471c583ac3ea3a1eb43069c384db8.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