Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@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.4.5.ebuild gst-plugins-good-1.2.4.ebuild
Date: Tue, 30 Dec 2014 21:46:48
Message-Id: 20141230214643.D2411E851@oystercatcher.gentoo.org
1 leio 14/12/30 21:46:43
2
3 Modified: ChangeLog
4 Added: gst-plugins-good-1.4.5.ebuild
5 Removed: gst-plugins-good-1.2.4.ebuild
6 Log:
7 Version bump. Many updates since 1.2.x series as this is a many months overdue next stable cycle upgrade. Includes new rtpstreampay, rtpstreamdepay and rtprtx* RTP elements.
8
9 (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
10
11 Revision Changes Path
12 1.199 media-libs/gst-plugins-good/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-good/ChangeLog?rev=1.199&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-good/ChangeLog?rev=1.199&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-good/ChangeLog?r1=1.198&r2=1.199
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/ChangeLog,v
21 retrieving revision 1.198
22 retrieving revision 1.199
23 diff -u -r1.198 -r1.199
24 --- ChangeLog 11 Oct 2014 12:43:04 -0000 1.198
25 +++ ChangeLog 30 Dec 2014 21:46:43 -0000 1.199
26 @@ -1,6 +1,15 @@
27 # ChangeLog for media-libs/gst-plugins-good
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/ChangeLog,v 1.198 2014/10/11 12:43:04 maekke Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/ChangeLog,v 1.199 2014/12/30 21:46:43 leio Exp $
31 +
32 +*gst-plugins-good-1.4.5 (30 Dec 2014)
33 +
34 + 30 Dec 2014; Mart Raudsepp <leio@g.o> -gst-plugins-good-1.2.4.ebuild,
35 + +gst-plugins-good-1.4.5.ebuild,
36 + +files/gst-plugins-good-1.4.5-rtp-test-fixes.patch:
37 + Version bump. Many updates since 1.2.x series as this is a many months
38 + overdue next stable cycle upgrade. Includes new rtpstreampay, rtpstreamdepay
39 + and rtprtx* RTP elements.
40
41 11 Oct 2014; Markus Meier <maekke@g.o>
42 gst-plugins-good-0.10.31-r1.ebuild:
43
44
45
46 1.1 media-libs/gst-plugins-good/gst-plugins-good-1.4.5.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-1.4.5.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-1.4.5.ebuild?rev=1.1&content-type=text/plain
50
51 Index: gst-plugins-good-1.4.5.ebuild
52 ===================================================================
53 # Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-1.4.5.ebuild,v 1.1 2014/12/30 21:46:43 leio Exp $
56
57 EAPI="5"
58
59 GST_ORG_MODULE="gst-plugins-good"
60 inherit eutils flag-o-matic gstreamer
61
62 DESCRIPTION="Basepack of plugins for GStreamer"
63 HOMEPAGE="http://gstreamer.freedesktop.org/"
64
65 LICENSE="LGPL-2.1+"
66 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
67 IUSE="+orc"
68
69 # dtmf plugin moved from bad to good in 1.2
70 RDEPEND="
71 >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
72 >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
73 >=media-libs/gstreamer-${PV}:${SLOT}[${MULTILIB_USEDEP}]
74 >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}]
75 >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
76 orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] )
77
78 !<media-libs/gst-plugins-bad-1.1:${SLOT}
79 "
80 DEPEND="${RDEPEND}
81 >=dev-util/gtk-doc-am-1.12
82 sys-apps/sed
83 "
84
85 src_prepare() {
86 # video coders subtest uses jpeg and png unconditionally; fixed upstream, check on bump, remove sys-apps/sed bdep
87 sed -e '/tcase_add_test.*test_video_encoders_decoders/d' -i "${S}"/tests/check/pipelines/simple-launch-lines.c || die
88
89 epatch "${FILESDIR}/${P}-rtp-test-fixes.patch"
90 }
91
92 src_configure() {
93 # gst doesnt handle optimisations well
94 strip-flags
95 replace-flags "-O3" "-O2"
96 filter-flags "-fprefetch-loop-arrays" # see bug 22249
97
98 multilib-minimal_src_configure
99 }
100
101 multilib_src_configure() {
102 # Always enable optional bz2 support for matroska
103 # Always enable optional zlib support for qtdemux and matroska
104 # Many media files require these to work, as some container headers are often
105 # compressed, bug #291154
106 gstreamer_multilib_src_configure \
107 --enable-bz2 \
108 --enable-zlib \
109 --disable-examples \
110 --with-default-audiosink=autoaudiosink \
111 --with-default-visualizer=goom
112 }
113
114 multilib_src_install_all() {
115 DOCS="AUTHORS ChangeLog NEWS README RELEASE"
116 einstalldocs
117 prune_libtool_files --modules
118 }