public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/opusfile: ChangeLog opusfile-0.2.ebuild opusfile-0.4.ebuild
@ 2013-11-29 14:01 Lars Wendler (polynomial-c)
  0 siblings, 0 replies; only message in thread
From: Lars Wendler (polynomial-c) @ 2013-11-29 14:01 UTC (permalink / raw
  To: gentoo-commits

polynomial-c    13/11/29 14:01:18

  Modified:             ChangeLog opusfile-0.2.ebuild
  Added:                opusfile-0.4.ebuild
  Log:
  Version bump. Fixed docdir location
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)

Revision  Changes    Path
1.3                  media-libs/opusfile/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/opusfile/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	19 Apr 2013 19:25:07 -0000	1.2
+++ ChangeLog	29 Nov 2013 14:01:18 -0000	1.3
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/opusfile
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/opusfile/ChangeLog,v 1.2 2013/04/19 19:25:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/opusfile/ChangeLog,v 1.3 2013/11/29 14:01:18 polynomial-c Exp $
+
+*opusfile-0.4 (29 Nov 2013)
+
+  29 Nov 2013; Lars Wendler <polynomial-c@gentoo.org> opusfile-0.2.ebuild,
+  +opusfile-0.4.ebuild:
+  Version bump with kind permission from hwoarang. Fixed docdir location.
 
   19 Apr 2013; Agostino Sarubbo <ago@gentoo.org> opusfile-0.2.ebuild:
   Add ~ppc, wrt bug #466276



1.3                  media-libs/opusfile/opusfile-0.2.ebuild

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

Index: opusfile-0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/opusfile/opusfile-0.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- opusfile-0.2.ebuild	19 Apr 2013 19:25:07 -0000	1.2
+++ opusfile-0.2.ebuild	29 Nov 2013 14:01:18 -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-libs/opusfile/opusfile-0.2.ebuild,v 1.2 2013/04/19 19:25:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/opusfile/opusfile-0.2.ebuild,v 1.3 2013/11/29 14:01:18 polynomial-c Exp $
 
 EAPI=5
 
@@ -24,6 +24,7 @@
 
 src_configure() {
 	econf \
+		--docdir=/usr/share/doc/${PF} \
 		$(use_enable doc) \
 		$(use_enable fixed-point)\
 		$(use_enable float) \



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

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

Index: opusfile-0.4.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/opusfile/opusfile-0.4.ebuild,v 1.1 2013/11/29 14:01:18 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 ~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)
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-11-29 14:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-29 14:01 [gentoo-commits] gentoo-x86 commit in media-libs/opusfile: ChangeLog opusfile-0.2.ebuild opusfile-0.4.ebuild Lars Wendler (polynomial-c)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox