summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2019-11-16 13:59:31 +0100
committerLars Wendler <polynomial-c@gentoo.org>2019-11-16 14:06:18 +0100
commit89b728157087cc8d7ab2466aae5a481dff91ef5e (patch)
tree43ec9e9e4e0695bd92253063e6c27e5c05ea947f
parentmedia-libs/alsa-ucm-conf: Initial commit (diff)
downloadgentoo-89b72815.tar.gz
gentoo-89b72815.tar.bz2
gentoo-89b72815.zip
media-libs/alsa-topology-conf: Initial commit
Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
-rw-r--r--media-libs/alsa-topology-conf/Manifest1
-rw-r--r--media-libs/alsa-topology-conf/alsa-topology-conf-1.2.1.ebuild24
-rw-r--r--media-libs/alsa-topology-conf/metadata.xml10
3 files changed, 35 insertions, 0 deletions
diff --git a/media-libs/alsa-topology-conf/Manifest b/media-libs/alsa-topology-conf/Manifest
new file mode 100644
index 000000000000..f433078a924c
--- /dev/null
+++ b/media-libs/alsa-topology-conf/Manifest
@@ -0,0 +1 @@
+DIST alsa-topology-conf-1.2.1.tar.xz 4904 BLAKE2B 17b1f26763fd6808be481fb95654b2852dbdcba2b989221fa106f0898d264c19f13fb870dc43ab9253624fd350d7406f13682feec7577bebf2efbf472b84838a SHA512 2a17493ba563ee45362e4d2e63fd432d63aed0c817cb42d204d64924f12451d7a03dfa947edf4eb1b644c42c93e15c5d4d4e19d8b942db6a847cfd104ba4ec73
diff --git a/media-libs/alsa-topology-conf/alsa-topology-conf-1.2.1.ebuild b/media-libs/alsa-topology-conf/alsa-topology-conf-1.2.1.ebuild
new file mode 100644
index 000000000000..3f6a8d38bc8f
--- /dev/null
+++ b/media-libs/alsa-topology-conf/alsa-topology-conf-1.2.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="ALSA ucm configuration files"
+HOMEPAGE="https://www.alsa-project.org"
+# WTF upstream!
+SRC_URI="https://www.alsa-project.org/files/pub/lib/${P}.tar.bz2 -> ${P}.tar.xz"
+LICENSE="GPL-2+"
+SLOT="0"
+
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="!<media-libs/alsa-lib-1.2.1"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}"
+
+src_install() {
+ insinto /usr/share/alsa
+ doins -r topology
+}
diff --git a/media-libs/alsa-topology-conf/metadata.xml b/media-libs/alsa-topology-conf/metadata.xml
new file mode 100644
index 000000000000..297da0425a02
--- /dev/null
+++ b/media-libs/alsa-topology-conf/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>alsa-bugs@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpe">cpe:/a:alsa-project:alsa-topology-conf</remote-id>
+ </upstream>
+</pkgmetadata>