FreeBSD Bugzilla – Attachment 168472 Details for
Bug 202588
multimedia/mpv OSS+CFLAGS = crash on i386
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch mpv add sdl2 support and remove temporal fix on x86
patch-mpv.diff (text/plain), 1.17 KB, created by
Carlos J. Puga Medina
on 2016-03-22 04:38:37 UTC
(
hide
)
Description:
patch mpv add sdl2 support and remove temporal fix on x86
Filename:
MIME Type:
Creator:
Carlos J. Puga Medina
Created:
2016-03-22 04:38:37 UTC
Size:
1.17 KB
patch
obsolete
>Index: multimedia/mpv/Makefile >=================================================================== >--- multimedia/mpv/Makefile (revision 411633) >+++ multimedia/mpv/Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTNAME= mpv > PORTVERSION= 0.16.0 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES= multimedia audio > >@@ -38,7 +39,7 @@ > --enable-libmpv-shared > > OPTIONS_DEFINE= ASS DOCS ENCA LCMS2 \ >- LIBGUESS LUAJIT UCHARDET ZSH >+ LIBGUESS LUAJIT UCHARDET SDL ZSH > OPTIONS_DEFAULT= ASS DVDREAD DVDNAV ENCA OPENGL \ > V4L VAAPI VDPAU X11 XINERAMA YTDL ZSH > OPTIONS_GROUP= IN VO AO >@@ -104,6 +105,10 @@ > PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio > PULSEAUDIO_CONFIGURE_OFF= --disable-pulse > >+SDL_USE= SDL=sdl2 >+SDL_CONFIGURE_ON= --enable-sdl2 >+SDL_CONFIGURE_OFF= --disable-sdl2 >+ > SMB_LIB_DEPENDS= libsmbclient.so:${PORTSDIR}/net/samba-libsmbclient > SMB_CONFIGURE_OFF= --disable-libsmbclient > >@@ -135,11 +140,6 @@ > > .include <bsd.port.options.mk> > >-# Fix crash on i386 >-.if ${ARCH} == "i386" >-CFLAGS:= ${CFLAGS:N-O*} -O0 >-.endif >- > post-patch: > @${REINPLACE_CMD} -e 's|/pkgconfig/mpv.pc|data/pkgconfig/mpv.pc|g' \ > ${WRKSRC}/wscript_build.py
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
Flags:
cpm
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 202588
:
160266
|
168472
|
168541