summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer1/plugins-base/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/gstreamer1/plugins-base/Makefile')
-rw-r--r--multimedia/gstreamer1/plugins-base/Makefile60
1 files changed, 0 insertions, 60 deletions
diff --git a/multimedia/gstreamer1/plugins-base/Makefile b/multimedia/gstreamer1/plugins-base/Makefile
deleted file mode 100644
index ea14807..0000000
--- a/multimedia/gstreamer1/plugins-base/Makefile
+++ /dev/null
@@ -1,60 +0,0 @@
1COMMENT= base elements for GStreamer
2
3DISTNAME= gst-plugins-base-${V}
4PKGNAME= ${GST_PKGNAME_PREFIX}-plugins-base-${V}
5
6SHARED_LIBS += gsttag-1.0 7.1 # 0.2210.0
7SHARED_LIBS += gstfft-1.0 7.1 # 0.2210.0
8SHARED_LIBS += gstvideo-1.0 7.1 # 0.2210.0
9SHARED_LIBS += gstaudio-1.0 7.1 # 0.2210.0
10SHARED_LIBS += gstrtp-1.0 7.1 # 0.2210.0
11SHARED_LIBS += gstpbutils-1.0 7.1 # 0.2210.0
12SHARED_LIBS += gstsdp-1.0 7.1 # 0.2210.0
13SHARED_LIBS += gstrtsp-1.0 7.1 # 0.2210.0
14SHARED_LIBS += gstriff-1.0 7.1 # 0.2210.0
15SHARED_LIBS += gstapp-1.0 7.1 # 0.2210.0
16SHARED_LIBS += gstallocators-1.0 6.1 # 0.2210.0
17SHARED_LIBS += gstgl-1.0 6.1 # 0.2210.0
18
19SITES= ${SITE_GST:=gst-plugins-base/}
20
21WANTLIB += EGL GL X11 X11-xcb Xext Xi Xv c cairo
22WANTLIB += glib-2.0 gmodule-2.0
23WANTLIB += gstbase-1.0 gstcontroller-1.0 gstnet-1.0
24WANTLIB += gstreamer-1.0 m jpeg png sndio xcb z
25
26LIB_DEPENDS= ${P}/core=${V} \
27 graphics/cairo \
28 graphics/jpeg \
29 graphics/png
30
31# optional dependency for the the gio plugin;
32# disabled because of cyclic build dependency:
33# x11/gtk+4 -> gst-plugins-{bad,base} -> gvfs -> gtk+4,-guic -> x11/gtk+4
34#RUN_DEPENDS += x11/gnome/gvfs
35
36CONFIGURE_ARGS= -Dalsa=disabled \
37 -Dlibvisual=disabled \
38 -Dtremor=disabled \
39 -Diso-codes=disabled \
40 -Dgl-graphene=disabled \
41 -Dgio=disabled \
42 -Dcdparanoia=disabled \
43 -Dogg=disabled \
44 -Dopus=disabled \
45 -Dpango=disabled \
46 -Dtheora=disabled \
47 -Dvorbis=disabled \
48 -Dexamples=disabled \
49 -Dtests=disabled \
50 -Dtools=disabled \
51 -Dintrospection=disabled \
52 -Dnls=disabled \
53 -Dorc=disabled
54
55DEBUG_PACKAGES= ${BUILD_PACKAGES}
56
57post-extract:
58 cp -R ${FILESDIR} ${WRKSRC}/ext/sndio
59
60.include <bsd.port.mk>