Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-good: ChangeLog gst-plugins-good-1.0.10.ebuild
Date: Sun, 01 Sep 2013 17:08:37
Message-Id: 20130901170830.0EF182004C@flycatcher.gentoo.org
1 eva 13/09/01 17:08:29
2
3 Modified: ChangeLog
4 Added: gst-plugins-good-1.0.10.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.161 media-libs/gst-plugins-good/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-good/ChangeLog?rev=1.161&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-good/ChangeLog?rev=1.161&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-good/ChangeLog?r1=1.160&r2=1.161
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/ChangeLog,v
20 retrieving revision 1.160
21 retrieving revision 1.161
22 diff -u -r1.160 -r1.161
23 --- ChangeLog 26 Aug 2013 21:38:19 -0000 1.160
24 +++ ChangeLog 1 Sep 2013 17:08:29 -0000 1.161
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-libs/gst-plugins-good
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/ChangeLog,v 1.160 2013/08/26 21:38:19 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/ChangeLog,v 1.161 2013/09/01 17:08:29 eva Exp $
30 +
31 +*gst-plugins-good-1.0.10 (01 Sep 2013)
32 +
33 + 01 Sep 2013; Gilles Dartiguelongue <eva@g.o>
34 + +gst-plugins-good-1.0.10.ebuild:
35 + Version bump.
36
37 *gst-plugins-good-1.0.8 (26 Aug 2013)
38
39
40
41
42 1.1 media-libs/gst-plugins-good/gst-plugins-good-1.0.10.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-1.0.10.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-1.0.10.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gst-plugins-good-1.0.10.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-1.0.10.ebuild,v 1.1 2013/09/01 17:08:29 eva Exp $
52
53 EAPI="5"
54
55 # order is important, gst-plugins10 after gst-plugins-good
56 inherit eutils flag-o-matic gst-plugins-good gst-plugins10
57
58 DESCRIPTION="Basepack of plugins for gstreamer"
59 HOMEPAGE="http://gstreamer.freedesktop.org/"
60
61 LICENSE="LGPL-2.1+"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
63 IUSE="+orc"
64
65 RDEPEND="
66 >=dev-libs/glib-2.32:2
67 >=media-libs/gst-plugins-base-1:${SLOT}
68 >=media-libs/gstreamer-1:${SLOT}
69 app-arch/bzip2
70 sys-libs/zlib
71 orc? ( >=dev-lang/orc-0.4.16 )
72 "
73 DEPEND="${RDEPEND}
74 >=dev-util/gtk-doc-am-1.12
75 "
76
77 src_configure() {
78 # gst doesnt handle optimisations well
79 strip-flags
80 replace-flags "-O3" "-O2"
81 filter-flags "-fprefetch-loop-arrays" # see bug 22249
82
83 # Always enable optional bz2 support for matroska
84 # Always enable optional zlib support for qtdemux and matroska
85 # Many media files require these to work, as some container headers are often
86 # compressed, bug #291154
87 gst-plugins10_src_configure \
88 --enable-bz2 \
89 --enable-zlib \
90 --disable-examples \
91 --with-default-audiosink=autoaudiosink \
92 --with-default-visualizer=goom
93 }
94
95 src_compile() {
96 default
97 }
98
99 src_install() {
100 DOCS="AUTHORS ChangeLog NEWS README RELEASE"
101 default
102 prune_libtool_files --modules
103 }