public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/zita-alsa-pcmi/
Date: Sat,  1 Jan 2022 08:37:58 +0000 (UTC)	[thread overview]
Message-ID: <1641026268.7604825bf6e07623f066f72a471975ba9b8b69f0.fordfrog@gentoo> (raw)

commit:     7604825bf6e07623f066f72a471975ba9b8b69f0
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  1 08:37:48 2022 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Jan  1 08:37:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7604825b

media-libs/zita-alsa-pcmi: bump to 0.4.0, removed unused eclass

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-libs/zita-alsa-pcmi/Manifest                 |  1 +
 .../zita-alsa-pcmi/zita-alsa-pcmi-0.4.0.ebuild     | 37 ++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/media-libs/zita-alsa-pcmi/Manifest b/media-libs/zita-alsa-pcmi/Manifest
index 905b030a2239..7a6978fcfc57 100644
--- a/media-libs/zita-alsa-pcmi/Manifest
+++ b/media-libs/zita-alsa-pcmi/Manifest
@@ -1 +1,2 @@
 DIST zita-alsa-pcmi-0.3.2.tar.bz2 21480 BLAKE2B dfd37f3cee647b7100ff1cb9f696ba7968bec4e6f11165955de67f38f48838f17c2efc0936780ce30ca0e2d7438b78ddd8a27960f6c54e7a8a5e87b1f9b50044 SHA512 9d6040d0ec636ebcf02a033cdc017105bbed8e0ddb99584890d8e027402a85791e0983a1a9cd677dc6f1da0ced530afb5e65a8e863329a5e785ef09e0b7124f0
+DIST zita-alsa-pcmi-0.4.0.tar.bz2 21673 BLAKE2B 16e4adb9e531e70528b6128997a2b899036e21bd00aed24ad257c1247c08b59f6a33c30b1d3ae22c29893fadb31af84fc3b336b405dc50c39b9ef6c9b2a90beb SHA512 e06ae18e657d75b354c7269fcf1a4ae56241e3efbb182c7a64611855a49e086028d4f9bd91a6bbe8da2a64357ab7190d6e0dc5ae38dc9c3457fc8ce256930a50

diff --git a/media-libs/zita-alsa-pcmi/zita-alsa-pcmi-0.4.0.ebuild b/media-libs/zita-alsa-pcmi/zita-alsa-pcmi-0.4.0.ebuild
new file mode 100644
index 000000000000..16433bb0bc29
--- /dev/null
+++ b/media-libs/zita-alsa-pcmi/zita-alsa-pcmi-0.4.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Provides easy access to ALSA PCM devices"
+HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/"
+SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE=""
+
+CDEPEND="media-libs/alsa-lib"
+DEPEND="${CDEPEND}"
+RDEPEND="${CDEPEND}"
+
+DOCS=( AUTHORS COPYING README )
+
+PATCHES=(
+	"${FILESDIR}/${PN}-0.3.2-Makefile.patch"
+)
+
+src_compile() {
+	tc-export CXX
+	cd "${S}"/source || "Failed to cd to sources dir"
+	emake PREFIX="${EPREFIX}/usr" LIBDIR="${EPREFIX}/usr/$(get_libdir)"
+}
+
+src_install() {
+	default
+	cd "${S}"/source || "Failed to cd to sources dir"
+	emake PREFIX="${EPREFIX}/usr" LIBDIR="${EPREFIX}/usr/$(get_libdir)" DESTDIR="${D}" install
+}


             reply	other threads:[~2022-01-01  8:38 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-01  8:37 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-10  6:05 [gentoo-commits] repo/gentoo:master commit in: media-libs/zita-alsa-pcmi/ Viorel Munteanu
2023-01-29  9:42 Miroslav Šulc
2023-01-28 19:03 Arthur Zamarin
2023-01-28  9:05 Arthur Zamarin
2023-01-28  9:05 Arthur Zamarin
2023-01-28  9:05 Arthur Zamarin
2023-01-28  9:05 Arthur Zamarin
2023-01-28  9:02 Arthur Zamarin
2023-01-28  9:02 Arthur Zamarin
2022-12-28  7:50 Miroslav Šulc
2022-08-19  5:15 Miroslav Šulc
2022-08-17 14:29 Sam James
2022-08-17  7:09 Agostino Sarubbo
2022-08-17  7:06 Agostino Sarubbo
2022-08-17  6:54 Arthur Zamarin
2022-08-17  6:54 Arthur Zamarin
2022-08-17  5:36 Arthur Zamarin
2022-08-17  5:36 Arthur Zamarin
2022-07-18  3:14 Miroslav Šulc
2022-02-02  8:29 Miroslav Šulc
2022-02-02  8:03 Agostino Sarubbo
2022-02-02  8:02 Agostino Sarubbo
2022-02-02  0:10 Sam James
2022-02-02  0:10 Sam James
2022-02-02  0:08 Sam James
2022-02-02  0:08 Sam James
2022-02-01 18:25 Jakov Smolić
2021-08-18  9:09 Marek Szuba
2020-10-07  6:54 Agostino Sarubbo
2020-10-07  6:53 Agostino Sarubbo
2020-10-07  6:50 Agostino Sarubbo
2020-10-06  4:54 Sam James
2020-10-06  4:42 Sam James
2020-08-31  2:52 Sam James
2020-08-30 18:30 Sam James
2020-08-25 12:46 Sam James
2020-08-14  8:16 Sergei Trofimovich
2019-12-24  8:09 Agostino Sarubbo
2019-12-18 14:57 Agostino Sarubbo
2019-11-17 13:18 Miroslav Šulc
2017-12-20 21:53 Sergei Trofimovich
2017-05-14 11:02 Michael Weber
2015-09-25 14:43 Agostino Sarubbo
2015-09-24 12:56 Agostino Sarubbo

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=1641026268.7604825bf6e07623f066f72a471975ba9b8b69f0.fordfrog@gentoo \
    --to=fordfrog@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