summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2017-02-16 02:03:47 +0200
committerMart Raudsepp <leio@gentoo.org>2017-02-16 02:15:38 +0200
commit58cdbe05760bed27cb4ecfecb55a5a8fe44f8198 (patch)
treedbe5388131afbd31fcfab9d1cc09a6043d357b81
parentmedia-plugins/gst-plugins-soup: remove old (diff)
downloadgentoo-58cdbe05760bed27cb4ecfecb55a5a8fe44f8198.tar.gz
gentoo-58cdbe05760bed27cb4ecfecb55a5a8fe44f8198.tar.bz2
gentoo-58cdbe05760bed27cb4ecfecb55a5a8fe44f8198.zip
media-plugins/gst-transcoder: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r--media-plugins/gst-transcoder/gst-transcoder-1.8.2.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/media-plugins/gst-transcoder/gst-transcoder-1.8.2.ebuild b/media-plugins/gst-transcoder/gst-transcoder-1.8.2.ebuild
deleted file mode 100644
index dee0c8be92a4..000000000000
--- a/media-plugins/gst-transcoder/gst-transcoder-1.8.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-PYTHON_COMPAT=( python{3_4,3_5} )
-
-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=/usr --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
-}