Remove libnice-gst010 it is not depended on and support for gstreamer 0.10
has been dropped upstream
This commit is contained in:
parent
a117c64b30
commit
999af62f36
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550054
1
MOVED
1
MOVED
@ -15626,3 +15626,4 @@ dns/dnsmasq-devel|dns/dnsmasq|2020-09-24|Has expired: use dns/dnsmasq instead, w
|
||||
shells/poshinit|shells/switchBashZsh|2020-09-24|Tracking upstream name change
|
||||
net-im/corebird||2020-09-25|Stopped working in august 2018
|
||||
devel/py-pyqi||2020-09-25|No longer developed, use devel/py-click instead
|
||||
net-im/libnice-gst010|net-im/libnice-gst1|2020-09-25|Not depended on, gstream0.10 support has been removed in newer versions
|
||||
|
@ -55,7 +55,6 @@
|
||||
SUBDIR += libaccounts-qt5
|
||||
SUBDIR += libmesode
|
||||
SUBDIR += libnice
|
||||
SUBDIR += libnice-gst010
|
||||
SUBDIR += libnice-gst1
|
||||
SUBDIR += libpurple
|
||||
SUBDIR += libqmatrixclient
|
||||
|
@ -1,20 +0,0 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PKGNAMESUFFIX= -gst010
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= GStreamer 0.10 plugin from libnice
|
||||
|
||||
LIB_DEPENDS= libnice.so:net-im/libnice
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../libnice
|
||||
DESCR= ${.CURDIR}/pkg-descr
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
|
||||
BUILD_WRKSRC= ${WRKSRC}/gst
|
||||
INSTALL_WRKSRC= ${WRKSRC}/gst
|
||||
|
||||
LIBNICE_SLAVE= gstreamer010
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
@ -1,3 +0,0 @@
|
||||
Gstreamer 0.10 plugin from the libnice port.
|
||||
|
||||
WWW: https://nice.freedesktop.org/
|
@ -1 +0,0 @@
|
||||
lib/gstreamer-0.10/libgstnice010.so
|
@ -23,17 +23,9 @@ GUPNP_LIB_DEPENDS+= libgupnp-igd-1.0.so:net/gupnp-igd
|
||||
GUPNP_CONFIGURE_ENABLE= gupnp
|
||||
.endif
|
||||
|
||||
#.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(LIBNICE_SLAVE)
|
||||
. if ${LIBNICE_SLAVE}==gstreamer010
|
||||
USE_GSTREAMER= yes
|
||||
CONFIGURE_ARGS+=--without-gstreamer --with-gstreamer-0.10
|
||||
. endif
|
||||
. if ${LIBNICE_SLAVE}==gstreamer1
|
||||
USE_GSTREAMER1= yes
|
||||
CONFIGURE_ARGS+=--with-gstreamer --without-gstreamer-0.10
|
||||
. endif
|
||||
.else
|
||||
CONFIGURE_ARGS= --without-gstreamer --without-gstreamer-0.10
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user