Disable ossaudio.
This commit is contained in:
parent
91c43f54ff
commit
5e582617bb
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.69 2020/11/11 13:37:58 cwen Exp $
|
||||
# $OpenBSD: Makefile,v 1.70 2021/05/15 17:47:16 ajacoutot Exp $
|
||||
|
||||
# Reenable that port on non-rust archs at the cost of pulseaudio support:
|
||||
# pulseaudio -> [...] -> spidermonkey>=78 -> rust
|
||||
@ -16,6 +16,8 @@ PKGNAME= ${GST_PKGNAME_PREFIX}-plugins-good-${V}
|
||||
PKGNAME-main= ${PKGNAME}
|
||||
PKGNAME-pulse= ${GST_PKGNAME_PREFIX}-plugins-pulse-${V}
|
||||
|
||||
REVISION-main= 0
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GST:=gst-plugins-good/}
|
||||
|
||||
WANTLIB += glib-2.0 gobject-2.0 gstaudio-1.0 gstbase-1.0 gstreamer-1.0
|
||||
@ -67,6 +69,7 @@ CONFIGURE_ARGS= -Daalib=disabled \
|
||||
-Dlame=disabled \
|
||||
-Dlibcaca=disabled \
|
||||
-Dmpg123=disabled \
|
||||
-Doss=disabled \
|
||||
-Doss4=disabled \
|
||||
-Dosxaudio=disabled \
|
||||
-Dosxvideo=disabled \
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.19 2019/12/08 10:16:18 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.20 2021/05/15 17:47:16 ajacoutot Exp $
|
||||
@conflict gstreamer1-plugins-bad-<1.14.0
|
||||
@conflict gstreamer1-plugins-ugly-<1.14.0
|
||||
@so lib/gstreamer-${API}/libgstalaw.so
|
||||
@ -37,7 +37,6 @@
|
||||
@so lib/gstreamer-${API}/libgstmultifile.so
|
||||
@so lib/gstreamer-${API}/libgstmultipart.so
|
||||
@so lib/gstreamer-${API}/libgstnavigationtest.so
|
||||
@so lib/gstreamer-${API}/libgstossaudio.so
|
||||
@so lib/gstreamer-${API}/libgstpng.so
|
||||
@so lib/gstreamer-${API}/libgstreplaygain.so
|
||||
@so lib/gstreamer-${API}/libgstrtp.so
|
||||
|
Loading…
Reference in New Issue
Block a user