2012-05-23 08:17:49 +00:00
|
|
|
#-*- tab-width: 4; -*-
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
# ex:ts=4
|
|
|
|
#
|
|
|
|
# bsd.gstreamer.mk - Support for gstreamer-plugins-based ports.
|
|
|
|
#
|
|
|
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2013-04-27 20:56:38 +00:00
|
|
|
# $MCom: ports/Mk/bsd.gstreamer.mk,v 1.56 2013/01/15 21:43:45 kwm Exp $
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
|
|
|
.if !defined(_POSTMKINCLUDED) && !defined(Gstreamer_Pre_Include)
|
|
|
|
|
2006-06-09 18:00:35 +00:00
|
|
|
Gstreamer_Include_MAINTAINER= multimedia@FreeBSD.org
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
Gstreamer_Pre_Include= bsd.gstreamer.mk
|
|
|
|
|
|
|
|
.endif
|
|
|
|
|
|
|
|
# Ports can use the following:
|
|
|
|
#
|
2013-04-27 20:56:38 +00:00
|
|
|
# For Gstreamer 1.x the same rules apply but instead of
|
|
|
|
# USE_GSTREAMER=, USE_GSTREAMER1= is used.
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
#
|
|
|
|
# If you want to use USE_GSTREAMER after <bsd.port.pre.mk>
|
|
|
|
# you must follow one of the examples listed below
|
|
|
|
#
|
2013-04-27 20:56:38 +00:00
|
|
|
# .include <bsd.port.options.mk>
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
# .if defined(WITH_VORBIS)
|
2013-04-27 20:56:38 +00:00
|
|
|
# USE_GSTREAMER= vorbis
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
# .endif
|
|
|
|
#
|
|
|
|
# or
|
|
|
|
# USE_GSTREAMER= yes
|
2013-04-27 20:56:38 +00:00
|
|
|
# .include <bsd.port.options.mk>
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
# .if defined(WITH_FAAD)
|
|
|
|
# USE_GSTREAMER+= faad
|
|
|
|
# .endif
|
2013-04-27 20:56:38 +00:00
|
|
|
# .include <bsd.port.pre.mk>
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
#
|
|
|
|
# USE_GSTREAMER=yes will always add a dependency to
|
|
|
|
# gstreamer-plugins
|
|
|
|
#
|
|
|
|
# "Normal" dependencies and variables
|
|
|
|
#
|
|
|
|
|
2013-04-27 20:56:38 +00:00
|
|
|
GSTREAMER1_PORT= ${PORTSDIR}/multimedia/gstreamer1-plugins
|
|
|
|
_GST1_LIB_BASE= ${LOCALBASE}/lib/gstreamer-${GST1_VERSION}
|
2014-12-16 13:35:01 +00:00
|
|
|
GST1_VERSION= 1.4
|
2013-04-27 20:56:38 +00:00
|
|
|
GST1_MINOR_VERSION= .0
|
|
|
|
GST1_SHLIB_VERSION= 0
|
2013-11-21 19:06:50 +00:00
|
|
|
GST1_MINIMAL_VERSION= .0
|
2013-04-27 20:56:38 +00:00
|
|
|
|
|
|
|
# These are the current supported gstreamer-plugins modules:
|
|
|
|
# Supported plugins by both 0.10 and 1.0.
|
|
|
|
_GSTREAMER_PLUGINS= \
|
2017-07-22 11:35:44 +00:00
|
|
|
a52dec \
|
|
|
|
aalib \
|
|
|
|
amrnb \
|
|
|
|
amrwbdec \
|
|
|
|
cairo \
|
|
|
|
cdio \
|
|
|
|
cdparanoia \
|
|
|
|
dts \
|
|
|
|
dv \
|
|
|
|
faac \
|
|
|
|
faad \
|
|
|
|
flac \
|
|
|
|
flite \
|
|
|
|
gdkpixbuf \
|
|
|
|
gl \
|
|
|
|
gme \
|
|
|
|
gnonlin \
|
|
|
|
gsm \
|
|
|
|
jack \
|
|
|
|
jpeg \
|
|
|
|
ladspa \
|
|
|
|
lame \
|
|
|
|
libcaca \
|
|
|
|
libmms \
|
|
|
|
libvisual \
|
|
|
|
mpeg2dec \
|
|
|
|
mpeg2enc \
|
|
|
|
musepack \
|
|
|
|
neon \
|
|
|
|
ogg \
|
|
|
|
opus \
|
|
|
|
pango \
|
|
|
|
pulse \
|
|
|
|
resindvd \
|
|
|
|
shout2 \
|
|
|
|
sndfile \
|
|
|
|
sndio \
|
|
|
|
sidplay \
|
|
|
|
soundtouch \
|
|
|
|
soup \
|
|
|
|
speex \
|
|
|
|
taglib \
|
|
|
|
theora \
|
|
|
|
twolame \
|
|
|
|
v4l2 \
|
|
|
|
vorbis \
|
|
|
|
wavpack \
|
|
|
|
x264
|
2013-04-27 20:56:38 +00:00
|
|
|
|
|
|
|
# plugins only in 1.0
|
|
|
|
.if defined(USE_GSTREAMER1)
|
|
|
|
_GSTREAMER_PLUGINS+= \
|
2018-11-03 11:58:10 +00:00
|
|
|
aom \
|
2017-07-22 11:35:44 +00:00
|
|
|
assrender \
|
|
|
|
bs2b \
|
|
|
|
chromaprint \
|
|
|
|
curl \
|
|
|
|
dash \
|
|
|
|
dtls \
|
|
|
|
dvdread \
|
|
|
|
editing-services \
|
|
|
|
gtk \
|
|
|
|
hls \
|
|
|
|
kate \
|
|
|
|
kms \
|
|
|
|
libav \
|
|
|
|
libde265 \
|
2018-12-25 19:43:19 +00:00
|
|
|
lv2 \
|
2020-11-16 19:28:59 +00:00
|
|
|
mm \
|
2017-07-22 11:35:44 +00:00
|
|
|
modplug \
|
|
|
|
mpg123 \
|
|
|
|
mplex \
|
2021-01-31 16:32:30 +00:00
|
|
|
opencv \
|
2017-07-22 11:35:44 +00:00
|
|
|
openexr \
|
|
|
|
openh264 \
|
|
|
|
openjpeg \
|
2018-11-03 11:58:10 +00:00
|
|
|
openmpt \
|
2017-07-22 11:35:44 +00:00
|
|
|
png \
|
2020-01-26 17:42:36 +00:00
|
|
|
qt \
|
2017-07-22 11:35:44 +00:00
|
|
|
rsvg \
|
|
|
|
rtmp \
|
|
|
|
smoothstreaming \
|
|
|
|
spandsp \
|
|
|
|
srtp \
|
|
|
|
ttml \
|
|
|
|
vpx \
|
2018-11-03 11:58:10 +00:00
|
|
|
vulkan \
|
2017-07-22 11:35:44 +00:00
|
|
|
webp \
|
2018-12-25 19:43:19 +00:00
|
|
|
webrtcdsp \
|
2017-07-22 11:35:44 +00:00
|
|
|
x \
|
|
|
|
x265 \
|
|
|
|
ximagesrc \
|
|
|
|
zbar
|
2018-12-25 19:43:19 +00:00
|
|
|
# vaapi
|
2017-07-22 11:35:44 +00:00
|
|
|
.endif # USE_GSTREAMER1
|
2007-06-01 20:43:43 +00:00
|
|
|
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
# other plugins
|
2013-04-27 20:56:38 +00:00
|
|
|
_USE_GSTREAMER_ALL= bad core good ugly yes ${_GSTREAMER_PLUGINS}
|
2006-04-29 23:03:03 +00:00
|
|
|
|
2013-04-27 20:56:38 +00:00
|
|
|
#--------------------------------------------------------------------------#
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
|
|
|
core_DEPENDS= multimedia/gstreamer-plugins-core
|
2017-07-22 11:35:44 +00:00
|
|
|
core_IMPL= #
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
|
|
|
yes_DEPENDS= multimedia/gstreamer-plugins
|
2006-04-29 23:03:03 +00:00
|
|
|
yes_NAME= gstreamer-plugins
|
2013-04-27 20:56:38 +00:00
|
|
|
yes_NAME10= gstreamer1-plugins
|
2007-06-02 21:02:10 +00:00
|
|
|
yes_GST_PREFIX= # empty
|
2017-07-22 11:35:44 +00:00
|
|
|
yes_IMPL= # empty
|
|
|
|
|
|
|
|
# XXX check if IMPL is correct for both 0.10 and 1.0
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
2013-04-27 20:56:38 +00:00
|
|
|
#-- audio plugins section -------------------------------------------------#
|
2005-03-20 16:01:42 +00:00
|
|
|
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
# Audio Plugins Section
|
|
|
|
a52dec_DEPENDS= audio/gstreamer-plugins-a52dec
|
2017-07-22 11:35:44 +00:00
|
|
|
a52dec_IMPL= ugly
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
2010-09-06 21:10:50 +00:00
|
|
|
amrnb_DEPENDS= audio/gstreamer-plugins-amrnb
|
2017-07-22 11:35:44 +00:00
|
|
|
amrnb_IMPL= ugly
|
2010-09-06 21:10:50 +00:00
|
|
|
|
|
|
|
amrwbdec_DEPENDS= audio/gstreamer-plugins-amrwbdec
|
2017-07-22 11:35:44 +00:00
|
|
|
amrwbdec_IMPL= ugly
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
2015-09-26 14:36:23 +00:00
|
|
|
bs2b_DEPENDS= audio/gstreamer-plugins-bs2b
|
2017-07-22 11:35:44 +00:00
|
|
|
bs2b_IMPL= bad
|
2015-09-26 14:36:23 +00:00
|
|
|
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
cdparanoia_DEPENDS= audio/gstreamer-plugins-cdparanoia
|
2017-07-22 11:35:44 +00:00
|
|
|
cdparanoia_IMPL= #
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
2015-09-26 14:36:23 +00:00
|
|
|
chromaprint_DEPENDS= audio/gstreamer-plugins-chromaprint
|
2017-07-22 11:35:44 +00:00
|
|
|
chromeprint_IMPL= bad
|
2015-09-26 14:36:23 +00:00
|
|
|
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
faac_DEPENDS= audio/gstreamer-plugins-faac
|
2017-07-22 11:35:44 +00:00
|
|
|
faac_IMPL= bad
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
|
|
|
faad_DEPENDS= audio/gstreamer-plugins-faad
|
2017-07-22 11:35:44 +00:00
|
|
|
faad_IMPL= bad
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
|
|
|
flac_DEPENDS= audio/gstreamer-plugins-flac
|
2017-07-22 11:35:44 +00:00
|
|
|
flac_IMPL= good
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
2011-02-25 10:58:42 +00:00
|
|
|
flite_DEPENDS= audio/gstreamer-plugins-flite
|
2017-07-22 11:35:44 +00:00
|
|
|
flite_IMPL= bad
|
2011-02-25 10:58:42 +00:00
|
|
|
|
2010-11-15 16:38:24 +00:00
|
|
|
gme_DEPENDS= audio/gstreamer-plugins-gme
|
2017-07-22 11:35:44 +00:00
|
|
|
gme_IMPL= bad
|
2010-11-15 16:38:24 +00:00
|
|
|
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
gsm_DEPENDS= audio/gstreamer-plugins-gsm
|
2017-07-22 11:35:44 +00:00
|
|
|
gsm_IMPL= bad
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
2006-10-14 08:35:50 +00:00
|
|
|
hal_DEPENDS= sysutils/gstreamer-plugins-hal
|
2017-07-22 11:35:44 +00:00
|
|
|
hal_IMPL= good
|
2006-10-14 08:35:50 +00:00
|
|
|
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
jack_DEPENDS= audio/gstreamer-plugins-jack
|
2017-07-22 11:35:44 +00:00
|
|
|
jack_IMPL= good
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
|
|
|
ladspa_DEPENDS= audio/gstreamer-plugins-ladspa
|
2017-07-22 11:35:44 +00:00
|
|
|
ladspa_IMPL= bad
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
|
|
|
lame_DEPENDS= audio/gstreamer-plugins-lame
|
2017-07-22 11:35:44 +00:00
|
|
|
lame_IMPL= ugly
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
2018-12-25 19:43:19 +00:00
|
|
|
lv2_DEPENDS= audio/gstreamer-plugins-lv2
|
|
|
|
lv2_IMPL= bad
|
|
|
|
|
2013-04-27 20:56:38 +00:00
|
|
|
modplug_DEPENDS= audio/gstreamer-plugins-modplug
|
2017-07-22 11:35:44 +00:00
|
|
|
modplug_IMPL= bad
|
2008-03-24 03:52:36 +00:00
|
|
|
|
2015-09-26 14:36:23 +00:00
|
|
|
mpg123_DEPENDS= audio/gstreamer-plugins-mpg123
|
2017-07-22 11:35:44 +00:00
|
|
|
mpg123_IMPL= ugly
|
2015-09-26 14:36:23 +00:00
|
|
|
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
musepack_DEPENDS= audio/gstreamer-plugins-musepack
|
2017-07-22 11:35:44 +00:00
|
|
|
musepack_IMPL= bad
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
2006-10-14 08:35:50 +00:00
|
|
|
neon_DEPENDS= www/gstreamer-plugins-neon
|
2017-07-22 11:35:44 +00:00
|
|
|
neon_IMPL= bad
|
2006-10-14 08:35:50 +00:00
|
|
|
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
ogg_DEPENDS= audio/gstreamer-plugins-ogg
|
2017-07-22 11:35:44 +00:00
|
|
|
ogg_IMPL= #
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
2013-03-23 09:58:02 +00:00
|
|
|
opus_DEPENDS= audio/gstreamer-plugins-opus
|
2017-07-22 11:35:44 +00:00
|
|
|
opus_IMPL= #
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
2006-10-14 08:35:50 +00:00
|
|
|
pulse_DEPENDS= audio/gstreamer-plugins-pulse
|
2017-07-22 11:35:44 +00:00
|
|
|
pulse_IMPL= good
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
2005-03-17 01:10:24 +00:00
|
|
|
shout2_DEPENDS= audio/gstreamer-plugins-shout2
|
2017-07-22 11:35:44 +00:00
|
|
|
shout2_IMPL= good
|
2005-03-17 01:10:24 +00:00
|
|
|
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
sidplay_DEPENDS= audio/gstreamer-plugins-sidplay
|
2017-07-22 11:35:44 +00:00
|
|
|
sidplay_IMPL= ugly
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
2017-07-22 11:35:44 +00:00
|
|
|
sndio_DEPENDS= audio/gstreamer-plugins-sndio
|
|
|
|
sndio_IMPL= #
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
|
|
|
sndfile_DEPENDS= audio/gstreamer-plugins-sndfile
|
2017-07-22 11:35:44 +00:00
|
|
|
sndfile_IMPL= bad
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
2008-03-24 03:52:36 +00:00
|
|
|
soundtouch_DEPENDS= audio/gstreamer-plugins-soundtouch
|
2017-07-22 11:35:44 +00:00
|
|
|
soundtouch_IMPL= bad
|
2008-03-24 03:52:36 +00:00
|
|
|
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
speex_DEPENDS= audio/gstreamer-plugins-speex
|
2017-07-22 11:35:44 +00:00
|
|
|
speex_IMPL= good
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
2008-03-24 03:52:36 +00:00
|
|
|
taglib_DEPENDS= audio/gstreamer-plugins-taglib
|
2017-07-22 11:35:44 +00:00
|
|
|
taglib_IMPL= good
|
2008-03-24 03:52:36 +00:00
|
|
|
|
2010-09-06 21:10:50 +00:00
|
|
|
twolame_DEPENDS= audio/gstreamer-plugins-twolame
|
2017-07-22 11:35:44 +00:00
|
|
|
twolame_IMPL= ugly
|
2010-09-06 21:10:50 +00:00
|
|
|
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
vorbis_DEPENDS= audio/gstreamer-plugins-vorbis
|
2017-07-22 11:35:44 +00:00
|
|
|
vorbis_IMPL= #
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
2005-07-06 15:04:58 +00:00
|
|
|
wavpack_DEPENDS= audio/gstreamer-plugins-wavpack
|
2017-07-22 11:35:44 +00:00
|
|
|
wavpack_IMPL= good
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
2018-12-25 19:43:19 +00:00
|
|
|
webrtcdsp_DEPENDS= audio/gstreamer-plugins-webrtcdsp
|
|
|
|
webrtcdsp_IMPL= bad
|
|
|
|
|
2013-04-27 20:56:38 +00:00
|
|
|
#-- comms plugin section --------------------------------------------------#
|
|
|
|
|
|
|
|
spandsp_DEPENDS= comms/gstreamer-plugins-spandsp
|
2017-07-22 11:35:44 +00:00
|
|
|
spandsp_IMPL= bad
|
2013-04-27 20:56:38 +00:00
|
|
|
|
|
|
|
#-- devel plugin section --------------------------------------------------#
|
|
|
|
|
2008-03-24 03:52:36 +00:00
|
|
|
soup_DEPENDS= devel/gstreamer-plugins-soup
|
2017-07-22 11:35:44 +00:00
|
|
|
soup_IMPL= good
|
2008-03-24 03:52:36 +00:00
|
|
|
|
2013-04-27 20:56:38 +00:00
|
|
|
#-- ftp plugin section ----------------------------------------------------#
|
|
|
|
|
|
|
|
curl_DEPENDS= ftp/gstreamer-plugins-curl
|
2017-07-22 11:35:44 +00:00
|
|
|
curl_IMPL= bad
|
2013-04-27 20:56:38 +00:00
|
|
|
|
|
|
|
#-- graphics plugin section -----------------------------------------------#
|
|
|
|
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
aalib_DEPENDS= graphics/gstreamer-plugins-aalib
|
2017-07-22 11:35:44 +00:00
|
|
|
aalib_IMPL= good
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
2018-11-03 11:58:10 +00:00
|
|
|
aom_DEPENDS= multimedia/gstreamer-plugins-aom
|
|
|
|
aom_IMPL= bad
|
|
|
|
|
2013-04-27 20:56:38 +00:00
|
|
|
assrender_DEPENDS= multimedia/gstreamer-plugins-assrender
|
2017-07-22 11:35:44 +00:00
|
|
|
assrender_IMPL= bad
|
2013-04-27 20:56:38 +00:00
|
|
|
|
2005-03-08 07:17:24 +00:00
|
|
|
cairo_DEPENDS= graphics/gstreamer-plugins-cairo
|
2017-07-22 11:35:44 +00:00
|
|
|
cairo_IMPL= good
|
2005-03-08 07:17:24 +00:00
|
|
|
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
gdkpixbuf_DEPENDS= graphics/gstreamer-plugins-gdkpixbuf
|
2017-07-22 11:35:44 +00:00
|
|
|
gdkpixbuf_IMPL= good
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
2017-07-22 11:35:44 +00:00
|
|
|
gl_DEPENDS= graphics/gstreamer-plugins-gl
|
|
|
|
gl_IMPL= bad
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
|
|
|
jpeg_DEPENDS= graphics/gstreamer-plugins-jpeg
|
2017-07-22 11:35:44 +00:00
|
|
|
jpeg_IMPL= good
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
2017-07-22 11:35:44 +00:00
|
|
|
kms_DEPENDS= graphics/gstreamer-plugins-kms
|
|
|
|
kms_IMPL= bad
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
2017-07-22 11:35:44 +00:00
|
|
|
libcaca_DEPENDS= graphics/gstreamer-plugins-libcaca
|
|
|
|
libcaca_IMPL= good
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
2005-05-26 16:50:51 +00:00
|
|
|
libvisual_DEPENDS= graphics/gstreamer-plugins-libvisual
|
2017-07-22 11:35:44 +00:00
|
|
|
libvisual_IMPL= #
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
2011-02-25 10:58:42 +00:00
|
|
|
opencv_DEPENDS= graphics/gstreamer-plugins-opencv
|
2017-07-22 11:35:44 +00:00
|
|
|
opencv_IMPL= bad
|
|
|
|
|
|
|
|
openexr_DEPENDS= graphics/gstreamer-plugins-openexr
|
|
|
|
openexr_IMPL= bad
|
2011-02-25 10:58:42 +00:00
|
|
|
|
2013-11-21 19:06:50 +00:00
|
|
|
openjpeg_DEPENDS= graphics/gstreamer-plugins-openjpeg
|
2017-07-22 11:35:44 +00:00
|
|
|
openjpeg_IMPL= bad
|
2013-11-21 19:06:50 +00:00
|
|
|
|
2018-11-03 11:58:10 +00:00
|
|
|
openmpt_DEPENDS= audio/gstreamer-plugins-openmpt
|
|
|
|
openmpt_IMPL= bad
|
|
|
|
|
2013-04-27 20:56:38 +00:00
|
|
|
png_DEPENDS= graphics/gstreamer-plugins-png
|
2017-07-22 11:35:44 +00:00
|
|
|
png_IMPL= good
|
2013-04-27 20:56:38 +00:00
|
|
|
|
2020-01-26 17:42:36 +00:00
|
|
|
qt_DEPENDS= graphics/gstreamer-plugins-qt
|
|
|
|
qt_IMPL= good
|
|
|
|
|
2015-09-26 14:36:23 +00:00
|
|
|
rsvg_DEPENDS= graphics/gstreamer-plugins-rsvg
|
2017-07-22 11:35:44 +00:00
|
|
|
rsvg_IMPL= bad
|
2015-09-26 14:36:23 +00:00
|
|
|
|
2013-11-21 19:06:50 +00:00
|
|
|
webp_DEPENDS= graphics/gstreamer-plugins-webp
|
2017-07-22 11:35:44 +00:00
|
|
|
webp_IMPL= bad
|
2013-11-21 19:06:50 +00:00
|
|
|
|
2013-04-27 20:56:38 +00:00
|
|
|
zbar_DEPENDS= graphics/gstreamer-plugins-zbar
|
2017-07-22 11:35:44 +00:00
|
|
|
zbar_IMPL= bad
|
2013-04-27 20:56:38 +00:00
|
|
|
|
|
|
|
#-- multimedia plugins section --------------------------------------------#
|
|
|
|
|
2006-04-29 23:03:03 +00:00
|
|
|
bad_DEPENDS= multimedia/gstreamer-plugins-bad
|
2017-07-22 11:35:44 +00:00
|
|
|
bad_IMPL= #
|
2006-04-29 23:03:03 +00:00
|
|
|
|
2017-07-22 11:35:44 +00:00
|
|
|
dash_DEPENDS= multimedia/gstreamer-plugins-dash
|
|
|
|
dash_IMPL= bad
|
2006-10-14 08:35:50 +00:00
|
|
|
|
2013-04-27 20:56:38 +00:00
|
|
|
dvdread_DEPENDS= multimedia/gstreamer-plugins-dvdread
|
2017-07-22 11:35:44 +00:00
|
|
|
dvdread_IMPL= ugly
|
2013-04-27 20:56:38 +00:00
|
|
|
|
2014-12-16 13:35:01 +00:00
|
|
|
editing-services_DEPENDS= multimedia/gstreamer-editing-services
|
|
|
|
editing-services_GST_PREFIX= gstreamer1-
|
|
|
|
editing-services_GST_SUFX= # empty
|
|
|
|
editing-services_GST_VERSION= 1.0.0
|
2017-07-22 11:35:44 +00:00
|
|
|
editing-services_IMPL= #
|
2014-12-16 13:35:01 +00:00
|
|
|
|
2006-05-16 01:43:02 +00:00
|
|
|
dts_DEPENDS= multimedia/gstreamer-plugins-dts
|
2017-07-22 11:35:44 +00:00
|
|
|
dts_IMPL= bad
|
2006-05-16 01:43:02 +00:00
|
|
|
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
dv_DEPENDS= multimedia/gstreamer-plugins-dv
|
2017-07-22 11:35:44 +00:00
|
|
|
dv_IMPL= good
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
|
|
|
dvd_DEPENDS= multimedia/gstreamer-plugins-dvd
|
2017-07-22 11:35:44 +00:00
|
|
|
dvd_IMPL= ugly
|
2006-04-29 23:03:03 +00:00
|
|
|
|
|
|
|
good_DEPENDS= multimedia/gstreamer-plugins-good
|
2017-07-22 11:35:44 +00:00
|
|
|
good_IMPL= #
|
2006-04-29 23:03:03 +00:00
|
|
|
|
|
|
|
gnonlin_DEPENDS= multimedia/gstreamer-plugins-gnonlin
|
2017-07-22 11:35:44 +00:00
|
|
|
gnonlin_IMPL= good
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
2015-09-26 14:36:23 +00:00
|
|
|
hls_DEPENDS= multimedia/gstreamer-plugins-hls
|
2017-07-22 11:35:44 +00:00
|
|
|
hls_IMPL= bad
|
2015-09-26 14:36:23 +00:00
|
|
|
|
2013-11-21 19:06:50 +00:00
|
|
|
kate_DEPENDS= multimedia/gstreamer-plugins-kate
|
2017-07-22 11:35:44 +00:00
|
|
|
kate_IMPL= bad
|
2013-11-21 19:06:50 +00:00
|
|
|
|
2013-04-27 20:56:38 +00:00
|
|
|
libav_DEPENDS= multimedia/gstreamer-libav
|
|
|
|
libav_GST_PREFIX= gstreamer1-
|
|
|
|
libav_GST_SUFX= # empty
|
|
|
|
libav_GST_VERSION= 1.0.0
|
2017-07-22 11:35:44 +00:00
|
|
|
libav_IMPL= #
|
2013-04-27 20:56:38 +00:00
|
|
|
|
2015-09-26 14:36:23 +00:00
|
|
|
libde265_DEPENDS= multimedia/gstreamer-plugins-libde265
|
2017-07-22 11:35:44 +00:00
|
|
|
libde265_IMPL= bad
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
2013-04-27 20:56:38 +00:00
|
|
|
mm_DEPENDS= multimedia/gstreamermm
|
|
|
|
mm_GST_PREFIX= gstreamer
|
|
|
|
mm_GST_SUFX= # empty
|
2020-11-16 19:28:59 +00:00
|
|
|
mm_GST_VERSION= 1.10.0
|
2017-07-22 11:35:44 +00:00
|
|
|
mm_IMPL= #
|
2013-04-27 20:56:38 +00:00
|
|
|
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
mpeg2dec_DEPENDS= multimedia/gstreamer-plugins-mpeg2dec
|
2017-07-22 11:35:44 +00:00
|
|
|
mpeg2dec_IMPL= ugly
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
|
|
|
mpeg2enc_DEPENDS= multimedia/gstreamer-plugins-mpeg2enc
|
2017-07-22 11:35:44 +00:00
|
|
|
mpeg2enc_IMPL= bad
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
|
|
|
mplex_DEPENDS= multimedia/gstreamer-plugins-mplex
|
2017-07-22 11:35:44 +00:00
|
|
|
mplex_IMPL= bad
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
2015-09-26 14:36:23 +00:00
|
|
|
openh264_DEPENDS= multimedia/gstreamer-plugins-openh264
|
2017-07-22 11:35:44 +00:00
|
|
|
openh264_IMPL= bad
|
2015-09-26 14:36:23 +00:00
|
|
|
|
2017-07-22 11:35:44 +00:00
|
|
|
rtmp_DEPENDS= multimedia/gstreamer-plugins-rtmp
|
|
|
|
rtmp_IMPL= bad
|
|
|
|
|
|
|
|
smoothstreaming_DEPENDS= multimedia/gstreamer-plugins-smoothstreaming
|
|
|
|
smoothstreaming_IMPL= bad
|
|
|
|
|
|
|
|
ttml_DEPENDS= multimedia/gstreamer-plugins-ttml
|
|
|
|
ttml_IMPL= bad
|
2013-04-28 17:53:47 +00:00
|
|
|
|
2010-03-31 10:40:29 +00:00
|
|
|
v4l2_DEPENDS= multimedia/gstreamer-plugins-v4l2
|
2017-07-22 11:35:44 +00:00
|
|
|
v4l2_IMPL= good
|
2010-03-31 10:40:29 +00:00
|
|
|
|
2017-07-22 11:35:44 +00:00
|
|
|
# hmmm
|
|
|
|
vaapi_DEPENDS= multimedia/gstreamer-vaapi
|
|
|
|
vaapi_IMPL= bad
|
2013-11-28 21:57:01 +00:00
|
|
|
|
2013-04-27 20:56:38 +00:00
|
|
|
vpx_DEPENDS= multimedia/gstreamer-plugins-vpx
|
2017-07-22 11:35:44 +00:00
|
|
|
vpx_IMPL= good
|
2013-04-27 20:56:38 +00:00
|
|
|
|
2018-11-03 11:58:10 +00:00
|
|
|
vulkan_DEPENDS= graphics/gstreamer-plugins-vulkan
|
|
|
|
vulkan_IMPL= bad
|
|
|
|
|
2010-09-13 16:05:50 +00:00
|
|
|
resindvd_DEPENDS= multimedia/gstreamer-plugins-resindvd
|
2017-07-22 11:35:44 +00:00
|
|
|
resindvd_IMPL= bad
|
2010-09-13 16:05:50 +00:00
|
|
|
|
2005-03-08 07:17:24 +00:00
|
|
|
theora_DEPENDS= multimedia/gstreamer-plugins-theora
|
2017-07-22 11:35:44 +00:00
|
|
|
theora_IMPL= #
|
2005-03-08 07:17:24 +00:00
|
|
|
|
2006-04-29 23:03:03 +00:00
|
|
|
ugly_DEPENDS= multimedia/gstreamer-plugins-ugly
|
2017-07-22 11:35:44 +00:00
|
|
|
ugly_IMPL= #
|
2006-04-29 23:03:03 +00:00
|
|
|
|
2005-09-08 18:32:13 +00:00
|
|
|
x264_DEPENDS= multimedia/gstreamer-plugins-x264
|
2017-07-22 11:35:44 +00:00
|
|
|
x264_IMPL= ugly
|
2005-09-08 18:32:13 +00:00
|
|
|
|
2015-09-26 14:36:23 +00:00
|
|
|
x265_DEPENDS= multimedia/gstreamer-plugins-x265
|
2017-07-22 11:35:44 +00:00
|
|
|
x265_IMPL= bad
|
2015-09-26 14:36:23 +00:00
|
|
|
|
2013-04-27 20:56:38 +00:00
|
|
|
#-- Net Plugins Section ---------------------------------------------------#
|
2005-03-17 05:55:26 +00:00
|
|
|
|
|
|
|
libmms_DEPENDS= net/gstreamer-plugins-libmms
|
2017-07-22 11:35:44 +00:00
|
|
|
libmms_IMPL= bad
|
|
|
|
|
|
|
|
srtp_DEPENDS= net/gstreamer-plugins-srtp
|
|
|
|
srtp_IMPL= bad
|
2005-03-17 05:55:26 +00:00
|
|
|
|
2015-09-26 14:36:23 +00:00
|
|
|
#-- security plugins section ----------------------------------------------#
|
|
|
|
|
|
|
|
dtls_DEPENDS= security/gstreamer-plugins-dtls
|
2017-07-22 11:35:44 +00:00
|
|
|
dtls_IMPL= bad
|
2015-09-26 14:36:23 +00:00
|
|
|
|
2013-04-27 20:56:38 +00:00
|
|
|
#-- sysutils plugins section ----------------------------------------------#
|
|
|
|
|
|
|
|
cdio_DEPENDS= sysutils/gstreamer-plugins-cdio
|
2017-07-22 11:35:44 +00:00
|
|
|
cdio_IMPL= ugly
|
2013-04-27 20:56:38 +00:00
|
|
|
|
|
|
|
#-- x11 plugins section ---------------------------------------------------#
|
|
|
|
|
|
|
|
x_DEPENDS= x11/gstreamer-plugins-x
|
2017-07-22 11:35:44 +00:00
|
|
|
x_IMPL= #
|
2013-04-27 20:56:38 +00:00
|
|
|
|
|
|
|
ximagesrc_DEPENDS= x11/gstreamer-plugins-ximagesrc
|
2017-07-22 11:35:44 +00:00
|
|
|
ximagesrc_IMPL= good
|
2013-04-27 20:56:38 +00:00
|
|
|
|
|
|
|
#-- x11-toolkits plugins section ------------------------------------------#
|
|
|
|
|
2017-07-22 11:35:44 +00:00
|
|
|
gtk_DEPENDS= x11-toolkits/gstreamer-plugins-gtk
|
|
|
|
gtk_IMPL= bad
|
2016-03-03 21:31:40 +00:00
|
|
|
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
pango_DEPENDS= x11-toolkits/gstreamer-plugins-pango
|
2017-07-22 11:35:44 +00:00
|
|
|
pango_IMPL= #
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
2013-04-27 20:56:38 +00:00
|
|
|
#--------------------------------------------------------------------------#
|
|
|
|
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
.if defined(_POSTMKINCLUDED) && !defined(Gstreamer_Post_Include)
|
|
|
|
Gstreamer_Post_Include= bsd.gstreamer.mk
|
|
|
|
|
2013-04-27 20:56:38 +00:00
|
|
|
.if (defined (USE_GSTREAMER) && defined(USE_GSTREAMER1))
|
|
|
|
IGNORE= USE_GSTREAMER and USE_GSTREAMER1 can't be used together
|
|
|
|
.endif
|
|
|
|
|
2017-07-22 11:35:44 +00:00
|
|
|
_GST_IMPL_LIST:= #
|
|
|
|
|
2013-04-27 20:56:38 +00:00
|
|
|
.if defined(USE_GSTREAMER)
|
2017-07-22 11:35:44 +00:00
|
|
|
# update this with the gst 1.0 version below
|
|
|
|
. for ext in ${USE_GSTREAMER}
|
2006-10-14 08:35:50 +00:00
|
|
|
${ext}_GST_PREFIX?= gstreamer-plugins-
|
|
|
|
${ext}_GST_VERSION?= ${GST_VERSION}${GST_MINOR_VERSION}
|
|
|
|
${ext}_NAME?= ${ext}
|
2017-07-22 11:35:44 +00:00
|
|
|
. if ${_USE_GSTREAMER_ALL:M${ext}}!= "" && exists(${PORTSDIR}/${${ext}_DEPENDS})
|
|
|
|
_GST_BUILD_DEPENDS+= ${${ext}_GST_PREFIX}${${ext}_NAME}>=${${ext}_GST_VERSION}:${${ext}_DEPENDS}
|
|
|
|
_GST_RUN_DEPENDS+= ${${ext}_GST_PREFIX}${${ext}_NAME}>=${${ext}_GST_VERSION}:${${ext}_DEPENDS}
|
|
|
|
_GST_GST_IMPL_LIST+= ${${ext}_IMPL}
|
|
|
|
. else
|
2013-04-27 20:56:38 +00:00
|
|
|
IGNORE= cannot install: unknown gstreamer ${GST_VERSION} plugin -- ${ext}
|
2017-07-22 11:35:44 +00:00
|
|
|
. endif
|
|
|
|
. endfor
|
|
|
|
|
|
|
|
# everything wants this
|
|
|
|
_GST_BUILD_DEPENDS+= gstreamer-plugins>=0:multimedia/gstreamer-plugins
|
|
|
|
_GST_LIB_DEPENDS+= libgstreamer-0.10.so:multimedia/gstreamer
|
|
|
|
_GST_RUN_DEPENDS+= gstreamer-plugins>=0:multimedia/gstreamer-plugins
|
|
|
|
|
|
|
|
. for plugin in ${_GST_IMPL_LIST:O:u}
|
|
|
|
_GST_BUILD_DEPENDS+= gstreamer-plugins-${plugin}>=0:multimedia/gstreamer-plugins-${plugin}
|
|
|
|
_GST_RUN_DEPENDS+= gstreamer-plugins-${plugin}>=0:multimedia/gstreamer-plugins-${plugin}
|
|
|
|
. endfor
|
|
|
|
|
|
|
|
BUILD_DEPENDS+= ${_GST_BUILD_DEPENDS:O:u}
|
|
|
|
LIB_DEPENDS+= ${_GST_LIB_DEPENDS:O:u}
|
|
|
|
RUN_DEPENDS+= ${_GST_RUN_DEPENDS:O:u}
|
2013-04-27 20:56:38 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(USE_GSTREAMER1)
|
2017-07-22 11:35:44 +00:00
|
|
|
. for ext in ${USE_GSTREAMER1}
|
2013-04-27 20:56:38 +00:00
|
|
|
${ext}_GST_PREFIX?= gstreamer1-plugins-
|
2017-07-22 11:35:44 +00:00
|
|
|
${ext}_GST_VERSION?= ${GST1_VERSION}
|
2013-04-27 20:56:38 +00:00
|
|
|
${ext}_NAME10?= ${ext}
|
|
|
|
${ext}_GST_DEPENDS?= ${${ext}_DEPENDS:S,gstreamer-,gstreamer1-,}
|
2017-07-22 11:35:44 +00:00
|
|
|
. if ${_USE_GSTREAMER_ALL:M${ext}}!= "" && exists(${PORTSDIR}/${${ext}_GST_DEPENDS})
|
|
|
|
_GST_BUILD_DEPENDS+= ${${ext}_GST_PREFIX}${${ext}_NAME10}>=${${ext}_GST_VERSION}:${${ext}_GST_DEPENDS}
|
|
|
|
_GST_RUN_DEPENDS+= ${${ext}_GST_PREFIX}${${ext}_NAME10}>=${${ext}_GST_VERSION}:${${ext}_GST_DEPENDS}
|
|
|
|
. if defined(${ext}1_IMPL)
|
|
|
|
_GST_IMPL_LIST+= ${${ext}1_IMPL}
|
|
|
|
. else
|
|
|
|
_GST_IMPL_LIST+= ${${ext}_IMPL}
|
|
|
|
. endif
|
|
|
|
. else
|
2013-04-27 20:56:38 +00:00
|
|
|
IGNORE= cannot install: unknown gstreamer ${GST1_VERSION} plugin -- ${ext}
|
2017-07-22 11:35:44 +00:00
|
|
|
. endif
|
|
|
|
. endfor
|
|
|
|
|
|
|
|
# everything wants this
|
|
|
|
_GST_BUILD_DEPENDS+= gstreamer1-plugins>=${GST1_VERSION}:multimedia/gstreamer1-plugins
|
|
|
|
_GST_LIB_DEPENDS+= libgstreamer-1.0.so:multimedia/gstreamer1
|
|
|
|
_GST_RUN_DEPENDS+= gstreamer1-plugins>=${GST1_VERSION}:multimedia/gstreamer1-plugins
|
|
|
|
|
|
|
|
. for plugin in ${_GST_IMPL_LIST:O:u}
|
|
|
|
_GST_BUILD_DEPENDS+= gstreamer1-plugins-${plugin}>=${GST1_VERSION}:multimedia/gstreamer1-plugins-${plugin}
|
|
|
|
_GST_RUN_DEPENDS+= gstreamer1-plugins-${plugin}>=${GST1_VERSION}:multimedia/gstreamer1-plugins-${plugin}
|
|
|
|
. endfor
|
|
|
|
|
|
|
|
BUILD_DEPENDS+= ${_GST_BUILD_DEPENDS:O:u}
|
|
|
|
LIB_DEPENDS+= ${_GST_LIB_DEPENDS:O:u}
|
|
|
|
RUN_DEPENDS+= ${_GST_RUN_DEPENDS:O:u}
|
2013-04-27 20:56:38 +00:00
|
|
|
.endif
|
* Add info files to TMPPLIST, only if INFO is specified. [1]
* Fix PATH problems during README.html generation if "make
-DPORTSTOP readmes" is defined. [2]
* Add support for early rcNG startup scripts. [3]
* Remove duplicate USE_XLIB handling. [4]
* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
both are specified. [5]
* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]
* Introduce bsd.gstreamer.mk and utilize new macros:
USE_GSTREAMER/WANT_GSTREAMER. [7]
PR: ports/77634 [1], ports/77592 [2], ports/77385 [3],
ports/77557 [4], ports/77344 [5], ports/77211 [6],
ports/77838 [7]
Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
pav [4], lofi [5], ahze [7]
2005-02-28 21:09:05 +00:00
|
|
|
|
|
|
|
# The End
|
|
|
|
.endif
|