Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: media-libs/gst-plugins-good/
Date: Sat, 01 Dec 2012 15:15:46
Message-Id: 1354374875.5480aa69577aee15b4b6cb33d4fecbf1594993eb.eva@gentoo
1 commit: 5480aa69577aee15b4b6cb33d4fecbf1594993eb
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 1 14:25:28 2012 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 1 15:14:35 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5480aa69
7
8 media-libs/gst-plugins-good: copy from gentoo-x86
9
10 Compare 0.10 series with 1.0 and update both as needed.
11
12 ---
13 ....0.3.ebuild => gst-plugins-good-0.10.31.ebuild} | 12 +++++++-----
14 .../gst-plugins-good/gst-plugins-good-1.0.3.ebuild | 6 +++---
15 2 files changed, 10 insertions(+), 8 deletions(-)
16
17 diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.0.3.ebuild b/media-libs/gst-plugins-good/gst-plugins-good-0.10.31.ebuild
18 similarity index 81%
19 copy from media-libs/gst-plugins-good/gst-plugins-good-1.0.3.ebuild
20 copy to media-libs/gst-plugins-good/gst-plugins-good-0.10.31.ebuild
21 index cbeee61..406a1f3 100644
22 --- a/media-libs/gst-plugins-good/gst-plugins-good-1.0.3.ebuild
23 +++ b/media-libs/gst-plugins-good/gst-plugins-good-0.10.31.ebuild
24 @@ -16,17 +16,18 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd6
25 IUSE=""
26
27 RDEPEND="
28 - >=dev-libs/glib-2.32:2
29 + >=dev-libs/glib-2.24:2
30 + >=media-libs/gst-plugins-base-0.10.36:${SLOT}
31 + >=media-libs/gstreamer-0.10.36:${SLOT}
32 app-arch/bzip2
33 sys-libs/zlib
34 - orc? ( >=dev-lang/orc-0.4.16 )
35 + orc? ( >=dev-lang/orc-0.4.11 )
36 "
37 DEPEND="${RDEPEND}
38 - =media-libs/gst-plugins-base-${PV}:${SLOT}
39 >=dev-util/gtk-doc-am-1.12
40 + !<media-libs/gst-plugins-bad-0.10.22:${SLOT}
41 "
42 -
43 -DOCS="AUTHORS ChangeLog NEWS README RELEASE"
44 +# audioparsers and qtmux moves
45
46 # Always enable optional bz2 support for matroska
47 # Always enable optional zlib support for qtdemux and matroska
48 @@ -50,6 +51,7 @@ src_compile() {
49 }
50
51 src_install() {
52 + DOCS="AUTHORS ChangeLog NEWS README RELEASE"
53 default
54 prune_libtool_files --modules
55 }
56
57 diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.0.3.ebuild b/media-libs/gst-plugins-good/gst-plugins-good-1.0.3.ebuild
58 index cbeee61..cb6ca27 100644
59 --- a/media-libs/gst-plugins-good/gst-plugins-good-1.0.3.ebuild
60 +++ b/media-libs/gst-plugins-good/gst-plugins-good-1.0.3.ebuild
61 @@ -17,17 +17,16 @@ IUSE=""
62
63 RDEPEND="
64 >=dev-libs/glib-2.32:2
65 + >=media-libs/gst-plugins-base-1:${SLOT}
66 + >=media-libs/gstreamer-1:${SLOT}
67 app-arch/bzip2
68 sys-libs/zlib
69 orc? ( >=dev-lang/orc-0.4.16 )
70 "
71 DEPEND="${RDEPEND}
72 - =media-libs/gst-plugins-base-${PV}:${SLOT}
73 >=dev-util/gtk-doc-am-1.12
74 "
75
76 -DOCS="AUTHORS ChangeLog NEWS README RELEASE"
77 -
78 # Always enable optional bz2 support for matroska
79 # Always enable optional zlib support for qtdemux and matroska
80 # Many media files require these to work, as some container headers are often compressed, bug 291154
81 @@ -50,6 +49,7 @@ src_compile() {
82 }
83
84 src_install() {
85 + DOCS="AUTHORS ChangeLog NEWS README RELEASE"
86 default
87 prune_libtool_files --modules
88 }