Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-transcoder/
Date: Thu, 16 Feb 2017 00:18:15
Message-Id: 1487204138.58cdbe05760bed27cb4ecfecb55a5a8fe44f8198.leio@gentoo
1 commit: 58cdbe05760bed27cb4ecfecb55a5a8fe44f8198
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 16 00:03:47 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 16 00:15:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58cdbe05
7
8 media-plugins/gst-transcoder: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 .../gst-transcoder/gst-transcoder-1.8.2.ebuild | 43 ----------------------
13 1 file changed, 43 deletions(-)
14
15 diff --git a/media-plugins/gst-transcoder/gst-transcoder-1.8.2.ebuild b/media-plugins/gst-transcoder/gst-transcoder-1.8.2.ebuild
16 deleted file mode 100644
17 index dee0c8be92..0000000000
18 --- a/media-plugins/gst-transcoder/gst-transcoder-1.8.2.ebuild
19 +++ /dev/null
20 @@ -1,43 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=6
26 -PYTHON_COMPAT=( python{3_4,3_5} )
27 -
28 -inherit python-any-r1 xdg
29 -
30 -DESCRIPTION="GStreamer Transcoding API"
31 -HOMEPAGE="https://github.com/pitivi/gst-transcoder"
32 -SRC_URI="https://github.com/pitivi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
33 -
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -KEYWORDS="amd64 x86"
37 -IUSE=""
38 -
39 -RDEPEND="
40 - dev-libs/gobject-introspection:=
41 - dev-libs/glib:2
42 - >=media-libs/gstreamer-${PV}:1.0[introspection]
43 - >=media-libs/gst-plugins-base-${PV}:1.0[introspection]
44 -"
45 -DEPEND="${RDEPEND}
46 - ${PYTHON_DEPS}
47 - >=dev-util/meson-0.28.0
48 - virtual/pkgconfig
49 -"
50 -
51 -src_configure() {
52 - # Not a normal configure
53 - # --buildtype=plain needed for honoring CFLAGS/CXXFLAGS and not
54 - # defaulting to debug
55 - ./configure --prefix=/usr --buildtype=plain || die
56 -}
57 -
58 -src_compile() {
59 - addpredict /dev #590848
60 - # We cannot use 'make' as it won't allow us to build verbosely
61 - cd mesonbuild || die
62 - ninja -v || die
63 -}