public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jakov Smolić" <jsmolic@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/snapcast/
Date: Thu, 23 Feb 2023 12:16:47 +0000 (UTC)	[thread overview]
Message-ID: <1677154592.80dfd5835fd5be4f9d861c8f0ec77092a969543d.jsmolic@gentoo> (raw)

commit:     80dfd5835fd5be4f9d861c8f0ec77092a969543d
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 11:37:23 2023 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 12:16:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80dfd583

media-sound/snapcast: drop 0.26.0-r1

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 media-sound/snapcast/snapcast-0.26.0-r1.ebuild | 69 --------------------------
 1 file changed, 69 deletions(-)

diff --git a/media-sound/snapcast/snapcast-0.26.0-r1.ebuild b/media-sound/snapcast/snapcast-0.26.0-r1.ebuild
deleted file mode 100644
index e823609c9f15..000000000000
--- a/media-sound/snapcast/snapcast-0.26.0-r1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Synchronous multi-room audio player"
-HOMEPAGE="https://github.com/badaix/snapcast"
-SRC_URI="https://github.com/badaix/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 ~riscv x86"
-IUSE="+client +expat +flac +opus +server tremor +vorbis +zeroconf"
-REQUIRED_USE="|| ( server client )"
-
-RDEPEND="
-	dev-libs/boost:=
-	media-libs/alsa-lib
-	client? ( acct-user/snapclient )
-	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
-"
-
-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=no
-		-DBUILD_TESTS=no
-		-DBUILD_WITH_TREMOR=$(usex tremor)
-		-DBUILD_WITH_VORBIS=$(usex vorbis)
-		-DBUILD_WITH_AVAHI=$(usex zeroconf)
-		-DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc"
-	)
-
-	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:[~2023-02-23 12:16 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-23 12:16 Jakov Smolić [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-25 16:18 [gentoo-commits] repo/gentoo:master commit in: media-sound/snapcast/ Arthur Zamarin
2025-06-25 16:18 Arthur Zamarin
2025-06-19  8:00 Joonas Niilola
2025-06-19  8:00 Joonas Niilola
2025-04-26  6:06 Arthur Zamarin
2025-04-26  1:54 Sam James
2025-04-26  1:45 Sam James
2025-04-26  1:17 Sam James
2024-06-18 18:55 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-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-08-12 19:59 David Seifert
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=1677154592.80dfd5835fd5be4f9d861c8f0ec77092a969543d.jsmolic@gentoo \
    --to=jsmolic@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