public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/alsaplayer/
Date: Sun, 28 Apr 2019 22:41:34 +0000 (UTC)	[thread overview]
Message-ID: <1556490904.ac80f5606d0000556caa4b7361a904ba79ab5092.pacho@gentoo> (raw)

commit:     ac80f5606d0000556caa4b7361a904ba79ab5092
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 28 22:35:04 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 28 22:35:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac80f560

media-sound/alsaplayer: Drop old

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 media-sound/alsaplayer/alsaplayer-0.99.81.ebuild | 83 ------------------------
 1 file changed, 83 deletions(-)

diff --git a/media-sound/alsaplayer/alsaplayer-0.99.81.ebuild b/media-sound/alsaplayer/alsaplayer-0.99.81.ebuild
deleted file mode 100644
index bc24c59aa7a..00000000000
--- a/media-sound/alsaplayer/alsaplayer-0.99.81.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools desktop
-
-DESCRIPTION="A heavily multi-threaded pluggable audio player"
-HOMEPAGE="http://www.alsaplayer.org/"
-SRC_URI="http://www.alsaplayer.org/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~mips ~ppc ~sparc x86"
-IUSE="+alsa audiofile doc flac gtk id3tag jack mad mikmod nas nls ogg opengl oss vorbis xosd"
-
-RDEPEND="
-	media-libs/libsndfile:=
-	sys-libs/zlib:=
-	alsa? ( media-libs/alsa-lib )
-	audiofile? ( media-libs/audiofile )
-	flac? ( media-libs/flac )
-	gtk? ( >=x11-libs/gtk+-2.10:2 )
-	id3tag? ( media-libs/libid3tag )
-	jack? ( >=media-sound/jack-audio-connection-kit-0.80 )
-	mad? ( media-libs/libmad )
-	mikmod? ( media-libs/libmikmod:0 )
-	nas? ( media-libs/nas )
-	ogg? ( media-libs/libogg )
-	opengl? ( virtual/opengl )
-	vorbis? ( media-libs/libvorbis )
-	xosd? ( x11-libs/xosd )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	doc? ( app-doc/doxygen )
-	nls? ( sys-devel/gettext )
-	oss? ( virtual/os-headers )"
-REQUIRED_USE="|| ( alsa jack nas oss )"
-
-src_prepare() {
-	default
-
-	sed -i \
-		-e 's:AM_CFLAGS = $(AM_CXXFLAGS)::' \
-		output/jack/Makefile.am || die
-
-	sed -i \
-		-e 's:-O2 -funroll-loops -finline-functions -ffast-math::' \
-		configure.ac || die
-
-	eautoreconf
-}
-
-src_configure() {
-	export ac_cv_prog_HAVE_DOXYGEN=$(usex doc true false)
-	export ac_cv_lib_xosd_xosd_create=$(usex xosd)
-
-	econf \
-		--disable-esd \
-		$(use_enable nls) \
-		$(use_enable opengl) \
-		$(use_enable mikmod) \
-		$(use_enable vorbis oggvorbis) \
-		$(use_enable audiofile) \
-		$(use_enable flac) \
-		$(use_enable mad) \
-		$(use_enable id3tag) \
-		$(use_enable gtk systray) \
-		$(use_enable jack) \
-		$(use_enable alsa) \
-		$(use_enable oss) \
-		$(use_enable gtk gtk2) \
-		$(use_enable nas)
-}
-
-src_install() {
-	default
-	dodoc docs/*.txt
-
-	newicon interface/gtk2/pixmaps/logo.xpm ${PN}.xpm
-
-	find "${D}" -name '*.la' -delete || die
-}


             reply	other threads:[~2019-04-28 22:41 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-28 22:41 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-13  1:50 [gentoo-commits] repo/gentoo:master commit in: media-sound/alsaplayer/ Sam James
2024-10-25 11:42 Arthur Zamarin
2024-10-07  8:47 Miroslav Šulc
2024-03-03  7:50 Sam James
2024-03-03  7:50 Sam James
2024-03-03  7:50 Sam James
2022-09-10  8:41 Sam James
2021-09-04 10:17 Yixun Lan
2021-08-16 21:28 Sam James
2021-03-09 17:42 Sam James
2020-09-05 17:30 Miroslav Šulc
2019-04-28 22:06 Thomas Deutschmann
2019-04-08 16:32 Aaron Bauman
2018-01-01 18:59 Miroslav Šulc
2017-12-02 16:38 David Seifert
2015-12-29 23:07 Michał Górny

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=1556490904.ac80f5606d0000556caa4b7361a904ba79ab5092.pacho@gentoo \
    --to=pacho@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