summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-01-01 02:03:22 +0100
committerMichał Górny <mgorny@gentoo.org>2021-01-01 02:03:22 +0100
commit3882ace807688820e217ab18b97ef266b296857a (patch)
treeb4608ff44a91de73f7a8f4b0749fcc9933142711 /media-plugins
parentmedia-libs/avidemux-core: Remove old (py3.6) (diff)
downloadgentoo-3882ace807688820e217ab18b97ef266b296857a.tar.gz
gentoo-3882ace807688820e217ab18b97ef266b296857a.tar.bz2
gentoo-3882ace807688820e217ab18b97ef266b296857a.zip
media-plugins/gst-transcoder: Remove old (py3.6)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/gst-transcoder/Manifest1
-rw-r--r--media-plugins/gst-transcoder/gst-transcoder-1.8.2-r1.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/media-plugins/gst-transcoder/Manifest b/media-plugins/gst-transcoder/Manifest
index dbf040ff2305..c6599025cfd1 100644
--- a/media-plugins/gst-transcoder/Manifest
+++ b/media-plugins/gst-transcoder/Manifest
@@ -1,2 +1 @@
DIST gst-transcoder-1.14.1.tar.gz 37919 BLAKE2B 2687150ff3d609245449135d5725840aab9ed83b487bebeb0daf86634db27b3e68a5aca6ec8fb21ae5bf7e3c3808bc8729db5b24f75dabdf2bff7715a456fb9e SHA512 22dcb75bb706193e67a840218a69df797d5f833935e87d8df03838def5d426d94b25972ca4db8ae2f20fea915d18ef0044ee928a2dfe240f3134cdf1fced7657
-DIST gst-transcoder-1.8.2.tar.gz 29884 BLAKE2B 1004f038f50db87c98cf7c6a9645a25b0e532daf3b80188444990a672f595f9a64b002e479c73448c03dbb1bebd70929d4d560cf172021535aa26f5d33a5ecc7 SHA512 cabb3b0eacf018248a176fcc5b077fd8b0f9caab3d7853810809f5e2954b1c1fe62c9511453dc8a87fa930066c7c71e0d01ef86900c982eb5fc8a2769ada8494
diff --git a/media-plugins/gst-transcoder/gst-transcoder-1.8.2-r1.ebuild b/media-plugins/gst-transcoder/gst-transcoder-1.8.2-r1.ebuild
deleted file mode 100644
index 12d36ffb3fc7..000000000000
--- a/media-plugins/gst-transcoder/gst-transcoder-1.8.2-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-
-inherit python-any-r1 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="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-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]
-"
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
- >=dev-util/meson-0.28.0
- virtual/pkgconfig
-"
-
-src_configure() {
- # Not a normal configure
- # --buildtype=plain needed for honoring CFLAGS/CXXFLAGS and not
- # defaulting to debug
- ./configure --prefix="${EPREFIX}/usr" --libdir="$(get_libdir)" --buildtype=plain || die
-}
-
-src_compile() {
- addpredict /dev #590848
- # We cannot use 'make' as it won't allow us to build verbosely
- cd mesonbuild || die
- ninja -v || die
-}