Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/farstream/files/, net-libs/farstream/
Date: Thu, 15 Apr 2021 15:36:55
Message-Id: 1618500831.9228b9d96c17b3ca8dbce738eeef990437260e1e.mattst88@gentoo
1 commit: 9228b9d96c17b3ca8dbce738eeef990437260e1e
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 15 15:33:51 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 15 15:33:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9228b9d9
7
8 net-libs/farstream: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 net-libs/farstream/Manifest | 1 -
13 net-libs/farstream/farstream-0.2.8-r2.ebuild | 66 ----------------------
14 .../farstream/files/farstream-0.2.8-make43.patch | 60 --------------------
15 3 files changed, 127 deletions(-)
16
17 diff --git a/net-libs/farstream/Manifest b/net-libs/farstream/Manifest
18 index 0ba8ee3c392..1074f09275e 100644
19 --- a/net-libs/farstream/Manifest
20 +++ b/net-libs/farstream/Manifest
21 @@ -1,2 +1 @@
22 -DIST farstream-0.2.8.tar.gz 1315548 BLAKE2B 3f90e6150fd13d02369837b019ad3b935165130b8396133697d0819861f5a5ed79c6eab3efdc3bcc5a6887807285bece21f188bc756ec3cd64a57f5682f5b348 SHA512 7ec5c57f8778f4107cb628dbf411e38b726152cf78920127dff4423239ff7e4980b6b4f938abba2aa21ab984b1e3053e7e648611322a0ce94df0af576df99a7e
23 DIST farstream-0.2.9.tar.gz 1334833 BLAKE2B 3c23f9534cb8578acd82bb0f7308891e0448cbf5a5b986f27d14e4d727a1e52f4268532c44dcc84e2a1db19504840ddac128c9bd0a731f06e2972d233d8781b9 SHA512 8840725d2f1de59bebc8c49cf68a6712822a4e7b6ba9078713f80e3c35a39135565a1a885edab43a562f895e11b8f5d8d666d57d9b3814dabb661f46498515bd
24
25 diff --git a/net-libs/farstream/farstream-0.2.8-r2.ebuild b/net-libs/farstream/farstream-0.2.8-r2.ebuild
26 deleted file mode 100644
27 index 3ef67aeb0e5..00000000000
28 --- a/net-libs/farstream/farstream-0.2.8-r2.ebuild
29 +++ /dev/null
30 @@ -1,66 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -GNOME2_LA_PUNT="yes"
36 -
37 -inherit gnome2
38 -
39 -DESCRIPTION="Audio/video conferencing framework specifically designed for instant messengers"
40 -HOMEPAGE="https://www.freedesktop.org/wiki/Software/Farstream"
41 -SRC_URI="https://freedesktop.org/software/farstream/releases/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="LGPL-2.1+"
44 -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
45 -IUSE="+introspection test upnp"
46 -SLOT="0.2/5" # .so version
47 -
48 -# Tests need shmsink from gst-plugins-bad, which isn't packaged
49 -# FIXME: do an out-of-tree build for tests if USE=-msn
50 -RESTRICT="test"
51 -
52 -COMMONDEPEND="
53 - >=media-libs/gstreamer-1.4:1.0
54 - >=media-libs/gst-plugins-base-1.4:1.0
55 - >=dev-libs/glib-2.32:2
56 - >=net-libs/libnice-0.1.8
57 - introspection? ( >=dev-libs/gobject-introspection-0.10.11:= )
58 - upnp? ( >=net-libs/gupnp-igd-0.2:= )
59 -"
60 -RDEPEND="${COMMONDEPEND}
61 - >=media-libs/gst-plugins-bad-1.4:1.0
62 - >=media-libs/gst-plugins-good-1.4:1.0
63 - media-plugins/gst-plugins-srtp:1.0
64 - media-plugins/gst-plugins-libnice:1.0
65 -"
66 -DEPEND="${COMMONDEPEND}
67 - ${PYTHON_DEPS}
68 - dev-util/glib-utils
69 - >=dev-util/gtk-doc-am-1.18
70 - virtual/pkgconfig
71 - test? (
72 - media-libs/gst-plugins-base:1.0[vorbis]
73 - media-libs/gst-plugins-good:1.0 )
74 -"
75 -
76 -PATCHES=(
77 - "${FILESDIR}"/${PN}-0.2.8-make43.patch # remove when bumping and switching to Meson
78 -)
79 -
80 -src_configure() {
81 - plugins="fsrawconference,fsrtpconference,fsmsnconference,fsrtpxdata,fsfunnel,fsrtcpfilter,fsvideoanyrate"
82 - gnome2_src_configure \
83 - --disable-static \
84 - $(use_enable introspection) \
85 - $(use_enable upnp gupnp) \
86 - --with-plugins=${plugins} \
87 - ac_cv_path_PYTHON=
88 -}
89 -
90 -src_compile() {
91 - # Prevent sandbox violations, bug #539224
92 - # https://bugzilla.gnome.org/show_bug.cgi?id=744135
93 - # https://bugzilla.gnome.org/show_bug.cgi?id=744134
94 - addpredict /dev
95 - gnome2_src_compile
96 -}
97
98 diff --git a/net-libs/farstream/files/farstream-0.2.8-make43.patch b/net-libs/farstream/files/farstream-0.2.8-make43.patch
99 deleted file mode 100644
100 index c1e1c0d4279..00000000000
101 --- a/net-libs/farstream/files/farstream-0.2.8-make43.patch
102 +++ /dev/null
103 @@ -1,60 +0,0 @@
104 ---- a/farstream/Makefile.in
105 -+++ b/farstream/Makefile.in
106 -@@ -17,6 +17,8 @@
107 - # these are the variables your Makefile.am should set
108 - # the example is based on the colorbalance interface
109 -
110 -+H := \#
111 -+
112 - #glib_enum_headers=$(colorbalance_headers)
113 - #glib_enum_define=GST_COLOR_BALANCE
114 - #glib_gen_prefix=gst_color_balance
115 -@@ -549,7 +551,7 @@
116 - glib_enum_define = FS
117 - glib_gen_prefix = _fs
118 - glib_gen_basename = fs
119 --enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
120 -+enum_headers = $(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
121 - @HAVE_INTROSPECTION_TRUE@introspection_sources = \
122 - @HAVE_INTROSPECTION_TRUE@ $(libfarstream_@FS_APIVERSION@_la_SOURCES) \
123 - @HAVE_INTROSPECTION_TRUE@ $(nodist_libfarstreaminclude_HEADERS) \
124 ---- a/gst/fsrtpconference/Makefile.in
125 -+++ b/gst/fsrtpconference/Makefile.in
126 -@@ -17,6 +17,8 @@
127 - # these are the variables your Makefile.am should set
128 - # the example is based on the colorbalance interface
129 -
130 -+H := \#
131 -+
132 - #glib_enum_headers=$(colorbalance_headers)
133 - #glib_enum_define=GST_COLOR_BALANCE
134 - #glib_gen_prefix=gst_color_balance
135 -@@ -569,7 +571,7 @@
136 - glib_enum_define = FS_RTP
137 - glib_gen_prefix = _fs_rtp
138 - glib_gen_basename = fs-rtp
139 --enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
140 -+enum_headers = $(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
141 - all: all-am
142 -
143 - .SUFFIXES:
144 ---- a/transmitters/rawudp/Makefile.in
145 -+++ b/transmitters/rawudp/Makefile.in
146 -@@ -17,6 +17,8 @@
147 - # these are the variables your Makefile.am should set
148 - # the example is based on the colorbalance interface
149 -
150 -+H := \#
151 -+
152 - #glib_enum_headers=$(colorbalance_headers)
153 - #glib_enum_define=GST_COLOR_BALANCE
154 - #glib_gen_prefix=gst_color_balance
155 -@@ -496,7 +498,7 @@
156 - glib_enum_define = FS_RAWUDP
157 - glib_gen_prefix = _fs_rawudp
158 - glib_gen_basename = fs-rawudp
159 --enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
160 -+enum_headers = $(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
161 - all: all-am
162 -
163 - .SUFFIXES: