hwoarang    14/09/14 10:03:46

  Modified:             ChangeLog
  Added:                opusfile-0.6.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  Changes    Path
1.11                 media-libs/opusfile/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/opusfile/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   19 Jul 2014 17:27:13 -0000      1.10
+++ ChangeLog   14 Sep 2014 10:03:46 -0000      1.11
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/opusfile
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/opusfile/ChangeLog,v 1.10 
2014/07/19 17:27:13 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/opusfile/ChangeLog,v 1.11 
2014/09/14 10:03:46 hwoarang Exp $
+
+*opusfile-0.6 (14 Sep 2014)
+
+  14 Sep 2014; Markos Chandras <[email protected]> +opusfile-0.6.ebuild:
+  Version bump
 
   19 Jul 2014; Tobias Klausmann <[email protected]> opusfile-0.5.ebuild:
   Keyworded on alpha, bug #507650



1.1                  media-libs/opusfile/opusfile-0.6.ebuild

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

Index: opusfile-0.6.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/opusfile/opusfile-0.6.ebuild,v 
1.1 2014/09/14 10:03:46 hwoarang Exp $

EAPI=5

DESCRIPTION="A high-level decoding and seeking API for .opus files"
HOMEPAGE="http://www.opus-codec.org/";
SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz";

LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~x86"
IUSE="doc fixed-point +float +http static-libs"

RDEPEND="media-libs/libogg
        media-libs/opus
        http? ( dev-libs/openssl )"

DEPEND="${RDEPEND}
        doc? ( app-doc/doxygen )"

REQUIRED_USE="^^ ( fixed-point float )"

src_configure() {
        econf \
                --docdir=/usr/share/doc/${PF} \
                $(use_enable doc) \
                $(use_enable fixed-point)\
                $(use_enable float) \
                $(use_enable http) \
                $(use_enable static-libs static)
}




Reply via email to