Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/gstreamer: gstreamer-1.2.4.ebuild ChangeLog gstreamer-1.0.10.ebuild gstreamer-1.2.0.ebuild gstreamer-1.0.5-r1.ebuild
Date: Sat, 31 May 2014 14:05:55
Message-Id: 20140531140550.F0CAD2004E@flycatcher.gentoo.org
1 pacho 14/05/31 14:05:50
2
3 Modified: ChangeLog
4 Added: gstreamer-1.2.4.ebuild
5 Removed: gstreamer-1.0.10.ebuild gstreamer-1.2.0.ebuild
6 gstreamer-1.0.5-r1.ebuild
7 Log:
8 Version bump, drop old
9
10 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
11
12 Revision Changes Path
13 1.367 media-libs/gstreamer/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/ChangeLog?rev=1.367&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/ChangeLog?rev=1.367&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/ChangeLog?r1=1.366&r2=1.367
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/media-libs/gstreamer/ChangeLog,v
22 retrieving revision 1.366
23 retrieving revision 1.367
24 diff -u -r1.366 -r1.367
25 --- ChangeLog 29 Apr 2014 07:02:03 -0000 1.366
26 +++ ChangeLog 31 May 2014 14:05:50 -0000 1.367
27 @@ -1,6 +1,12 @@
28 # ChangeLog for media-libs/gstreamer
29 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/ChangeLog,v 1.366 2014/04/29 07:02:03 polynomial-c Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/ChangeLog,v 1.367 2014/05/31 14:05:50 pacho Exp $
32 +
33 +*gstreamer-1.2.4 (31 May 2014)
34 +
35 + 31 May 2014; Pacho Ramos <pacho@g.o> +gstreamer-1.2.4.ebuild,
36 + -gstreamer-1.0.10.ebuild, -gstreamer-1.0.5-r1.ebuild, -gstreamer-1.2.0.ebuild:
37 + Version bump, drop old
38
39 29 Apr 2014; Lars Wendler <polynomial-c@g.o> gstreamer-0.10.36.ebuild,
40 +files/gstreamer-make-grammar.y-work-with-bison-3.patch:
41
42
43
44 1.1 media-libs/gstreamer/gstreamer-1.2.4.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/gstreamer-1.2.4.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/gstreamer-1.2.4.ebuild?rev=1.1&content-type=text/plain
48
49 Index: gstreamer-1.2.4.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-1.2.4.ebuild,v 1.1 2014/05/31 14:05:50 pacho Exp $
54
55 EAPI="5"
56
57 inherit eutils multilib pax-utils
58
59 DESCRIPTION="Streaming media framework"
60 HOMEPAGE="http://gstreamer.freedesktop.org/"
61 SRC_URI="http://${PN}.freedesktop.org/src/${PN}/${P}.tar.xz"
62
63 LICENSE="LGPL-2+"
64 SLOT="1.0"
65 KEYWORDS="~alpha ~amd64 ~arm ~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"
66 IUSE="+introspection nls +orc test"
67
68 RDEPEND="
69 >=dev-libs/glib-2.32:2
70 introspection? ( >=dev-libs/gobject-introspection-1.31.1 )
71 "
72 DEPEND="${RDEPEND}
73 app-arch/xz-utils
74 >=dev-util/gtk-doc-am-1.12
75 sys-devel/bison
76 sys-devel/flex
77 virtual/pkgconfig
78 nls? ( sys-devel/gettext )
79 "
80 # gtk-doc-am to install API docs
81
82 src_configure() {
83 if [[ ${CHOST} == *-interix* ]] ; then
84 export ac_cv_lib_dl_dladdr=no
85 export ac_cv_func_poll=no
86 fi
87 if [[ ${CHOST} == powerpc-apple-darwin* ]] ; then
88 # GCC groks this, but then refers to an implementation (___multi3,
89 # ___udivti3) that don't exist (at least I can't find it), so force
90 # this one to be off, such that we use 2x64bit emulation code.
91 export gst_cv_uint128_t=no
92 fi
93
94 # Disable static archives, dependency tracking and examples
95 # to speed up build time
96 # Disable debug, as it only affects -g passing (debugging symbols), this must done through make.conf in gentoo
97 econf \
98 --disable-debug \
99 --disable-examples \
100 --disable-static \
101 --disable-valgrind \
102 --enable-check \
103 $(use_enable introspection) \
104 $(use_enable nls) \
105 $(use_enable test tests) \
106 --with-package-name="GStreamer ebuild for Gentoo" \
107 --with-package-origin="http://packages.gentoo.org/package/media-libs/gstreamer"
108 }
109
110 src_install() {
111 DOCS="AUTHORS ChangeLog NEWS MAINTAINERS README RELEASE"
112 default
113 prune_libtool_files --modules
114
115 # Needed for orc-using gst plugins on hardened/PaX systems, bug #421579
116 use orc && pax-mark -m "${ED}usr/bin/gst-launch-${SLOT}" \
117 "${ED}usr/libexec/gstreamer-${SLOT}/gst-plugin-scanner"
118 }