public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/pianobar: ChangeLog pianobar-2011.11.09.ebuild pianobar-2011.09.22.ebuild
@ 2011-11-09 23:27 Tim Harder (radhermit)
  0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2011-11-09 23:27 UTC (permalink / raw
  To: gentoo-commits

radhermit    11/11/09 23:27:07

  Modified:             ChangeLog
  Added:                pianobar-2011.11.09.ebuild
  Removed:              pianobar-2011.09.22.ebuild
  Log:
  Version bump and remove old.
  
  (Portage version: 2.2.0_alpha72/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  media-sound/pianobar/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pianobar/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pianobar/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pianobar/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/pianobar/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	22 Sep 2011 18:16:52 -0000	1.8
+++ ChangeLog	9 Nov 2011 23:27:06 -0000	1.9
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/pianobar
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pianobar/ChangeLog,v 1.8 2011/09/22 18:16:52 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pianobar/ChangeLog,v 1.9 2011/11/09 23:27:06 radhermit Exp $
+
+*pianobar-2011.11.09 (09 Nov 2011)
+
+  09 Nov 2011; Tim Harder <radhermit@gentoo.org> -pianobar-2011.09.22.ebuild,
+  +pianobar-2011.11.09.ebuild:
+  Version bump and remove old.
 
   22 Sep 2011; Tim Harder <radhermit@gentoo.org>
   -pianobar-2011.07.09-r1.ebuild,



1.1                  media-sound/pianobar/pianobar-2011.11.09.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pianobar/pianobar-2011.11.09.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pianobar/pianobar-2011.11.09.ebuild?rev=1.1&content-type=text/plain

Index: pianobar-2011.11.09.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/pianobar/pianobar-2011.11.09.ebuild,v 1.1 2011/11/09 23:27:06 radhermit Exp $

EAPI=4

inherit toolchain-funcs flag-o-matic eutils

DESCRIPTION="A console-based replacement for Pandora's flash player"
HOMEPAGE="http://6xq.net/projects/pianobar/"
SRC_URI="http://6xq.net/static/projects/${PN}/${P}.tar.bz2"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="aac +mp3"

DEPEND="media-libs/libao
	aac? ( media-libs/faad2 )
	mp3? ( media-libs/libmad )"
RDEPEND="${DEPEND}"

REQUIRED_USE="|| ( mp3 aac )"

src_prepare() {
	epatch "${FILESDIR}"/${PN}-2011.07.09-tests.patch
}

src_compile() {
	local myconf=""
	! use aac && myconf+=" DISABLE_FAAD=1"
	! use mp3 && myconf+=" DISABLE_MAD=1"

	append-cflags -std=c99
	tc-export CC
	emake ${myconf}
}

src_test() {
	cp src/libwaitress/waitress.c src/libwaitress/waitress-test.c
	emake test
}

src_install() {
	emake DESTDIR="${D}" PREFIX=/usr install
	dodoc ChangeLog README

	docinto contrib
	dodoc -r contrib/{config-example,*.sh,eventcmd-examples}
	docompress -x /usr/share/doc/${PF}/contrib
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-11-09 23:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-09 23:27 [gentoo-commits] gentoo-x86 commit in media-sound/pianobar: ChangeLog pianobar-2011.11.09.ebuild pianobar-2011.09.22.ebuild Tim Harder (radhermit)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox