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/gstreamer/
Date: Sun, 15 Jul 2018 23:13:20
Message-Id: 1531696069.3038682f346d4d2b741adfb5d99cd216bc70c4d6.leio@gentoo
1 commit: 3038682f346d4d2b741adfb5d99cd216bc70c4d6
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 15 23:07:49 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 15 23:07:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3038682f
7
8 media-libs/gstreamer: remove old
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 media-libs/gstreamer/Manifest | 1 -
13 media-libs/gstreamer/gstreamer-1.12.3.ebuild | 108 ---------------------------
14 2 files changed, 109 deletions(-)
15
16 diff --git a/media-libs/gstreamer/Manifest b/media-libs/gstreamer/Manifest
17 index b92d410f042..72e0a83d2ce 100644
18 --- a/media-libs/gstreamer/Manifest
19 +++ b/media-libs/gstreamer/Manifest
20 @@ -1,4 +1,3 @@
21 DIST gstreamer-0.10.36.tar.xz 3025876 BLAKE2B f0f70f483e8ccb2a294fb3bc8b51aac089f5e76522249b64e3e60e7b488a9e03b9300617e2c137bdcc0e3e61668b7b203e899f270f004e2dfcee0927fa7dfc3c SHA512 7468abb578398681d2adb0e9bbc9ee8ae25aaef72369d45a66ada6c67d1759afdce606cb32e68d9e30ae813196bdfef3d4d33202bc77839cc1fbf5fc436c1bd8
22 -DIST gstreamer-1.12.3.tar.xz 3175480 BLAKE2B e42b908b6fef2be5d4a0ad435cab5760a5e73e6f09afa0fd0993dd84d01f956b6437beb367082002e875307970f3b4b3fcb8735f7f69836da0ba76ed186e42db SHA512 fceeeca4314aead7ff358db3474bd6fe1eef70f745a6ba20505da6c0caaea6ea6317246dc66c23edab396ca811a610c52fa930f8f99c701241ae7f15857aa2b0
23 DIST gstreamer-1.12.4.tar.xz 3177208 BLAKE2B cb859503edbe09cebbbfa70cb4edc5d433bbaa5b299e05921d30e6096f8765e17d449c45bd7d5ea3e4603ae46d337d4e3291b1d0456c7b72a7ebb41faad9e73a SHA512 849aa4ddf8ef465f2915e05d36fc0c31c2e31ae28be2fa38f8069a64a91b7347020fac5b881b7f3ee54c2198c3596138d49f27b09f258303834164a5d68b38a2
24 DIST gstreamer-1.14.1.tar.xz 3252440 BLAKE2B c2142621b126926dd9ec886f0478154b3f0d9b7adebc6169200b8bc7e4cd089dfe77cab2b436bf3c74cbcae5f84c95afbd05ba282d0afe3e8e226e6bc0f33e33 SHA512 9cf16d79774293dd7fa10c08f6628b83f4e77f0386bebbfd47ded0498e4abd48eee1aee164af53d59fbea2d395e42eb5a12ef4b8f631bc4fd5d4f69545191f9b
25
26 diff --git a/media-libs/gstreamer/gstreamer-1.12.3.ebuild b/media-libs/gstreamer/gstreamer-1.12.3.ebuild
27 deleted file mode 100644
28 index c7edd553697..00000000000
29 --- a/media-libs/gstreamer/gstreamer-1.12.3.ebuild
30 +++ /dev/null
31 @@ -1,108 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -inherit bash-completion-r1 eutils multilib-minimal pax-utils
38 -
39 -DESCRIPTION="Open source multimedia framework"
40 -HOMEPAGE="https://gstreamer.freedesktop.org/"
41 -SRC_URI="https://${PN}.freedesktop.org/src/${PN}/${P}.tar.xz"
42 -
43 -LICENSE="LGPL-2+"
44 -SLOT="1.0"
45 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
46 -IUSE="+caps +introspection nls +orc test unwind"
47 -
48 -RDEPEND="
49 - >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
50 - caps? ( sys-libs/libcap[${MULTILIB_USEDEP}] )
51 - introspection? ( >=dev-libs/gobject-introspection-1.31.1:= )
52 - unwind? (
53 - >=sys-libs/libunwind-1.2_rc1[${MULTILIB_USEDEP}]
54 - dev-libs/elfutils[${MULTILIB_USEDEP}]
55 - )
56 -"
57 -DEPEND="${RDEPEND}
58 - >=dev-util/gtk-doc-am-1.12
59 - sys-devel/bison
60 - sys-devel/flex
61 - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
62 - nls? ( sys-devel/gettext )
63 -"
64 -# gtk-doc-am to install API docs
65 -
66 -src_configure() {
67 - if [[ ${CHOST} == *-interix* ]] ; then
68 - export ac_cv_lib_dl_dladdr=no
69 - export ac_cv_func_poll=no
70 - fi
71 - if [[ ${CHOST} == powerpc-apple-darwin* ]] ; then
72 - # GCC groks this, but then refers to an implementation (___multi3,
73 - # ___udivti3) that don't exist (at least I can't find it), so force
74 - # this one to be off, such that we use 2x64bit emulation code.
75 - export gst_cv_uint128_t=no
76 - fi
77 -
78 - multilib-minimal_src_configure
79 -}
80 -
81 -multilib_src_configure() {
82 - local completiondir=$(get_bashcompdir)
83 - # Set 'libexecdir' to ABI-specific location for the library spawns
84 - # helpers from there.
85 - # Disable static archives and examples to speed up build time
86 - # Disable debug, as it only affects -g passing (debugging symbols), this must done through make.conf in gentoo
87 - local myconf=(
88 - --libexecdir="${EPREFIX}"/usr/$(get_libdir)
89 - --disable-debug
90 - --disable-examples
91 - --disable-static
92 - --disable-valgrind
93 - --enable-check
94 - $(use_with unwind)
95 - $(use_with unwind dw)
96 - $(multilib_native_use_enable introspection)
97 - $(use_enable nls)
98 - $(use_enable test tests)
99 - --with-bash-completion-dir="${completiondir%/*}"
100 - --with-package-name="GStreamer ebuild for Gentoo"
101 - --with-package-origin="https://packages.gentoo.org/package/media-libs/gstreamer"
102 - )
103 -
104 - if use caps ; then
105 - myconf+=( --with-ptp-helper-permissions=capabilities )
106 - else
107 - myconf+=(
108 - --with-ptp-helper-permissions=setuid-root
109 - --with-ptp-helper-setuid-user=nobody
110 - --with-ptp-helper-setuid-group=nobody
111 - )
112 - fi
113 -
114 - ECONF_SOURCE="${S}" econf "${myconf[@]}"
115 -
116 - if multilib_is_native_abi; then
117 - local x
118 - for x in gst libs plugins; do
119 - ln -s "${S}"/docs/${x}/html docs/${x}/html || die
120 - done
121 - fi
122 -}
123 -
124 -multilib_src_install() {
125 - # can't do "default", we want to install docs in multilib_src_install_all
126 - emake DESTDIR="${D}" install
127 -
128 - # Needed for orc-using gst plugins on hardened/PaX systems, bug #421579
129 - use orc && pax-mark -m "${ED}usr/$(get_libdir)/gstreamer-${SLOT}/gst-plugin-scanner"
130 -}
131 -
132 -multilib_src_install_all() {
133 - DOCS="AUTHORS ChangeLog NEWS MAINTAINERS README RELEASE"
134 - einstalldocs
135 - prune_libtool_files --modules
136 -
137 - # Needed for orc-using gst plugins on hardened/PaX systems, bug #421579
138 - use orc && pax-mark -m "${ED}usr/bin/gst-launch-${SLOT}"
139 -}