radhermit    14/10/08 02:18:46

  Modified:             ChangeLog
  Added:                pianobar-2014.09.28.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  Changes    Path
1.36                 media-sound/pianobar/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/pianobar/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   22 Jun 2014 13:08:28 -0000      1.35
+++ ChangeLog   8 Oct 2014 02:18:46 -0000       1.36
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/pianobar
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pianobar/ChangeLog,v 1.35 
2014/06/22 13:08:28 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pianobar/ChangeLog,v 1.36 
2014/10/08 02:18:46 radhermit Exp $
+
+*pianobar-2014.09.28 (08 Oct 2014)
+
+  08 Oct 2014; Tim Harder <[email protected]> +pianobar-2014.09.28.ebuild:
+  Version bump.
 
   22 Jun 2014; Tim Harder <[email protected]>
   -pianobar-2012.12.01-r1.ebuild, -pianobar-2013.05.19.ebuild,



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

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

Index: pianobar-2014.09.28.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-sound/pianobar/pianobar-2014.09.28.ebuild,v 1.1 
2014/10/08 02:18:46 radhermit Exp $

EAPI="5"
inherit toolchain-funcs flag-o-matic multilib

if [[ ${PV} == 9999 ]]; then
        inherit git-r3
        EGIT_REPO_URI="git://github.com/PromyLOPh/pianobar.git"
else
        SRC_URI="http://6xq.net/projects/${PN}/${P}.tar.bz2";
        KEYWORDS="~amd64 ~x86"
fi

DESCRIPTION="A console-based replacement for Pandora's flash player"
HOMEPAGE="http://6xq.net/projects/pianobar/";

LICENSE="MIT"
SLOT="0"
IUSE="static-libs"

RDEPEND="media-libs/libao
        net-libs/gnutls
        dev-libs/libgcrypt:0=
        dev-libs/json-c
        >=virtual/ffmpeg-9"
DEPEND="${RDEPEND}
        virtual/pkgconfig"

src_prepare() {
        sed -e '/@echo /d' \
                -e 's/@${CC}/${CC}/' \
                -i Makefile || die
}

src_compile() {
        append-cflags -std=c99
        tc-export CC
        emake DYNLINK=1
}

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

        use static-libs || { rm "${D}"/usr/lib*/*.a || die; }

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




Reply via email to