FreeBSD Bugzilla – Attachment 160179 Details for
Bug 202549
[patch] x11/xpra: pass stage-qa, drop optional runtime dependency on pulseaudio
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
x11/xpra improvement patch
x11_xpra.patch (text/plain), 2.25 KB, created by
Matthew Rezny
on 2015-08-21 15:40:49 UTC
(
hide
)
Description:
x11/xpra improvement patch
Filename:
MIME Type:
Creator:
Matthew Rezny
Created:
2015-08-21 15:40:49 UTC
Size:
2.25 KB
patch
obsolete
>Index: x11/xpra/Makefile >=================================================================== >--- x11/xpra/Makefile (revision 394917) >+++ x11/xpra/Makefile (working copy) >@@ -14,7 +14,6 @@ > BUILD_DEPENDS= cython:${PORTSDIR}/lang/cython \ > ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 > RUN_DEPENDS= ${PYTHON_SITELIBDIR}/lz4.so:${PORTSDIR}/archivers/py-lz4 \ >- pulseaudio:${PORTSDIR}/audio/pulseaudio \ > ${PYTHON_SITELIBDIR}/rencode/__init__.py:${PORTSDIR}/converters/py-rencode \ > ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus \ > ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-opengl \ >@@ -37,7 +36,7 @@ > libx264.so:${PORTSDIR}/multimedia/libx264 \ > libx265.so:${PORTSDIR}/multimedia/x265 > >-USES= pkgconfig python tar:xz >+USES= desktop-file-utils pkgconfig python shared-mime-info tar:xz > USE_PYTHON= distutils > USE_XORG= x11 xcomposite xdamage xfixes xkbfile xrandr xtst > PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHON_VER=${PYTHON_VER} >@@ -49,6 +48,7 @@ > ${WRKSRC}/xpra/platform/pycups_printing.py > > post-install: >+ ${RM} ${STAGEDIR}${ETCDIR}/xorg.conf ${STAGEDIR}${ETCDIR}/xpra.conf > ${INSTALL_DATA} ${WRKSRC}/etc/xpra/xorg.conf \ > ${STAGEDIR}${ETCDIR}/xorg.conf.sample > ${INSTALL_DATA} ${WRKSRC}/build/etc/xpra/xpra.conf \ >Index: x11/xpra/pkg-message >=================================================================== >--- x11/xpra/pkg-message (revision 0) >+++ x11/xpra/pkg-message (working copy) >@@ -0,0 +1,14 @@ >+============================================================================== >+x11/xpra install note: >+ >+Requirements for sound forwarding: >+* a client with sound output of any kind (even virtual) >+* a server with pulseaudio installed (for going beyond the simple test step) >+* users must be "pulseaudio-enabled" - whatever that means in terms of >+ permissions and user setup (policy, user group, etc) >+ >+The runtime dependency on pulseaudio has been dropped from this port since it >+is strictly optional at runtime. If you want to forward sound from the server, >+then pulseaudio must be installed and configured for use. Pulseaudio is >+supported for client side but not required for any feature to function. >+==============================================================================
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 202549
:
160179
|
162005
|
162008
|
162009