X.Org Fonts meta package has been installed.
Currently, the following packages are part of this meta package:
font-util
encodings
font-adobe-100dpi
font-adobe-75dpi
font-adobe-utopia-100dpi
font-adobe-utopia-75dpi
X.Org Fonts meta package has been installed.
Currently, the following packages are part of this meta package:
font-util
encodings
font-adobe-100dpi
font-adobe-75dpi
font-adobe-utopia-100dpi
font-adobe-utopia-75dpi
X.Org Applications meta package has been installed.
Currently, the following packages are part of this meta package:
bdftopcf
iceauth
luit
mkfontdir
mkfontscale
sessreg
| diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt | |
| index d6a35f8..2be379a 100644 | |
| --- a/lib/CMakeLists.txt | |
| +++ b/lib/CMakeLists.txt | |
| @@ -90,6 +90,12 @@ if ( APPLE AND (LIBCXX_CXX_ABI_LIBNAME STREQUAL "libcxxabi" OR | |
| set(LIBCXX_LIBCPPABI_VERSION "2") | |
| endif() | |
| + if (DEFINED LIBCXX_CXX_ABI_LIBRARY_PATH) | |
| + set(OSX_ABI_LIBRARY_PATH "${LIBCXX_CXX_ABI_LIBRARY_PATH}/libc++abi.dylib") |
| /* ladspa.h | |
| Linux Audio Developer's Simple Plugin API Version 1.1[LGPL]. | |
| Copyright (C) 2000-2002 Richard W.E. Furse, Paul Barton-Davis, | |
| Stefan Westerfeld. | |
| This library is free software; you can redistribute it and/or | |
| modify it under the terms of the GNU Lesser General Public License | |
| as published by the Free Software Foundation; either version 2.1 of | |
| the License, or (at your option) any later version. |
| #!/bin/bash | |
| # (Fun) fact: we are calling 'exit' many times throughout the script | |
| # Consequence: we have to make sure that the script is NOT sourced | |
| if [[ $(basename -- $0) != $(basename -- ${BASH_SOURCE[0]}) ]]; then | |
| # echo "Please call this script as 'bash ${BASH_SOURCE[0]}'" >&2; | |
| echo "Calling this script via bash" | |
| bash "${BASH_SOURCE[0]}" | |
| return 0; | |
| fi |
| linuxbrew/xorg/xorg (required dependencies) | |
| βββ linuxbrew/xorg/xtrans | |
| β βββ pkg-config | |
| β βββ gpatch | |
| β βββ xz | |
| βββ linuxbrew/xorg/libx11 | |
| β βββ pkg-config | |
| β βββ linuxbrew/xorg/util-macros | |
| β βββ linuxbrew/xorg/xextproto | |
| β β βββ pkg-config |
| #!/bin/bash | |
| cleanup () { | |
| brew remove --force $(brew list) &>/dev/null | |
| brew cleanup &>/dev/null | |
| } | |
| cleanup_int () { | |
| trap 'echo "CTRL + C is disabled during cleanup"' INT | |
| echo "initiating cleanup" |
| Homebrew build logs for pypy on 4.9.87-linuxkit-aufs | |
| Build date: 2018-06-22 22:43:27 |
| Homebrew build logs for pypy on macOS 10.13.5 | |
| Build date: 2018-06-23 14:17:41 |
| Homebrew build logs for pulseaudio on 4.9.87-linuxkit-aufs | |
| Build date: 2018-06-24 18:09:27 |