From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C386D158094 for ; Tue, 4 Oct 2022 13:19:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAFBFE090E; Tue, 4 Oct 2022 13:19:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 908B9E090E for ; Tue, 4 Oct 2022 13:19:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 974D6340F7A for ; Tue, 4 Oct 2022 13:19:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32C685F8 for ; Tue, 4 Oct 2022 13:19:29 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1664889563.e774b05676297853c3f001b45373890154f0560d.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/linux-show-player/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/linux-show-player/linux-show-player-0.5.3-r1.ebuild media-sound/linux-show-player/linux-show-player-0.5.3.ebuild media-sound/linux-show-player/metadata.xml X-VCS-Directories: media-sound/linux-show-player/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: e774b05676297853c3f001b45373890154f0560d X-VCS-Branch: master Date: Tue, 4 Oct 2022 13:19:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0a69157a-205f-44f0-8955-c4bc21b568be X-Archives-Hash: 92590251d792157b0644f3a4261a5513 commit: e774b05676297853c3f001b45373890154f0560d Author: Marek Szuba gentoo org> AuthorDate: Tue Oct 4 13:16:38 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Oct 4 13:19:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e774b056 media-sound/linux-show-player: instrument ArtNet Timecode support Unfortunately this involved disabling py3.11, as it is blocked by lack of support in dev-python/protobuf-python - see Bug #844184. Signed-off-by: Marek Szuba gentoo.org> ...-player-0.5.3.ebuild => linux-show-player-0.5.3-r1.ebuild} | 11 +++++++++-- media-sound/linux-show-player/metadata.xml | 2 ++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/media-sound/linux-show-player/linux-show-player-0.5.3.ebuild b/media-sound/linux-show-player/linux-show-player-0.5.3-r1.ebuild similarity index 81% rename from media-sound/linux-show-player/linux-show-player-0.5.3.ebuild rename to media-sound/linux-show-player/linux-show-player-0.5.3-r1.ebuild index 975dbeaa2462..51419a50396c 100644 --- a/media-sound/linux-show-player/linux-show-player-0.5.3.ebuild +++ b/media-sound/linux-show-player/linux-show-player-0.5.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools @@ -16,7 +16,7 @@ SRC_URI="https://github.com/FrancescoCeruti/${PN}/archive/refs/tags/v${PV}.tar.g LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" -IUSE="alsa jack midi pulseaudio" +IUSE="alsa jack midi pulseaudio timecode" RDEPEND="$(python_gen_cond_dep ' dev-python/PyQt5[${PYTHON_USEDEP}] @@ -36,10 +36,17 @@ RDEPEND="$(python_gen_cond_dep ' ') ) pulseaudio? ( media-plugins/gst-plugins-pulse ) + timecode? ( + app-misc/ola[python,${PYTHON_SINGLE_USEDEP}] + ) " pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then elog "${PN} uses GStreamer as its audio back-end so make sure you have plug-ins installed for all the audio formats you want to use" fi + + if use timecode; then + elog "Remember to start an OLA session on your computer if you want ${PN} to send timecodes" + fi } diff --git a/media-sound/linux-show-player/metadata.xml b/media-sound/linux-show-player/metadata.xml index 62f26b37b07f..f0160b34a484 100644 --- a/media-sound/linux-show-player/metadata.xml +++ b/media-sound/linux-show-player/metadata.xml @@ -11,5 +11,7 @@ Allow cues to send, or trigger on, MIDI messages + Support the sending of time code of running audio files over ArtNet, + for instance to trigger cues in lighting-control software on lighting desks