public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/ezstream: ChangeLog ezstream-0.5.3.ebuild ezstream-0.4.0.ebuild ezstream-0.5.1.ebuild
@ 2007-12-04 18:04 Samuli Suominen (drac)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (drac) @ 2007-12-04 18:04 UTC (permalink / raw
  To: gentoo-commits

drac        07/12/04 18:04:47

  Modified:             ChangeLog
  Added:                ezstream-0.5.3.ebuild
  Removed:              ezstream-0.4.0.ebuild ezstream-0.5.1.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.4_rc4)

Revision  Changes    Path
1.7                  media-sound/ezstream/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ezstream/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ezstream/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ezstream/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/ezstream/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	20 Sep 2007 14:57:49 -0000	1.6
+++ ChangeLog	4 Dec 2007 18:04:46 -0000	1.7
@@ -1,11 +1,16 @@
 # ChangeLog for media-sound/ezstream
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ezstream/ChangeLog,v 1.6 2007/09/20 14:57:49 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ezstream/ChangeLog,v 1.7 2007/12/04 18:04:46 drac Exp $
+
+*ezstream-0.5.3 (04 Dec 2007)
+
+  04 Dec 2007; Samuli Suominen <drac@gentoo.org> +ezstream-0.5.3.ebuild:
+  Version bump.
 
 *ezstream-0.5.1 (20 Sep 2007)
 
   20 Sep 2007; Samuli Suominen <drac@gentoo.org> +ezstream-0.5.1.ebuild:
-  Version bug for bug 193152, thanks to Yoann Le Touche for reporting.
+  Version bump for bug 193152, thanks to Yoann Le Touche for reporting.
 
   31 Mar 2007; Alexis Ballier <aballier@gentoo.org> -ezstream-0.2.0.ebuild:
   remove version affected by bug #169791



1.1                  media-sound/ezstream/ezstream-0.5.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ezstream/ezstream-0.5.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ezstream/ezstream-0.5.3.ebuild?rev=1.1&content-type=text/plain

Index: ezstream-0.5.3.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/ezstream/ezstream-0.5.3.ebuild,v 1.1 2007/12/04 18:04:46 drac Exp $

DESCRIPTION="Enables you to stream mp3 or vorbis files to an icecast server without reencoding"
HOMEPAGE="http://www.icecast.org/ezstream.php"
SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="taglib"

DEPEND="media-libs/libvorbis
	media-libs/libogg
	>=media-libs/libshout-2.2
	media-libs/libtheora
	dev-libs/libxml2
	taglib? ( media-libs/taglib )"
RDEPEND="${DEPEND}
	net-misc/icecast"

src_compile() {
	econf --enable-examplesdir="/usr/share/doc/${PF}/examples" \
		--docdir="/usr/share/doc/${PF}" $(use_with taglib)
	emake || die "emake failed."
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed."
	rm -f "${D}"/usr/share/doc/${PF}/COPYING
	dodoc ChangeLog
	prepalldocs
}



-- 
gentoo-commits@gentoo.org mailing list



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

only message in thread, other threads:[~2007-12-04 18:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-04 18:04 [gentoo-commits] gentoo-x86 commit in media-sound/ezstream: ChangeLog ezstream-0.5.3.ebuild ezstream-0.4.0.ebuild ezstream-0.5.1.ebuild Samuli Suominen (drac)

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