* [gentoo-commits] gentoo-x86 commit in media-sound/alsa-utils: ChangeLog alsa-utils-1.0.27.1-r1.ebuild
@ 2013-05-27 14:55 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-05-27 14:55 UTC (permalink / raw
To: gentoo-commits
ssuominen 13/05/27 14:55:22
Modified: ChangeLog
Added: alsa-utils-1.0.27.1-r1.ebuild
Log:
Include upstreamized patch for "hctl element search" wrt #468690 by William Throwe and Jaroslav Kysela
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.351 media-sound/alsa-utils/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/alsa-utils/ChangeLog?rev=1.351&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/alsa-utils/ChangeLog?rev=1.351&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/alsa-utils/ChangeLog?r1=1.350&r2=1.351
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v
retrieving revision 1.350
retrieving revision 1.351
diff -u -r1.350 -r1.351
--- ChangeLog 27 May 2013 13:59:35 -0000 1.350
+++ ChangeLog 27 May 2013 14:55:22 -0000 1.351
@@ -1,6 +1,14 @@
# ChangeLog for media-sound/alsa-utils
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v 1.350 2013/05/27 13:59:35 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v 1.351 2013/05/27 14:55:22 ssuominen Exp $
+
+*alsa-utils-1.0.27.1-r1 (27 May 2013)
+
+ 27 May 2013; Samuli Suominen <ssuominen@gentoo.org>
+ +alsa-utils-1.0.27.1-r1.ebuild,
+ +files/alsa-utils-1.0.27.1-hctl_elem_search.patch:
+ Include upstreamized patch for "hctl element search" wrt #468690 by William
+ Throwe and Jaroslav Kysela
*alsa-utils-1.0.27.1 (27 May 2013)
1.1 media-sound/alsa-utils/alsa-utils-1.0.27.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.27.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.27.1-r1.ebuild?rev=1.1&content-type=text/plain
Index: alsa-utils-1.0.27.1-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.27.1-r1.ebuild,v 1.1 2013/05/27 14:55:22 ssuominen Exp $
EAPI=5
inherit eutils systemd udev
DESCRIPTION="Advanced Linux Sound Architecture Utils (alsactl, alsamixer, etc.)"
HOMEPAGE="http://www.alsa-project.org/"
SRC_URI="mirror://alsaproject/utils/${P}.tar.bz2
mirror://alsaproject/driver/alsa-driver-1.0.25.tar.bz2"
LICENSE="GPL-2"
SLOT="0.9"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
IUSE="doc +libsamplerate +ncurses nls selinux"
RDEPEND=">=media-libs/alsa-lib-1.0.27-r2
libsamplerate? ( media-libs/libsamplerate )
ncurses? ( >=sys-libs/ncurses-5.7-r7 )
selinux? ( sec-policy/selinux-alsa )"
DEPEND="${RDEPEND}
virtual/pkgconfig
doc? ( app-text/xmlto )"
src_prepare() {
epatch "${FILESDIR}"/${P}-hctl_elem_search.patch
epatch_user
}
src_configure() {
local myconf
use doc || myconf='--disable-xmlto'
# --disable-alsaconf because it doesn't work with sys-apps/kmod wrt #456214
econf \
--disable-maintainer-mode \
$(use_enable libsamplerate alsaloop) \
$(use_enable nls) \
$(use_enable ncurses alsamixer) \
--disable-alsaconf \
"$(systemd_with_unitdir)" \
--with-udev-rules-dir="$(get_udevdir)"/rules.d \
${myconf}
}
src_install() {
emake DESTDIR="${D}" install
dodoc ChangeLog README TODO seq/*/README.*
newbin "${WORKDIR}"/alsa-driver-*/utils/alsa-info.sh alsa-info
newinitd "${FILESDIR}"/alsasound.initd-r5 alsasound
newconfd "${FILESDIR}"/alsasound.confd-r4 alsasound
insinto /etc/modprobe.d
newins "${FILESDIR}"/alsa-modules.conf-rc alsa.conf
keepdir /var/lib/alsa
# ALSA lib parser.c:1266:(uc_mgr_scan_master_configs) error: could not
# scan directory /usr/share/alsa/ucm: No such file or directory
# alsaucm: unable to obtain card list: No such file or directory
keepdir /usr/share/alsa/ucm
}
pkg_postinst() {
if [[ -z ${REPLACING_VERSIONS} ]]; then
elog
elog "To take advantage of the init script, and automate the process of"
elog "saving and restoring sound-card mixer levels you should"
elog "add alsasound to the boot runlevel. You can do this as"
elog "root like so:"
elog "# rc-update add alsasound boot"
ewarn
ewarn "The ALSA core should be built into the kernel or loaded through other"
ewarn "means. There is no longer any modular auto(un)loading in alsa-utils."
fi
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/alsa-utils: ChangeLog alsa-utils-1.0.27.1-r1.ebuild
@ 2013-08-02 11:34 Markus Meier (maekke)
0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2013-08-02 11:34 UTC (permalink / raw
To: gentoo-commits
maekke 13/08/02 11:34:40
Modified: ChangeLog alsa-utils-1.0.27.1-r1.ebuild
Log:
arm stable, bug #473404
(Portage version: 2.1.13.1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Revision Changes Path
1.355 media-sound/alsa-utils/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/alsa-utils/ChangeLog?rev=1.355&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/alsa-utils/ChangeLog?rev=1.355&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/alsa-utils/ChangeLog?r1=1.354&r2=1.355
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v
retrieving revision 1.354
retrieving revision 1.355
diff -u -r1.354 -r1.355
--- ChangeLog 30 Jul 2013 09:08:09 -0000 1.354
+++ ChangeLog 2 Aug 2013 11:34:40 -0000 1.355
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/alsa-utils
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v 1.354 2013/07/30 09:08:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v 1.355 2013/08/02 11:34:40 maekke Exp $
+
+ 02 Aug 2013; Markus Meier <maekke@gentoo.org> alsa-utils-1.0.27.1-r1.ebuild:
+ arm stable, bug #473404
30 Jul 2013; Agostino Sarubbo <ago@gentoo.org> alsa-utils-1.0.27.1-r1.ebuild:
Stable for amd64, wrt bug #473404
1.3 media-sound/alsa-utils/alsa-utils-1.0.27.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.27.1-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.27.1-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.27.1-r1.ebuild?r1=1.2&r2=1.3
Index: alsa-utils-1.0.27.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.27.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- alsa-utils-1.0.27.1-r1.ebuild 30 Jul 2013 09:08:09 -0000 1.2
+++ alsa-utils-1.0.27.1-r1.ebuild 2 Aug 2013 11:34:40 -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-sound/alsa-utils/alsa-utils-1.0.27.1-r1.ebuild,v 1.2 2013/07/30 09:08:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.27.1-r1.ebuild,v 1.3 2013/08/02 11:34:40 maekke Exp $
EAPI=5
inherit eutils systemd udev
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0.9"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
IUSE="doc +libsamplerate +ncurses nls selinux"
RDEPEND=">=media-libs/alsa-lib-1.0.27-r2
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/alsa-utils: ChangeLog alsa-utils-1.0.27.1-r1.ebuild
@ 2013-08-20 14:36 Jeroen Roovers (jer)
0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2013-08-20 14:36 UTC (permalink / raw
To: gentoo-commits
jer 13/08/20 14:36:47
Modified: ChangeLog alsa-utils-1.0.27.1-r1.ebuild
Log:
Stable for HPPA (bug #473404).
(Portage version: 2.2.0/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.358 media-sound/alsa-utils/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/alsa-utils/ChangeLog?rev=1.358&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/alsa-utils/ChangeLog?rev=1.358&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/alsa-utils/ChangeLog?r1=1.357&r2=1.358
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v
retrieving revision 1.357
retrieving revision 1.358
diff -u -r1.357 -r1.358
--- ChangeLog 10 Aug 2013 13:06:08 -0000 1.357
+++ ChangeLog 20 Aug 2013 14:36:47 -0000 1.358
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/alsa-utils
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v 1.357 2013/08/10 13:06:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v 1.358 2013/08/20 14:36:47 jer Exp $
+
+ 20 Aug 2013; Jeroen Roovers <jer@gentoo.org> alsa-utils-1.0.27.1-r1.ebuild:
+ Stable for HPPA (bug #473404).
10 Aug 2013; Agostino Sarubbo <ago@gentoo.org> alsa-utils-1.0.27.1-r1.ebuild:
Stable for ppc, wrt bug #473404
1.6 media-sound/alsa-utils/alsa-utils-1.0.27.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.27.1-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.27.1-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.27.1-r1.ebuild?r1=1.5&r2=1.6
Index: alsa-utils-1.0.27.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.27.1-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- alsa-utils-1.0.27.1-r1.ebuild 10 Aug 2013 13:06:07 -0000 1.5
+++ alsa-utils-1.0.27.1-r1.ebuild 20 Aug 2013 14:36:47 -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-sound/alsa-utils/alsa-utils-1.0.27.1-r1.ebuild,v 1.5 2013/08/10 13:06:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.27.1-r1.ebuild,v 1.6 2013/08/20 14:36:47 jer Exp $
EAPI=5
inherit eutils systemd udev
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0.9"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86"
IUSE="doc +libsamplerate +ncurses nls selinux"
RDEPEND=">=media-libs/alsa-lib-1.0.27-r2
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-08-20 14:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-27 14:55 [gentoo-commits] gentoo-x86 commit in media-sound/alsa-utils: ChangeLog alsa-utils-1.0.27.1-r1.ebuild Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2013-08-02 11:34 Markus Meier (maekke)
2013-08-20 14:36 Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox