Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gstreamer/
Date: Sun, 28 Feb 2016 11:09:33
Message-Id: 1456657739.96bc1626b0249b1101d7ce9a022d312c7149e425.pacho@gentoo
1 commit: 96bc1626b0249b1101d7ce9a022d312c7149e425
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 11:07:56 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 11:08:59 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96bc1626
7
8 media-libs/gstreamer: Revert previous bump as this package was not affected by that bug
9
10 Package-Manager: portage-2.2.27
11
12 media-libs/gstreamer/gstreamer-1.6.3-r1.ebuild | 105 -------------------------
13 1 file changed, 105 deletions(-)
14
15 diff --git a/media-libs/gstreamer/gstreamer-1.6.3-r1.ebuild b/media-libs/gstreamer/gstreamer-1.6.3-r1.ebuild
16 deleted file mode 100644
17 index e617355..0000000
18 --- a/media-libs/gstreamer/gstreamer-1.6.3-r1.ebuild
19 +++ /dev/null
20 @@ -1,105 +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="5"
26 -
27 -inherit bash-completion-r1 eutils multilib multilib-minimal pax-utils xdg-utils
28 -
29 -DESCRIPTION="Open source multimedia framework"
30 -HOMEPAGE="http://gstreamer.freedesktop.org/"
31 -SRC_URI="http://${PN}.freedesktop.org/src/${PN}/${P}.tar.xz"
32 -
33 -LICENSE="LGPL-2+"
34 -SLOT="1.0"
35 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
36 -IUSE="+caps +introspection nls +orc test"
37 -
38 -RDEPEND="
39 - >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
40 - caps? ( sys-libs/libcap )
41 - introspection? ( >=dev-libs/gobject-introspection-1.31.1:= )
42 -"
43 -DEPEND="${RDEPEND}
44 - app-arch/xz-utils
45 - >=dev-util/gtk-doc-am-1.12
46 - sys-devel/bison
47 - sys-devel/flex
48 - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
49 - nls? ( sys-devel/gettext )
50 -"
51 -# gtk-doc-am to install API docs
52 -
53 -src_configure() {
54 - xdg_environment_reset
55 - if [[ ${CHOST} == *-interix* ]] ; then
56 - export ac_cv_lib_dl_dladdr=no
57 - export ac_cv_func_poll=no
58 - fi
59 - if [[ ${CHOST} == powerpc-apple-darwin* ]] ; then
60 - # GCC groks this, but then refers to an implementation (___multi3,
61 - # ___udivti3) that don't exist (at least I can't find it), so force
62 - # this one to be off, such that we use 2x64bit emulation code.
63 - export gst_cv_uint128_t=no
64 - fi
65 -
66 - multilib-minimal_src_configure
67 -}
68 -
69 -multilib_src_configure() {
70 - # Set 'libexecdir' to ABI-specific location for the library spawns
71 - # helpers from there.
72 - # Disable static archives, dependency tracking and examples
73 - # to speed up build time
74 - # Disable debug, as it only affects -g passing (debugging symbols), this must done through make.conf in gentoo
75 - local myconf=(
76 - --libexecdir="${EPREFIX}"/usr/$(get_libdir)
77 - --disable-debug
78 - --disable-examples
79 - --disable-static
80 - --disable-valgrind
81 - --enable-check
82 - $(multilib_native_use_enable introspection)
83 - $(use_enable nls)
84 - $(use_enable test tests)
85 - --with-bash-completion-dir="$(get_bashcompdir)"
86 - --with-package-name="GStreamer ebuild for Gentoo"
87 - --with-package-origin="https://packages.gentoo.org/package/media-libs/gstreamer"
88 - )
89 -
90 - if use caps ; then
91 - myconf+=( --with-ptp-helper-permissions=capabilities )
92 - else
93 - myconf+=(
94 - --with-ptp-helper-permissions=setuid-root
95 - --with-ptp-helper-setuid-user=nobody
96 - --with-ptp-helper-setuid-group=nobody
97 - )
98 - fi
99 -
100 - ECONF_SOURCE="${S}" econf ${myconf[$@]}
101 -
102 - if multilib_is_native_abi; then
103 - local x
104 - for x in gst libs plugins; do
105 - ln -s "${S}"/docs/${x}/html docs/${x}/html || die
106 - done
107 - fi
108 -}
109 -
110 -multilib_src_install() {
111 - # can't do "default", we want to install docs in multilib_src_install_all
112 - emake DESTDIR="${D}" install
113 -
114 - # Needed for orc-using gst plugins on hardened/PaX systems, bug #421579
115 - use orc && pax-mark -m "${ED}usr/$(get_libdir)/gstreamer-${SLOT}/gst-plugin-scanner"
116 -}
117 -
118 -multilib_src_install_all() {
119 - DOCS="AUTHORS ChangeLog NEWS MAINTAINERS README RELEASE"
120 - einstalldocs
121 - prune_libtool_files --modules
122 -
123 - # Needed for orc-using gst plugins on hardened/PaX systems, bug #421579
124 - use orc && pax-mark -m "${ED}usr/bin/gst-launch-${SLOT}"
125 -}