diff options
author | John Vogel <jvogel4@stny.rr.com> | 2015-06-22 10:54:12 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-22 10:54:12 +0700 |
commit | 84046265d6668e76ffe6526c58365be74a0a7467 (patch) | |
tree | 352b01b2fb991092b10706b1842911155475ba6f /multimedia/mpv/README | |
parent | 6597f565d46b28dee5615456b0f71b3583b2e59c (diff) | |
download | slackbuilds-84046265d6668e76ffe6526c58365be74a0a7467.tar.gz |
multimedia/mpv: Updated for version 0.9.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/mpv/README')
-rw-r--r-- | multimedia/mpv/README | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/multimedia/mpv/README b/multimedia/mpv/README index cf61c0dc2f..8fc4923a2b 100644 --- a/multimedia/mpv/README +++ b/multimedia/mpv/README @@ -22,18 +22,24 @@ NUMJOBS: The default number of jobs to be run during the build process is set to 1; To override, set NUMJOBS to your preference prior to or at build time. If you run into suspected bugs with mpv, I recommend first building and installing -mpv with NUMJOBS set to the default of 1. +mpv with NUMJOBS set to the default of 1. e.g.: + +~# NUMJOBS=2 sh mpv.SlackBuild + +or, if you use fakeroot to build packages: + +~# fakeroot env NUMJOBS=2 sh mpv.SlackBuild BUILD_OPTS: To override the default for build options, set the shell variable BUILD_OPTS prior to or at build time. For example, to enable cdda and openal, which are disabled by default, you could use the following: -~# BUILD_OPTS="--enable-cdda --enable-openal" ./mpv.SlackBuild +~# BUILD_OPTS="--enable-cdda --enable-openal" sh mpv.SlackBuild or, if you use fakeroot to build packages: -~$ fakeroot env BUILD_OPTS="--enable-cdda --enable-openal" ./mpv.SlackBuild +~$ fakeroot env BUILD_OPTS="--enable-cdda --enable-openal" sh mpv.SlackBuild The following list is meant as a note to myself of build options or optional dependencies currently unavailable via full Slackware installation and from SBo: |