ulm         14/05/15 11:18:53

  Modified:             metadata.xml ChangeLog h323plus-1.25.0-r1.ebuild
  Log:
  Rename "audio" USE flag to "sound", bug 357661.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  Changes    Path
1.3                  net-libs/h323plus/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/h323plus/metadata.xml?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/h323plus/metadata.xml?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/h323plus/metadata.xml?r1=1.2&r2=1.3

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/h323plus/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml        27 Oct 2013 09:37:19 -0000      1.2
+++ metadata.xml        15 May 2014 11:18:53 -0000      1.3
@@ -4,7 +4,7 @@
 <maintainer><email>[email protected]</email></maintainer>
   <use>
     <flag name="aec">Enable acoustic echo cancellation</flag>
-    <flag name="audio">Enable audio codecs</flag>
+    <flag name="sound">Enable audio codecs</flag>
     <flag name="video">Enable video codecs</flag>
   </use>
 </pkgmetadata>



1.6                  net-libs/h323plus/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/h323plus/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   27 Oct 2013 09:37:19 -0000      1.5
+++ ChangeLog   15 May 2014 11:18:53 -0000      1.6
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/h323plus
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/h323plus/ChangeLog,v 1.5 
2013/10/27 09:37:19 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/h323plus/ChangeLog,v 1.6 
2014/05/15 11:18:53 ulm Exp $
+
+  15 May 2014; Ulrich Müller <[email protected]> h323plus-1.25.0-r1.ebuild,
+  metadata.xml:
+  Rename "audio" USE flag to "sound", bug 357661.
 
   27 Oct 2013; Pacho Ramos <[email protected]> metadata.xml:
   Voip herd is removed: http://article.gmane.org/gmane.linux.gentoo.devel/88434



1.2                  net-libs/h323plus/h323plus-1.25.0-r1.ebuild

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

Index: h323plus-1.25.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/h323plus/h323plus-1.25.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- h323plus-1.25.0-r1.ebuild   6 Mar 2013 17:42:36 -0000       1.1
+++ h323plus-1.25.0-r1.ebuild   15 May 2014 11:18:53 -0000      1.2
@@ -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/net-libs/h323plus/h323plus-1.25.0-r1.ebuild,v 1.1 
2013/03/06 17:42:36 chithanh Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-libs/h323plus/h323plus-1.25.0-r1.ebuild,v 1.2 
2014/05/15 11:18:53 ulm Exp $
 
 EAPI=5
 
@@ -12,14 +12,14 @@
 HOMEPAGE="http://www.h323plus.org/";
 SRC_URI="mirror://sourceforge/${PN}/${PN}-v${PV//./_}.tar.gz"
 
-IUSE="aec +audio debug +video"
+IUSE="aec debug +sound +video"
 SLOT="0/${PV}"
 LICENSE="MPL-1.1"
 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
 
 DEPEND=">=net-libs/ptlib-2.6.4:=[wav]
        aec? ( >=media-libs/speex-1.2_rc1 )
-       audio? (
+       sound? (
                media-sound/gsm
                dev-libs/ilbc-rfc3951
        )
@@ -44,7 +44,7 @@
        econf \
                PTLIB_CONFIG="${EPREFIX}/usr/bin/ptlib-config" \
                $(use_enable video) \
-               $(use_enable audio) \
+               $(use_enable sound audio) \
                $(use_enable aec) \
                $(use_enable debug asntracing)
        # revision.h does not exist in ptlib(?)




Reply via email to