mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
net-libs/farstream: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST farstream-0.2.8.tar.gz 1315548 BLAKE2B 3f90e6150fd13d02369837b019ad3b935165130b8396133697d0819861f5a5ed79c6eab3efdc3bcc5a6887807285bece21f188bc756ec3cd64a57f5682f5b348 SHA512 7ec5c57f8778f4107cb628dbf411e38b726152cf78920127dff4423239ff7e4980b6b4f938abba2aa21ab984b1e3053e7e648611322a0ce94df0af576df99a7e
|
||||
DIST farstream-0.2.9.tar.gz 1334833 BLAKE2B 3c23f9534cb8578acd82bb0f7308891e0448cbf5a5b986f27d14e4d727a1e52f4268532c44dcc84e2a1db19504840ddac128c9bd0a731f06e2972d233d8781b9 SHA512 8840725d2f1de59bebc8c49cf68a6712822a4e7b6ba9078713f80e3c35a39135565a1a885edab43a562f895e11b8f5d8d666d57d9b3814dabb661f46498515bd
|
||||
|
||||
@@ -1,66 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
GNOME2_LA_PUNT="yes"
|
||||
|
||||
inherit gnome2
|
||||
|
||||
DESCRIPTION="Audio/video conferencing framework specifically designed for instant messengers"
|
||||
HOMEPAGE="https://www.freedesktop.org/wiki/Software/Farstream"
|
||||
SRC_URI="https://freedesktop.org/software/farstream/releases/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="+introspection test upnp"
|
||||
SLOT="0.2/5" # .so version
|
||||
|
||||
# Tests need shmsink from gst-plugins-bad, which isn't packaged
|
||||
# FIXME: do an out-of-tree build for tests if USE=-msn
|
||||
RESTRICT="test"
|
||||
|
||||
COMMONDEPEND="
|
||||
>=media-libs/gstreamer-1.4:1.0
|
||||
>=media-libs/gst-plugins-base-1.4:1.0
|
||||
>=dev-libs/glib-2.32:2
|
||||
>=net-libs/libnice-0.1.8
|
||||
introspection? ( >=dev-libs/gobject-introspection-0.10.11:= )
|
||||
upnp? ( >=net-libs/gupnp-igd-0.2:= )
|
||||
"
|
||||
RDEPEND="${COMMONDEPEND}
|
||||
>=media-libs/gst-plugins-bad-1.4:1.0
|
||||
>=media-libs/gst-plugins-good-1.4:1.0
|
||||
media-plugins/gst-plugins-srtp:1.0
|
||||
media-plugins/gst-plugins-libnice:1.0
|
||||
"
|
||||
DEPEND="${COMMONDEPEND}
|
||||
${PYTHON_DEPS}
|
||||
dev-util/glib-utils
|
||||
>=dev-util/gtk-doc-am-1.18
|
||||
virtual/pkgconfig
|
||||
test? (
|
||||
media-libs/gst-plugins-base:1.0[vorbis]
|
||||
media-libs/gst-plugins-good:1.0 )
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-0.2.8-make43.patch # remove when bumping and switching to Meson
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
plugins="fsrawconference,fsrtpconference,fsmsnconference,fsrtpxdata,fsfunnel,fsrtcpfilter,fsvideoanyrate"
|
||||
gnome2_src_configure \
|
||||
--disable-static \
|
||||
$(use_enable introspection) \
|
||||
$(use_enable upnp gupnp) \
|
||||
--with-plugins=${plugins} \
|
||||
ac_cv_path_PYTHON=
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
# Prevent sandbox violations, bug #539224
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=744135
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=744134
|
||||
addpredict /dev
|
||||
gnome2_src_compile
|
||||
}
|
||||
@@ -1,60 +0,0 @@
|
||||
--- a/farstream/Makefile.in
|
||||
+++ b/farstream/Makefile.in
|
||||
@@ -17,6 +17,8 @@
|
||||
# these are the variables your Makefile.am should set
|
||||
# the example is based on the colorbalance interface
|
||||
|
||||
+H := \#
|
||||
+
|
||||
#glib_enum_headers=$(colorbalance_headers)
|
||||
#glib_enum_define=GST_COLOR_BALANCE
|
||||
#glib_gen_prefix=gst_color_balance
|
||||
@@ -549,7 +551,7 @@
|
||||
glib_enum_define = FS
|
||||
glib_gen_prefix = _fs
|
||||
glib_gen_basename = fs
|
||||
-enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
|
||||
+enum_headers = $(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
|
||||
@HAVE_INTROSPECTION_TRUE@introspection_sources = \
|
||||
@HAVE_INTROSPECTION_TRUE@ $(libfarstream_@FS_APIVERSION@_la_SOURCES) \
|
||||
@HAVE_INTROSPECTION_TRUE@ $(nodist_libfarstreaminclude_HEADERS) \
|
||||
--- a/gst/fsrtpconference/Makefile.in
|
||||
+++ b/gst/fsrtpconference/Makefile.in
|
||||
@@ -17,6 +17,8 @@
|
||||
# these are the variables your Makefile.am should set
|
||||
# the example is based on the colorbalance interface
|
||||
|
||||
+H := \#
|
||||
+
|
||||
#glib_enum_headers=$(colorbalance_headers)
|
||||
#glib_enum_define=GST_COLOR_BALANCE
|
||||
#glib_gen_prefix=gst_color_balance
|
||||
@@ -569,7 +571,7 @@
|
||||
glib_enum_define = FS_RTP
|
||||
glib_gen_prefix = _fs_rtp
|
||||
glib_gen_basename = fs-rtp
|
||||
-enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
|
||||
+enum_headers = $(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
--- a/transmitters/rawudp/Makefile.in
|
||||
+++ b/transmitters/rawudp/Makefile.in
|
||||
@@ -17,6 +17,8 @@
|
||||
# these are the variables your Makefile.am should set
|
||||
# the example is based on the colorbalance interface
|
||||
|
||||
+H := \#
|
||||
+
|
||||
#glib_enum_headers=$(colorbalance_headers)
|
||||
#glib_enum_define=GST_COLOR_BALANCE
|
||||
#glib_gen_prefix=gst_color_balance
|
||||
@@ -496,7 +498,7 @@
|
||||
glib_enum_define = FS_RAWUDP
|
||||
glib_gen_prefix = _fs_rawudp
|
||||
glib_gen_basename = fs-rawudp
|
||||
-enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
|
||||
+enum_headers = $(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
Reference in New Issue
Block a user