public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libsoundtouch: libsoundtouch-1.7.1.ebuild ChangeLog
@ 2013-01-03  5:50 Tim Harder (radhermit)
  0 siblings, 0 replies; 8+ messages in thread
From: Tim Harder (radhermit) @ 2013-01-03  5:50 UTC (permalink / raw
  To: gentoo-commits

radhermit    13/01/03 05:50:52

  Modified:             ChangeLog
  Added:                libsoundtouch-1.7.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.63                 media-libs/libsoundtouch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	29 Nov 2012 15:11:43 -0000	1.62
+++ ChangeLog	3 Jan 2013 05:50:52 -0000	1.63
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/libsoundtouch
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.62 2012/11/29 15:11:43 jer Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.63 2013/01/03 05:50:52 radhermit Exp $
+
+*libsoundtouch-1.7.1 (03 Jan 2013)
+
+  03 Jan 2013; Tim Harder <radhermit@gentoo.org> +libsoundtouch-1.7.1.ebuild:
+  Version bump.
 
   29 Nov 2012; Jeroen Roovers <jer@gentoo.org> libsoundtouch-1.7.0.ebuild:
   Stable for HPPA (bug #441378).



1.1                  media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild

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

Index: libsoundtouch-1.7.1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v 1.1 2013/01/03 05:50:52 radhermit Exp $

EAPI=5
inherit autotools eutils flag-o-matic

MY_PN=${PN/lib}

DESCRIPTION="Audio processing library for changing tempo, pitch and playback rates."
HOMEPAGE="http://www.surina.net/soundtouch/"
SRC_URI="http://www.surina.net/soundtouch/${P/lib}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
IUSE="sse2 static-libs"

DEPEND="virtual/pkgconfig"

S=${WORKDIR}/${MY_PN}

src_prepare() {
	epatch "${FILESDIR}"/${PN}-1.7.0-flags.patch
	sed -i -e "s:^\(pkgdoc_DATA=\)COPYING.TXT :\1:" Makefile.am || die
	eautoreconf
}

src_configure() {
	econf \
		--enable-shared \
		--disable-integer-samples \
		--enable-x86-optimizations=$(usex sse2) \
		$(use_enable static-libs static)
}

src_compile() {
	emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}"
}

src_install() {
	emake DESTDIR="${D}" pkgdocdir="${EPREFIX}"/usr/share/doc/${PF}/html install
	prune_libtool_files
}





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

* [gentoo-commits] gentoo-x86 commit in media-libs/libsoundtouch: libsoundtouch-1.7.1.ebuild ChangeLog
@ 2013-02-14 12:06 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-14 12:06 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/14 12:06:38

  Modified:             libsoundtouch-1.7.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #457380
  
  (Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild?r1=1.1&r2=1.2

Index: libsoundtouch-1.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libsoundtouch-1.7.1.ebuild	3 Jan 2013 05:50:52 -0000	1.1
+++ libsoundtouch-1.7.1.ebuild	14 Feb 2013 12:06:38 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v 1.1 2013/01/03 05:50:52 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v 1.2 2013/02/14 12:06:38 ago Exp $
 
 EAPI=5
 inherit autotools eutils flag-o-matic
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
 IUSE="sse2 static-libs"
 
 DEPEND="virtual/pkgconfig"



1.65                 media-libs/libsoundtouch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	3 Jan 2013 05:52:25 -0000	1.64
+++ ChangeLog	14 Feb 2013 12:06:38 -0000	1.65
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libsoundtouch
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.64 2013/01/03 05:52:25 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.65 2013/02/14 12:06:38 ago Exp $
+
+  14 Feb 2013; Agostino Sarubbo <ago@gentoo.org> libsoundtouch-1.7.1.ebuild:
+  Stable for amd64, wrt bug #457380
 
   03 Jan 2013; Tim Harder <radhermit@gentoo.org> -libsoundtouch-1.6.0.ebuild,
   -files/libsoundtouch-1.6.0-flags.patch:





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

* [gentoo-commits] gentoo-x86 commit in media-libs/libsoundtouch: libsoundtouch-1.7.1.ebuild ChangeLog
@ 2013-02-14 12:22 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-14 12:22 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/14 12:22:03

  Modified:             libsoundtouch-1.7.1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #457380
  
  (Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild?r1=1.2&r2=1.3

Index: libsoundtouch-1.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libsoundtouch-1.7.1.ebuild	14 Feb 2013 12:06:38 -0000	1.2
+++ libsoundtouch-1.7.1.ebuild	14 Feb 2013 12:22:03 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v 1.2 2013/02/14 12:06:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v 1.3 2013/02/14 12:22:03 ago Exp $
 
 EAPI=5
 inherit autotools eutils flag-o-matic
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ~ppc64 x86"
 IUSE="sse2 static-libs"
 
 DEPEND="virtual/pkgconfig"



1.66                 media-libs/libsoundtouch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	14 Feb 2013 12:06:38 -0000	1.65
+++ ChangeLog	14 Feb 2013 12:22:03 -0000	1.66
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libsoundtouch
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.65 2013/02/14 12:06:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.66 2013/02/14 12:22:03 ago Exp $
+
+  14 Feb 2013; Agostino Sarubbo <ago@gentoo.org> libsoundtouch-1.7.1.ebuild:
+  Stable for x86, wrt bug #457380
 
   14 Feb 2013; Agostino Sarubbo <ago@gentoo.org> libsoundtouch-1.7.1.ebuild:
   Stable for amd64, wrt bug #457380





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

* [gentoo-commits] gentoo-x86 commit in media-libs/libsoundtouch: libsoundtouch-1.7.1.ebuild ChangeLog
@ 2013-02-14 21:58 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-14 21:58 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/14 21:58:41

  Modified:             libsoundtouch-1.7.1.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #457380
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild?r1=1.3&r2=1.4

Index: libsoundtouch-1.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libsoundtouch-1.7.1.ebuild	14 Feb 2013 12:22:03 -0000	1.3
+++ libsoundtouch-1.7.1.ebuild	14 Feb 2013 21:58:40 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v 1.3 2013/02/14 12:22:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v 1.4 2013/02/14 21:58:40 ago Exp $
 
 EAPI=5
 inherit autotools eutils flag-o-matic
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ppc64 x86"
 IUSE="sse2 static-libs"
 
 DEPEND="virtual/pkgconfig"



1.67                 media-libs/libsoundtouch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	14 Feb 2013 12:22:03 -0000	1.66
+++ ChangeLog	14 Feb 2013 21:58:40 -0000	1.67
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libsoundtouch
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.66 2013/02/14 12:22:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.67 2013/02/14 21:58:40 ago Exp $
+
+  14 Feb 2013; Agostino Sarubbo <ago@gentoo.org> libsoundtouch-1.7.1.ebuild:
+  Stable for ppc64, wrt bug #457380
 
   14 Feb 2013; Agostino Sarubbo <ago@gentoo.org> libsoundtouch-1.7.1.ebuild:
   Stable for x86, wrt bug #457380





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

* [gentoo-commits] gentoo-x86 commit in media-libs/libsoundtouch: libsoundtouch-1.7.1.ebuild ChangeLog
@ 2013-02-14 22:05 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-14 22:05 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/14 22:05:48

  Modified:             libsoundtouch-1.7.1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #457380
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild?r1=1.4&r2=1.5

Index: libsoundtouch-1.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libsoundtouch-1.7.1.ebuild	14 Feb 2013 21:58:40 -0000	1.4
+++ libsoundtouch-1.7.1.ebuild	14 Feb 2013 22:05:48 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v 1.4 2013/02/14 21:58:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v 1.5 2013/02/14 22:05:48 ago Exp $
 
 EAPI=5
 inherit autotools eutils flag-o-matic
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ~hppa ~mips ppc ppc64 x86"
 IUSE="sse2 static-libs"
 
 DEPEND="virtual/pkgconfig"



1.68                 media-libs/libsoundtouch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	14 Feb 2013 21:58:40 -0000	1.67
+++ ChangeLog	14 Feb 2013 22:05:48 -0000	1.68
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libsoundtouch
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.67 2013/02/14 21:58:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.68 2013/02/14 22:05:48 ago Exp $
+
+  14 Feb 2013; Agostino Sarubbo <ago@gentoo.org> libsoundtouch-1.7.1.ebuild:
+  Stable for ppc, wrt bug #457380
 
   14 Feb 2013; Agostino Sarubbo <ago@gentoo.org> libsoundtouch-1.7.1.ebuild:
   Stable for ppc64, wrt bug #457380





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

* [gentoo-commits] gentoo-x86 commit in media-libs/libsoundtouch: libsoundtouch-1.7.1.ebuild ChangeLog
@ 2013-02-26 14:47 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2013-02-26 14:47 UTC (permalink / raw
  To: gentoo-commits

jer         13/02/26 14:47:13

  Modified:             libsoundtouch-1.7.1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #457380).
  
  (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.6                  media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild?r1=1.5&r2=1.6

Index: libsoundtouch-1.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libsoundtouch-1.7.1.ebuild	14 Feb 2013 22:05:48 -0000	1.5
+++ libsoundtouch-1.7.1.ebuild	26 Feb 2013 14:47:13 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v 1.5 2013/02/14 22:05:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v 1.6 2013/02/26 14:47:13 jer Exp $
 
 EAPI=5
 inherit autotools eutils flag-o-matic
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~mips ppc ppc64 x86"
+KEYWORDS="amd64 ~arm hppa ~mips ppc ppc64 x86"
 IUSE="sse2 static-libs"
 
 DEPEND="virtual/pkgconfig"



1.69                 media-libs/libsoundtouch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	14 Feb 2013 22:05:48 -0000	1.68
+++ ChangeLog	26 Feb 2013 14:47:13 -0000	1.69
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libsoundtouch
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.68 2013/02/14 22:05:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.69 2013/02/26 14:47:13 jer Exp $
+
+  26 Feb 2013; Jeroen Roovers <jer@gentoo.org> libsoundtouch-1.7.1.ebuild:
+  Stable for HPPA (bug #457380).
 
   14 Feb 2013; Agostino Sarubbo <ago@gentoo.org> libsoundtouch-1.7.1.ebuild:
   Stable for ppc, wrt bug #457380





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

* [gentoo-commits] gentoo-x86 commit in media-libs/libsoundtouch: libsoundtouch-1.7.1.ebuild ChangeLog
@ 2013-07-06 17:01 Christoph Junghans (ottxor)
  0 siblings, 0 replies; 8+ messages in thread
From: Christoph Junghans (ottxor) @ 2013-07-06 17:01 UTC (permalink / raw
  To: gentoo-commits

ottxor      13/07/06 17:01:56

  Modified:             libsoundtouch-1.7.1.ebuild ChangeLog
  Log:
  added prefix keywords
  
  (Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key C2000586)

Revision  Changes    Path
1.7                  media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild

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

Index: libsoundtouch-1.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libsoundtouch-1.7.1.ebuild	26 Feb 2013 14:47:13 -0000	1.6
+++ libsoundtouch-1.7.1.ebuild	6 Jul 2013 17:01:56 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v 1.6 2013/02/26 14:47:13 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v 1.7 2013/07/06 17:01:56 ottxor Exp $
 
 EAPI=5
 inherit autotools eutils flag-o-matic
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~mips ppc ppc64 x86"
+KEYWORDS="amd64 ~arm hppa ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="sse2 static-libs"
 
 DEPEND="virtual/pkgconfig"



1.70                 media-libs/libsoundtouch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog	26 Feb 2013 14:47:13 -0000	1.69
+++ ChangeLog	6 Jul 2013 17:01:56 -0000	1.70
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libsoundtouch
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.69 2013/02/26 14:47:13 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.70 2013/07/06 17:01:56 ottxor Exp $
+
+  06 Jul 2013; Christoph Junghans <ottxor@gentoo.org>
+  libsoundtouch-1.7.1.ebuild:
+  added prefix keywords
 
   26 Feb 2013; Jeroen Roovers <jer@gentoo.org> libsoundtouch-1.7.1.ebuild:
   Stable for HPPA (bug #457380).





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

* [gentoo-commits] gentoo-x86 commit in media-libs/libsoundtouch: libsoundtouch-1.7.1.ebuild ChangeLog
@ 2014-01-25  9:06 Tim Harder (radhermit)
  0 siblings, 0 replies; 8+ messages in thread
From: Tim Harder (radhermit) @ 2014-01-25  9:06 UTC (permalink / raw
  To: gentoo-commits

radhermit    14/01/25 09:06:33

  Modified:             libsoundtouch-1.7.1.ebuild ChangeLog
  Log:
  Fix build with newer versions of automake (bug #468716).
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.8                  media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild

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

Index: libsoundtouch-1.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libsoundtouch-1.7.1.ebuild	6 Jul 2013 17:01:56 -0000	1.7
+++ libsoundtouch-1.7.1.ebuild	25 Jan 2014 09:06:33 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v 1.7 2013/07/06 17:01:56 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v 1.8 2014/01/25 09:06:33 radhermit Exp $
 
 EAPI=5
 inherit autotools eutils flag-o-matic
@@ -22,7 +22,8 @@
 
 src_prepare() {
 	epatch "${FILESDIR}"/${PN}-1.7.0-flags.patch
-	sed -i -e "s:^\(pkgdoc_DATA=\)COPYING.TXT :\1:" Makefile.am || die
+	sed -i "s:^\(pkgdoc_DATA=\)COPYING.TXT :\1:" Makefile.am || die
+	sed -i 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:g' configure.ac || die
 	eautoreconf
 }
 



1.71                 media-libs/libsoundtouch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	6 Jul 2013 17:01:56 -0000	1.70
+++ ChangeLog	25 Jan 2014 09:06:33 -0000	1.71
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libsoundtouch
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.70 2013/07/06 17:01:56 ottxor Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.71 2014/01/25 09:06:33 radhermit Exp $
+
+  25 Jan 2014; Tim Harder <radhermit@gentoo.org> libsoundtouch-1.7.1.ebuild:
+  Fix build with newer versions of automake (bug #468716).
 
   06 Jul 2013; Christoph Junghans <ottxor@gentoo.org>
   libsoundtouch-1.7.1.ebuild:





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

end of thread, other threads:[~2014-01-25  9:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-06 17:01 [gentoo-commits] gentoo-x86 commit in media-libs/libsoundtouch: libsoundtouch-1.7.1.ebuild ChangeLog Christoph Junghans (ottxor)
  -- strict thread matches above, loose matches on Subject: below --
2014-01-25  9:06 Tim Harder (radhermit)
2013-02-26 14:47 Jeroen Roovers (jer)
2013-02-14 22:05 Agostino Sarubbo (ago)
2013-02-14 21:58 Agostino Sarubbo (ago)
2013-02-14 12:22 Agostino Sarubbo (ago)
2013-02-14 12:06 Agostino Sarubbo (ago)
2013-01-03  5:50 Tim Harder (radhermit)

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