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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3A99015800A for ; Wed, 16 Aug 2023 13:42:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 821CB2BC02C; Wed, 16 Aug 2023 13:42:32 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 651F22BC02C for ; Wed, 16 Aug 2023 13:42:32 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F45B340DA4 for ; Wed, 16 Aug 2023 13:42:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F90FBE6 for ; Wed, 16 Aug 2023 13:42:29 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1692193345.baa426cd3e709b8532d20ef9c4d10de4a433b486.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gst123/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/gst123/Manifest media-sound/gst123/gst123-0.4.1.ebuild media-sound/gst123/metadata.xml X-VCS-Directories: media-sound/gst123/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: baa426cd3e709b8532d20ef9c4d10de4a433b486 X-VCS-Branch: master Date: Wed, 16 Aug 2023 13:42: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: daa73bf5-2ba9-4eb1-b424-19cb6317483d X-Archives-Hash: d501c0d0271d143578982f1d1cf4b094 commit: baa426cd3e709b8532d20ef9c4d10de4a433b486 Author: Miroslav Šulc gentoo org> AuthorDate: Wed Aug 16 06:38:27 2023 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed Aug 16 13:42:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa426cd media-sound/gst123: bump to 0.4.1 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/gst123/Manifest | 1 + media-sound/gst123/gst123-0.4.1.ebuild | 25 +++++++++++++++++++++++++ media-sound/gst123/metadata.xml | 3 +++ 3 files changed, 29 insertions(+) diff --git a/media-sound/gst123/Manifest b/media-sound/gst123/Manifest index 0d875d4ed19a..c0958002c6b7 100644 --- a/media-sound/gst123/Manifest +++ b/media-sound/gst123/Manifest @@ -1 +1,2 @@ DIST gst123-0.3.5.tar.bz2 125468 BLAKE2B c8e6d9956f4371fc70d43768f0cf537b1c7281b49b3426be4d7b16f6f4c80057e50068f26546a93050d9e0c08284a33264e2a61aeaddab34ec1e09188f2145e3 SHA512 a967e4ba00b9ef744aa7a80e24fb7aa452c29b0b024a3bb446570ae9254ea295563deae1a000e9d363f57ce7aa11e537b124ccc672a98bf3230d371dcfb7e4ee +DIST gst123-0.4.1.tar.bz2 121588 BLAKE2B 216c0058de19237697f5a139d627aead79b094d335590b0edffa3aaf968a7ae6a2531eb4f750f4d75e9b94ca555d582a1df3e840c0055c6558bc9e370c0d6b45 SHA512 c25c7ad545ed8b17248c26d51ff1d81ca5112ecbdfe3262c4ded38a9ae93dbdbfdc476d9893042ab97b4e4a0b15445aa2a03070d11d4d3562a006db56ed3b23b diff --git a/media-sound/gst123/gst123-0.4.1.ebuild b/media-sound/gst123/gst123-0.4.1.ebuild new file mode 100644 index 000000000000..f58f952c9d20 --- /dev/null +++ b/media-sound/gst123/gst123-0.4.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="GStreamer based command line media player" +HOMEPAGE="https://space.twc.de/~stefan/gst123.php" +SRC_URI="https://github.com/swesterfeld/gst123/releases/download/${PV}/${P}.tar.bz2" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +CDEPEND=" + dev-libs/glib:2 + media-libs/gst-plugins-base:1.0 + media-libs/gstreamer:1.0 + sys-libs/ncurses:0= + x11-libs/gtk+:2 + x11-libs/libX11 +" +RDEPEND="${CDEPEND} + media-plugins/gst-plugins-meta:1.0" +DEPEND="${CDEPEND}" +BDEPEND="virtual/pkgconfig" diff --git a/media-sound/gst123/metadata.xml b/media-sound/gst123/metadata.xml index b69a849fd57e..9664b0075b93 100644 --- a/media-sound/gst123/metadata.xml +++ b/media-sound/gst123/metadata.xml @@ -5,4 +5,7 @@ sound@gentoo.org Gentoo Sound project + + swesterfeld/gst123 +