Revision: 138222 https://trac.macports.org/changeset/138222 Author: ionic@macports.org Date: 2015-07-02 09:14:53 -0700 (Thu, 02 Jul 2015) Log Message: ----------- mpv: whitespace and notes formatting changes only. Let port format notes when appropriate. Modified Paths: -------------- trunk/dports/multimedia/mpv/Portfile Modified: trunk/dports/multimedia/mpv/Portfile =================================================================== --- trunk/dports/multimedia/mpv/Portfile 2015-07-02 16:14:19 UTC (rev 138221) +++ trunk/dports/multimedia/mpv/Portfile 2015-07-02 16:14:53 UTC (rev 138222) @@ -64,7 +64,7 @@ --disable-vda-hwaccel \ --disable-vda-gl -# mpv autodetects many support libs. To prevent undeclared +# mpv autodetects many support libs. To prevent undeclared # dependencies, explicitly disable everything optional first. # This list should be expanded each time the port is updated to a # new version, disabling any newly added options. @@ -143,15 +143,15 @@ } platform darwin { - notes-append " - The maintainer ships his personal config file in - * ${prefix}/share/examples/${name}/config-maintainer. + notes-append { + The maintainer ships his personal config file in + * ${prefix}/share/examples/${name}/config-maintainer. - You are strongly encouraged to copy this file to either - * ${prefix}/etc/${name}/${name}.conf (globally for all users of the system) or - * ~/.${name}/config (only for your current user) - and adjust it to your needs. - " + You are strongly encouraged to copy this file to either + * ${prefix}/etc/${name}/${name}.conf (globally for all users of the system) or + * ~/.${name}/config (only for your current user) + and adjust it to your needs. + } # VDA (video hardware acceleration, mostly H264) is only supported on 10.6.3+ if {${os.major} > 10 || (${os.major} == 10 && ${os.minor} >= 3)} { @@ -161,16 +161,16 @@ --enable-vda-gl notes-append { - This config file already defines the necessary video output settings to make - use of the hardware acceleration features provided by your operating system. + This config file already defines the necessary video output settings to make \ + use of the hardware acceleration features provided by your operating system. } } else { notes-append { - Sadly, your system is incapable of utilizing mpv's hardware decoding features. + Sadly, your system is incapable of utilizing mpv's hardware decoding features. - Please make sure to edit the file after copying and replace the "vo=" line with - options suited for your system or mpv won't work as expected. - Consult ``man mpv'' for further information. + Please make sure to edit the file after copying and replace the "vo=" line with \ + options suited for your system or mpv won't work as expected. \ + Consult ``man mpv'' for further information. } } @@ -200,12 +200,12 @@ #patch-video_out_cocoa_common.m-use-deprecated-ColorSync-functions.diff notes-append { - On systems older than Lion (10.7), Cocoa output support is currently - being patched by the MacPorts maintainer to make it work. + On systems older than Lion (10.7), Cocoa output support is currently \ + being patched by the MacPorts maintainer to make it work. - It is known to be broken. + It is known to be broken. - Please do not expect it to work or be bug free. + Please do not expect it to work or be bug free. } } @@ -319,12 +319,12 @@ # Remove after 06-28-2016. variant lirc description {Legacy compatibility variant for Linux Infrared Remote Control Daemon support. Will be removed soon.} { - notes-append " - You have enabled the legacy lirc variant. - Upstream removed built-in support for LIRC in version 0.9.0. - You can still use remote controls. Install the lirc port manually - and configure your remotes as an input device. - " + notes-append { + You have enabled the legacy lirc variant. \ + Upstream removed built-in support for LIRC in version 0.9.0. \ + You can still use remote controls. Install the lirc port manually \ + and configure your remotes as an input device. + } } variant dvd description {Enable DVD and DeCSS support} { @@ -350,13 +350,13 @@ # Remove after 06-28-2016. variant mp3 description {Legacy compatibility variant for MP3 support via mpg123. Will be removed soon.} { - notes-append " - You have enabled the legacy mp3 variant. - Upstream ceased using mpg123 in version 0.8.0 and removed support - completely in 0.9.0. - Decoding and playback of MP3 content is still available via - ffmpeg, so no action is needed on your side. - " + notes-append { + You have enabled the legacy mp3 variant. \ + Upstream ceased using mpg123 in version 0.8.0 and removed support \ + completely in 0.9.0. \ + Decoding and playback of MP3 content is still available via \ + ffmpeg, so no action is needed on your side. + } } variant rubberband description {Enable support for the Rubber Band library, adding audio pitch and speed control} {