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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 10E18138334 for ; Sun, 1 Jul 2018 04:45:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CEC9E0844; Sun, 1 Jul 2018 04:45:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B72F3E0843 for ; Sun, 1 Jul 2018 04:45:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1239335C91 for ; Sun, 1 Jul 2018 04:45:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E52D435A for ; Sun, 1 Jul 2018 04:45:37 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1530419371.b1a31909d9af3950d6b169f439b03de854d884d4.radhermit@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.3.5.ebuild X-VCS-Directories: media-sound/gst123/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: b1a31909d9af3950d6b169f439b03de854d884d4 X-VCS-Branch: master Date: Sun, 1 Jul 2018 04:45:37 +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-Archives-Salt: 7d622f7f-631c-43f0-a3da-08ccba42b216 X-Archives-Hash: c0e526073bb642f1236300777c7d6265 commit: b1a31909d9af3950d6b169f439b03de854d884d4 Author: Tim Harder gentoo org> AuthorDate: Sun Jul 1 04:29:31 2018 +0000 Commit: Tim Harder gentoo org> CommitDate: Sun Jul 1 04:29:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1a31909 media-sound/gst123: version bump to 0.3.5 media-sound/gst123/Manifest | 1 + media-sound/gst123/gst123-0.3.5.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/media-sound/gst123/Manifest b/media-sound/gst123/Manifest index f08372060ff..3eb5cd049d7 100644 --- a/media-sound/gst123/Manifest +++ b/media-sound/gst123/Manifest @@ -1 +1,2 @@ DIST gst123-0.3.4.tar.bz2 123399 BLAKE2B 3d772affc5d1c8c16daad98ac9a2ef0794cf808391dbf5bb486a33d39bd2bab3d6fe077307a9b8c8cfeb15899b8d2d7b95bf954d5b0e5ae3e0b6c9e40dcd0b6f SHA512 7a5afddd4337b9d843949f49231b64bbc0390b97c40caa3cdac1fe0fd2a7e8a0ce01a77817735770b7a524459daa7e61e79e25c2e3e33769fd29e535d39d866f +DIST gst123-0.3.5.tar.bz2 125468 BLAKE2B c8e6d9956f4371fc70d43768f0cf537b1c7281b49b3426be4d7b16f6f4c80057e50068f26546a93050d9e0c08284a33264e2a61aeaddab34ec1e09188f2145e3 SHA512 a967e4ba00b9ef744aa7a80e24fb7aa452c29b0b024a3bb446570ae9254ea295563deae1a000e9d363f57ce7aa11e537b124ccc672a98bf3230d371dcfb7e4ee diff --git a/media-sound/gst123/gst123-0.3.5.ebuild b/media-sound/gst123/gst123-0.3.5.ebuild new file mode 100644 index 00000000000..d62b71ae8d3 --- /dev/null +++ b/media-sound/gst123/gst123-0.3.5.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="A GStreamer based command line media player" +HOMEPAGE="http://space.twc.de/~stefan/gst123.php" +SRC_URI="http://space.twc.de/~stefan/gst123/${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} + virtual/pkgconfig"