media-plugins/qmmp-plugin-pack: removed obsolete 1.5.1

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
Miroslav Šulc
2022-02-17 11:13:11 +01:00
parent 232f1f12e5
commit 66820f26cd
2 changed files with 0 additions and 36 deletions

View File

@@ -1,2 +1 @@
DIST qmmp-plugin-pack-1.5.1.tar.bz2 226034 BLAKE2B 804e18c538119bfe89700f1975ff717c20bb65c2b956c30dae91d1ab2a06baf716a07809d1391f1844dadc3e8524fb6d37106b33091b91109a19f323b0942306 SHA512 0242754fdea26fc7c48a18edf77d35820af86643079c729465d9e4ddacb22470686e9d2771abe52e30441f97db5f1546ab984e941396d4cc67e7a0a1450328f3
DIST qmmp-plugin-pack-1.5.2.tar.bz2 230341 BLAKE2B 4959be4423f08cf1c0d16cf8f454167a7f7795786258526ce72ed694e8a33388cfe6308ff861f29011fcbb63563552965cea6c04a002b9ac40f1ab959d7fc232 SHA512 d2e7b1545e41ec40fa4b165f7154d76211fd4fb004c79f801caced0fb8972d182e9c393705ce2d9aa4359e00dbe51c9efdf499ae85f8d8578d68fcb4e108d7d5

View File

@@ -1,35 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake flag-o-matic
DESCRIPTION="A set of extra plugins for Qmmp"
HOMEPAGE="http://qmmp.ylsoftware.com/"
SRC_URI="https://qmmp.ylsoftware.com/files/${PN}/$(ver_cut 1-2)/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5
dev-qt/qtwidgets:5
media-libs/libsamplerate
media-libs/taglib
=media-sound/qmmp-$(ver_cut 1-2)*
media-video/ffmpeg
"
DEPEND="${RDEPEND}
dev-lang/yasm
dev-qt/linguist-tools:5
"
src_configure() {
append-ldflags -Wl,-z,noexecstack
cmake_src_configure
}