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 4A7CC15808B for ; Wed, 13 Apr 2022 06:07:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D398E0916; Wed, 13 Apr 2022 06:07:13 +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 AE75AE0916 for ; Wed, 13 Apr 2022 06:07:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 428EE341CC3 for ; Wed, 13 Apr 2022 06:07:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFBA9391 for ; Wed, 13 Apr 2022 06:07:06 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1649830007.e368ad7148d458d0719d42ef4d2465553d7c484f.sam@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/libvisual-projectm-2.1.0-r2.ebuild X-VCS-Directories: media-plugins/libvisual-projectm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e368ad7148d458d0719d42ef4d2465553d7c484f X-VCS-Branch: master Date: Wed, 13 Apr 2022 06:07:06 +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: f90dbce2-b236-436a-b8c6-6938e7e460da X-Archives-Hash: 07a6c4526dda36f970b1c75864ddc7cb commit: e368ad7148d458d0719d42ef4d2465553d7c484f Author: Sam James gentoo org> AuthorDate: Wed Apr 13 06:06:47 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 13 06:06:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e368ad71 media-plugins/libvisual-projectm: update EAPI 6 -> 8 Bug: https://bugs.gentoo.org/834300 Signed-off-by: Sam James gentoo.org> .../libvisual-projectm-2.1.0-r2.ebuild | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/media-plugins/libvisual-projectm/libvisual-projectm-2.1.0-r2.ebuild b/media-plugins/libvisual-projectm/libvisual-projectm-2.1.0-r2.ebuild new file mode 100644 index 000000000000..9d572eb95db2 --- /dev/null +++ b/media-plugins/libvisual-projectm/libvisual-projectm-2.1.0-r2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +MY_P=projectM-complete-${PV}-Source +DESCRIPTION="A libvisual graphical music visualization plugin similar to milkdrop" +HOMEPAGE="http://projectm.sourceforge.net" +SRC_URI="mirror://sourceforge/projectm/${MY_P}.tar.gz" +S="${WORKDIR}"/${MY_P}/src/projectM-libvisual/ + +LICENSE="LGPL-2" +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" + +DOCS=( AUTHORS ChangeLog )