Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gst-rtsp-server/
Date: Thu, 26 Jan 2017 05:23:45
Message-Id: 1485408140.a4ee830fe0c39c6067b1a6de1f1b94e3391d7380.leio@gentoo
1 commit: a4ee830fe0c39c6067b1a6de1f1b94e3391d7380
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 26 05:22:20 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 26 05:22:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4ee830f
7
8 media-libs/gst-rtsp-server: Remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 media-libs/gst-rtsp-server/Manifest | 2 -
13 .../gst-rtsp-server/gst-rtsp-server-1.6.2.ebuild | 73 ----------------------
14 .../gst-rtsp-server/gst-rtsp-server-1.8.2.ebuild | 71 ---------------------
15 3 files changed, 146 deletions(-)
16
17 diff --git a/media-libs/gst-rtsp-server/Manifest b/media-libs/gst-rtsp-server/Manifest
18 index 03c6d2b..e292b4c 100644
19 --- a/media-libs/gst-rtsp-server/Manifest
20 +++ b/media-libs/gst-rtsp-server/Manifest
21 @@ -1,4 +1,2 @@
22 DIST gst-rtsp-0.10.8.tar.bz2 567670 SHA256 9915887cf8515bda87462c69738646afb715b597613edc7340477ccab63a6617 SHA512 c5020cffa9334b7d9c6b9dbe6f32bd4580eeee1c67689269d232e954ef9d96d8b988e3fb19da89701eae26419df0bf6de5796f7780cfbedda4c07154b1c1ebd7 WHIRLPOOL 6bd260edaef5ab003ef7176d84c46d5a94d365af51226108af9ab845d6e5910d90c721d5fd87e7fe93b141a82e5114b4c674a1d2500ef57302bf845c87f5463c
23 -DIST gst-rtsp-server-1.6.2.tar.xz 560824 SHA256 0f51f9879556c0950203c766b09a1b62f1f25b17f9a7d516e01b13ecf93c8858 SHA512 853a26cde765f029c1d357092684a2c0b187c213e0877567b17f45727e179e110fd55484134bfee0dfd32b5af8fa8443c5cafac0aa6d445166fe3d12aa331354 WHIRLPOOL fba57cdb95926312f2e9d3db495ecffdd46962c758aafb606d18c900007561e8da7233da2939100ba7fd03d4d4c4605c72511a2cc26408e09aefd83f2d59e6ae
24 -DIST gst-rtsp-server-1.8.2.tar.xz 599944 SHA256 7d414cd4302ae253821dcb22d483fadc9d21cf96b5fd4c0a33fd41960f8e0459 SHA512 9573b7f440ac9885a7ca168b5e249994cc8534233058e6297d05c7e933388cf7e6ecd23acbf0793853557498e357c61877915cbc05c2e0a2796668bfaa0fb738 WHIRLPOOL c59548399e0025cb7d68d5769f6154472838af387259f9685d1242769f545b27ed160a65532f741d7b49e2f5e52ff0e9097dbf1cd31d7cecc6e54810bef37bf4
25 DIST gst-rtsp-server-1.8.3.tar.xz 601536 SHA256 010f06800c1c957851d1352e5ec7a8ba3ce6a857fec1b8afc7d1a9e5f53288bf SHA512 576b4d39abd5d6903da8dd1a0b1d5464e52ec050bad27cec304ad30f4e839e7ec18f07808e1d43f4b10ba469f02f32c6c494a285480347cdf9967de1723bc9fe WHIRLPOOL f7ac6f592f5341d46d19b3e3930ed362d71b44518ff5ceb1f11ad893f5976c27567f83d6836b28fc2d93152853a09c84b3b8558f2e19f047fbb8f364fad29c51
26
27 diff --git a/media-libs/gst-rtsp-server/gst-rtsp-server-1.6.2.ebuild b/media-libs/gst-rtsp-server/gst-rtsp-server-1.6.2.ebuild
28 deleted file mode 100644
29 index 8084b0a..00000000
30 --- a/media-libs/gst-rtsp-server/gst-rtsp-server-1.6.2.ebuild
31 +++ /dev/null
32 @@ -1,73 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=5
38 -
39 -inherit eutils gstreamer
40 -
41 -DESCRIPTION="A GStreamer based RTSP server"
42 -HOMEPAGE="https://people.freedesktop.org/~wtay/"
43 -
44 -LICENSE="LGPL-2"
45 -KEYWORDS="amd64 x86"
46 -IUSE="examples +introspection static-libs test"
47 -
48 -# FIXME: check should depend on USE=test but check is losy
49 -# configure says good and bad are required by macros forces them to be optional
50 -# they are only used in unittests anyway.
51 -RDEPEND="
52 - >=dev-libs/glib-2.32:2[${MULTILIB_USEDEP}]
53 - >=media-libs/gstreamer-${PV}:${SLOT}[introspection?,${MULTILIB_USEDEP}]
54 - >=media-libs/gst-plugins-base-${PV}:${SLOT}[introspection?,${MULTILIB_USEDEP}]
55 -
56 - introspection? ( >=dev-libs/gobject-introspection-1.31.1 )
57 -"
58 -DEPEND="${RDEPEND}
59 - >=dev-libs/check-0.9.2
60 - >=dev-util/gtk-doc-am-1.12
61 - virtual/pkgconfig
62 - test? (
63 - >=media-libs/gst-plugins-bad-${PV}:${SLOT}[introspection?,${MULTILIB_USEDEP}]
64 - >=media-libs/gst-plugins-good-${PV}:${SLOT}[${MULTILIB_USEDEP}]
65 - )
66 -"
67 -
68 -# Due to gstreamer src_configure
69 -QA_CONFIGURE_OPTIONS="--enable-nls"
70 -
71 -multilib_src_configure() {
72 - # debug: only adds -g to CFLAGS
73 - # docbook: nothing behind that switch
74 - # libcgroup is automagic and only used in examples
75 - gstreamer_multilib_src_configure \
76 - --disable-examples \
77 - --disable-docbook \
78 - --disable-gtk-doc \
79 - $(multilib_native_use_enable introspection) \
80 - $(use_enable static-libs static) \
81 - $(use_enable test tests) \
82 - LIBCGROUP_LIBS= \
83 - LIBCGROUP_FLAGS=
84 -
85 - # work-around gtk-doc out-of-source brokedness
86 - if multilib_is_native_abi ; then
87 - ln -s "${S}"/docs/libs/${d}/html docs/libs/${d}/html || die
88 - fi
89 -}
90 -
91 -multilib_src_install() {
92 - emake install DESTDIR="${D}"
93 - # Handle broken upstream modifications to defaults of gtk-doc
94 - emake install -C docs/libs DESTDIR="${D}"
95 - prune_libtool_files
96 -}
97 -
98 -multilib_src_install_all() {
99 - einstalldocs
100 -
101 - if use examples ; then
102 - insinto /usr/share/doc/${PF}/examples
103 - doins "${S}"/examples/*.c
104 - fi
105 -}
106
107 diff --git a/media-libs/gst-rtsp-server/gst-rtsp-server-1.8.2.ebuild b/media-libs/gst-rtsp-server/gst-rtsp-server-1.8.2.ebuild
108 deleted file mode 100644
109 index bedc2e7..00000000
110 --- a/media-libs/gst-rtsp-server/gst-rtsp-server-1.8.2.ebuild
111 +++ /dev/null
112 @@ -1,71 +0,0 @@
113 -# Copyright 1999-2016 Gentoo Foundation
114 -# Distributed under the terms of the GNU General Public License v2
115 -# $Id$
116 -
117 -EAPI=6
118 -inherit eutils gstreamer
119 -
120 -DESCRIPTION="A GStreamer based RTSP server"
121 -HOMEPAGE="https://people.freedesktop.org/~wtay/"
122 -
123 -LICENSE="LGPL-2"
124 -KEYWORDS="~amd64 ~x86"
125 -IUSE="examples +introspection static-libs test"
126 -
127 -# FIXME: check should depend on USE=test but check is losy
128 -# configure says good and bad are required by macros forces them to be optional
129 -# they are only used in unittests anyway.
130 -RDEPEND="
131 - >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
132 - >=media-libs/gstreamer-${PV}:${SLOT}[introspection?,${MULTILIB_USEDEP}]
133 - >=media-libs/gst-plugins-base-${PV}:${SLOT}[introspection?,${MULTILIB_USEDEP}]
134 - introspection? ( >=dev-libs/gobject-introspection-1.31.1:= )
135 -"
136 -DEPEND="${RDEPEND}
137 - >=dev-libs/check-0.9.2
138 - >=dev-util/gtk-doc-am-1.12
139 - virtual/pkgconfig
140 - test? (
141 - >=media-libs/gst-plugins-bad-${PV}:${SLOT}[introspection?,${MULTILIB_USEDEP}]
142 - >=media-libs/gst-plugins-good-${PV}:${SLOT}[${MULTILIB_USEDEP}]
143 - )
144 -"
145 -
146 -# Due to gstreamer src_configure
147 -QA_CONFIGURE_OPTIONS="--enable-nls"
148 -
149 -multilib_src_configure() {
150 - # debug: only adds -g to CFLAGS
151 - # docbook: nothing behind that switch
152 - # libcgroup is automagic and only used in examples
153 - gstreamer_multilib_src_configure \
154 - --disable-examples \
155 - --disable-docbook \
156 - --disable-gtk-doc \
157 - $(multilib_native_use_enable introspection) \
158 - $(use_enable static-libs static) \
159 - $(use_enable test tests) \
160 - LIBCGROUP_LIBS= \
161 - LIBCGROUP_FLAGS=
162 -
163 - # work-around gtk-doc out-of-source brokedness
164 - if multilib_is_native_abi ; then
165 - ln -s "${S}"/docs/libs/${d}/html docs/libs/${d}/html || die
166 - fi
167 -}
168 -
169 -multilib_src_install() {
170 - emake install DESTDIR="${D}"
171 - # Handle broken upstream modifications to defaults of gtk-doc
172 - emake install -C docs/libs DESTDIR="${D}"
173 - prune_libtool_files
174 -}
175 -
176 -multilib_src_install_all() {
177 - einstalldocs
178 -
179 - if use examples ; then
180 - insinto /usr/share/doc/${PF}/examples
181 - doins "${S}"/examples/*.c
182 - fi
183 -}