* [gentoo-commits] gentoo-x86 commit in media-sound/pianobar: pianobar-2011.09.22.ebuild ChangeLog
@ 2011-09-22 18:15 Tim Harder (radhermit)
0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2011-09-22 18:15 UTC (permalink / raw
To: gentoo-commits
radhermit 11/09/22 18:15:52
Modified: ChangeLog
Added: pianobar-2011.09.22.ebuild
Log:
Version bump to new API change release.
(Portage version: 2.2.0_alpha58/cvs/Linux x86_64)
Revision Changes Path
1.7 media-sound/pianobar/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pianobar/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pianobar/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pianobar/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/pianobar/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 22 Sep 2011 05:57:02 -0000 1.6
+++ ChangeLog 22 Sep 2011 18:15:52 -0000 1.7
@@ -1,6 +1,11 @@
# 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.6 2011/09/22 05:57:02 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pianobar/ChangeLog,v 1.7 2011/09/22 18:15:52 radhermit Exp $
+
+*pianobar-2011.09.22 (22 Sep 2011)
+
+ 22 Sep 2011; Tim Harder <radhermit@gentoo.org> +pianobar-2011.09.22.ebuild:
+ Version bump to new API change release.
*pianobar-2011.07.09-r1 (22 Sep 2011)
1.1 media-sound/pianobar/pianobar-2011.09.22.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pianobar/pianobar-2011.09.22.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pianobar/pianobar-2011.09.22.ebuild?rev=1.1&content-type=text/plain
Index: pianobar-2011.09.22.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.09.22.ebuild,v 1.1 2011/09/22 18:15:52 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-09-22 18:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-22 18:15 [gentoo-commits] gentoo-x86 commit in media-sound/pianobar: pianobar-2011.09.22.ebuild ChangeLog 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