* [gentoo-commits] gentoo-x86 commit in media-libs/sbc: ChangeLog sbc-1.1.ebuild
@ 2013-05-10 8:09 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-05-10 8:09 UTC (permalink / raw
To: gentoo-commits
ssuominen 13/05/10 08:09:14
Modified: ChangeLog
Added: sbc-1.1.ebuild
Log:
Version bump wrt #468414 by Manuel Rüger
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.7 media-libs/sbc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sbc/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sbc/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sbc/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/sbc/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 2 Dec 2012 10:42:37 -0000 1.6
+++ ChangeLog 10 May 2013 08:09:14 -0000 1.7
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/sbc
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/ChangeLog,v 1.6 2012/12/02 10:42:37 maekke Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/ChangeLog,v 1.7 2013/05/10 08:09:14 ssuominen Exp $
+
+*sbc-1.1 (10 May 2013)
+
+ 10 May 2013; Samuli Suominen <ssuominen@gentoo.org> +sbc-1.1.ebuild:
+ Version bump wrt #468414 by Manuel Rüger
02 Dec 2012; Markus Meier <maekke@gentoo.org> sbc-1.0.ebuild:
add ~arm, bug #442932
1.1 media-libs/sbc/sbc-1.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sbc/sbc-1.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sbc/sbc-1.1.ebuild?rev=1.1&content-type=text/plain
Index: sbc-1.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/sbc/sbc-1.1.ebuild,v 1.1 2013/05/10 08:09:14 ssuominen Exp $
EAPI=5
inherit eutils
DESCRIPTION="An audio codec to connect bluetooth high quality audio devices like headphones or loudspeakers"
HOMEPAGE="http://git.kernel.org/?p=bluetooth/sbc.git http://www.bluez.org/sbc-10/"
SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
IUSE="static-libs"
# --enable-tester is building src/sbctester but the tarball is missing required
# .wav file to execute it
RESTRICT="test"
DEPEND="virtual/pkgconfig"
DOCS="AUTHORS ChangeLog"
src_configure() {
econf \
$(use_enable static-libs static) \
--disable-tester
}
src_install() {
default
prune_libtool_files
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/sbc: ChangeLog sbc-1.1.ebuild
@ 2013-10-09 13:54 Jeroen Roovers (jer)
0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2013-10-09 13:54 UTC (permalink / raw
To: gentoo-commits
jer 13/10/09 13:54:46
Modified: ChangeLog sbc-1.1.ebuild
Log:
Stable for HPPA (bug #477662).
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.8 media-libs/sbc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sbc/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sbc/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sbc/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/sbc/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 10 May 2013 08:09:14 -0000 1.7
+++ ChangeLog 9 Oct 2013 13:54:46 -0000 1.8
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/sbc
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/ChangeLog,v 1.7 2013/05/10 08:09:14 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/ChangeLog,v 1.8 2013/10/09 13:54:46 jer Exp $
+
+ 09 Oct 2013; Jeroen Roovers <jer@gentoo.org> sbc-1.1.ebuild:
+ Stable for HPPA (bug #477662).
*sbc-1.1 (10 May 2013)
1.2 media-libs/sbc/sbc-1.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sbc/sbc-1.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sbc/sbc-1.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sbc/sbc-1.1.ebuild?r1=1.1&r2=1.2
Index: sbc-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/sbc/sbc-1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sbc-1.1.ebuild 10 May 2013 08:09:14 -0000 1.1
+++ sbc-1.1.ebuild 9 Oct 2013 13:54:46 -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/sbc/sbc-1.1.ebuild,v 1.1 2013/05/10 08:09:14 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/sbc-1.1.ebuild,v 1.2 2013/10/09 13:54:46 jer Exp $
EAPI=5
inherit eutils
@@ -11,7 +11,7 @@
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm hppa ~ppc ~ppc64 ~x86"
IUSE="static-libs"
# --enable-tester is building src/sbctester but the tarball is missing required
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/sbc: ChangeLog sbc-1.1.ebuild
@ 2013-12-01 19:20 Markus Meier (maekke)
0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2013-12-01 19:20 UTC (permalink / raw
To: gentoo-commits
maekke 13/12/01 19:20:06
Modified: ChangeLog sbc-1.1.ebuild
Log:
arm stable, bug #477662
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Revision Changes Path
1.11 media-libs/sbc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sbc/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sbc/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sbc/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/sbc/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 23 Nov 2013 21:40:40 -0000 1.10
+++ ChangeLog 1 Dec 2013 19:20:06 -0000 1.11
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/sbc
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/ChangeLog,v 1.10 2013/11/23 21:40:40 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/ChangeLog,v 1.11 2013/12/01 19:20:06 maekke Exp $
+
+ 01 Dec 2013; Markus Meier <maekke@gentoo.org> sbc-1.1.ebuild:
+ arm stable, bug #477662
23 Nov 2013; Pacho Ramos <pacho@gentoo.org> sbc-1.1.ebuild:
amd64 stable, bug #477662
1.4 media-libs/sbc/sbc-1.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sbc/sbc-1.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sbc/sbc-1.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sbc/sbc-1.1.ebuild?r1=1.3&r2=1.4
Index: sbc-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/sbc/sbc-1.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sbc-1.1.ebuild 23 Nov 2013 21:40:40 -0000 1.3
+++ sbc-1.1.ebuild 1 Dec 2013 19:20:06 -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/sbc/sbc-1.1.ebuild,v 1.3 2013/11/23 21:40:40 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/sbc-1.1.ebuild,v 1.4 2013/12/01 19:20:06 maekke Exp $
EAPI=5
inherit eutils
@@ -11,7 +11,7 @@
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 arm hppa ~ppc ~ppc64 ~x86"
IUSE="static-libs"
# --enable-tester is building src/sbctester but the tarball is missing required
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-12-01 19:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-01 19:20 [gentoo-commits] gentoo-x86 commit in media-libs/sbc: ChangeLog sbc-1.1.ebuild Markus Meier (maekke)
-- strict thread matches above, loose matches on Subject: below --
2013-10-09 13:54 Jeroen Roovers (jer)
2013-05-10 8:09 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