* [gentoo-commits] repo/gentoo:master commit in: media-video/syncplay/
@ 2017-05-30 21:25 Patrice Clement
0 siblings, 0 replies; 11+ messages in thread
From: Patrice Clement @ 2017-05-30 21:25 UTC (permalink / raw
To: gentoo-commits
commit: 1d5d25a78eb1981658d579de21f8569a4da58210
Author: soredake <fdsfgs <AT> krutt <DOT> org>
AuthorDate: Sun May 28 17:48:11 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue May 30 21:25:00 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d5d25a7
media-video/syncplay: add live version.
Closes: https://github.com/gentoo/gentoo/pull/4787
media-video/syncplay/syncplay-9999.ebuild | 60 +++++++++++++++++++++++++++++++
1 file changed, 60 insertions(+)
diff --git a/media-video/syncplay/syncplay-9999.ebuild b/media-video/syncplay/syncplay-9999.ebuild
new file mode 100644
index 00000000000..eec07d40d08
--- /dev/null
+++ b/media-video/syncplay/syncplay-9999.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit git-r3 python-r1
+
+MY_PV=${PV/_rc/-RC}
+
+DESCRIPTION="Client/server to synchronize media playback"
+HOMEPAGE="http://syncplay.pl"
+EGIT_REPO_URI="https://github.com/Syncplay/${PN}.git"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="+client +server gui vlc"
+REQUIRED_USE="vlc? ( client )
+ gui? ( client )
+ ${PYTHON_REQUIRED_USE}"
+
+DEPEND=""
+RDEPEND="${PYTHON_DEPS}
+ || (
+ >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
+ dev-python/twisted-core[${PYTHON_USEDEP}]
+ )
+ gui? ( dev-python/pyside[${PYTHON_USEDEP}] )
+ vlc? ( media-video/vlc[lua] )"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+src_prepare() {
+ default
+ if ! use gui; then
+ sed -i 's/"noGui": False,/"noGui": True,/' \
+ syncplay/ui/ConfigurationGetter.py \
+ || die "Failed to patch ConfigurationGetter.py"
+ fi
+}
+
+src_compile() {
+ :
+}
+
+src_install() {
+ local MY_MAKEOPTS=( DESTDIR="${D}" PREFIX=/usr )
+ use client && \
+ emake "${MY_MAKEOPTS[@]}" VLC_SUPPORT=$(usex vlc true false) install-client
+ use server && \
+ emake "${MY_MAKEOPTS[@]}" install-server
+}
+
+pkg_postinst() {
+ if use client; then
+ einfo "Syncplay supports the following players:"
+ einfo "media-video/mpv, media-video/mplayer2, media-video/vlc"
+ fi
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/syncplay/
@ 2017-10-26 18:54 Thomas Deutschmann
0 siblings, 0 replies; 11+ messages in thread
From: Thomas Deutschmann @ 2017-10-26 18:54 UTC (permalink / raw
To: gentoo-commits
commit: e0b0fa1260863f9a87377753941c0df125338ff3
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 18:44:02 2017 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 18:53:50 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0b0fa12
media-video/syncplay: x86 stable (bug #630524)
Package-Manager: Portage-2.3.11, Repoman-2.3.3
media-video/syncplay/syncplay-1.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-video/syncplay/syncplay-1.4.0.ebuild b/media-video/syncplay/syncplay-1.4.0.ebuild
index a2c620036d4..ae5ec478536 100644
--- a/media-video/syncplay/syncplay-1.4.0.ebuild
+++ b/media-video/syncplay/syncplay-1.4.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/Syncplay/syncplay/archive/v${MY_PV}.tar.gz -> ${P}.t
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="+client +server gui vlc"
REQUIRED_USE="vlc? ( client )
gui? ( client )
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/syncplay/
@ 2017-11-20 14:11 Manuel Rüger
0 siblings, 0 replies; 11+ messages in thread
From: Manuel Rüger @ 2017-11-20 14:11 UTC (permalink / raw
To: gentoo-commits
commit: b7d426b81e01464e7b09a0eff6ac63cba6120c8d
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 20 13:59:11 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Nov 20 13:59:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7d426b8
media-video/syncplay: Stable on amd64
Package-Manager: Portage-2.3.14, Repoman-2.3.6
media-video/syncplay/syncplay-1.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-video/syncplay/syncplay-1.4.0.ebuild b/media-video/syncplay/syncplay-1.4.0.ebuild
index ae5ec478536..f1762037dbc 100644
--- a/media-video/syncplay/syncplay-1.4.0.ebuild
+++ b/media-video/syncplay/syncplay-1.4.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/Syncplay/syncplay/archive/v${MY_PV}.tar.gz -> ${P}.t
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE="+client +server gui vlc"
REQUIRED_USE="vlc? ( client )
gui? ( client )
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/syncplay/
@ 2017-11-22 23:07 Patrice Clement
0 siblings, 0 replies; 11+ messages in thread
From: Patrice Clement @ 2017-11-22 23:07 UTC (permalink / raw
To: gentoo-commits
commit: babeb520fedd5408e89b639dd2f4c6f27d729076
Author: Mykyta Holubakha <hilobakho <AT> gmail <DOT> com>
AuthorDate: Sun Nov 19 23:30:33 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Nov 22 23:07:03 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=babeb520
media-video/syncplay: version bump to 1.5.0.
Closes: https://github.com/gentoo/gentoo/pull/6243
media-video/syncplay/Manifest | 1 +
media-video/syncplay/syncplay-1.5.0.ebuild | 61 ++++++++++++++++++++++++++++++
2 files changed, 62 insertions(+)
diff --git a/media-video/syncplay/Manifest b/media-video/syncplay/Manifest
index 8111250cb43..44e06c00810 100644
--- a/media-video/syncplay/Manifest
+++ b/media-video/syncplay/Manifest
@@ -1 +1,2 @@
DIST syncplay-1.4.0.tar.gz 539743 SHA256 37fc2b3d1d6d49e2289dcdeffcf24ebdafbc24398411cff4666e09d49405759d SHA512 2266ffafe3b15730a43e3ddd8aa24e99c65ce5a4e95d05bcac745262d310cb846c84c6e5bb061ebb96e89faa0f10e22aacee286db6cbe53cd5f521cb2e5eee1a WHIRLPOOL 68ea8b437c379e2a049efbb9a4258c9d85bdb2d26841ed1100ee7a0083b4e66687bf21826daffd12102acb236b9bede9037f63ead0eba67dbbc5142db309d183
+DIST syncplay-1.5.0.tar.gz 1588514 SHA256 762e6318588e14aa02b1340baa18510e7de87771c62ca5b44d985b6d1289964d SHA512 8a57add8a845c041c02147415fc4b7941a41edfb80fc037c3af4e246d9ca6391be9f3886407470b1b51b8783ad6306e42bb34991e7cbb08eea87e781e3cd2200 WHIRLPOOL 86e425b27907ef7eda9b801afcb2f1932efbc23dec6745cca75e910097f9eb51d28a907615ef1ea5ea30d8ad454bb33ef647b0d24d8233d20bceb6cea18de86c
diff --git a/media-video/syncplay/syncplay-1.5.0.ebuild b/media-video/syncplay/syncplay-1.5.0.ebuild
new file mode 100644
index 00000000000..ae5ec478536
--- /dev/null
+++ b/media-video/syncplay/syncplay-1.5.0.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-r1
+
+MY_PV=${PV/_rc/-RC}
+
+DESCRIPTION="Client/server to synchronize media playback"
+HOMEPAGE="http://syncplay.pl"
+SRC_URI="https://github.com/Syncplay/syncplay/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 x86"
+IUSE="+client +server gui vlc"
+REQUIRED_USE="vlc? ( client )
+ gui? ( client )
+ ${PYTHON_REQUIRED_USE}"
+
+DEPEND=""
+RDEPEND="${PYTHON_DEPS}
+ || (
+ >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
+ dev-python/twisted-core[${PYTHON_USEDEP}]
+ )
+ gui? ( dev-python/pyside[${PYTHON_USEDEP}] )
+ vlc? ( media-video/vlc[lua] )"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+src_prepare() {
+ default
+ if ! use gui; then
+ sed -i 's/"noGui": False,/"noGui": True,/' \
+ syncplay/ui/ConfigurationGetter.py \
+ || die "Failed to patch ConfigurationGetter.py"
+ fi
+}
+
+src_compile() {
+ :
+}
+
+src_install() {
+ local MY_MAKEOPTS=( DESTDIR="${D}" PREFIX=/usr )
+ use client && \
+ emake "${MY_MAKEOPTS[@]}" VLC_SUPPORT=$(usex vlc true false) install-client
+ use server && \
+ emake "${MY_MAKEOPTS[@]}" install-server
+}
+
+pkg_postinst() {
+ if use client; then
+ einfo "Syncplay supports the following players:"
+ einfo "media-video/mpv, media-video/mplayer2, media-video/vlc"
+ fi
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/syncplay/
@ 2018-01-30 22:19 Patrice Clement
0 siblings, 0 replies; 11+ messages in thread
From: Patrice Clement @ 2018-01-30 22:19 UTC (permalink / raw
To: gentoo-commits
commit: c3795d031a4b2bec97212a6a65a88390759b544a
Author: Mykyta Holubakha <hilobakho <AT> gmail <DOT> com>
AuthorDate: Thu Jan 25 22:11:30 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Jan 30 22:18:58 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3795d03
media-video/syncplay: version bump to 1.5.1.
Closes: https://github.com/gentoo/gentoo/pull/6963
media-video/syncplay/Manifest | 1 +
media-video/syncplay/syncplay-1.5.1.ebuild | 59 ++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+)
diff --git a/media-video/syncplay/Manifest b/media-video/syncplay/Manifest
index 489af39aaaf..4bbe1ba2982 100644
--- a/media-video/syncplay/Manifest
+++ b/media-video/syncplay/Manifest
@@ -1,2 +1,3 @@
DIST syncplay-1.4.0.tar.gz 539743 BLAKE2B 52eeb80480783c827538aa9c7bde1bf9516ae1219600e6be42eb8e0477c2b6377e6b2d0e950bd83367cca55d8aad47bb756d820b795d3354465e3e4989aec1ea SHA512 2266ffafe3b15730a43e3ddd8aa24e99c65ce5a4e95d05bcac745262d310cb846c84c6e5bb061ebb96e89faa0f10e22aacee286db6cbe53cd5f521cb2e5eee1a
DIST syncplay-1.5.0.tar.gz 1588514 BLAKE2B 0f2bddf3500758c3081bdba993b21fe60a0d3af7081c5edd0f684e1d60a2a95edce133a597e79747350e681dd40768226226f0b26e295850a8c218107b1da3e9 SHA512 8a57add8a845c041c02147415fc4b7941a41edfb80fc037c3af4e246d9ca6391be9f3886407470b1b51b8783ad6306e42bb34991e7cbb08eea87e781e3cd2200
+DIST syncplay-1.5.1.tar.gz 1603524 BLAKE2B 0d7edb0c2129f67ce457cffb57f5600d0c0d6bee017119efc866d748f63e6e984becd21f88324e19dcac3f0ce52e2e2f1bf65326aab6237ea41b04bdecf26334 SHA512 8d7f99132b49148003dcdc83b5afc3158ebd7ad0b8a161229f8f576e7683e3c432d09793db071239e6344490f6e08d01c9061a32556b5bce6dcd68823b47a0cf
diff --git a/media-video/syncplay/syncplay-1.5.1.ebuild b/media-video/syncplay/syncplay-1.5.1.ebuild
new file mode 100644
index 00000000000..00a24344bbf
--- /dev/null
+++ b/media-video/syncplay/syncplay-1.5.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-r1
+
+DESCRIPTION="Client/server to synchronize media playback"
+HOMEPAGE="http://syncplay.pl"
+SRC_URI="https://github.com/Syncplay/syncplay/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 x86"
+IUSE="+client +server gui vlc"
+REQUIRED_USE="vlc? ( client )
+ gui? ( client )
+ ${PYTHON_REQUIRED_USE}"
+
+DEPEND=""
+# TODO: investigate the possibility of enabling PyQt5 gui
+# possible licensing concerns
+RDEPEND="${PYTHON_DEPS}
+ || (
+ >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
+ dev-python/twisted-core[${PYTHON_USEDEP}]
+ )
+ gui? ( dev-python/pyside[${PYTHON_USEDEP}] )
+ vlc? ( media-video/vlc[lua] )"
+
+src_prepare() {
+ default
+ if ! use gui; then
+ sed -i 's/"noGui": False,/"noGui": True,/' \
+ syncplay/ui/ConfigurationGetter.py \
+ || die "Failed to patch ConfigurationGetter.py"
+ fi
+}
+
+src_compile() {
+ :
+}
+
+src_install() {
+ local MY_MAKEOPTS=( DESTDIR="${D}" PREFIX=/usr )
+ use client && \
+ emake "${MY_MAKEOPTS[@]}" VLC_SUPPORT=$(usex vlc true false) install-client
+ use server && \
+ emake "${MY_MAKEOPTS[@]}" install-server
+}
+
+pkg_postinst() {
+ if use client; then
+ einfo "Syncplay supports the following players:"
+ einfo "media-video/mpv, media-video/mplayer2, media-video/vlc"
+ fi
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/syncplay/
@ 2018-01-30 22:19 Patrice Clement
0 siblings, 0 replies; 11+ messages in thread
From: Patrice Clement @ 2018-01-30 22:19 UTC (permalink / raw
To: gentoo-commits
commit: 119450849c0f5e79ee24b5e117f71ea7095e62ec
Author: Mykyta Holubakha <hilobakho <AT> gmail <DOT> com>
AuthorDate: Thu Jan 25 22:11:59 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Jan 30 22:19:00 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11945084
media-video/syncplay: drop old 1.4.0.
media-video/syncplay/Manifest | 1 -
media-video/syncplay/syncplay-1.4.0.ebuild | 61 ------------------------------
2 files changed, 62 deletions(-)
diff --git a/media-video/syncplay/Manifest b/media-video/syncplay/Manifest
index 4bbe1ba2982..793278dbb8b 100644
--- a/media-video/syncplay/Manifest
+++ b/media-video/syncplay/Manifest
@@ -1,3 +1,2 @@
-DIST syncplay-1.4.0.tar.gz 539743 BLAKE2B 52eeb80480783c827538aa9c7bde1bf9516ae1219600e6be42eb8e0477c2b6377e6b2d0e950bd83367cca55d8aad47bb756d820b795d3354465e3e4989aec1ea SHA512 2266ffafe3b15730a43e3ddd8aa24e99c65ce5a4e95d05bcac745262d310cb846c84c6e5bb061ebb96e89faa0f10e22aacee286db6cbe53cd5f521cb2e5eee1a
DIST syncplay-1.5.0.tar.gz 1588514 BLAKE2B 0f2bddf3500758c3081bdba993b21fe60a0d3af7081c5edd0f684e1d60a2a95edce133a597e79747350e681dd40768226226f0b26e295850a8c218107b1da3e9 SHA512 8a57add8a845c041c02147415fc4b7941a41edfb80fc037c3af4e246d9ca6391be9f3886407470b1b51b8783ad6306e42bb34991e7cbb08eea87e781e3cd2200
DIST syncplay-1.5.1.tar.gz 1603524 BLAKE2B 0d7edb0c2129f67ce457cffb57f5600d0c0d6bee017119efc866d748f63e6e984becd21f88324e19dcac3f0ce52e2e2f1bf65326aab6237ea41b04bdecf26334 SHA512 8d7f99132b49148003dcdc83b5afc3158ebd7ad0b8a161229f8f576e7683e3c432d09793db071239e6344490f6e08d01c9061a32556b5bce6dcd68823b47a0cf
diff --git a/media-video/syncplay/syncplay-1.4.0.ebuild b/media-video/syncplay/syncplay-1.4.0.ebuild
deleted file mode 100644
index f1762037dbc..00000000000
--- a/media-video/syncplay/syncplay-1.4.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-r1
-
-MY_PV=${PV/_rc/-RC}
-
-DESCRIPTION="Client/server to synchronize media playback"
-HOMEPAGE="http://syncplay.pl"
-SRC_URI="https://github.com/Syncplay/syncplay/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+client +server gui vlc"
-REQUIRED_USE="vlc? ( client )
- gui? ( client )
- ${PYTHON_REQUIRED_USE}"
-
-DEPEND=""
-RDEPEND="${PYTHON_DEPS}
- || (
- >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
- dev-python/twisted-core[${PYTHON_USEDEP}]
- )
- gui? ( dev-python/pyside[${PYTHON_USEDEP}] )
- vlc? ( media-video/vlc[lua] )"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-src_prepare() {
- default
- if ! use gui; then
- sed -i 's/"noGui": False,/"noGui": True,/' \
- syncplay/ui/ConfigurationGetter.py \
- || die "Failed to patch ConfigurationGetter.py"
- fi
-}
-
-src_compile() {
- :
-}
-
-src_install() {
- local MY_MAKEOPTS=( DESTDIR="${D}" PREFIX=/usr )
- use client && \
- emake "${MY_MAKEOPTS[@]}" VLC_SUPPORT=$(usex vlc true false) install-client
- use server && \
- emake "${MY_MAKEOPTS[@]}" install-server
-}
-
-pkg_postinst() {
- if use client; then
- einfo "Syncplay supports the following players:"
- einfo "media-video/mpv, media-video/mplayer2, media-video/vlc"
- fi
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/syncplay/
@ 2018-04-23 14:50 Aaron Bauman
0 siblings, 0 replies; 11+ messages in thread
From: Aaron Bauman @ 2018-04-23 14:50 UTC (permalink / raw
To: gentoo-commits
commit: 4417c8c89b52e3ce89ff9adfd555ed751efaae11
Author: Luke Dashjr <luke-jr+git <AT> utopios <DOT> org>
AuthorDate: Wed Apr 18 03:27:11 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Apr 23 14:50:34 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4417c8c8
media-video/syncplay: Keyword 1.5.1 ~ppc64
media-video/syncplay/syncplay-1.5.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-video/syncplay/syncplay-1.5.1.ebuild b/media-video/syncplay/syncplay-1.5.1.ebuild
index 00a24344bbf..1261425ad26 100644
--- a/media-video/syncplay/syncplay-1.5.1.ebuild
+++ b/media-video/syncplay/syncplay-1.5.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Syncplay/syncplay/archive/v${PV}.tar.gz -> ${P}.tar.
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="~amd64 ~ppc64 x86"
IUSE="+client +server gui vlc"
REQUIRED_USE="vlc? ( client )
gui? ( client )
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/syncplay/
@ 2018-05-20 0:16 Aaron Bauman
0 siblings, 0 replies; 11+ messages in thread
From: Aaron Bauman @ 2018-05-20 0:16 UTC (permalink / raw
To: gentoo-commits
commit: b6c7c384f56bb66443242886167df8adce548b88
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat May 19 07:45:44 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 20 00:13:48 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6c7c384
media-video/syncplay: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/8480
media-video/syncplay/syncplay-1.5.0.ebuild | 4 ++--
media-video/syncplay/syncplay-1.5.1.ebuild | 2 +-
media-video/syncplay/syncplay-9999.ebuild | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/media-video/syncplay/syncplay-1.5.0.ebuild b/media-video/syncplay/syncplay-1.5.0.ebuild
index ae5ec478536..82e3ec8bd45 100644
--- a/media-video/syncplay/syncplay-1.5.0.ebuild
+++ b/media-video/syncplay/syncplay-1.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ inherit python-r1
MY_PV=${PV/_rc/-RC}
DESCRIPTION="Client/server to synchronize media playback"
-HOMEPAGE="http://syncplay.pl"
+HOMEPAGE="https://syncplay.pl"
SRC_URI="https://github.com/Syncplay/syncplay/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
diff --git a/media-video/syncplay/syncplay-1.5.1.ebuild b/media-video/syncplay/syncplay-1.5.1.ebuild
index 1261425ad26..908f6042f4a 100644
--- a/media-video/syncplay/syncplay-1.5.1.ebuild
+++ b/media-video/syncplay/syncplay-1.5.1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
inherit python-r1
DESCRIPTION="Client/server to synchronize media playback"
-HOMEPAGE="http://syncplay.pl"
+HOMEPAGE="https://syncplay.pl"
SRC_URI="https://github.com/Syncplay/syncplay/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
diff --git a/media-video/syncplay/syncplay-9999.ebuild b/media-video/syncplay/syncplay-9999.ebuild
index eec07d40d08..fd8e3170c71 100644
--- a/media-video/syncplay/syncplay-9999.ebuild
+++ b/media-video/syncplay/syncplay-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ inherit git-r3 python-r1
MY_PV=${PV/_rc/-RC}
DESCRIPTION="Client/server to synchronize media playback"
-HOMEPAGE="http://syncplay.pl"
+HOMEPAGE="https://syncplay.pl"
EGIT_REPO_URI="https://github.com/Syncplay/${PN}.git"
LICENSE="Apache-2.0"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/syncplay/
@ 2018-08-26 11:51 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2018-08-26 11:51 UTC (permalink / raw
To: gentoo-commits
commit: f54579a56fa32b52196191254538ae7a2a31a429
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 26 11:36:52 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 11:51:01 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f54579a5
media-video/syncplay: Remove support for non-existent deps
media-video/syncplay/metadata.xml | 1 -
media-video/syncplay/syncplay-1.5.0.ebuild | 10 +++-------
media-video/syncplay/syncplay-1.5.1.ebuild | 10 +++-------
media-video/syncplay/syncplay-9999.ebuild | 10 +++-------
4 files changed, 9 insertions(+), 22 deletions(-)
diff --git a/media-video/syncplay/metadata.xml b/media-video/syncplay/metadata.xml
index 1ad1d49790c..9fa7c960908 100644
--- a/media-video/syncplay/metadata.xml
+++ b/media-video/syncplay/metadata.xml
@@ -15,7 +15,6 @@
<use>
<flag name="client">Install Syncplay client</flag>
<flag name="server">Install Syncplay server</flag>
- <flag name="gui">Enable gui support</flag>
<flag name="vlc">Enable VLC2.x support</flag>
</use>
</pkgmetadata>
diff --git a/media-video/syncplay/syncplay-1.5.0.ebuild b/media-video/syncplay/syncplay-1.5.0.ebuild
index 82e3ec8bd45..88c576cffbd 100644
--- a/media-video/syncplay/syncplay-1.5.0.ebuild
+++ b/media-video/syncplay/syncplay-1.5.0.ebuild
@@ -16,9 +16,8 @@ SRC_URI="https://github.com/Syncplay/syncplay/archive/v${MY_PV}.tar.gz -> ${P}.t
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 x86"
-IUSE="+client +server gui vlc"
+IUSE="+client +server vlc"
REQUIRED_USE="vlc? ( client )
- gui? ( client )
${PYTHON_REQUIRED_USE}"
DEPEND=""
@@ -27,18 +26,15 @@ RDEPEND="${PYTHON_DEPS}
>=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
dev-python/twisted-core[${PYTHON_USEDEP}]
)
- gui? ( dev-python/pyside[${PYTHON_USEDEP}] )
vlc? ( media-video/vlc[lua] )"
S="${WORKDIR}/${PN}-${MY_PV}"
src_prepare() {
default
- if ! use gui; then
- sed -i 's/"noGui": False,/"noGui": True,/' \
- syncplay/ui/ConfigurationGetter.py \
+ sed -i 's/"noGui": False,/"noGui": True,/' \
+ syncplay/ui/ConfigurationGetter.py \
|| die "Failed to patch ConfigurationGetter.py"
- fi
}
src_compile() {
diff --git a/media-video/syncplay/syncplay-1.5.1.ebuild b/media-video/syncplay/syncplay-1.5.1.ebuild
index 908f6042f4a..55904564d23 100644
--- a/media-video/syncplay/syncplay-1.5.1.ebuild
+++ b/media-video/syncplay/syncplay-1.5.1.ebuild
@@ -14,9 +14,8 @@ SRC_URI="https://github.com/Syncplay/syncplay/archive/v${PV}.tar.gz -> ${P}.tar.
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 x86"
-IUSE="+client +server gui vlc"
+IUSE="+client +server vlc"
REQUIRED_USE="vlc? ( client )
- gui? ( client )
${PYTHON_REQUIRED_USE}"
DEPEND=""
@@ -27,16 +26,13 @@ RDEPEND="${PYTHON_DEPS}
>=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
dev-python/twisted-core[${PYTHON_USEDEP}]
)
- gui? ( dev-python/pyside[${PYTHON_USEDEP}] )
vlc? ( media-video/vlc[lua] )"
src_prepare() {
default
- if ! use gui; then
- sed -i 's/"noGui": False,/"noGui": True,/' \
- syncplay/ui/ConfigurationGetter.py \
+ sed -i 's/"noGui": False,/"noGui": True,/' \
+ syncplay/ui/ConfigurationGetter.py \
|| die "Failed to patch ConfigurationGetter.py"
- fi
}
src_compile() {
diff --git a/media-video/syncplay/syncplay-9999.ebuild b/media-video/syncplay/syncplay-9999.ebuild
index fd8e3170c71..ed87eb7ddfe 100644
--- a/media-video/syncplay/syncplay-9999.ebuild
+++ b/media-video/syncplay/syncplay-9999.ebuild
@@ -15,9 +15,8 @@ EGIT_REPO_URI="https://github.com/Syncplay/${PN}.git"
LICENSE="Apache-2.0"
SLOT="0"
-IUSE="+client +server gui vlc"
+IUSE="+client +server vlc"
REQUIRED_USE="vlc? ( client )
- gui? ( client )
${PYTHON_REQUIRED_USE}"
DEPEND=""
@@ -26,18 +25,15 @@ RDEPEND="${PYTHON_DEPS}
>=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
dev-python/twisted-core[${PYTHON_USEDEP}]
)
- gui? ( dev-python/pyside[${PYTHON_USEDEP}] )
vlc? ( media-video/vlc[lua] )"
S="${WORKDIR}/${PN}-${MY_PV}"
src_prepare() {
default
- if ! use gui; then
- sed -i 's/"noGui": False,/"noGui": True,/' \
- syncplay/ui/ConfigurationGetter.py \
+ sed -i 's/"noGui": False,/"noGui": True,/' \
+ syncplay/ui/ConfigurationGetter.py \
|| die "Failed to patch ConfigurationGetter.py"
- fi
}
src_compile() {
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/syncplay/
@ 2020-03-26 17:36 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2020-03-26 17:36 UTC (permalink / raw
To: gentoo-commits
commit: 7355f55482fc1182c2c72a4999d8106b781c5f75
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 26 17:29:31 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 26 17:35:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7355f554
media-video/syncplay: Flatten twisted dep
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-video/syncplay/syncplay-1.5.0.ebuild | 7 ++-----
media-video/syncplay/syncplay-1.5.1.ebuild | 7 ++-----
media-video/syncplay/syncplay-9999.ebuild | 7 ++-----
3 files changed, 6 insertions(+), 15 deletions(-)
diff --git a/media-video/syncplay/syncplay-1.5.0.ebuild b/media-video/syncplay/syncplay-1.5.0.ebuild
index 88c576cffbd..2300d465955 100644
--- a/media-video/syncplay/syncplay-1.5.0.ebuild
+++ b/media-video/syncplay/syncplay-1.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -22,10 +22,7 @@ REQUIRED_USE="vlc? ( client )
DEPEND=""
RDEPEND="${PYTHON_DEPS}
- || (
- >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
- dev-python/twisted-core[${PYTHON_USEDEP}]
- )
+ >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
vlc? ( media-video/vlc[lua] )"
S="${WORKDIR}/${PN}-${MY_PV}"
diff --git a/media-video/syncplay/syncplay-1.5.1.ebuild b/media-video/syncplay/syncplay-1.5.1.ebuild
index 55904564d23..57714f0b4fa 100644
--- a/media-video/syncplay/syncplay-1.5.1.ebuild
+++ b/media-video/syncplay/syncplay-1.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -22,10 +22,7 @@ DEPEND=""
# TODO: investigate the possibility of enabling PyQt5 gui
# possible licensing concerns
RDEPEND="${PYTHON_DEPS}
- || (
- >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
- dev-python/twisted-core[${PYTHON_USEDEP}]
- )
+ >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
vlc? ( media-video/vlc[lua] )"
src_prepare() {
diff --git a/media-video/syncplay/syncplay-9999.ebuild b/media-video/syncplay/syncplay-9999.ebuild
index ed87eb7ddfe..d1c1f6fabbb 100644
--- a/media-video/syncplay/syncplay-9999.ebuild
+++ b/media-video/syncplay/syncplay-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -21,10 +21,7 @@ REQUIRED_USE="vlc? ( client )
DEPEND=""
RDEPEND="${PYTHON_DEPS}
- || (
- >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
- dev-python/twisted-core[${PYTHON_USEDEP}]
- )
+ >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
vlc? ( media-video/vlc[lua] )"
S="${WORKDIR}/${PN}-${MY_PV}"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/syncplay/
@ 2020-04-27 8:03 Mikle Kolyada
0 siblings, 0 replies; 11+ messages in thread
From: Mikle Kolyada @ 2020-04-27 8:03 UTC (permalink / raw
To: gentoo-commits
commit: 5b7011e354c1d8507ef909f6dba6075c861e3bb5
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 27 08:02:37 2020 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Apr 27 08:02:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b7011e3
media-video/syncplay: remove last-rited pkg
Closes: https://bugs.gentoo.org/710240
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
media-video/syncplay/Manifest | 2 --
media-video/syncplay/metadata.xml | 13 -------
media-video/syncplay/syncplay-1.5.0.ebuild | 54 ------------------------------
media-video/syncplay/syncplay-1.5.1.ebuild | 52 ----------------------------
media-video/syncplay/syncplay-9999.ebuild | 53 -----------------------------
5 files changed, 174 deletions(-)
diff --git a/media-video/syncplay/Manifest b/media-video/syncplay/Manifest
deleted file mode 100644
index 793278dbb8b..00000000000
--- a/media-video/syncplay/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST syncplay-1.5.0.tar.gz 1588514 BLAKE2B 0f2bddf3500758c3081bdba993b21fe60a0d3af7081c5edd0f684e1d60a2a95edce133a597e79747350e681dd40768226226f0b26e295850a8c218107b1da3e9 SHA512 8a57add8a845c041c02147415fc4b7941a41edfb80fc037c3af4e246d9ca6391be9f3886407470b1b51b8783ad6306e42bb34991e7cbb08eea87e781e3cd2200
-DIST syncplay-1.5.1.tar.gz 1603524 BLAKE2B 0d7edb0c2129f67ce457cffb57f5600d0c0d6bee017119efc866d748f63e6e984becd21f88324e19dcac3f0ce52e2e2f1bf65326aab6237ea41b04bdecf26334 SHA512 8d7f99132b49148003dcdc83b5afc3158ebd7ad0b8a161229f8f576e7683e3c432d09793db071239e6344490f6e08d01c9061a32556b5bce6dcd68823b47a0cf
diff --git a/media-video/syncplay/metadata.xml b/media-video/syncplay/metadata.xml
deleted file mode 100644
index 7c4c9284a32..00000000000
--- a/media-video/syncplay/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="github">Syncplay/syncplay</remote-id>
- </upstream>
- <use>
- <flag name="client">Install Syncplay client</flag>
- <flag name="server">Install Syncplay server</flag>
- <flag name="vlc">Enable VLC2.x support</flag>
- </use>
-</pkgmetadata>
diff --git a/media-video/syncplay/syncplay-1.5.0.ebuild b/media-video/syncplay/syncplay-1.5.0.ebuild
deleted file mode 100644
index 2300d465955..00000000000
--- a/media-video/syncplay/syncplay-1.5.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-r1
-
-MY_PV=${PV/_rc/-RC}
-
-DESCRIPTION="Client/server to synchronize media playback"
-HOMEPAGE="https://syncplay.pl"
-SRC_URI="https://github.com/Syncplay/syncplay/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE="+client +server vlc"
-REQUIRED_USE="vlc? ( client )
- ${PYTHON_REQUIRED_USE}"
-
-DEPEND=""
-RDEPEND="${PYTHON_DEPS}
- >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
- vlc? ( media-video/vlc[lua] )"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-src_prepare() {
- default
- sed -i 's/"noGui": False,/"noGui": True,/' \
- syncplay/ui/ConfigurationGetter.py \
- || die "Failed to patch ConfigurationGetter.py"
-}
-
-src_compile() {
- :
-}
-
-src_install() {
- local MY_MAKEOPTS=( DESTDIR="${D}" PREFIX=/usr )
- use client && \
- emake "${MY_MAKEOPTS[@]}" VLC_SUPPORT=$(usex vlc true false) install-client
- use server && \
- emake "${MY_MAKEOPTS[@]}" install-server
-}
-
-pkg_postinst() {
- if use client; then
- einfo "Syncplay supports the following players:"
- einfo "media-video/mpv, media-video/mplayer2, media-video/vlc"
- fi
-}
diff --git a/media-video/syncplay/syncplay-1.5.1.ebuild b/media-video/syncplay/syncplay-1.5.1.ebuild
deleted file mode 100644
index 57714f0b4fa..00000000000
--- a/media-video/syncplay/syncplay-1.5.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-r1
-
-DESCRIPTION="Client/server to synchronize media playback"
-HOMEPAGE="https://syncplay.pl"
-SRC_URI="https://github.com/Syncplay/syncplay/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 x86"
-IUSE="+client +server vlc"
-REQUIRED_USE="vlc? ( client )
- ${PYTHON_REQUIRED_USE}"
-
-DEPEND=""
-# TODO: investigate the possibility of enabling PyQt5 gui
-# possible licensing concerns
-RDEPEND="${PYTHON_DEPS}
- >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
- vlc? ( media-video/vlc[lua] )"
-
-src_prepare() {
- default
- sed -i 's/"noGui": False,/"noGui": True,/' \
- syncplay/ui/ConfigurationGetter.py \
- || die "Failed to patch ConfigurationGetter.py"
-}
-
-src_compile() {
- :
-}
-
-src_install() {
- local MY_MAKEOPTS=( DESTDIR="${D}" PREFIX=/usr )
- use client && \
- emake "${MY_MAKEOPTS[@]}" VLC_SUPPORT=$(usex vlc true false) install-client
- use server && \
- emake "${MY_MAKEOPTS[@]}" install-server
-}
-
-pkg_postinst() {
- if use client; then
- einfo "Syncplay supports the following players:"
- einfo "media-video/mpv, media-video/mplayer2, media-video/vlc"
- fi
-}
diff --git a/media-video/syncplay/syncplay-9999.ebuild b/media-video/syncplay/syncplay-9999.ebuild
deleted file mode 100644
index d1c1f6fabbb..00000000000
--- a/media-video/syncplay/syncplay-9999.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit git-r3 python-r1
-
-MY_PV=${PV/_rc/-RC}
-
-DESCRIPTION="Client/server to synchronize media playback"
-HOMEPAGE="https://syncplay.pl"
-EGIT_REPO_URI="https://github.com/Syncplay/${PN}.git"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="+client +server vlc"
-REQUIRED_USE="vlc? ( client )
- ${PYTHON_REQUIRED_USE}"
-
-DEPEND=""
-RDEPEND="${PYTHON_DEPS}
- >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
- vlc? ( media-video/vlc[lua] )"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-src_prepare() {
- default
- sed -i 's/"noGui": False,/"noGui": True,/' \
- syncplay/ui/ConfigurationGetter.py \
- || die "Failed to patch ConfigurationGetter.py"
-}
-
-src_compile() {
- :
-}
-
-src_install() {
- local MY_MAKEOPTS=( DESTDIR="${D}" PREFIX=/usr )
- use client && \
- emake "${MY_MAKEOPTS[@]}" VLC_SUPPORT=$(usex vlc true false) install-client
- use server && \
- emake "${MY_MAKEOPTS[@]}" install-server
-}
-
-pkg_postinst() {
- if use client; then
- einfo "Syncplay supports the following players:"
- einfo "media-video/mpv, media-video/mplayer2, media-video/vlc"
- fi
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2020-04-27 8:03 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-20 14:11 [gentoo-commits] repo/gentoo:master commit in: media-video/syncplay/ Manuel Rüger
-- strict thread matches above, loose matches on Subject: below --
2020-04-27 8:03 Mikle Kolyada
2020-03-26 17:36 Michał Górny
2018-08-26 11:51 Michał Górny
2018-05-20 0:16 Aaron Bauman
2018-04-23 14:50 Aaron Bauman
2018-01-30 22:19 Patrice Clement
2018-01-30 22:19 Patrice Clement
2017-11-22 23:07 Patrice Clement
2017-10-26 18:54 Thomas Deutschmann
2017-05-30 21:25 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox