public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Petrus Zhao" <petrus.zy.07@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/uxplay/
Date: Sat, 25 Jun 2022 15:44:34 +0000 (UTC)	[thread overview]
Message-ID: <1656171865.7050a92225c9a7dc83ea03708ef4b337ccc52134.PetrusZhao@gentoo> (raw)

commit:     7050a92225c9a7dc83ea03708ef4b337ccc52134
Author:     Petrus Zhao <petrus.zy.07 <AT> gmail <DOT> com>
AuthorDate: Sat Jun 25 15:44:25 2022 +0000
Commit:     Petrus Zhao <petrus.zy.07 <AT> gmail <DOT> com>
CommitDate: Sat Jun 25 15:44:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7050a922

media-video/uxplay: version bump to 1.53, drop old

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Petrus Zhao <petrus.zy.07 <AT> gmail.com>

 media-video/uxplay/Manifest                        |  3 +-
 media-video/uxplay/uxplay-1.50a.ebuild             | 53 ----------------------
 .../{uxplay-1.52.ebuild => uxplay-1.53.ebuild}     |  0
 3 files changed, 1 insertion(+), 55 deletions(-)

diff --git a/media-video/uxplay/Manifest b/media-video/uxplay/Manifest
index f512ec417..2d555c678 100644
--- a/media-video/uxplay/Manifest
+++ b/media-video/uxplay/Manifest
@@ -1,2 +1 @@
-DIST uxplay-1.50a.tar.gz 361683 BLAKE2B 096d016e64bf98fab6a9e2d0eb7905e4056ad6580cdc99b675bc85bb490bdc5f1d17fbf9f79ae3144539796f1efb9972e70397d2fe6bb0c77c2551bbe2477fda SHA512 8f25f7bf32e08e4e27fd1d927a154a0e020e021d1a9fb3be5e2cbb5db22de9be408ad98cf073302b2abdcc3f2529b0df175887c537811f148247c9e0fe301a2a
-DIST uxplay-1.52.tar.gz 373262 BLAKE2B 504b5d31cd034d4923079e68c48496629437db9106aa1fab8b50f5a9d7eef1788f93e55adec9b75e00d533b3eab3c8ac7e8da2b8d08b7f5f9c82926e7dfd1d1a SHA512 b95d6a90bf209ea29f91e589d27118550cfb4269a7b155bed7f44f9a4de1d8465047b4bde4d6319281842390501170c52bf27ebde1ea1a5aa48610270279b074
+DIST uxplay-1.53.tar.gz 365373 BLAKE2B 61d15256bf5eb9ad579d4cc054571f9a6010e16234281bcfa01a2ae32d33f0f1ee08f8a0eaa2be7e56fe24c708f5f7278b3ef92c6eec9088dd1f7a39f9e68008 SHA512 6b1786061931b8570c1f7aadd7cb7a608bdaef1ae303687880c15d5d0d975ac40b612c10e25ef5168d005028331fe77df8a7d5b2bc150506c0216ffb7712bd74

diff --git a/media-video/uxplay/uxplay-1.50a.ebuild b/media-video/uxplay/uxplay-1.50a.ebuild
deleted file mode 100644
index 7c9280ff6..000000000
--- a/media-video/uxplay/uxplay-1.50a.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-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 +zoomfix"
-
-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]
-	zoomfix? ( x11-libs/libX11 )
-"
-
-DEPEND="
-	${RDEPEND}
-"
-
-BDEPEND="
-	virtual/pkgconfig
-"
-
-src_configure() {
-	local mycmakeargs=(
-		-DZOOMFIX=$(usex zoomfix ON OFF)
-	)
-
-	cmake_src_configure
-}

diff --git a/media-video/uxplay/uxplay-1.52.ebuild b/media-video/uxplay/uxplay-1.53.ebuild
similarity index 100%
rename from media-video/uxplay/uxplay-1.52.ebuild
rename to media-video/uxplay/uxplay-1.53.ebuild


             reply	other threads:[~2022-06-25 15:44 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-25 15:44 Petrus Zhao [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-28  3:25 [gentoo-commits] repo/proj/guru:dev commit in: media-video/uxplay/ Rui Huang
2024-04-28  3:25 Rui Huang
2023-12-10 15:23 Petrus Zhao
2023-09-26 13:52 [gentoo-commits] repo/proj/guru:master " David Roman
2023-09-26 13:50 ` [gentoo-commits] repo/proj/guru:dev " David Roman
2023-08-09  9:34 Rui Huang
2023-05-13 12:09 Petrus Zhao
2023-02-26  7:28 Petrus Zhao
2023-01-28 10:12 Petrus Zhao
2023-01-01  7:55 Petrus Zhao
2022-12-30 10:39 Petrus Zhao
2022-12-28 14:35 Petrus Zhao
2022-12-28 14:26 Petrus Zhao
2022-12-28 14:26 Petrus Zhao
2022-11-04  8:13 Petrus Zhao
2022-08-21  7:50 Petrus Zhao
2022-07-24 14:28 Petrus Zhao
2022-07-07  2:07 Rui Huang
2022-06-26  5:48 Petrus Zhao
2022-05-14 13:46 Petrus Zhao
2022-05-02 13:57 Petrus Zhao
2022-04-24  4:20 Rui Huang
2022-04-04  7:21 Petrus Zhao
2022-03-17  4:13 Petrus Zhao
2022-02-26 11:40 Petrus Zhao
2021-12-30 14:32 Petrus Zhao
2021-12-10 13:18 Petrus Zhao
2021-11-20 12:35 Petrus Zhao
2021-11-16  5:57 Petrus Zhao
2021-11-09 12:29 Petrus Zhao
2021-11-07  4:11 Petrus Zhao
2021-10-09  2:19 Petrus Zhao

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=1656171865.7050a92225c9a7dc83ea03708ef4b337ccc52134.PetrusZhao@gentoo \
    --to=petrus.zy.07@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