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/Makefile52
1 files changed, 24 insertions, 28 deletions
diff --git a/multimedia/gstreamer1/plugins-base/Makefile b/multimedia/gstreamer1/plugins-base/Makefile
index 6757df2..ea14807 100644
--- a/multimedia/gstreamer1/plugins-base/Makefile
+++ b/multimedia/gstreamer1/plugins-base/Makefile
@@ -18,43 +18,39 @@ SHARED_LIBS += gstgl-1.0 6.1 # 0.2210.0
18 18
19SITES= ${SITE_GST:=gst-plugins-base/} 19SITES= ${SITE_GST:=gst-plugins-base/}
20 20
21WANTLIB += EGL GL X11 X11-xcb Xext Xi Xv c cairo cdda_interface 21WANTLIB += EGL GL X11 X11-xcb Xext Xi Xv c cairo
22WANTLIB += cdda_paranoia gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 22WANTLIB += glib-2.0 gmodule-2.0
23WANTLIB += graphene-1.0 gstbase-1.0 gstcontroller-1.0 gstnet-1.0 23WANTLIB += gstbase-1.0 gstcontroller-1.0 gstnet-1.0
24WANTLIB += gstreamer-1.0 intl jpeg m ogg opus orc-0.4 pango-1.0 24WANTLIB += gstreamer-1.0 m jpeg png sndio xcb z
25WANTLIB += pangocairo-1.0 png sndio theoradec theoraenc vorbis
26WANTLIB += vorbisenc wayland-client wayland-cursor wayland-egl
27WANTLIB += xcb z
28
29BUILD_DEPENDS= devel/iso-codes \
30 devel/gobject-introspection \
31 wayland/wayland-protocols
32
33RUN_DEPENDS= devel/iso-codes
34 25
35LIB_DEPENDS= ${P}/core=${V} \ 26LIB_DEPENDS= ${P}/core=${V} \
36 audio/cdparanoia \ 27 graphics/cairo \
37 audio/libvorbis \
38 audio/opus \
39 devel/orc \
40 devel/pango \
41 graphics/graphene \
42 graphics/jpeg \ 28 graphics/jpeg \
43 multimedia/libtheora \ 29 graphics/png
44 wayland/wayland
45 30
46# optional dependency for the the gio plugin; 31# optional dependency for the the gio plugin;
47# disabled because of cyclic build dependency: 32# disabled because of cyclic build dependency:
48# x11/gtk+4 -> gst-plugins-{bad,base} -> gvfs -> gtk+4,-guic -> x11/gtk+4 33# x11/gtk+4 -> gst-plugins-{bad,base} -> gvfs -> gtk+4,-guic -> x11/gtk+4
49#RUN_DEPENDS += x11/gnome/gvfs 34#RUN_DEPENDS += x11/gnome/gvfs
50 35
51CONFIGURE_ARGS= -Dalsa=disabled 36CONFIGURE_ARGS= -Dalsa=disabled \
52 37 -Dlibvisual=disabled \
53#XXX libvisual needs to be ported 38 -Dtremor=disabled \
54CONFIGURE_ARGS += -Dlibvisual=disabled 39 -Diso-codes=disabled \
55 40 -Dgl-graphene=disabled \
56# XXX needs vorbisidec 41 -Dgio=disabled \
57CONFIGURE_ARGS += -Dtremor=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
58 54
59DEBUG_PACKAGES= ${BUILD_PACKAGES} 55DEBUG_PACKAGES= ${BUILD_PACKAGES}
60 56