diff options
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/Manifest.gz | bin | 57211 -> 57218 bytes | |||
-rw-r--r-- | media-sound/linux-show-player/Manifest | 4 | ||||
-rw-r--r-- | media-sound/linux-show-player/linux-show-player-0.5.3-r1.ebuild (renamed from media-sound/linux-show-player/linux-show-player-0.5.3.ebuild) | 11 | ||||
-rw-r--r-- | media-sound/linux-show-player/metadata.xml | 2 |
4 files changed, 13 insertions, 4 deletions
diff --git a/media-sound/Manifest.gz b/media-sound/Manifest.gz Binary files differindex 56e1a266e38e..f9ebf048d0f3 100644 --- a/media-sound/Manifest.gz +++ b/media-sound/Manifest.gz diff --git a/media-sound/linux-show-player/Manifest b/media-sound/linux-show-player/Manifest index deeb6959e92a..1ccc701d957a 100644 --- a/media-sound/linux-show-player/Manifest +++ b/media-sound/linux-show-player/Manifest @@ -1,3 +1,3 @@ DIST linux-show-player-0.5.3.tar.gz 1080409 BLAKE2B 8292263965434587b0086c6505167a1a3dbe82593a07a7c26855136f8c330ffd1c16ecd1e7e758af7e07731df7db79a66743297d22594d9332025e73a7990c34 SHA512 f60f65c045fb57c2c2e5f2daf6b225115a0f4fef173869e971741f2e40b71931b88e56c2343c348701784449d1f032219d307cdb7bb31d6283ea2b0c816d0286 -EBUILD linux-show-player-0.5.3.ebuild 1217 BLAKE2B 5403b60aebbc230fce86c9c88c18721f533a62269c8fbb458006479d89fb25acba9e09ff92dd9768abb0255846913945dc66f957f8590b0e41a19791afd2b30c SHA512 ba96b01162cfe8568e4acc194a16b216505713b413d8a4c02e945bb513c5fb413e41fc120f2f15d8946579c1b2052f905cdd502e69f510bd903f036c85b2383e -MISC metadata.xml 459 BLAKE2B 010b210d72b6c76a26dd282bab86ef9d56964eb38b15bbb025b9cc16cb1ea9d5905436b3799f682af2cf460a0d8717633f88957b636dd2064e16685abee67aab SHA512 00484a5623c689205a6c1354d46dd6ed28c62af3cac99c429c1d931ba04112750067551360ff61332ddc773deccb09d42a7f18d15fbedf834d39016c221583ef +EBUILD linux-show-player-0.5.3-r1.ebuild 1412 BLAKE2B 06dc037374cbeceb7b46c72c3fe637ec40b50730269924402ccb0314627414941c7c37aed5699ba85b6d76c4654ebd246bb2184dc7e0f663e225687ea2d53ec9 SHA512 3328ee52f59ea30f88cab916b270626595f448873d3908ea4d150ec6644b458e6f94356112c73c4d54bf1c934141ab7ab47cdbd8a733858b2050a569ffb3711c +MISC metadata.xml 638 BLAKE2B 30c169a359156e6bcb409a916e4ce3b945de3cc98c5701ff542a4fa8c9f2bebda6c429e0fb9325dbdad0cb5d6684a6387e7a608bb69489e4188448a3466d2df9 SHA512 34695cea0fe0e137c25fef3998d01f200feadb38966a67c2ae6d8ee41a4c697f4e581c6133487e23e4ee20de072b06167389361f79417f5d5e207063f4d49247 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 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 @@ </upstream> <use> <flag name="midi">Allow cues to send, or trigger on, MIDI messages</flag> + <flag name="timecode">Support the sending of time code of running audio files over ArtNet, + for instance to trigger cues in lighting-control software on lighting desks</flag> </use> </pkgmetadata> |