diff options
Diffstat (limited to 'multimedia/gstreamer1/plugins-base/Makefile')
| -rw-r--r-- | multimedia/gstreamer1/plugins-base/Makefile | 60 |
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 @@ | |||
| 1 | COMMENT= base elements for GStreamer | ||
| 2 | |||
| 3 | DISTNAME= gst-plugins-base-${V} | ||
| 4 | PKGNAME= ${GST_PKGNAME_PREFIX}-plugins-base-${V} | ||
| 5 | |||
| 6 | SHARED_LIBS += gsttag-1.0 7.1 # 0.2210.0 | ||
| 7 | SHARED_LIBS += gstfft-1.0 7.1 # 0.2210.0 | ||
| 8 | SHARED_LIBS += gstvideo-1.0 7.1 # 0.2210.0 | ||
| 9 | SHARED_LIBS += gstaudio-1.0 7.1 # 0.2210.0 | ||
| 10 | SHARED_LIBS += gstrtp-1.0 7.1 # 0.2210.0 | ||
| 11 | SHARED_LIBS += gstpbutils-1.0 7.1 # 0.2210.0 | ||
| 12 | SHARED_LIBS += gstsdp-1.0 7.1 # 0.2210.0 | ||
| 13 | SHARED_LIBS += gstrtsp-1.0 7.1 # 0.2210.0 | ||
| 14 | SHARED_LIBS += gstriff-1.0 7.1 # 0.2210.0 | ||
| 15 | SHARED_LIBS += gstapp-1.0 7.1 # 0.2210.0 | ||
| 16 | SHARED_LIBS += gstallocators-1.0 6.1 # 0.2210.0 | ||
| 17 | SHARED_LIBS += gstgl-1.0 6.1 # 0.2210.0 | ||
| 18 | |||
| 19 | SITES= ${SITE_GST:=gst-plugins-base/} | ||
| 20 | |||
| 21 | WANTLIB += EGL GL X11 X11-xcb Xext Xi Xv c cairo | ||
| 22 | WANTLIB += glib-2.0 gmodule-2.0 | ||
| 23 | WANTLIB += gstbase-1.0 gstcontroller-1.0 gstnet-1.0 | ||
| 24 | WANTLIB += gstreamer-1.0 m jpeg png sndio xcb z | ||
| 25 | |||
| 26 | LIB_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 | |||
| 36 | CONFIGURE_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 | |||
| 55 | DEBUG_PACKAGES= ${BUILD_PACKAGES} | ||
| 56 | |||
| 57 | post-extract: | ||
| 58 | cp -R ${FILESDIR} ${WRKSRC}/ext/sndio | ||
| 59 | |||
| 60 | .include <bsd.port.mk> | ||
