public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/snapcast/
Date: Thu, 12 Aug 2021 19:59:37 +0000 (UTC)	[thread overview]
Message-ID: <1628798368.8a32c001ef4f668346523f682efc7c92060c8f61.soap@gentoo> (raw)

commit:     8a32c001ef4f668346523f682efc7c92060c8f61
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Thu Aug 12 19:59:28 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Aug 12 19:59:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a32c001

media-sound/snapcast: Remove old 0.20.0

Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-sound/snapcast/Manifest               |  1 -
 media-sound/snapcast/snapcast-0.20.0.ebuild | 74 -----------------------------
 2 files changed, 75 deletions(-)

diff --git a/media-sound/snapcast/Manifest b/media-sound/snapcast/Manifest
index 8a10ad86b3c..2cae29abe32 100644
--- a/media-sound/snapcast/Manifest
+++ b/media-sound/snapcast/Manifest
@@ -1,2 +1 @@
-DIST snapcast-0.20.0.tar.gz 729346 BLAKE2B 01a937b74d12f40717cec049e9af0c03f01cc957a97aa0c7316cac2c90f29d8a79dae99a0ae390b72e1a6ff8dce8e6134d40c83ac051641a97bbcd8df90ef64e SHA512 55542a5d915e359b4d8dcb69292dc8ee61067c5b35318151542d875b47a357b8713780ec03fb247ee424645457e68371499e84bae38fbb197737b1369dc7b622
 DIST snapcast-0.25.0.tar.gz 1412827 BLAKE2B 54d0c7b4fd20ec7d7ea414ed9915da9458c0875e5ca0277ba9c4d1415d50b0ef5940530ede3a09fe7d6bb94c7b17c7d0c6194105aa88a9719506f7494e79c723 SHA512 bc5e0540574f96a73971bae4b185a96f8ce0ca6619a51d9418368cf19f1e5b5248052a3a1e8922a15ba6b54dc8c3234c2f800fa2951fa5e97b9dd5610f78419d

diff --git a/media-sound/snapcast/snapcast-0.20.0.ebuild b/media-sound/snapcast/snapcast-0.20.0.ebuild
deleted file mode 100644
index 8a3f6d75f94..00000000000
--- a/media-sound/snapcast/snapcast-0.20.0.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Synchronous multi-room audio player"
-HOMEPAGE="https://github.com/badaix/snapcast"
-
-if [[ ${PV} == 9999 ]] ; then
-	inherit git-r3
-
-	EGIT_REPO_URI="https://github.com/badaix/snapcast.git"
-	EGIT_BRANCH="develop"
-else
-	SRC_URI="https://github.com/badaix/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE="+client +expat +flac +opus +server static-libs tremor +vorbis +zeroconf"
-
-REQUIRED_USE="|| ( server client )"
-
-RDEPEND="client? (
-		acct-user/snapclient
-		media-libs/alsa-lib )
-	expat? ( dev-libs/expat )
-	flac? ( media-libs/flac )
-	opus? ( media-libs/opus )
-	server? (
-		acct-group/snapserver
-		acct-user/snapserver )
-	tremor? ( media-libs/tremor )
-	vorbis? ( media-libs/libvorbis )
-	zeroconf? ( net-dns/avahi[dbus] )"
-DEPEND="${RDEPEND}
-	>=dev-cpp/aixlog-1.2.1
-	>=dev-cpp/asio-1.12.1
-	>=dev-cpp/popl-1.2.0"
-
-PATCHES=( "${FILESDIR}"/${P}-gcc-11.patch )
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_CLIENT=$(usex client)
-		-DBUILD_WITH_EXPAT=$(usex expat)
-		-DBUILD_WITH_FLAC=$(usex flac)
-		-DBUILD_WITH_OPUS=$(usex opus)
-		-DBUILD_SERVER=$(usex server)
-		-DBUILD_STATIC_LIBS=$(usex static-libs)
-		-DBUILD_TESTS=no
-		-DBUILD_WITH_TREMOR=$(usex tremor)
-		-DBUILD_WITH_VORBIS=$(usex vorbis)
-		-DBUILD_WITH_AVAHI=$(usex zeroconf)
-	)
-
-	cmake_src_configure
-}
-
-src_install() {
-	cmake_src_install
-
-	for bin in server client ; do
-		if use ${bin} ; then
-			doman "${bin}/snap${bin}.1"
-
-			newconfd "${FILESDIR}/snap${bin}.confd" "snap${bin}"
-			newinitd "${FILESDIR}/snap${bin}.initd" "snap${bin}"
-		fi
-	done
-}


             reply	other threads:[~2021-08-12 19:59 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-12 19:59 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-18 18:55 [gentoo-commits] repo/gentoo:master commit in: media-sound/snapcast/ Jakov Smolić
2023-03-29 20:25 Sam James
2023-03-29 14:33 Sam James
2023-03-29 14:33 Sam James
2023-03-29 14:33 Sam James
2023-02-23 12:16 Jakov Smolić
2023-02-23 12:16 Jakov Smolić
2023-01-14 13:28 Sam James
2023-01-14 13:28 Sam James
2023-01-14 12:12 Arthur Zamarin
2023-01-14 12:12 Arthur Zamarin
2022-10-03 14:48 Agostino Sarubbo
2022-10-03  8:30 Agostino Sarubbo
2022-08-31  2:47 Sam James
2022-08-31  2:47 Sam James
2022-06-02 12:04 Jakov Smolić
2022-03-25 19:41 Jakov Smolić
2022-02-03 15:18 Jakov Smolić
2022-01-19 17:09 Marek Szuba
2022-01-13 10:39 Jakov Smolić
2022-01-13 10:39 Jakov Smolić
2021-10-05  7:17 Jakov Smolić
2021-07-29 10:46 Joonas Niilola
2021-07-29 10:46 Joonas Niilola
2020-11-10 11:52 Joonas Niilola
2020-11-10 11:52 Joonas Niilola
2020-11-10 11:52 Joonas Niilola
2020-11-10 11:52 Joonas Niilola
2020-08-30  8:18 Joonas Niilola
2018-12-07 16:22 Michał Górny
2018-10-17 14:03 Mikle Kolyada
2018-10-10 13:57 Thomas Deutschmann
2018-10-07 17:55 Thomas Deutschmann

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=1628798368.8a32c001ef4f668346523f682efc7c92060c8f61.soap@gentoo \
    --to=soap@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