diff options
Diffstat (limited to 'multimedia/gstreamer1/Makefile.inc')
| -rw-r--r-- | multimedia/gstreamer1/Makefile.inc | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/multimedia/gstreamer1/Makefile.inc b/multimedia/gstreamer1/Makefile.inc deleted file mode 100644 index 2e6d480..0000000 --- a/multimedia/gstreamer1/Makefile.inc +++ /dev/null | |||
| @@ -1,64 +0,0 @@ | |||
| 1 | # Most frequent usage of the GStreamer packages: | ||
| 2 | # core base library | ||
| 3 | # plugins-base minimal set: audio (sndio), gio, playback, Ogg Vorbis | ||
| 4 | # plugins-good base audio, video and graphic codecs | ||
| 5 | # plugins-ugly dvd | ||
| 6 | # plugins-bad vaapi | ||
| 7 | # plugins-libav divx, mp3, mpeg4, h264, vp8 (same decoding capabilities as FFmpeg) | ||
| 8 | # | ||
| 9 | # Most applications that use GStreamer require: | ||
| 10 | # gstreamer1-plugins-base and gstreamer1-plugins-good | ||
| 11 | # Support for most audio and video codecs is provided by | ||
| 12 | # gstreamer1-plugins-libav | ||
| 13 | |||
| 14 | PORTROACH= limitw:1,even | ||
| 15 | |||
| 16 | V ?= 1.22.10 | ||
| 17 | API= 1.0 | ||
| 18 | SUBST_VARS += API | ||
| 19 | |||
| 20 | CATEGORIES ?= multimedia devel | ||
| 21 | |||
| 22 | HOMEPAGE ?= http://gstreamer.freedesktop.org/ | ||
| 23 | |||
| 24 | MAINTAINER ?= Antoine Jacoutot <ajacoutot@openbsd.org> | ||
| 25 | |||
| 26 | GST_PKGNAME_PREFIX= gstreamer1 | ||
| 27 | |||
| 28 | # GPLv2 - GPLv2+ - LGPLv2 | ||
| 29 | PERMIT_PACKAGE ?= Yes | ||
| 30 | |||
| 31 | DIST_SUBDIR= gstreamer | ||
| 32 | SITE_GST= http://gstreamer.freedesktop.org/src/ | ||
| 33 | EXTRACT_SUFX ?= .tar.xz | ||
| 34 | P= multimedia/${GST_PKGNAME_PREFIX} | ||
| 35 | |||
| 36 | COMPILER= base-clang ports-gcc | ||
| 37 | COMPILER_LANGS ?= c | ||
| 38 | |||
| 39 | .if empty(CONFIGURE_STYLE) | ||
| 40 | MODULES += devel/meson | ||
| 41 | BUILD_DEPENDS += devel/gettext,-tools # -Dnls | ||
| 42 | # X11BASE needed (at least) to find libdrm/drm_fourcc.h in plugins-base | ||
| 43 | CONFIGURE_ENV += CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \ | ||
| 44 | LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib" | ||
| 45 | |||
| 46 | .if ! ${.CURDIR:M*py-gstreamer} | ||
| 47 | CONFIGURE_ARGS += -Dpackage-name="OpenBSD ${DISTNAME} package" | ||
| 48 | CONFIGURE_ARGS += -Dpackage-origin="https://www.openbsd.org/" | ||
| 49 | # requires hotdoc | ||
| 50 | CONFIGURE_ARGS += -Ddoc=disabled | ||
| 51 | .endif | ||
| 52 | |||
| 53 | .if ! ${.CURDIR:M*plugins-libav} && ! ${.CURDIR:M*plugins-ugly} && ! ${.CURDIR:M*py-gstreamer} | ||
| 54 | # BDEP on gtk+3, gmp, gsl | ||
| 55 | CONFIGURE_ARGS += -Dexamples=disabled | ||
| 56 | CONFIGURE_ARGS += -Dtests=disabled | ||
| 57 | .endif | ||
| 58 | |||
| 59 | .if ! ${.CURDIR:M*plugins-libav} && ! ${.CURDIR:M*py-gstreamer} | ||
| 60 | # requires hotdoc | ||
| 61 | CONFIGURE_ARGS += -Ddoc=disabled | ||
| 62 | .endif | ||
| 63 | |||
| 64 | .endif | ||
