From 7dfb68fb1a342adbdc3dda65ec1320f65f1e072c Mon Sep 17 00:00:00 2001 From: Levi Webb Date: Fri, 5 Oct 2018 21:38:40 -0700 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d807f92..5d1b5e4 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ The below copyright notice applies for the original versions of these files: `Copyright (c) 2015 Karl Stavestrand ` -The modified files are relicensed under the terms of the GPLv3. The MIT license is included for your convience and to satisfy the requirements of the original license, although it (no longer) applies to any code in this repository. You will find the original copyright notice and MIT license in the `LICENSE_ORIGINAL` file. +The modified files are relicensed under the terms of the GPLv3. The MIT license is included for your convience and to satisfy the requirements of the original license, although it no longer applies to any code in this repository. You will find the original copyright notice and MIT license in the `LICENSE_ORIGINAL` file. The below copyright applies for the modifications to the files listed above, and the remaining sources in the repository: From 1c2f36221992e0a077d69481fb26095618f9d9e9 Mon Sep 17 00:00:00 2001 From: Robin B Date: Sat, 6 Oct 2018 19:28:32 +0200 Subject: [PATCH 2/3] README: Add required X extensions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d1b5e4..b9437c3 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ You can pass `BUILD=debug` to the makefile for debug builds of both glad and gla **Requirements:** -- X11 +- X11 (Xext, Xcomposite, & Xrender) - PulseAudio - Linux or BSD From 437aa146a4f6c8676c638adce50aab6f56f9932d Mon Sep 17 00:00:00 2001 From: Robin B Date: Sat, 6 Oct 2018 20:41:11 +0200 Subject: [PATCH 3/3] README: Mention Arch Linux binary release (community) GLava is now part of the official Arch Linux [community] repository, maintained by me --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d1b5e4..75e6507 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **GLava** is an OpenGL audio spectrum visualizer. Its primary use case is for desktop windows or backgrounds. Displayed to the left is the `radial` shader module, and [here is a demonstration video](https://streamable.com/dgpj8). Development is active, and reporting issues is encouranged. -**Compiling** (Or use the [`glava-git` AUR package](https://aur.archlinux.org/packages/glava-git/))**:** +**Compiling** (Or use the Arch Linux [`glava` package](https://www.archlinux.org/packages/community/x86_64/glava/), or the [`glava-git` AUR package](https://aur.archlinux.org/packages/glava-git/))**:** ```bash $ git clone --recursive https://github.com/wacossusca34/glava