diff options
Diffstat (limited to 'multimedia/gstreamer1/plugins-base/Makefile')
| -rw-r--r-- | multimedia/gstreamer1/plugins-base/Makefile | 52 |
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 | ||
| 19 | SITES= ${SITE_GST:=gst-plugins-base/} | 19 | SITES= ${SITE_GST:=gst-plugins-base/} |
| 20 | 20 | ||
| 21 | WANTLIB += EGL GL X11 X11-xcb Xext Xi Xv c cairo cdda_interface | 21 | WANTLIB += EGL GL X11 X11-xcb Xext Xi Xv c cairo |
| 22 | WANTLIB += cdda_paranoia gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 | 22 | WANTLIB += glib-2.0 gmodule-2.0 |
| 23 | WANTLIB += graphene-1.0 gstbase-1.0 gstcontroller-1.0 gstnet-1.0 | 23 | WANTLIB += gstbase-1.0 gstcontroller-1.0 gstnet-1.0 |
| 24 | WANTLIB += gstreamer-1.0 intl jpeg m ogg opus orc-0.4 pango-1.0 | 24 | WANTLIB += gstreamer-1.0 m jpeg png sndio xcb z |
| 25 | WANTLIB += pangocairo-1.0 png sndio theoradec theoraenc vorbis | ||
| 26 | WANTLIB += vorbisenc wayland-client wayland-cursor wayland-egl | ||
| 27 | WANTLIB += xcb z | ||
| 28 | |||
| 29 | BUILD_DEPENDS= devel/iso-codes \ | ||
| 30 | devel/gobject-introspection \ | ||
| 31 | wayland/wayland-protocols | ||
| 32 | |||
| 33 | RUN_DEPENDS= devel/iso-codes | ||
| 34 | 25 | ||
| 35 | LIB_DEPENDS= ${P}/core=${V} \ | 26 | LIB_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 | ||
| 51 | CONFIGURE_ARGS= -Dalsa=disabled | 36 | CONFIGURE_ARGS= -Dalsa=disabled \ |
| 52 | 37 | -Dlibvisual=disabled \ | |
| 53 | #XXX libvisual needs to be ported | 38 | -Dtremor=disabled \ |
| 54 | CONFIGURE_ARGS += -Dlibvisual=disabled | 39 | -Diso-codes=disabled \ |
| 55 | 40 | -Dgl-graphene=disabled \ | |
| 56 | # XXX needs vorbisidec | 41 | -Dgio=disabled \ |
| 57 | CONFIGURE_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 | ||
| 59 | DEBUG_PACKAGES= ${BUILD_PACKAGES} | 55 | DEBUG_PACKAGES= ${BUILD_PACKAGES} |
| 60 | 56 | ||
