public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/potamus: ChangeLog potamus-14.ebuild
@ 2013-01-17 22:26 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2013-01-17 22:26 UTC (permalink / raw
  To: gentoo-commits

aballier    13/01/17 22:26:36

  Modified:             ChangeLog
  Added:                potamus-14.ebuild
  Log:
  Version bump. This fixes build with latest ffmpeg, bug #443432
  
  (Portage version: 2.2.0_alpha154/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.13                 media-sound/potamus/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/potamus/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	7 Sep 2012 22:11:56 -0000	1.12
+++ ChangeLog	17 Jan 2013 22:26:36 -0000	1.13
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/potamus
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/potamus/ChangeLog,v 1.12 2012/09/07 22:11:56 radhermit Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/potamus/ChangeLog,v 1.13 2013/01/17 22:26:36 aballier Exp $
+
+*potamus-14 (17 Jan 2013)
+
+  17 Jan 2013; Alexis Ballier <aballier@gentoo.org> +potamus-14.ebuild:
+  Version bump. This fixes build with latest ffmpeg, bug #443432
 
   07 Sep 2012; Tim Harder <radhermit@gentoo.org> metadata.xml:
   Remove redundant maintainer from metadata.



1.1                  media-sound/potamus/potamus-14.ebuild

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

Index: potamus-14.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/potamus/potamus-14.ebuild,v 1.1 2013/01/17 22:26:36 aballier Exp $

EAPI=4

inherit gnome2

DESCRIPTION="a lightweight audio player with a simple interface and an emphasis on high audio quality."
HOMEPAGE="http://offog.org/code/potamus.html"
SRC_URI="http://offog.org/files/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="audiofile flac mad modplug vorbis +ao jack"

RDEPEND="x11-libs/gtk+:2
	>=gnome-base/libglade-2
	media-libs/libsamplerate
	virtual/ffmpeg
	audiofile? ( media-libs/audiofile )
	flac? ( media-libs/flac )
	mad? ( media-libs/libmad )
	modplug? ( media-libs/libmodplug )
	vorbis? ( media-libs/libvorbis )
	ao? ( media-libs/libao )
	jack? ( media-sound/jack-audio-connection-kit )"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

src_configure() {
	econf \
		$(use_enable audiofile input-audiofile) \
		$(use_enable flac input-flac) \
		$(use_enable mad input-mad) \
		$(use_enable modplug input-modplug) \
		$(use_enable vorbis input-vorbis) \
		$(use_enable ao output-ao) \
		$(use_enable jack output-jack)

}

src_install() {
	default
}





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

only message in thread, other threads:[~2013-01-17 22:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-17 22:26 [gentoo-commits] gentoo-x86 commit in media-sound/potamus: ChangeLog potamus-14.ebuild Alexis Ballier (aballier)

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