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-0.10.31.ebuild gst-plugins-good-0.10.23.ebuild gst-plugins-good-0.10.28.ebuild
Date: Sun, 02 Dec 2012 17:25:20
Message-Id: 20121202172510.469D02171D@flycatcher.gentoo.org
1 eva 12/12/02 17:25:10
2
3 Modified: ChangeLog gst-plugins-good-0.10.31.ebuild
4 Removed: gst-plugins-good-0.10.23.ebuild
5 gst-plugins-good-0.10.28.ebuild
6 Log:
7 Clean up old revisions. Update ebuild to use new eclasses.
8
9 (Portage version: 2.2.0_alpha143/cvs/Linux x86_64, signed Manifest commit with key C6085806)
10
11 Revision Changes Path
12 1.132 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.132&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-good/ChangeLog?rev=1.132&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-good/ChangeLog?r1=1.131&r2=1.132
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/ChangeLog,v
21 retrieving revision 1.131
22 retrieving revision 1.132
23 diff -u -r1.131 -r1.132
24 --- ChangeLog 7 Nov 2012 22:04:43 -0000 1.131
25 +++ ChangeLog 2 Dec 2012 17:25:10 -0000 1.132
26 @@ -1,6 +1,11 @@
27 # ChangeLog for media-libs/gst-plugins-good
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/ChangeLog,v 1.131 2012/11/07 22:04:43 tetromino Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/ChangeLog,v 1.132 2012/12/02 17:25:10 eva Exp $
31 +
32 + 02 Dec 2012; Gilles Dartiguelongue <eva@g.o>
33 + -gst-plugins-good-0.10.23.ebuild, -gst-plugins-good-0.10.28.ebuild,
34 + gst-plugins-good-0.10.31.ebuild:
35 + Clean up old revisions. Update ebuild to use new eclasses.
36
37 07 Nov 2012; Alexandre Rostovtsev <tetromino@g.o>
38 gst-plugins-good-0.10.23.ebuild, gst-plugins-good-0.10.28.ebuild,
39
40
41
42 1.3 media-libs/gst-plugins-good/gst-plugins-good-0.10.31.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-0.10.31.ebuild?rev=1.3&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-0.10.31.ebuild?rev=1.3&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-0.10.31.ebuild?r1=1.2&r2=1.3
47
48 Index: gst-plugins-good-0.10.31.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-0.10.31.ebuild,v
51 retrieving revision 1.2
52 retrieving revision 1.3
53 diff -u -r1.2 -r1.3
54 --- gst-plugins-good-0.10.31.ebuild 7 Nov 2012 22:04:43 -0000 1.2
55 +++ gst-plugins-good-0.10.31.ebuild 2 Dec 2012 17:25:10 -0000 1.3
56 @@ -1,36 +1,32 @@
57 # Copyright 1999-2012 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-0.10.31.ebuild,v 1.2 2012/11/07 22:04:43 tetromino Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-0.10.31.ebuild,v 1.3 2012/12/02 17:25:10 eva Exp $
61
62 -EAPI=4
63 +EAPI="5"
64
65 -# order is important, gnome2 after gst-plugins
66 -inherit gst-plugins-good gst-plugins10 gnome2 eutils flag-o-matic libtool
67 +# order is important, gst-plugins10 after gst-plugins-good
68 +inherit eutils flag-o-matic gst-plugins-good gst-plugins10
69
70 DESCRIPTION="Basepack of plugins for gstreamer"
71 HOMEPAGE="http://gstreamer.freedesktop.org/"
72 -SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz"
73
74 LICENSE="LGPL-2.1+"
75 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
76 IUSE="+orc"
77
78 -RDEPEND=">=media-libs/gst-plugins-base-0.10.36:0.10
79 - >=media-libs/gstreamer-0.10.36:0.10
80 - orc? ( >=dev-lang/orc-0.4.11 )
81 +RDEPEND="
82 >=dev-libs/glib-2.24:2
83 + >=media-libs/gst-plugins-base-0.10.36:${SLOT}
84 + >=media-libs/gstreamer-0.10.36:${SLOT}
85 + app-arch/bzip2
86 sys-libs/zlib
87 - app-arch/bzip2"
88 + orc? ( >=dev-lang/orc-0.4.11 )
89 +"
90 DEPEND="${RDEPEND}
91 - app-arch/xz-utils
92 - >=sys-devel/gettext-0.11.5
93 - virtual/pkgconfig
94 - !<media-libs/gst-plugins-bad-0.10.22:0.10" # audioparsers and qtmux moves
95 -
96 -# Always enable optional bz2 support for matroska
97 -# Always enable optional zlib support for qtdemux and matroska
98 -# Many media files require these to work, as some container headers are often compressed, bug 291154
99 -GST_PLUGINS_BUILD="bz2 zlib"
100 + >=dev-util/gtk-doc-am-1.12
101 + !<media-libs/gst-plugins-bad-0.10.22:${SLOT}
102 +"
103 +# audioparsers and qtmux moves
104
105 src_configure() {
106 # gst doesnt handle optimisations well
107 @@ -38,33 +34,24 @@
108 replace-flags "-O3" "-O2"
109 filter-flags "-fprefetch-loop-arrays" # see bug 22249
110
111 - gst-plugins-good_src_configure \
112 - $(use_enable orc) \
113 + # Always enable optional bz2 support for matroska
114 + # Always enable optional zlib support for qtdemux and matroska
115 + # Many media files require these to work, as some container headers are often
116 + # compressed, bug #291154
117 + gst-plugins10_src_configure \
118 + --enable-bz2 \
119 + --enable-zlib \
120 --disable-examples \
121 --with-default-audiosink=autoaudiosink \
122 --with-default-visualizer=goom
123 }
124
125 -# override eclass
126 -src_install() {
127 - gnome2_src_install
128 - prune_libtool_files --modules
129 -}
130 -
131 -DOCS="AUTHORS ChangeLog NEWS README RELEASE"
132 -
133 -pkg_postinst () {
134 - gnome2_pkg_postinst
135 -
136 - echo
137 - elog "The Gstreamer plugins setup has changed quite a bit on Gentoo,"
138 - elog "applications now should provide the basic plugins needed."
139 - echo
140 - elog "The new seperate plugins are all named 'gst-plugins-<plugin>'."
141 - elog "To get a listing of currently available plugins execute 'emerge -s gst-plugins-'."
142 - elog "In most cases it shouldn't be needed though to emerge extra plugins."
143 +src_compile() {
144 + default
145 }
146
147 -pkg_postrm() {
148 - gnome2_pkg_postrm
149 +src_install() {
150 + DOCS="AUTHORS ChangeLog NEWS README RELEASE"
151 + default
152 + prune_libtool_files --modules
153 }