public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libsndfile: ChangeLog libsndfile-1.0.21.ebuild
@ 2009-12-14 12:11 Alexis Ballier (aballier)
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier (aballier) @ 2009-12-14 12:11 UTC (permalink / raw
  To: gentoo-commits

aballier    09/12/14 12:11:15

  Modified:             ChangeLog
  Added:                libsndfile-1.0.21.ebuild
  Log:
  version bump
  (Portage version: 2.2_rc59/cvs/Linux x86_64)

Revision  Changes    Path
1.105                media-libs/libsndfile/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog	20 May 2009 18:09:02 -0000	1.104
+++ ChangeLog	14 Dec 2009 12:11:14 -0000	1.105
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/libsndfile
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.104 2009/05/20 18:09:02 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.105 2009/12/14 12:11:14 aballier Exp $
+
+*libsndfile-1.0.21 (14 Dec 2009)
+
+  14 Dec 2009; Alexis Ballier <aballier@gentoo.org>
+  +libsndfile-1.0.21.ebuild:
+  version bump
 
   20 May 2009; Raúl Porcel <armin76@gentoo.org> libsndfile-1.0.20.ebuild:
   arm/ia64/sh/sparc stable wrt #269863



1.1                  media-libs/libsndfile/libsndfile-1.0.21.ebuild

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

Index: libsndfile-1.0.21.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.21.ebuild,v 1.1 2009/12/14 12:11:14 aballier Exp $

inherit eutils libtool autotools

MY_P=${P/_pre/pre}

DESCRIPTION="A C library for reading and writing files containing sampled sound"
HOMEPAGE="http://www.mega-nerd.com/libsndfile"
if [[ "${MY_P}" == "${P}" ]]; then
	SRC_URI="http://www.mega-nerd.com/libsndfile/files/${P}.tar.gz"
else
	SRC_URI="http://www.mega-nerd.com/tmp/${MY_P}b.tar.gz"
fi

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="alsa minimal sqlite"

RDEPEND="!minimal? ( >=media-libs/flac-1.2.1
		>=media-libs/libogg-1.1.3
		>=media-libs/libvorbis-1.2.1_rc1 )
	alsa? ( media-libs/alsa-lib )
	sqlite? ( >=dev-db/sqlite-3.2 )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

S=${WORKDIR}/${MY_P}

src_unpack() {
	unpack ${A}
	cd "${S}"
	sed -i -e "s/noinst_PROGRAMS/check_PROGRAMS/" "${S}/tests/Makefile.am" \
		"${S}/examples/Makefile.am" || die "sed failed"

	epatch "${FILESDIR}"/${PN}-1.0.17-regtests-need-sqlite.patch

	rm M4/libtool.m4 M4/lt*.m4 || die "rm failed"

	AT_M4DIR=M4 eautoreconf
	epunt_cxx
}

src_compile() {
	econf $(use_enable sqlite) \
		$(use_enable alsa) \
		$(use_enable !minimal external-libs) \
		--disable-octave \
		--disable-gcc-werror \
		--disable-gcc-pipe \
		--disable-dependency-tracking
	emake || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" htmldocdir="/usr/share/doc/${PF}/html" install || die "emake install failed"
	dodoc AUTHORS ChangeLog NEWS README
}






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/libsndfile: ChangeLog libsndfile-1.0.21.ebuild
@ 2009-12-23 21:20 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2009-12-23 21:20 UTC (permalink / raw
  To: gentoo-commits

jer         09/12/23 21:20:41

  Modified:             ChangeLog libsndfile-1.0.21.ebuild
  Log:
  Stable for HPPA (bug #297631).
  (Portage version: 2.2_rc60/cvs/Linux i686)

Revision  Changes    Path
1.106                media-libs/libsndfile/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog	14 Dec 2009 12:11:14 -0000	1.105
+++ ChangeLog	23 Dec 2009 21:20:41 -0000	1.106
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libsndfile
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.105 2009/12/14 12:11:14 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.106 2009/12/23 21:20:41 jer Exp $
+
+  23 Dec 2009; Jeroen Roovers <jer@gentoo.org> libsndfile-1.0.21.ebuild:
+  Stable for HPPA (bug #297631).
 
 *libsndfile-1.0.21 (14 Dec 2009)
 



1.2                  media-libs/libsndfile/libsndfile-1.0.21.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.21.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.21.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.21.ebuild?r1=1.1&r2=1.2

Index: libsndfile-1.0.21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.21.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libsndfile-1.0.21.ebuild	14 Dec 2009 12:11:14 -0000	1.1
+++ libsndfile-1.0.21.ebuild	23 Dec 2009 21:20:41 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.21.ebuild,v 1.1 2009/12/14 12:11:14 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.21.ebuild,v 1.2 2009/12/23 21:20:41 jer Exp $
 
 inherit eutils libtool autotools
 
@@ -16,7 +16,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="alsa minimal sqlite"
 
 RDEPEND="!minimal? ( >=media-libs/flac-1.2.1






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/libsndfile: ChangeLog libsndfile-1.0.21.ebuild
@ 2009-12-24 17:31 Pacho Ramos (pacho)
  0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2009-12-24 17:31 UTC (permalink / raw
  To: gentoo-commits

pacho       09/12/24 17:31:50

  Modified:             ChangeLog libsndfile-1.0.21.ebuild
  Log:
  amd64 stable, bug 297631
  (Portage version: 2.1.7.15/cvs/Linux x86_64)

Revision  Changes    Path
1.107                media-libs/libsndfile/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog	23 Dec 2009 21:20:41 -0000	1.106
+++ ChangeLog	24 Dec 2009 17:31:49 -0000	1.107
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libsndfile
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.106 2009/12/23 21:20:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.107 2009/12/24 17:31:49 pacho Exp $
+
+  24 Dec 2009; Pacho Ramos <pacho@gentoo.org> libsndfile-1.0.21.ebuild:
+  amd64 stable, bug 297631
 
   23 Dec 2009; Jeroen Roovers <jer@gentoo.org> libsndfile-1.0.21.ebuild:
   Stable for HPPA (bug #297631).



1.3                  media-libs/libsndfile/libsndfile-1.0.21.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.21.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.21.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.21.ebuild?r1=1.2&r2=1.3

Index: libsndfile-1.0.21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.21.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libsndfile-1.0.21.ebuild	23 Dec 2009 21:20:41 -0000	1.2
+++ libsndfile-1.0.21.ebuild	24 Dec 2009 17:31:49 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.21.ebuild,v 1.2 2009/12/23 21:20:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.21.ebuild,v 1.3 2009/12/24 17:31:49 pacho Exp $
 
 inherit eutils libtool autotools
 
@@ -16,7 +16,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="alsa minimal sqlite"
 
 RDEPEND="!minimal? ( >=media-libs/flac-1.2.1






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/libsndfile: ChangeLog libsndfile-1.0.21.ebuild
@ 2009-12-29 19:24 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 8+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-12-29 19:24 UTC (permalink / raw
  To: gentoo-commits

fauli       09/12/29 19:24:25

  Modified:             ChangeLog libsndfile-1.0.21.ebuild
  Log:
  stable x86, bug 297631
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.108                media-libs/libsndfile/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog	24 Dec 2009 17:31:49 -0000	1.107
+++ ChangeLog	29 Dec 2009 19:24:24 -0000	1.108
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libsndfile
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.107 2009/12/24 17:31:49 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.108 2009/12/29 19:24:24 fauli Exp $
+
+  29 Dec 2009; Christian Faulhammer <fauli@gentoo.org>
+  libsndfile-1.0.21.ebuild:
+  stable x86, bug 297631
 
   24 Dec 2009; Pacho Ramos <pacho@gentoo.org> libsndfile-1.0.21.ebuild:
   amd64 stable, bug 297631



1.4                  media-libs/libsndfile/libsndfile-1.0.21.ebuild

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

Index: libsndfile-1.0.21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.21.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libsndfile-1.0.21.ebuild	24 Dec 2009 17:31:49 -0000	1.3
+++ libsndfile-1.0.21.ebuild	29 Dec 2009 19:24:24 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.21.ebuild,v 1.3 2009/12/24 17:31:49 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.21.ebuild,v 1.4 2009/12/29 19:24:24 fauli Exp $
 
 inherit eutils libtool autotools
 
@@ -16,7 +16,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="alsa minimal sqlite"
 
 RDEPEND="!minimal? ( >=media-libs/flac-1.2.1






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/libsndfile: ChangeLog libsndfile-1.0.21.ebuild
@ 2010-01-06 21:37 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2010-01-06 21:37 UTC (permalink / raw
  To: gentoo-commits

ranger      10/01/06 21:37:29

  Modified:             ChangeLog libsndfile-1.0.21.ebuild
  Log:
  Marking libsndfile-1.0.21 ppc64 for bug 297631
  (Portage version: 2.1.7.16/cvs/Linux ppc64)

Revision  Changes    Path
1.109                media-libs/libsndfile/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog	29 Dec 2009 19:24:24 -0000	1.108
+++ ChangeLog	6 Jan 2010 21:37:29 -0000	1.109
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libsndfile
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.108 2009/12/29 19:24:24 fauli Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.109 2010/01/06 21:37:29 ranger Exp $
+
+  06 Jan 2010; Brent Baude <ranger@gentoo.org> libsndfile-1.0.21.ebuild:
+  Marking libsndfile-1.0.21 ppc64 for bug 297631
 
   29 Dec 2009; Christian Faulhammer <fauli@gentoo.org>
   libsndfile-1.0.21.ebuild:



1.5                  media-libs/libsndfile/libsndfile-1.0.21.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.21.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.21.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.21.ebuild?r1=1.4&r2=1.5

Index: libsndfile-1.0.21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.21.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libsndfile-1.0.21.ebuild	29 Dec 2009 19:24:24 -0000	1.4
+++ libsndfile-1.0.21.ebuild	6 Jan 2010 21:37:29 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.21.ebuild,v 1.4 2009/12/29 19:24:24 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.21.ebuild,v 1.5 2010/01/06 21:37:29 ranger Exp $
 
 inherit eutils libtool autotools
 
@@ -16,7 +16,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="alsa minimal sqlite"
 
 RDEPEND="!minimal? ( >=media-libs/flac-1.2.1






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/libsndfile: ChangeLog libsndfile-1.0.21.ebuild
@ 2010-01-07 15:56 Joseph Jezak (josejx)
  0 siblings, 0 replies; 8+ messages in thread
From: Joseph Jezak (josejx) @ 2010-01-07 15:56 UTC (permalink / raw
  To: gentoo-commits

josejx      10/01/07 15:56:21

  Modified:             ChangeLog libsndfile-1.0.21.ebuild
  Log:
  Marked ppc stable for bug #297631.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.110                media-libs/libsndfile/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog	6 Jan 2010 21:37:29 -0000	1.109
+++ ChangeLog	7 Jan 2010 15:56:21 -0000	1.110
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libsndfile
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.109 2010/01/06 21:37:29 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.110 2010/01/07 15:56:21 josejx Exp $
+
+  07 Jan 2010; Joseph Jezak <josejx@gentoo.org> libsndfile-1.0.21.ebuild:
+  Marked ppc stable for bug #297631.
 
   06 Jan 2010; Brent Baude <ranger@gentoo.org> libsndfile-1.0.21.ebuild:
   Marking libsndfile-1.0.21 ppc64 for bug 297631



1.6                  media-libs/libsndfile/libsndfile-1.0.21.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.21.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.21.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.21.ebuild?r1=1.5&r2=1.6

Index: libsndfile-1.0.21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.21.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libsndfile-1.0.21.ebuild	6 Jan 2010 21:37:29 -0000	1.5
+++ libsndfile-1.0.21.ebuild	7 Jan 2010 15:56:21 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.21.ebuild,v 1.5 2010/01/06 21:37:29 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.21.ebuild,v 1.6 2010/01/07 15:56:21 josejx Exp $
 
 inherit eutils libtool autotools
 
@@ -16,7 +16,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="alsa minimal sqlite"
 
 RDEPEND="!minimal? ( >=media-libs/flac-1.2.1






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/libsndfile: ChangeLog libsndfile-1.0.21.ebuild
@ 2010-01-07 18:04 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2010-01-07 18:04 UTC (permalink / raw
  To: gentoo-commits

armin76     10/01/07 18:04:18

  Modified:             ChangeLog libsndfile-1.0.21.ebuild
  Log:
  alpha/arm/ia64/sh/sparc stable wrt #297631
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.111                media-libs/libsndfile/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog	7 Jan 2010 15:56:21 -0000	1.110
+++ ChangeLog	7 Jan 2010 18:04:17 -0000	1.111
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libsndfile
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.110 2010/01/07 15:56:21 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.111 2010/01/07 18:04:17 armin76 Exp $
+
+  07 Jan 2010; Raúl Porcel <armin76@gentoo.org> libsndfile-1.0.21.ebuild:
+  alpha/arm/ia64/sh/sparc stable wrt #297631
 
   07 Jan 2010; Joseph Jezak <josejx@gentoo.org> libsndfile-1.0.21.ebuild:
   Marked ppc stable for bug #297631.



1.7                  media-libs/libsndfile/libsndfile-1.0.21.ebuild

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

Index: libsndfile-1.0.21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.21.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libsndfile-1.0.21.ebuild	7 Jan 2010 15:56:21 -0000	1.6
+++ libsndfile-1.0.21.ebuild	7 Jan 2010 18:04:17 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.21.ebuild,v 1.6 2010/01/07 15:56:21 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.21.ebuild,v 1.7 2010/01/07 18:04:17 armin76 Exp $
 
 inherit eutils libtool autotools
 
@@ -16,7 +16,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
 IUSE="alsa minimal sqlite"
 
 RDEPEND="!minimal? ( >=media-libs/flac-1.2.1






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/libsndfile: ChangeLog libsndfile-1.0.21.ebuild
@ 2010-06-12 12:08 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-06-12 12:08 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/06/12 12:08:21

  Modified:             ChangeLog libsndfile-1.0.21.ebuild
  Log:
  append-lfs-flags wrt #313259 by Marc Joliet.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.112                media-libs/libsndfile/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsndfile/ChangeLog?rev=1.112&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsndfile/ChangeLog?rev=1.112&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsndfile/ChangeLog?r1=1.111&r2=1.112

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog	7 Jan 2010 18:04:17 -0000	1.111
+++ ChangeLog	12 Jun 2010 12:08:21 -0000	1.112
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libsndfile
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.111 2010/01/07 18:04:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.112 2010/06/12 12:08:21 ssuominen Exp $
+
+  12 Jun 2010; Samuli Suominen <ssuominen@gentoo.org>
+  libsndfile-1.0.21.ebuild:
+  append-lfs-flags wrt #313259 by Marc Joliet.
 
   07 Jan 2010; Raúl Porcel <armin76@gentoo.org> libsndfile-1.0.21.ebuild:
   alpha/arm/ia64/sh/sparc stable wrt #297631



1.8                  media-libs/libsndfile/libsndfile-1.0.21.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.21.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.21.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.21.ebuild?r1=1.7&r2=1.8

Index: libsndfile-1.0.21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.21.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libsndfile-1.0.21.ebuild	7 Jan 2010 18:04:17 -0000	1.7
+++ libsndfile-1.0.21.ebuild	12 Jun 2010 12:08:21 -0000	1.8
@@ -1,8 +1,8 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.21.ebuild,v 1.7 2010/01/07 18:04:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.21.ebuild,v 1.8 2010/06/12 12:08:21 ssuominen Exp $
 
-inherit eutils libtool autotools
+inherit eutils libtool autotools flag-o-matic
 
 MY_P=${P/_pre/pre}
 
@@ -44,6 +44,8 @@
 }
 
 src_compile() {
+	append-lfs-flags
+
 	econf $(use_enable sqlite) \
 		$(use_enable alsa) \
 		$(use_enable !minimal external-libs) \






^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-06-12 12:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-06 21:37 [gentoo-commits] gentoo-x86 commit in media-libs/libsndfile: ChangeLog libsndfile-1.0.21.ebuild Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-12 12:08 Samuli Suominen (ssuominen)
2010-01-07 18:04 Raul Porcel (armin76)
2010-01-07 15:56 Joseph Jezak (josejx)
2009-12-29 19:24 Christian Faulhammer (fauli)
2009-12-24 17:31 Pacho Ramos (pacho)
2009-12-23 21:20 Jeroen Roovers (jer)
2009-12-14 12:11 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