commit:     40cd3b6f80e98d820ab0e4909477ed9113ab22d8
Author:     YOSHIOKA Takuma <lo48576 <AT> hard-wi <DOT> red>
AuthorDate: Sun Sep 13 09:45:39 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Sep 13 11:24:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=40cd3b6f

media-sound/loudgain: new package

Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: YOSHIOKA Takuma <lo48576 <AT> hard-wi.red>

 media-sound/loudgain/Manifest              |  1 +
 media-sound/loudgain/loudgain-0.6.8.ebuild | 29 +++++++++++++++++++++++++++++
 media-sound/loudgain/metadata.xml          | 14 ++++++++++++++
 3 files changed, 44 insertions(+)

diff --git a/media-sound/loudgain/Manifest b/media-sound/loudgain/Manifest
new file mode 100644
index 00000000..91a312e0
--- /dev/null
+++ b/media-sound/loudgain/Manifest
@@ -0,0 +1 @@
+DIST loudgain-0.6.8.tar.gz 27351854 BLAKE2B 
2f4cc5bb6d00a8b5a94183ca04041610ad629a7f869f4a474672316be4c8bb1bd6b1793cd1862f4c3e5b0e977b97d26047ec84792d67b1b4368bd21535c957fe
 SHA512 
e41bb6ee3dd85728b8b59b84a1371a88a439a30166db628fae70abe5c20cf9b6c450ee5b1aaa61c971de124cd9be9dbacac4b50f232f64c076d45aafc79ed94c

diff --git a/media-sound/loudgain/loudgain-0.6.8.ebuild 
b/media-sound/loudgain/loudgain-0.6.8.ebuild
new file mode 100644
index 00000000..e0cc9047
--- /dev/null
+++ b/media-sound/loudgain/loudgain-0.6.8.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Versatile ReplayGain 2.0 loudness normalizer"
+HOMEPAGE="https://github.com/Moonbase59/loudgain";
+SRC_URI="https://github.com/Moonbase59/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+#REQUIRED_USE=""
+
+COMMON_DEPEND="
+       media-video/ffmpeg
+       media-libs/libebur128
+       media-libs/taglib
+"
+RDEPEND="${COMMON_DEPEND}"
+DEPEND="${COMMON_DEPEND}"
+
+src_install() {
+       cmake_src_install
+       dodoc README.md
+}

diff --git a/media-sound/loudgain/metadata.xml 
b/media-sound/loudgain/metadata.xml
new file mode 100644
index 00000000..b49821fb
--- /dev/null
+++ b/media-sound/loudgain/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>lo48...@hard-wi.red</email>
+               <name>YOSHIOKA Takuma</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">Moonbase59/loudgain</remote-id>
+       </upstream>
+       <longdescription lang="en">
+               loudgain is a versatile ReplayGain 2.0 loudness normalizer, 
based on the EBU R128/ITU BS.1770 standard (-18 LUFS) and supports 
FLAC/Ogg/MP2/MP3/MP4/M4A/ALAC/Opus/ASF/WMA/WAV/WavPack/AIFF/APE audio files. It 
uses the well-known mp3gain commandline syntax but will never modify the actual 
audio data.
+       </longdescription>
+</pkgmetadata>

Reply via email to