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 0C8C115802F for ; Thu, 23 Feb 2023 22:53:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 304AFE077A; Thu, 23 Feb 2023 22:53:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 17234E077A for ; Thu, 23 Feb 2023 22:53:10 +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 2BE7D340D45 for ; Thu, 23 Feb 2023 22:53:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BE0375 for ; Thu, 23 Feb 2023 22:53:07 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1677192750.3de0f1463c034846b72d27838195a79ecb52a5db.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/libvisual-projectm/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/libvisual-projectm/Manifest media-plugins/libvisual-projectm/libvisual-projectm-2.1.1.ebuild media-plugins/libvisual-projectm/metadata.xml X-VCS-Directories: media-plugins/libvisual-projectm/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 3de0f1463c034846b72d27838195a79ecb52a5db X-VCS-Branch: master Date: Thu, 23 Feb 2023 22:53:07 +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: 9c6c4685-2e83-49e9-a737-742045677606 X-Archives-Hash: f27825d0cebd464d6252f3da6fd6e8ea commit: 3de0f1463c034846b72d27838195a79ecb52a5db Author: Sebastian Pipping gentoo org> AuthorDate: Thu Feb 23 22:48:06 2023 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Thu Feb 23 22:52:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3de0f146 media-plugins/libvisual-projectm: 2.1.1 + MissingRemoteId Signed-off-by: Sebastian Pipping gentoo.org> media-plugins/libvisual-projectm/Manifest | 1 + .../libvisual-projectm-2.1.1.ebuild | 23 ++++++++++++++++++++++ media-plugins/libvisual-projectm/metadata.xml | 1 + 3 files changed, 25 insertions(+) diff --git a/media-plugins/libvisual-projectm/Manifest b/media-plugins/libvisual-projectm/Manifest index d602420b6838..5017636bb365 100644 --- a/media-plugins/libvisual-projectm/Manifest +++ b/media-plugins/libvisual-projectm/Manifest @@ -1 +1,2 @@ +DIST libvisual-projectm-2.1.1-gh.tar.gz 23091 BLAKE2B 5bda421b4f896b019e652ce2ba964dab10e51e0872cc069689e7491938775358453fa465f9ff7c7acd0e4ff4b43575393908a56f901090fa96b54d7556f0d7da SHA512 b20a58f4a804d833005e3ec5d251ed36dce27c990aa80972d3a06f684d784326fbc3076f369670f6ebab7704646c8a07d95287b9bb3bfd387695be12a9151965 DIST projectM-complete-2.1.0-Source.tar.gz 31130351 BLAKE2B ec3540326751aba45b9620adfe1e7aed21347c97278de6d23b53ed7fb03878c2d02982fba17b4cda4f713d2cf624fd24adeb15b28fed9d2ab165567f9ff49eaa SHA512 53f4531208d2594f1c28a7f7842fb5ee3349ca9e48f9f0d999a90b6a62d315c9c0ae9cba1cdfacb8a149eba3e5ddc4517ac406ee2c53718191be8e26ee2cca5f diff --git a/media-plugins/libvisual-projectm/libvisual-projectm-2.1.1.ebuild b/media-plugins/libvisual-projectm/libvisual-projectm-2.1.1.ebuild new file mode 100644 index 000000000000..7e7785e5b413 --- /dev/null +++ b/media-plugins/libvisual-projectm/libvisual-projectm-2.1.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +MY_P=frontend-libvisual-plug-in-${PV} +DESCRIPTION="A libvisual graphical music visualization plugin similar to milkdrop" +HOMEPAGE="https://github.com/projectM-visualizer/frontend-libvisual-plug-in" +SRC_URI="https://github.com/projectM-visualizer/frontend-libvisual-plug-in/archive/refs/tags/v${PV}.tar.gz -> ${P}-gh.tar.gz" +S="${WORKDIR}"/${MY_P} + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=">=media-libs/libprojectm-3.1.12:0= + media-libs/libsdl + =media-libs/libvisual-0.4* + virtual/opengl" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" diff --git a/media-plugins/libvisual-projectm/metadata.xml b/media-plugins/libvisual-projectm/metadata.xml index 1d428edbdfb2..06f9aa79575c 100644 --- a/media-plugins/libvisual-projectm/metadata.xml +++ b/media-plugins/libvisual-projectm/metadata.xml @@ -10,6 +10,7 @@ Sebastian Pipping + projectM-visualizer/frontend-libvisual-plug-in projectm