summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-10-20 17:55:36 +0200
committerMichał Górny <mgorny@gentoo.org>2020-10-20 17:55:36 +0200
commitf87b792649546914f69b7eee3a247840f2715d1b (patch)
tree9bf24fc101e9a06bf49baef8141a565911e7c138 /app-leechcraft
parentapp-leechcraft/lc-mellonetray: Remove last-rited pkg (diff)
downloadgentoo-f87b792649546914f69b7eee3a247840f2715d1b.tar.gz
gentoo-f87b792649546914f69b7eee3a247840f2715d1b.tar.bz2
gentoo-f87b792649546914f69b7eee3a247840f2715d1b.zip
app-leechcraft/lc-lmp: Remove last-rited pkg
Closes: https://bugs.gentoo.org/693328 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-leechcraft')
-rw-r--r--app-leechcraft/lc-lmp/lc-lmp-9999.ebuild53
-rw-r--r--app-leechcraft/lc-lmp/metadata.xml19
2 files changed, 0 insertions, 72 deletions
diff --git a/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild b/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild
deleted file mode 100644
index 6101a289a70b..000000000000
--- a/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils leechcraft
-
-DESCRIPTION="LeechCraft Media Player, Phonon-based audio/video player"
-
-SLOT="0"
-KEYWORDS=""
-IUSE="debug +fradj +graffiti +mpris +mtp +mp3tunes potorchu"
-
-DEPEND="
- ~app-leechcraft/lc-core-${PV}
- dev-qt/qtconcurrent:5
- dev-qt/qtdeclarative:5[widgets]
- dev-qt/qtnetwork:5
- dev-qt/qtsql:5
- dev-qt/qtwidgets:5
- dev-qt/qtxml:5
- media-libs/gstreamer:1.0
- media-libs/taglib
- mpris? ( dev-qt/qtdbus:5 )
- mtp? ( media-libs/libmtp:= )
- potorchu? ( media-libs/libprojectm:= )
-"
-RDEPEND="${DEPEND}
- dev-qt/qtsql:5[sqlite]
- graffiti? ( media-libs/flac )
- mtp? ( ~app-leechcraft/lc-devmon-${PV} )
-"
-
-src_configure() {
- local mycmakeargs=(
- -DENABLE_LMP_LIBGUESS=OFF
- -DENABLE_LMP_FRADJ=$(usex fradj)
- -DENABLE_LMP_GRAFFITI=$(usex graffiti)
- -DENABLE_LMP_MP3TUNES=$(usex mp3tunes)
- -DENABLE_LMP_MPRIS=$(usex mpris)
- -DENABLE_LMP_MTPSYNC=$(usex mtp)
- -DENABLE_LMP_POTORCHU=$(usex potorchu)
- )
- cmake_src_configure
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
-}
diff --git a/app-leechcraft/lc-lmp/metadata.xml b/app-leechcraft/lc-lmp/metadata.xml
deleted file mode 100644
index 4a780c0800eb..000000000000
--- a/app-leechcraft/lc-lmp/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>0xd34df00d@gmail.com</email>
- <name>Georg Rudoy</name>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <use>
- <flag name="fradj">Build FrAdj, the equalizer effect module</flag>
- <flag name="graffiti">Build media tags editor plugin</flag>
- <flag name="mpris">Enable MPRIS support</flag>
- <flag name="mp3tunes">Build plugin for supporting the mp3tunes.com music locker service</flag>
- <flag name="potorchu"> Enable the projectM-based visualization effects module for LMP</flag>
- </use>
-</pkgmetadata>