diff options
author | 2023-12-16 09:55:34 +0200 | |
---|---|---|
committer | 2023-12-16 09:59:04 +0200 | |
commit | 16700c225e9518e89cb0b9d7d22285bb02e61c42 (patch) | |
tree | 19ce08212572426b02bbcda0a8c7b209e50d8cce /media-plugins | |
parent | dev-ruby/ipaddr: add 1.2.6 (diff) | |
download | gentoo-16700c225e9518e89cb0b9d7d22285bb02e61c42.tar.gz gentoo-16700c225e9518e89cb0b9d7d22285bb02e61c42.tar.bz2 gentoo-16700c225e9518e89cb0b9d7d22285bb02e61c42.zip |
media-plugins/gst-transcoder: treeclean
Closes: https://bugs.gentoo.org/916871
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/gst-transcoder/Manifest | 1 | ||||
-rw-r--r-- | media-plugins/gst-transcoder/gst-transcoder-1.14.1-r1.ebuild | 45 | ||||
-rw-r--r-- | media-plugins/gst-transcoder/metadata.xml | 11 |
3 files changed, 0 insertions, 57 deletions
diff --git a/media-plugins/gst-transcoder/Manifest b/media-plugins/gst-transcoder/Manifest deleted file mode 100644 index c6599025cfd1..000000000000 --- a/media-plugins/gst-transcoder/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gst-transcoder-1.14.1.tar.gz 37919 BLAKE2B 2687150ff3d609245449135d5725840aab9ed83b487bebeb0daf86634db27b3e68a5aca6ec8fb21ae5bf7e3c3808bc8729db5b24f75dabdf2bff7715a456fb9e SHA512 22dcb75bb706193e67a840218a69df797d5f833935e87d8df03838def5d426d94b25972ca4db8ae2f20fea915d18ef0044ee928a2dfe240f3134cdf1fced7657 diff --git a/media-plugins/gst-transcoder/gst-transcoder-1.14.1-r1.ebuild b/media-plugins/gst-transcoder/gst-transcoder-1.14.1-r1.ebuild deleted file mode 100644 index 2acbdff7a418..000000000000 --- a/media-plugins/gst-transcoder/gst-transcoder-1.14.1-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit gnome2-utils meson xdg - -DESCRIPTION="GStreamer Transcoding API" -HOMEPAGE="https://github.com/pitivi/gst-transcoder" -SRC_URI="https://github.com/pitivi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="gtk-doc" - -RDEPEND=" - dev-libs/gobject-introspection:= - dev-libs/glib:2 - >=media-libs/gstreamer-${PV}:1.0[introspection] - >=media-libs/gst-plugins-base-${PV}:1.0[introspection] - !>media-libs/gst-plugins-bad-1.18 -" -DEPEND="${RDEPEND}" -BDEPEND=" - gtk-doc? ( dev-util/gtk-doc - app-text/docbook-xml-dtd:4.1.2 ) - virtual/pkgconfig -" - -src_prepare() { - xdg_src_prepare - gnome2_environment_reset # fixes gst /dev access under sandbox for g-ir-scanner -} - -src_configure() { - addwrite /dev/dri/ - local emesonargs=( - $(meson_use !gtk-doc disable_doc) - # gobject-introspection can be optional now, but the only consumer (pitivi) requires it. - # Migration to have the option is not done, as gst-transcoder moves into gst-plugins-bad-1.18 anyhow. - -Ddisable_introspection=false - ) - meson_src_configure -} diff --git a/media-plugins/gst-transcoder/metadata.xml b/media-plugins/gst-transcoder/metadata.xml deleted file mode 100644 index 4b8ce10d77e8..000000000000 --- a/media-plugins/gst-transcoder/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>gstreamer@gentoo.org</email> - <name>GStreamer package maintainers</name> - </maintainer> - <upstream> - <remote-id type="github">pitivi/gst-transcoder</remote-id> - </upstream> -</pkgmetadata> |