mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
emulators/wine-devel: GSTREAMER dependency cleanup
* Add missing USES=gnome and USE=GNOME=glib20 for GSTREAMER dependencies * Add ${STRIP_CMD} to GNU configure environment variable ac_cv_prog_STRIP PR: 274953
This commit is contained in:
parent
6a7f9d865b
commit
132921c8f8
@ -1,5 +1,6 @@
|
||||
PORTNAME= wine
|
||||
DISTVERSION= 8.20
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= https://dl.winehq.org/wine/source/8.x/
|
||||
@ -52,7 +53,7 @@ CONFIGURE_ARGS+=--verbose \
|
||||
--without-unwind \
|
||||
--without-usb \
|
||||
--without-wayland
|
||||
CONFIGURE_ENV= CPPBIN="${CPP}" FLEX="${LOCALBASE}/bin/flex"
|
||||
CONFIGURE_ENV= ac_cv_prog_STRIP="${STRIP_CMD}" CPPBIN="${CPP}" FLEX="${LOCALBASE}/bin/flex"
|
||||
WINELIBDIR= ${PREFIX}/lib
|
||||
.if !defined(USE_LDCONFIG32)
|
||||
USE_LDCONFIG= ${WINELIBDIR} ${WINELIBDIR}/wine
|
||||
@ -79,7 +80,8 @@ GECKO_DESC= Bundle Gecko MSI package for Wine
|
||||
MONO_DESC= Bundle Mono MSI package for Wine
|
||||
|
||||
ALSA_CONFIGURE_WITH= alsa
|
||||
ALSA_USES= gstreamer
|
||||
ALSA_USES= gnome gstreamer
|
||||
ALSA_USE= GNOME=glib20
|
||||
ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib
|
||||
ALSA_RUN_DEPENDS= alsa-plugins>0:audio/alsa-plugins
|
||||
|
||||
@ -96,7 +98,8 @@ GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
|
||||
MONO_RUN_DEPENDS= wine-mono-devel>0:emulators/wine-mono-devel
|
||||
|
||||
OSS_CONFIGURE_WITH= oss
|
||||
OSS_USES= gstreamer
|
||||
OSS_USES= gnome gstreamer
|
||||
OSS_USE= GNOME=glib20
|
||||
|
||||
V4L_CONFIGURE_WITH= v4l2
|
||||
V4L_BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat
|
||||
|
Loading…
Reference in New Issue
Block a user