summaryrefslogtreecommitdiff
path: root/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.20.4.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-10-13 12:17:26 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-10-13 12:17:26 +0100
commit41c2683a5cfac2bd3280dc5d5aaed73b6c377bcf (patch)
tree05752a3fb2f0dba34c0384a9178c0fd4c5b3cadb /media-libs/gst-plugins-ugly/gst-plugins-ugly-1.20.4.ebuild
parent3b0753af8a3a0f5ac9f7248d90393dcc0d3a84c1 (diff)
gentoo auto-resync : 13:10:2023 - 12:17:25
Diffstat (limited to 'media-libs/gst-plugins-ugly/gst-plugins-ugly-1.20.4.ebuild')
-rw-r--r--media-libs/gst-plugins-ugly/gst-plugins-ugly-1.20.4.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.20.4.ebuild b/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.20.4.ebuild
deleted file mode 100644
index 32488dd1d0e6..000000000000
--- a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.20.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-GST_ORG_MODULE="gst-plugins-ugly"
-PYTHON_COMPAT=( python3_{9,10,11} )
-inherit gstreamer-meson python-any-r1
-
-DESCRIPTION="Basepack of plugins for gstreamer"
-HOMEPAGE="https://gstreamer.freedesktop.org/"
-
-LICENSE="LGPL-2+" # some split plugins are LGPL but combining with a GPL library
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86"
-
-IUSE=""
-
-RDEPEND="
- >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="${PYTHON_DEPS}"
-
-DOCS=( AUTHORS ChangeLog NEWS README.md RELEASE )
-
-multilib_src_install_all() {
- einstalldocs
- find "${ED}" -name '*.la' -delete || die
-}