summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Rösner <rndxelement@protonmail.com>2024-02-01 19:27:27 +0100
committerJoonas Niilola <juippis@gentoo.org>2024-02-28 09:12:17 +0200
commit0d98f80e2a588522c5c810ddb123f9fb425e4556 (patch)
tree9b56727ec4d61fcbc85ad2eafd1ba615588f98b2
parentnet-misc/tinyssh: revbump due to implicit-function-declaration fix (diff)
downloadgentoo-0d98f80e2a588522c5c810ddb123f9fb425e4556.tar.gz
gentoo-0d98f80e2a588522c5c810ddb123f9fb425e4556.tar.bz2
gentoo-0d98f80e2a588522c5c810ddb123f9fb425e4556.zip
media-sound/alacenc: new package, add 0.4.0
Package for encoding audio into the ALAC format. Required by media-sound/flacon. I take maintainership for this package. Signed-off-by: Philipp Rösner <rndxelement@protonmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--media-sound/alacenc/Manifest1
-rw-r--r--media-sound/alacenc/alacenc-0.4.0.ebuild21
-rw-r--r--media-sound/alacenc/metadata.xml15
3 files changed, 37 insertions, 0 deletions
diff --git a/media-sound/alacenc/Manifest b/media-sound/alacenc/Manifest
new file mode 100644
index 000000000000..39da1dfe285c
--- /dev/null
+++ b/media-sound/alacenc/Manifest
@@ -0,0 +1 @@
+DIST alacenc-0.4.0.tar.gz 114463 BLAKE2B 6682a77d1df90f22969bbdf82b3ad273cac8855f245ff533b90e81a02952c9dc3f9f14f4e7ec23059ebe7ba9e3a7fff51f009dbe7ee945fca5a9a04d1f2fb8c9 SHA512 2a95725b6aa4ef3f42b2c8d379cd8a83dbf46d69faa0bd6a03bec4d0b56665b3d0716c76e9c7183096a0761d36a282a559f2e5c70f0a9aa1a9808587db004727
diff --git a/media-sound/alacenc/alacenc-0.4.0.ebuild b/media-sound/alacenc/alacenc-0.4.0.ebuild
new file mode 100644
index 000000000000..d1e6d081f081
--- /dev/null
+++ b/media-sound/alacenc/alacenc-0.4.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Encodes audio into the Apple Lossless Audio Codec (ALAC) format"
+HOMEPAGE="https://github.com/flacon/alacenc"
+SRC_URI="https://github.com/flacon/alacenc/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="virtual/pkgconfig"
+
+src_install() {
+ dobin "${BUILD_DIR}/alacenc"
+ einstalldocs
+}
diff --git a/media-sound/alacenc/metadata.xml b/media-sound/alacenc/metadata.xml
new file mode 100644
index 000000000000..9f443a92ed0a
--- /dev/null
+++ b/media-sound/alacenc/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person" proxied="yes">
+ <email>rndxelement@protonmail.com</email>
+ <name>Philipp Rösner</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">flacon/alacenc</remote-id>
+ </upstream>
+</pkgmetadata>