public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libvorbis: metadata.xml ChangeLog libvorbis-1.3.1.ebuild libvorbis-1.2.1_rc1-r2.ebuild
@ 2010-04-05 15:04 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2010-04-05 15:04 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/04/05 15:04:41

  Modified:             metadata.xml ChangeLog
  Added:                libvorbis-1.3.1.ebuild
  Removed:              libvorbis-1.2.1_rc1-r2.ebuild
  Log:
  version bump
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  media-libs/libvorbis/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libvorbis/metadata.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libvorbis/metadata.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libvorbis/metadata.xml?r1=1.3&r2=1.4

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvorbis/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml	18 Jul 2008 13:10:56 -0000	1.3
+++ metadata.xml	5 Apr 2010 15:04:41 -0000	1.4
@@ -2,18 +2,4 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 <herd>sound</herd>
-<maintainer>
-  <email>sound@gentoo.org</email>
-  <name>Gentoo Sound Team</name>
-</maintainer>
-<use>
-	<flag name='aotuv'>Applies the aoTuV patches. Aoyumi's Tuned Vorbis is 
-		a third-party patchset that improves the vorbis encoding quality.
-		A previous version of the aoTuV patchset has already been merged with 
-		the official libvorbis release. The current patchset especially 
-		improves encoding quality at low bitrate settings, and is very likely
-		to be merged at some point in the future. It is recommended that all 
-		users enable this useflag.
-	</flag>
-</use>
 </pkgmetadata>



1.127                media-libs/libvorbis/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libvorbis/ChangeLog?rev=1.127&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libvorbis/ChangeLog?rev=1.127&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libvorbis/ChangeLog?r1=1.126&r2=1.127

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog	23 Aug 2009 09:06:37 -0000	1.126
+++ ChangeLog	5 Apr 2010 15:04:41 -0000	1.127
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/libvorbis
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.126 2009/08/23 09:06:37 nixnut Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.127 2010/04/05 15:04:41 ssuominen Exp $
+
+*libvorbis-1.3.1 (05 Apr 2010)
+
+  05 Apr 2010; Samuli Suominen <ssuominen@gentoo.org>
+  +libvorbis-1.3.1.ebuild:
+  Version bump wrt #312919 by Lars Wendler.
 
   23 Aug 2009; nixnut <nixnut@gentoo.org> libvorbis-1.2.3.ebuild:
   ppc stable #280590



1.1                  media-libs/libvorbis/libvorbis-1.3.1.ebuild

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

Index: libvorbis-1.3.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.3.1.ebuild,v 1.1 2010/04/05 15:04:41 ssuominen Exp $

EAPI=2
inherit autotools

DESCRIPTION="The Ogg Vorbis sound file format library"
HOMEPAGE="http://xiph.org/vorbis"
SRC_URI="http://downloads.xiph.org/releases/vorbis/${P}.tar.bz2"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="static-libs"

RDEPEND="media-libs/libogg"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_prepare() {
	sed -i \
		-e '/CFLAGS/s:-O20::' \
		-e '/CFLAGS/s:-mcpu=750::' \
		configure.ac || die

	AT_M4DIR="m4" eautoreconf
}

src_configure() {
	econf \
		--disable-dependency-tracking \
		$(use_enable static-libs static)
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc AUTHORS CHANGES todo.txt
}






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

only message in thread, other threads:[~2010-04-05 15:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-05 15:04 [gentoo-commits] gentoo-x86 commit in media-libs/libvorbis: metadata.xml ChangeLog libvorbis-1.3.1.ebuild libvorbis-1.2.1_rc1-r2.ebuild Samuli Suominen (ssuominen)

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