From 3f7e6d08e51ac8a03d80d7cce3f88d9c996fa4a7 Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 14 Sep 2016 20:03:58 +0200 Subject: [PATCH] Add note about Gentoo packages --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ef2a32..997b863 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,12 @@ Taking advantage of padding is currently not supported when dealing with Ogg str dealing with raw FLAC streams). ## Download / binary repository -I currently provide packages for Arch Linux and Windows. For more information checkout my +I currently provide packages for Arch Linux and Windows. Sources for those packages can be found in a +separate [repository](https://github.com/Martchus/PKGBUILDs). For binaries checkout my [website](http://martchus.no-ip.biz/website/page.php?name=programming). +Gentoo packages are provided by perfect7gentleman. Checkout his [repository](https://github.com/perfect7gentleman/pg_overlay). + ## Usage The Tag Editor has a GUI (Qt 5) and a command line interface. For a C++ library interface checkout the underlying tagparser library. @@ -188,7 +191,7 @@ To build without GUI, add the following parameters to the CMake call: - Allow adding tags to specific streams when dealing with Ogg - Do tests with Matroska files which have multiple segments - Set tag information concurrently if multiple files have been specified (CLI) -- Support building in cue-sheet in flac +- Support adding cue-sheet to FLAC files ## Bugs - Large file information is not shown when using Qt WebEngine