public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/alsa-topology-conf/
Date: Sat, 16 Nov 2019 13:06:24 +0000 (UTC)	[thread overview]
Message-ID: <1573909578.89b728157087cc8d7ab2466aae5a481dff91ef5e.polynomial-c@gentoo> (raw)

commit:     89b728157087cc8d7ab2466aae5a481dff91ef5e
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 12:59:31 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 13:06:18 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89b72815

media-libs/alsa-topology-conf: Initial commit

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 media-libs/alsa-topology-conf/Manifest             |  1 +
 .../alsa-topology-conf-1.2.1.ebuild                | 24 ++++++++++++++++++++++
 media-libs/alsa-topology-conf/metadata.xml         | 10 +++++++++
 3 files changed, 35 insertions(+)

diff --git a/media-libs/alsa-topology-conf/Manifest b/media-libs/alsa-topology-conf/Manifest
new file mode 100644
index 00000000000..f433078a924
--- /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 00000000000..3f6a8d38bc8
--- /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 00000000000..297da0425a0
--- /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>


             reply	other threads:[~2019-11-16 13:06 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-16 13:06 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-11-16 13:15 [gentoo-commits] repo/gentoo:master commit in: media-libs/alsa-topology-conf/ Lars Wendler
2019-11-16 13:56 Lars Wendler
2019-11-18 21:29 Lars Wendler
2020-01-21  8:44 Agostino Sarubbo
2020-01-21 10:42 Agostino Sarubbo
2020-01-27 10:22 Mikle Kolyada
2020-02-11 13:30 Agostino Sarubbo
2020-02-20 15:49 Lars Wendler
2020-02-21 21:09 Matt Turner
2020-02-21 21:09 Matt Turner
2020-02-21 21:09 Matt Turner
2020-03-16  6:30 Matt Turner
2020-05-03 15:58 Andreas Sturmlechner
2020-05-04  6:40 Agostino Sarubbo
2020-05-04  6:43 Agostino Sarubbo
2020-05-04 15:51 Mikle Kolyada
2020-05-05 21:04 Mart Raudsepp
2020-05-05 21:15 Sergei Trofimovich
2020-05-06  7:01 Sergei Trofimovich
2020-05-06  7:18 Sergei Trofimovich
2020-05-06 17:34 Sergei Trofimovich
2020-06-02 12:13 Andreas Sturmlechner
2020-06-10  8:49 Lars Wendler
2020-10-18  0:18 Sam James
2020-10-18 15:24 Mikle Kolyada
2020-10-18 16:02 Thomas Deutschmann
2020-10-19  3:19 Sam James
2020-10-20  6:51 Sergei Trofimovich
2020-10-20  7:04 Sergei Trofimovich
2020-10-21  8:04 Lars Wendler
2020-11-08  0:32 Sam James
2020-11-08 10:24 Sam James
2021-05-25  8:25 Yixun Lan
2021-05-27 19:11 Sam James
2021-05-27 19:36 Sam James
2021-05-27 19:36 Sam James
2021-05-28 14:40 Sergei Trofimovich
2021-05-31 19:14 Tony Vroon
2021-06-05 20:09 Lars Wendler
2021-06-11  5:38 Sam James
2021-06-16 17:12 Lars Wendler
2021-06-16 17:17 Lars Wendler
2021-09-23  1:07 Matt Turner
2021-10-02 22:52 James Le Cuirot
2021-11-02  9:59 Sam James
2022-04-21 18:27 Arthur Zamarin
2022-04-21 18:48 Arthur Zamarin
2022-04-22 17:31 Arthur Zamarin
2022-04-22 17:31 Arthur Zamarin
2022-04-24  6:30 Agostino Sarubbo
2022-04-24  6:34 Agostino Sarubbo
2022-04-25 20:20 Arthur Zamarin
2022-05-04  4:01 Sam James
2022-05-17  7:56 WANG Xuerui
2022-07-29  2:54 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1573909578.89b728157087cc8d7ab2466aae5a481dff91ef5e.polynomial-c@gentoo \
    --to=polynomial-c@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox