* [gentoo-commits] gentoo-x86 commit in media-libs/libsoundtouch: libsoundtouch-1.8.0-r1.ebuild ChangeLog
@ 2014-06-07 16:03 Michal Gorny (mgorny)
0 siblings, 0 replies; 7+ messages in thread
From: Michal Gorny (mgorny) @ 2014-06-07 16:03 UTC (permalink / raw
To: gentoo-commits
mgorny 14/06/07 16:03:34
Modified: ChangeLog
Added: libsoundtouch-1.8.0-r1.ebuild
Log:
Enable multilib support, bug #510686.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.79 media-libs/libsoundtouch/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/ChangeLog?rev=1.79&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/ChangeLog?rev=1.79&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/ChangeLog?r1=1.78&r2=1.79
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog 11 May 2014 08:12:26 -0000 1.78
+++ ChangeLog 7 Jun 2014 16:03:34 -0000 1.79
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/libsoundtouch
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.78 2014/05/11 08:12:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.79 2014/06/07 16:03:34 mgorny Exp $
+
+*libsoundtouch-1.8.0-r1 (07 Jun 2014)
+
+ 07 Jun 2014; Michał Górny <mgorny@gentoo.org> +libsoundtouch-1.8.0-r1.ebuild:
+ Enable multilib support, bug #510686.
11 May 2014; Agostino Sarubbo <ago@gentoo.org> libsoundtouch-1.8.0.ebuild:
Stable for ppc64, wrt bug #502842
1.1 media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild?rev=1.1&content-type=text/plain
Index: libsoundtouch-1.8.0-r1.ebuild
===================================================================
# 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.8.0-r1.ebuild,v 1.1 2014/06/07 16:03:34 mgorny Exp $
EAPI=5
inherit autotools eutils flag-o-matic multilib-minimal
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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
IUSE="sse2 static-libs"
DEPEND="virtual/pkgconfig[${MULTILIB_USEDEP}]"
S=${WORKDIR}/${MY_PN}
src_prepare() {
epatch "${FILESDIR}"/${PN}-1.7.0-flags.patch
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
}
multilib_src_configure() {
ECONF_SOURCE=${S} \
econf \
--enable-shared \
--disable-integer-samples \
--enable-x86-optimizations=$(usex sse2) \
$(use_enable static-libs static)
}
multilib_src_compile() {
emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}"
}
multilib_src_install() {
emake DESTDIR="${D}" pkgdocdir="${EPREFIX}"/usr/share/doc/${PF}/html install
}
multilib_src_install_all() {
prune_libtool_files
}
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/libsoundtouch: libsoundtouch-1.8.0-r1.ebuild ChangeLog
@ 2014-06-18 19:49 Michal Gorny (mgorny)
0 siblings, 0 replies; 7+ messages in thread
From: Michal Gorny (mgorny) @ 2014-06-18 19:49 UTC (permalink / raw
To: gentoo-commits
mgorny 14/06/18 19:49:11
Modified: libsoundtouch-1.8.0-r1.ebuild ChangeLog
Log:
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #513718.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.2 media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild?r1=1.1&r2=1.2
Index: libsoundtouch-1.8.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libsoundtouch-1.8.0-r1.ebuild 7 Jun 2014 16:03:34 -0000 1.1
+++ libsoundtouch-1.8.0-r1.ebuild 18 Jun 2014 19:49:11 -0000 1.2
@@ -1,6 +1,6 @@
# 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.8.0-r1.ebuild,v 1.1 2014/06/07 16:03:34 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild,v 1.2 2014/06/18 19:49:11 mgorny Exp $
EAPI=5
inherit autotools eutils flag-o-matic multilib-minimal
@@ -16,7 +16,7 @@
KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
IUSE="sse2 static-libs"
-DEPEND="virtual/pkgconfig[${MULTILIB_USEDEP}]"
+DEPEND=">=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"
S=${WORKDIR}/${MY_PN}
1.80 media-libs/libsoundtouch/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/ChangeLog?rev=1.80&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/ChangeLog?rev=1.80&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/ChangeLog?r1=1.79&r2=1.80
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog 7 Jun 2014 16:03:34 -0000 1.79
+++ ChangeLog 18 Jun 2014 19:49:11 -0000 1.80
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libsoundtouch
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.79 2014/06/07 16:03:34 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.80 2014/06/18 19:49:11 mgorny Exp $
+
+ 18 Jun 2014; Michał Górny <mgorny@gentoo.org> libsoundtouch-1.8.0-r1.ebuild:
+ Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
+ #513718.
*libsoundtouch-1.8.0-r1 (07 Jun 2014)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/libsoundtouch: libsoundtouch-1.8.0-r1.ebuild ChangeLog
@ 2014-12-10 8:42 Jeroen Roovers (jer)
0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2014-12-10 8:42 UTC (permalink / raw
To: gentoo-commits
jer 14/12/10 08:42:24
Modified: libsoundtouch-1.8.0-r1.ebuild ChangeLog
Log:
Stable for HPPA (bug #526018).
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.4 media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild?r1=1.3&r2=1.4
Index: libsoundtouch-1.8.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libsoundtouch-1.8.0-r1.ebuild 10 Aug 2014 21:10:27 -0000 1.3
+++ libsoundtouch-1.8.0-r1.ebuild 10 Dec 2014 08:42:24 -0000 1.4
@@ -1,6 +1,6 @@
# 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.8.0-r1.ebuild,v 1.3 2014/08/10 21:10:27 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild,v 1.4 2014/12/10 08:42:24 jer Exp $
EAPI=5
inherit autotools eutils flag-o-matic multilib-minimal
@@ -13,7 +13,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~amd64 ~arm hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
IUSE="sse2 static-libs"
DEPEND=">=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"
1.82 media-libs/libsoundtouch/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/ChangeLog?rev=1.82&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/ChangeLog?rev=1.82&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/ChangeLog?r1=1.81&r2=1.82
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog 10 Aug 2014 21:10:27 -0000 1.81
+++ ChangeLog 10 Dec 2014 08:42:24 -0000 1.82
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libsoundtouch
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.81 2014/08/10 21:10:27 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.82 2014/12/10 08:42:24 jer Exp $
+
+ 10 Dec 2014; Jeroen Roovers <jer@gentoo.org> libsoundtouch-1.8.0-r1.ebuild:
+ Stable for HPPA (bug #526018).
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org>
libsoundtouch-1.7.1.ebuild, libsoundtouch-1.8.0-r1.ebuild,
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/libsoundtouch: libsoundtouch-1.8.0-r1.ebuild ChangeLog
@ 2015-02-12 10:49 Pacho Ramos (pacho)
0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos (pacho) @ 2015-02-12 10:49 UTC (permalink / raw
To: gentoo-commits
pacho 15/02/12 10:49:20
Modified: libsoundtouch-1.8.0-r1.ebuild ChangeLog
Log:
amd64 stable, bug #526018
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.6 media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild?r1=1.5&r2=1.6
Index: libsoundtouch-1.8.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libsoundtouch-1.8.0-r1.ebuild 29 Jan 2015 17:45:38 -0000 1.5
+++ libsoundtouch-1.8.0-r1.ebuild 12 Feb 2015 10:49:20 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild,v 1.5 2015/01/29 17:45:38 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild,v 1.6 2015/02/12 10:49:20 pacho Exp $
EAPI=5
inherit autotools eutils flag-o-matic multilib-minimal
@@ -13,7 +13,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~arm hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
IUSE="cpu_flags_x86_sse2 static-libs"
DEPEND=">=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"
1.84 media-libs/libsoundtouch/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/ChangeLog?rev=1.84&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/ChangeLog?rev=1.84&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/ChangeLog?r1=1.83&r2=1.84
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog 29 Jan 2015 17:45:38 -0000 1.83
+++ ChangeLog 12 Feb 2015 10:49:20 -0000 1.84
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libsoundtouch
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.83 2015/01/29 17:45:38 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.84 2015/02/12 10:49:20 pacho Exp $
+
+ 12 Feb 2015; Pacho Ramos <pacho@gentoo.org> libsoundtouch-1.8.0-r1.ebuild:
+ amd64 stable, bug #526018
29 Jan 2015; Michał Górny <mgorny@gentoo.org> libsoundtouch-1.7.1.ebuild,
libsoundtouch-1.8.0-r1.ebuild, libsoundtouch-1.8.0.ebuild:
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/libsoundtouch: libsoundtouch-1.8.0-r1.ebuild ChangeLog
@ 2015-02-21 12:00 Agostino Sarubbo (ago)
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-21 12:00 UTC (permalink / raw
To: gentoo-commits
ago 15/02/21 12:00:46
Modified: libsoundtouch-1.8.0-r1.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #526018
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild?r1=1.6&r2=1.7
Index: libsoundtouch-1.8.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libsoundtouch-1.8.0-r1.ebuild 12 Feb 2015 10:49:20 -0000 1.6
+++ libsoundtouch-1.8.0-r1.ebuild 21 Feb 2015 12:00:46 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild,v 1.6 2015/02/12 10:49:20 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild,v 1.7 2015/02/21 12:00:46 ago Exp $
EAPI=5
inherit autotools eutils flag-o-matic multilib-minimal
@@ -13,7 +13,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm hppa ~mips ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
IUSE="cpu_flags_x86_sse2 static-libs"
DEPEND=">=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"
1.85 media-libs/libsoundtouch/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/ChangeLog?rev=1.85&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/ChangeLog?rev=1.85&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/ChangeLog?r1=1.84&r2=1.85
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog 12 Feb 2015 10:49:20 -0000 1.84
+++ ChangeLog 21 Feb 2015 12:00:46 -0000 1.85
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libsoundtouch
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.84 2015/02/12 10:49:20 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.85 2015/02/21 12:00:46 ago Exp $
+
+ 21 Feb 2015; Agostino Sarubbo <ago@gentoo.org> libsoundtouch-1.8.0-r1.ebuild:
+ Stable for ppc, wrt bug #526018
12 Feb 2015; Pacho Ramos <pacho@gentoo.org> libsoundtouch-1.8.0-r1.ebuild:
amd64 stable, bug #526018
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/libsoundtouch: libsoundtouch-1.8.0-r1.ebuild ChangeLog
@ 2015-02-23 11:09 Agostino Sarubbo (ago)
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-23 11:09 UTC (permalink / raw
To: gentoo-commits
ago 15/02/23 11:09:01
Modified: libsoundtouch-1.8.0-r1.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #526018
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.8 media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild?r1=1.7&r2=1.8
Index: libsoundtouch-1.8.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libsoundtouch-1.8.0-r1.ebuild 21 Feb 2015 12:00:46 -0000 1.7
+++ libsoundtouch-1.8.0-r1.ebuild 23 Feb 2015 11:09:01 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild,v 1.7 2015/02/21 12:00:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild,v 1.8 2015/02/23 11:09:01 ago Exp $
EAPI=5
inherit autotools eutils flag-o-matic multilib-minimal
@@ -13,7 +13,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~mips ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm hppa ~mips ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
IUSE="cpu_flags_x86_sse2 static-libs"
DEPEND=">=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"
1.86 media-libs/libsoundtouch/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/ChangeLog?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/ChangeLog?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/ChangeLog?r1=1.85&r2=1.86
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog 21 Feb 2015 12:00:46 -0000 1.85
+++ ChangeLog 23 Feb 2015 11:09:01 -0000 1.86
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libsoundtouch
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.85 2015/02/21 12:00:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.86 2015/02/23 11:09:01 ago Exp $
+
+ 23 Feb 2015; Agostino Sarubbo <ago@gentoo.org> libsoundtouch-1.8.0-r1.ebuild:
+ Stable for ppc64, wrt bug #526018
21 Feb 2015; Agostino Sarubbo <ago@gentoo.org> libsoundtouch-1.8.0-r1.ebuild:
Stable for ppc, wrt bug #526018
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/libsoundtouch: libsoundtouch-1.8.0-r1.ebuild ChangeLog
@ 2015-02-25 15:29 Agostino Sarubbo (ago)
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-25 15:29 UTC (permalink / raw
To: gentoo-commits
ago 15/02/25 15:29:33
Modified: libsoundtouch-1.8.0-r1.ebuild ChangeLog
Log:
Stable for x86, wrt bug #526018
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.9 media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild?r1=1.8&r2=1.9
Index: libsoundtouch-1.8.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libsoundtouch-1.8.0-r1.ebuild 23 Feb 2015 11:09:01 -0000 1.8
+++ libsoundtouch-1.8.0-r1.ebuild 25 Feb 2015 15:29:33 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild,v 1.8 2015/02/23 11:09:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild,v 1.9 2015/02/25 15:29:33 ago Exp $
EAPI=5
inherit autotools eutils flag-o-matic multilib-minimal
@@ -13,7 +13,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~mips ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm hppa ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
IUSE="cpu_flags_x86_sse2 static-libs"
DEPEND=">=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"
1.87 media-libs/libsoundtouch/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/ChangeLog?rev=1.87&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/ChangeLog?rev=1.87&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/ChangeLog?r1=1.86&r2=1.87
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog 23 Feb 2015 11:09:01 -0000 1.86
+++ ChangeLog 25 Feb 2015 15:29:33 -0000 1.87
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libsoundtouch
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.86 2015/02/23 11:09:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.87 2015/02/25 15:29:33 ago Exp $
+
+ 25 Feb 2015; Agostino Sarubbo <ago@gentoo.org> libsoundtouch-1.8.0-r1.ebuild:
+ Stable for x86, wrt bug #526018
23 Feb 2015; Agostino Sarubbo <ago@gentoo.org> libsoundtouch-1.8.0-r1.ebuild:
Stable for ppc64, wrt bug #526018
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-02-25 15:29 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-21 12:00 [gentoo-commits] gentoo-x86 commit in media-libs/libsoundtouch: libsoundtouch-1.8.0-r1.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2015-02-25 15:29 Agostino Sarubbo (ago)
2015-02-23 11:09 Agostino Sarubbo (ago)
2015-02-12 10:49 Pacho Ramos (pacho)
2014-12-10 8:42 Jeroen Roovers (jer)
2014-06-18 19:49 Michal Gorny (mgorny)
2014-06-07 16:03 Michal Gorny (mgorny)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox