FreeBSD Bugzilla – Attachment 117638 Details for
Bug 159749
[patch] emulators/wine: fix pkg-plist, use PORTDOCS and PORTDATA
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
0001-TBC-emulators-wine-add-options-ALSA-MPG123-GSTREAMER.txt
0001-TBC-emulators-wine-add-options-ALSA-MPG123-GSTREAMER.txt (text/plain; charset=US-ASCII; name="0001-TBC-emulators-wine-add-options-ALSA-MPG123-GSTREAMER.txt"), 3.74 KB, created by
Anatoly Borodin
on 2011-08-14 00:23:17 UTC
(
hide
)
Description:
0001-TBC-emulators-wine-add-options-ALSA-MPG123-GSTREAMER.txt
Filename:
MIME Type:
Creator:
Anatoly Borodin
Created:
2011-08-14 00:23:17 UTC
Size:
3.74 KB
patch
obsolete
>From 3534212f8af32f4fb5d9b83357bebecccdbd8d04 Mon Sep 17 00:00:00 2001 >From: Anatoly Borodin <anatoly.borodin@gmail.com> >Date: Sat, 13 Aug 2011 06:03:04 +0200 >Subject: [PATCH 1/5] TBC: emulators/wine: add options ALSA, MPG123, GSTREAMER > >--- > emulators/wine/Makefile | 36 +++++++++++++++++++++++++++++++++--- > emulators/wine/pkg-plist | 6 ++++++ > 2 files changed, 39 insertions(+), 3 deletions(-) > >diff --git emulators/wine/Makefile emulators/wine/Makefile >index 3143ee6..cfc18fd 100644 >--- emulators/wine/Makefile >+++ emulators/wine/Makefile >@@ -33,7 +33,7 @@ GNU_CONFIGURE= yes > CONFIGURE_ARGS+=--verbose --disable-tests \ > --with-glu --with-opengl --with-xrandr \ > --without-capi --without-gphoto --without-gsm \ >- --without-mpg123 --with-oss --without-sane \ >+ --with-oss --without-sane \ > --without-v4l --without-xcomposite --without-xinerama > CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ > FLEX="${LOCALBASE}/bin/flex" >@@ -64,6 +64,9 @@ OPTIONS= CUPS "Use CUPS (Common UNIX Printing System)" Off \ > LDAP "Use LDAP" Off \ > LIBXSLT "Use libxslt (only used by msxml3.dll)" Off \ > OPENAL "Use OpenAL (3D audio library)" Off \ >+ ALSA "Use ALSA (winealsa.drv)" Off \ >+ MPG123 "Use mpg123 (winemp3.acm)" Off \ >+ GSTREAMER "Use GStreamer (winegstreamer.dll)" Off \ > WINEMAKER "Fully support winemaker (requires Perl)" Off > > .include <bsd.port.pre.mk> >@@ -106,10 +109,37 @@ CONFIGURE_ARGS+= --without-xslt > .ifdef WITH_OPENAL > CONFIGURE_ARGS+= --with-openal > USE_OPENAL= yes >-PLIST_SUB= OPENAL="" >+PLIST_SUB+= OPENAL="" > .else > CONFIGURE_ARGS+= --without-openal >-PLIST_SUB= OPENAL="@comment " >+PLIST_SUB+= OPENAL="@comment " >+.endif >+ >+.ifdef WITH_ALSA >+CONFIGURE_ARGS+= --with-alsa >+LIB_DEPENDS+= asound.2:${PORTSDIR}/audio/alsa-lib >+PLIST_SUB+= ALSA="" >+.else >+CONFIGURE_ARGS+= --without-alsa >+PLIST_SUB+= ALSA="@comment " >+.endif >+ >+.ifdef WITH_MPG123 >+CONFIGURE_ARGS+= --with-mpg123 >+LIB_DEPENDS+= mpg123.0:${PORTSDIR}/audio/mpg123 >+PLIST_SUB+= MPG123="" >+.else >+CONFIGURE_ARGS+= --without-mpg123 >+PLIST_SUB+= MPG123="@comment " >+.endif >+ >+.ifdef WITH_GSTREAMER >+CONFIGURE_ARGS+= --with-gstreamer >+USE_GSTREAMER= yes >+PLIST_SUB+= GSTREAMER="" >+.else >+CONFIGURE_ARGS+= --without-gstreamer >+PLIST_SUB+= GSTREAMER="@comment " > .endif > > .ifdef WITH_WINEMAKER >diff --git emulators/wine/pkg-plist emulators/wine/pkg-plist >index 9cd98c6..8b20563 100644 >--- emulators/wine/pkg-plist >+++ emulators/wine/pkg-plist >@@ -1237,6 +1237,7 @@ lib/wine/fakedlls/win87em.dll16 > lib/wine/fakedlls/winaspi.dll16 > lib/wine/fakedlls/windebug.dll16 > lib/wine/fakedlls/windowscodecs.dll >+%%ALSA%%lib/wine/fakedlls/winealsa.drv > lib/wine/fakedlls/wineboot.exe > lib/wine/fakedlls/winebrowser.exe > lib/wine/fakedlls/winecfg.exe >@@ -1245,9 +1246,11 @@ lib/wine/fakedlls/wined3d.dll > lib/wine/fakedlls/winedbg.exe > lib/wine/fakedlls/winedevice.exe > lib/wine/fakedlls/winefile.exe >+%%GSTREAMER%%lib/wine/fakedlls/winegstreamer.dll > lib/wine/fakedlls/winemapi.dll > lib/wine/fakedlls/winemenubuilder.exe > lib/wine/fakedlls/winemine.exe >+%%MPG123%%lib/wine/fakedlls/winemp3.acm > lib/wine/fakedlls/winemsibuilder.exe > lib/wine/fakedlls/wineoss.drv > lib/wine/fakedlls/winepath.exe >@@ -1733,6 +1736,7 @@ lib/wine/win87em.dll16.so > lib/wine/winaspi.dll16.so > lib/wine/windebug.dll16.so > lib/wine/windowscodecs.dll.so >+%%ALSA%%lib/wine/winealsa.drv.so > lib/wine/wineboot.exe.so > lib/wine/winebrowser.exe.so > lib/wine/winecfg.exe.so >@@ -1741,9 +1745,11 @@ lib/wine/wined3d.dll.so > lib/wine/winedbg.exe.so > lib/wine/winedevice.exe.so > lib/wine/winefile.exe.so >+%%GSTREAMER%%lib/wine/winegstreamer.dll.so > lib/wine/winemapi.dll.so > lib/wine/winemenubuilder.exe.so > lib/wine/winemine.exe.so >+%%MPG123%%lib/wine/winemp3.acm.so > lib/wine/winemsibuilder.exe.so > lib/wine/wineoss.drv.so > lib/wine/winepath.exe.so >-- >1.7.6 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 159749
:
117637
| 117638 |
117639
|
117640
|
117641
|
117642