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-libs/gst-plugins-good/
Date: Tue, 05 Feb 2019 23:34:12
Message-Id: 1549409536.283881641450a669c96f8f91e6fa0f9a9c83e379.leio@gentoo
1 commit: 283881641450a669c96f8f91e6fa0f9a9c83e379
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 5 23:29:46 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 5 23:32:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28388164
7
8 media-libs/gst-plugins-good: remove old
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 media-libs/gst-plugins-good/Manifest | 1 -
14 .../gst-plugins-good-1.14.1.ebuild | 52 ----------------------
15 2 files changed, 53 deletions(-)
16
17 diff --git a/media-libs/gst-plugins-good/Manifest b/media-libs/gst-plugins-good/Manifest
18 index e809a4baf36..d7514e282b5 100644
19 --- a/media-libs/gst-plugins-good/Manifest
20 +++ b/media-libs/gst-plugins-good/Manifest
21 @@ -1,3 +1,2 @@
22 DIST gst-plugins-good-0.10.31.tar.xz 2738016 BLAKE2B a015ef6993078f1c699badcc9911a835fe1d129b4e0dccb3937d49768d9202549204bbfb0d7ad575bcb77c75f73662a83912936b2664a2b1cd7c331e4d203c4f SHA512 d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809
23 -DIST gst-plugins-good-1.14.1.tar.xz 3776168 BLAKE2B 5b17ac49d5bae423ee887f1516ba8bfb542acb17e3f304f489dddbaa728761ee51a08e67bd10a9981f53b5b8424d8013d1723fcbbf6e06d34a39548868d34f85 SHA512 b52d3214f2d32f263637cb9f0838284483e15b8d20bf36d64c349e99b481095734a4dd2c2421176540dfe5129ecc1acc101b89cc898b4773f0f736e8e962b070
24 DIST gst-plugins-good-1.14.4.tar.xz 3792524 BLAKE2B 4c7faac73d33bebe1fd53dc4cfed1a5d27b103f9c4cd801672ad52e385f09addb07cd4a0f511dff23815e3421e5202fb3d7866b7dd58fdaf101d0357c4fdc13f SHA512 30aeb3bb74571287cad1598973da38e7a43a0128d35480ded6d280c1373dc4ecd4ea76caaa04a71cdfba2e1850aee5f1b72d96be86ae92d66633e7d32081c504
25
26 diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.14.1.ebuild b/media-libs/gst-plugins-good/gst-plugins-good-1.14.1.ebuild
27 deleted file mode 100644
28 index 19e8d10a329..00000000000
29 --- a/media-libs/gst-plugins-good/gst-plugins-good-1.14.1.ebuild
30 +++ /dev/null
31 @@ -1,52 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -GST_ORG_MODULE="gst-plugins-good"
37 -
38 -inherit ltprune flag-o-matic gstreamer
39 -
40 -DESCRIPTION="Basepack of plugins for GStreamer"
41 -HOMEPAGE="https://gstreamer.freedesktop.org/"
42 -
43 -LICENSE="LGPL-2.1+"
44 -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
45 -IUSE="+orc"
46 -
47 -RDEPEND="
48 - >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
49 - >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
50 - >=media-libs/gstreamer-${PV}:${SLOT}[${MULTILIB_USEDEP}]
51 - >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}]
52 - >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
53 - orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] )
54 -"
55 -DEPEND="${RDEPEND}
56 - >=dev-util/gtk-doc-am-1.12
57 -"
58 -
59 -PATCHES=( "${FILESDIR}"/${PV}-fix-32bit-rtpstorage-test.patch )
60 -
61 -multilib_src_configure() {
62 - # Always enable optional bz2 support for matroska
63 - # Always enable optional zlib support for qtdemux and matroska
64 - # Many media files require these to work, as some container headers are often
65 - # compressed, bug #291154
66 - gstreamer_multilib_src_configure \
67 - --enable-bz2 \
68 - --enable-zlib \
69 - --disable-examples \
70 - --with-default-audiosink=autoaudiosink \
71 - --with-default-visualizer=goom
72 -
73 - if multilib_is_native_abi; then
74 - ln -s "${S}"/docs/plugins/html docs/plugins/html || die
75 - fi
76 -
77 -}
78 -
79 -multilib_src_install_all() {
80 - DOCS="AUTHORS ChangeLog NEWS README RELEASE"
81 - einstalldocs
82 - prune_libtool_files --modules
83 -}