FreeBSD Bugzilla – Attachment 245192 Details for
Bug 273987
emulators/wine-devel: Update to 8.16 and some additional patches
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to enable gstreamer
gstreamer.patch (text/plain), 2.13 KB, created by
Sean Farley
on 2023-09-24 16:30:47 UTC
(
hide
)
Description:
Patch to enable gstreamer
Filename:
MIME Type:
Creator:
Sean Farley
Created:
2023-09-24 16:30:47 UTC
Size:
2.13 KB
patch
obsolete
>diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile >index a891eb7f1465..e8e7b8f74f1f 100644 >--- a/emulators/wine-devel/Makefile >+++ b/emulators/wine-devel/Makefile >@@ -19,7 +19,7 @@ BROKEN_i386= fails to build: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=2 > BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex llvm${_LLVM_VERSION}>=0:devel/llvm${_LLVM_VERSION} > > USES= bison cpe desktop-file-utils gmake localbase \ >- pkgconfig sdl shebangfix tar:xz >+ pkgconfig sdl shebangfix tar:xz gstreamer > USE_GCC= yes > USE_SDL= sdl2 > >@@ -37,7 +37,6 @@ CONFIGURE_ARGS+=--verbose \ > --without-gettext --without-gettextpo \ > --without-gphoto \ > --without-gssapi \ >- --without-gstreamer \ > --without-inotify \ > --without-krb5 \ > --with-mingw CROSSCC="clang" CROSSCFLAGS="-isystem ${FILESDIR}/clang" \ >diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist >index 9eda1b4ec30e..fe3160d1f7a9 100644 >--- a/emulators/wine-devel/pkg-plist >+++ b/emulators/wine-devel/pkg-plist >@@ -1637,6 +1637,7 @@ lib/wine/%%WINEARCH%%-unix/libgdi32.a > lib/wine/%%WINEARCH%%-unix/libgdiplus.a > lib/wine/%%WINEARCH%%-unix/libglu32.a > lib/wine/%%WINEARCH%%-unix/libhal.a >+lib/wine/%%WINEARCH%%-unix/libwinegstreamer.a > lib/wine/%%WINEARCH%%-unix/libhid.a > lib/wine/%%WINEARCH%%-unix/libhidclass.a > lib/wine/%%WINEARCH%%-unix/libhidparse.a >@@ -2134,6 +2135,8 @@ lib/wine/%%WINEARCH%%-unix/wined3d.dll.so > lib/wine/%%WINEARCH%%-unix/winedbg.exe.so > lib/wine/%%WINEARCH%%-unix/winedevice.exe.so > lib/wine/%%WINEARCH%%-unix/winefile.exe.so >+lib/wine/%%WINEARCH%%-unix/winegstreamer.dll.so >+lib/wine/%%WINEARCH%%-unix/winegstreamer.so > lib/wine/%%WINEARCH%%-unix/winehid.sys.so > lib/wine/%%WINEARCH%%-unix/winemapi.dll.so > lib/wine/%%WINEARCH%%-unix/winemenubuilder.exe.so >@@ -2904,6 +2907,7 @@ lib/wine/%%WINEARCH%%-windows/wined3d.dll > lib/wine/%%WINEARCH%%-windows/winedbg.exe > lib/wine/%%WINEARCH%%-windows/winedevice.exe > lib/wine/%%WINEARCH%%-windows/winefile.exe >+lib/wine/%%WINEARCH%%-windows/winegstreamer.dll > lib/wine/%%WINEARCH%%-windows/winehid.sys > lib/wine/%%WINEARCH%%-windows/winemapi.dll > lib/wine/%%WINEARCH%%-windows/winemenubuilder.exe
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 273987
:
245080
|
245124
|
245167
|
245192
|
245706