Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-video/syncplay/
Date: Thu, 25 Jun 2020 07:30:41
Message-Id: 1593011126.42305600f87251b35b89e90ac46b4556f81ccb02.andrewammerlaan@gentoo
1 commit: 42305600f87251b35b89e90ac46b4556f81ccb02
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Wed Jun 24 15:05:26 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Wed Jun 24 15:05:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=42305600
7
8 media-video/syncplay: version bump
9
10 Package-Manager: Portage-2.3.102, Repoman-2.3.23
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 media-video/syncplay/Manifest | 3 +-
14 ...cplay-1.6.4_p1.ebuild => syncplay-1.6.5.ebuild} | 6 +-
15 media-video/syncplay/syncplay-1.6.5_beta1.ebuild | 67 ----------------------
16 3 files changed, 2 insertions(+), 74 deletions(-)
17
18 diff --git a/media-video/syncplay/Manifest b/media-video/syncplay/Manifest
19 index 50f13a3..2a6da87 100644
20 --- a/media-video/syncplay/Manifest
21 +++ b/media-video/syncplay/Manifest
22 @@ -1,2 +1 @@
23 -DIST syncplay-1.6.4_p1.tar.gz 1791803 BLAKE2B ac309c224ad61c94712f18b3cc7216b9a2fe431251feb2d26b1db3d728bd97b89e6aa362b7b64992152b41a25ac107428f910c24ec0ba88e7c6f042ae1628c07 SHA512 7cf41088462b3140836ba5c2d0376fcae78263255280dfb63575ab8015f21953c78c01d0a2e22c5c09902679cb8ae2f1fdbb5d9fbe4150c5ed8d3d4b8edb49e0
24 -DIST syncplay-1.6.5_beta1.tar.gz 1838573 BLAKE2B 11567daf6a2a6e5163775f8346bcac49f57984aa36f361eb9d2aaa52143260aade69ac98ed035803d269419a512919f07495bfb331ff1010e148f24e46a0d74e SHA512 ee83aaeba8c46d63e22db6f804807d71ed467a4ca510ececc7e5b2ad9410626331e58aa22ee9f6c4e24b9df4aee67067a1ed0a9f26404ab0a4ad4b1b9a381955
25 +DIST syncplay-1.6.5.tar.gz 1849668 BLAKE2B ec0d9037b68adbedac3ae107fc2b7650cfa20f5361d256f839a54dfd3fd73d3ae76c01f4e0b703efcb2c1cac39364208d3bed5ec341e38f1ab3036d91c53bad8 SHA512 c3dba4211e7b57a84cc967a8d2c4827e814287dde866bfd9830d8b3c07af472f1532d0dae35e393fce39b35f586d0765de2c23fc473c41ae277a079f6f3a6db0
26
27 diff --git a/media-video/syncplay/syncplay-1.6.4_p1.ebuild b/media-video/syncplay/syncplay-1.6.5.ebuild
28 similarity index 92%
29 rename from media-video/syncplay/syncplay-1.6.4_p1.ebuild
30 rename to media-video/syncplay/syncplay-1.6.5.ebuild
31 index 95626f1..b7dfc1c 100644
32 --- a/media-video/syncplay/syncplay-1.6.4_p1.ebuild
33 +++ b/media-video/syncplay/syncplay-1.6.5.ebuild
34 @@ -8,11 +8,9 @@ DISTUTILS_USE_SETUPTOOLS=rdepend
35
36 inherit distutils-r1 eutils xdg
37
38 -MYPV="${PV/_p1/a}"
39 -
40 DESCRIPTION="Client/server to synchronize media playback"
41 HOMEPAGE="https://github.com/Syncplay/syncplay https://syncplay.pl"
42 -SRC_URI="https://github.com/${PN^}/${PN}/archive/v${MYPV}.tar.gz -> ${P}.tar.gz"
43 +SRC_URI="https://github.com/${PN^}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44
45 LICENSE="Apache-2.0"
46 SLOT="0"
47 @@ -38,8 +36,6 @@ RDEPEND="
48 # It is a too big and complex package for me to maintain
49 # You can find PySide2 in the ::raiagent overlay
50
51 -S="${WORKDIR}/${PN}-${MYPV}"
52 -
53 python_install() {
54 local MY_MAKEOPTS=( DESTDIR="${D}" PREFIX=/usr )
55 if use client; then
56
57 diff --git a/media-video/syncplay/syncplay-1.6.5_beta1.ebuild b/media-video/syncplay/syncplay-1.6.5_beta1.ebuild
58 deleted file mode 100644
59 index d04acac..0000000
60 --- a/media-video/syncplay/syncplay-1.6.5_beta1.ebuild
61 +++ /dev/null
62 @@ -1,67 +0,0 @@
63 -# Copyright 1999-2020 Gentoo Authors
64 -# Distributed under the terms of the GNU General Public License v2
65 -
66 -EAPI=7
67 -
68 -PYTHON_COMPAT=( python3_{6,7} )
69 -DISTUTILS_USE_SETUPTOOLS=rdepend
70 -
71 -inherit distutils-r1 eutils xdg
72 -
73 -MYPV="${PV/_beta1/-Beta1}"
74 -
75 -DESCRIPTION="Client/server to synchronize media playback"
76 -HOMEPAGE="https://github.com/Syncplay/syncplay https://syncplay.pl"
77 -SRC_URI="https://github.com/${PN^}/${PN}/archive/v${MYPV}.tar.gz -> ${P}.tar.gz"
78 -
79 -LICENSE="Apache-2.0"
80 -SLOT="0"
81 -KEYWORDS="~amd64 ~x86"
82 -
83 -IUSE="+client +server vlc mpv mplayer"
84 -REQUIRED_USE="
85 - vlc? ( client )
86 - mpv? ( client )
87 - mplayer? ( client )
88 - client? ( || ( vlc mpv mplayer ) )
89 -"
90 -
91 -RDEPEND="
92 - dev-python/certifi[${PYTHON_USEDEP}]
93 - dev-python/twisted[${PYTHON_USEDEP}]
94 - vlc? ( media-video/vlc[lua] )
95 - mpv? ( media-video/mpv[lua] )
96 - mplayer? ( media-video/mplayer )
97 -"
98 -
99 -# RDEPEND on PySide2 for gui, but not packaged here at the moment
100 -# It is a too big and complex package for me to maintain
101 -# You can find PySide2 in the ::raiagent overlay
102 -
103 -S="${WORKDIR}/${PN}-${MYPV}"
104 -
105 -python_install() {
106 - local MY_MAKEOPTS=( DESTDIR="${D}" PREFIX=/usr )
107 - if use client; then
108 - emake "${MY_MAKEOPTS[@]}" install-client
109 - fi
110 - if use server; then
111 - emake "${MY_MAKEOPTS[@]}" install-server
112 - newinitd "${FILESDIR}/${PN}-server-init" "${PN}"
113 - newconfd "${FILESDIR}/${PN}-server-init-conf" "${PN}"
114 - fi
115 -}
116 -
117 -pkg_postinst() {
118 - xdg_pkg_postinst
119 -
120 - optfeature "using the GUI (you can find it in the raiagent overlay)\n" dev-python/pyside2
121 -
122 - if use client; then
123 - elog "Syncplay supports the following players:"
124 - elog "media-video/mpv, media-video/mplayer, media-video/vlc\n"
125 - optfeature "using Syncplay with VLC" media-video/vlc[lua]
126 - optfeature "using Syncplay with MPV" media-video/mpv[lua]
127 - optfeature "using Syncplay with MPlayer" media-video/mplayer
128 - fi
129 -}