polynomial-c    14/04/27 18:34:33

  Modified:             ChangeLog
  Added:                opusfile-0.5.ebuild
  Removed:              opusfile-0.2.ebuild
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  Changes    Path
1.8                  media-libs/opusfile/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/opusfile/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   13 Apr 2014 15:17:59 -0000      1.7
+++ ChangeLog   27 Apr 2014 18:34:33 -0000      1.8
@@ -1,6 +1,12 @@
 # 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.7 
2014/04/13 15:17:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/opusfile/ChangeLog,v 1.8 
2014/04/27 18:34:33 polynomial-c Exp $
+
+*opusfile-0.5 (27 Apr 2014)
+
+  27 Apr 2014; Lars Wendler <polynomia...@gentoo.org> -opusfile-0.2.ebuild,
+  +opusfile-0.5.ebuild:
+  Version bump. Removed old.
 
   13 Apr 2014; Jeroen Roovers <j...@gentoo.org> opusfile-0.4.ebuild:
   Marked ~hppa (bug #503608).



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

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

Index: opusfile-0.5.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.5.ebuild,v 
1.1 2014/04/27 18:34:33 polynomial-c 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="~amd64 ~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