public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/opus-tools: ChangeLog opus-tools-0.1.7.ebuild
@ 2013-10-12 10:46 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2013-10-12 10:46 UTC (permalink / raw
  To: gentoo-commits

aballier    13/10/12 10:46:40

  Modified:             ChangeLog
  Added:                opus-tools-0.1.7.ebuild
  Log:
  version  bump
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.6                  media-sound/opus-tools/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/opus-tools/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	8 Apr 2013 01:20:30 -0000	1.5
+++ ChangeLog	12 Oct 2013 10:46:40 -0000	1.6
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/opus-tools
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/opus-tools/ChangeLog,v 1.5 2013/04/08 01:20:30 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/opus-tools/ChangeLog,v 1.6 2013/10/12 10:46:40 aballier Exp $
+
+*opus-tools-0.1.7 (12 Oct 2013)
+
+  12 Oct 2013; Alexis Ballier <aballier@gentoo.org> +opus-tools-0.1.7.ebuild:
+  version bump
 
   08 Apr 2013; Tim Harder <radhermit@gentoo.org> metadata.xml:
   Use correct herd.



1.1                  media-sound/opus-tools/opus-tools-0.1.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/opus-tools/opus-tools-0.1.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/opus-tools/opus-tools-0.1.7.ebuild?rev=1.1&content-type=text/plain

Index: opus-tools-0.1.7.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/opus-tools/opus-tools-0.1.7.ebuild,v 1.1 2013/10/12 10:46:40 aballier Exp $

EAPI=4

if [[ ${PV} == *9999 ]] ; then
	SCM="git-2"
	EGIT_REPO_URI="git://git.opus-codec.org/${PN}.git"
fi

inherit autotools ${SCM}

DESCRIPTION="The Opus codec is designed for interactive speech and audio
transmission over the Internet."
HOMEPAGE="http://opus-codec.org/"
if [[ ${PV} == *9999 ]] ; then
	SRC_URI=""
elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot
	SRC_URI="http://dev.gentoo.org/~lu_zero/${PN}/${P}.tar.xz"
else # Official release
	SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz"
fi

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=media-libs/libogg-1.3.0
		 >=media-libs/opus-0.9.10"
DEPEND="virtual/pkgconfig
		${DEPEND}"

src_prepare() {
	[[ ${PV} == *9999 ]] && eautoreconf
}

src_compile() {
	default
}

src_install() {
	default
	find "${D}" -name '*.la' -delete
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/opus-tools: ChangeLog opus-tools-0.1.7.ebuild
@ 2013-10-12 16:22 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2013-10-12 16:22 UTC (permalink / raw
  To: gentoo-commits

aballier    13/10/12 16:22:10

  Modified:             ChangeLog opus-tools-0.1.7.ebuild
  Log:
  add flac useflag, bug #487790
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.7                  media-sound/opus-tools/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/opus-tools/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	12 Oct 2013 10:46:40 -0000	1.6
+++ ChangeLog	12 Oct 2013 16:22:10 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/opus-tools
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/opus-tools/ChangeLog,v 1.6 2013/10/12 10:46:40 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/opus-tools/ChangeLog,v 1.7 2013/10/12 16:22:10 aballier Exp $
+
+  12 Oct 2013; Alexis Ballier <aballier@gentoo.org> opus-tools-0.1.7.ebuild:
+  add flac useflag, bug #487790
 
 *opus-tools-0.1.7 (12 Oct 2013)
 



1.2                  media-sound/opus-tools/opus-tools-0.1.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/opus-tools/opus-tools-0.1.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/opus-tools/opus-tools-0.1.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/opus-tools/opus-tools-0.1.7.ebuild?r1=1.1&r2=1.2

Index: opus-tools-0.1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/opus-tools/opus-tools-0.1.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- opus-tools-0.1.7.ebuild	12 Oct 2013 10:46:40 -0000	1.1
+++ opus-tools-0.1.7.ebuild	12 Oct 2013 16:22:10 -0000	1.2
@@ -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/opus-tools/opus-tools-0.1.7.ebuild,v 1.1 2013/10/12 10:46:40 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/opus-tools/opus-tools-0.1.7.ebuild,v 1.2 2013/10/12 16:22:10 aballier Exp $
 
 EAPI=4
 
@@ -25,10 +25,12 @@
 LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="flac"
 
 RDEPEND=">=media-libs/libogg-1.3.0
-		 >=media-libs/opus-0.9.10"
+		 >=media-libs/opus-0.9.10
+		 flac? ( >=media-libs/flac-1.1.3 )
+		 "
 DEPEND="virtual/pkgconfig
 		${DEPEND}"
 
@@ -36,6 +38,11 @@
 	[[ ${PV} == *9999 ]] && eautoreconf
 }
 
+src_configure() {
+	econf \
+		$(use_with flac)
+}
+
 src_compile() {
 	default
 }





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-10-12 16:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-12 10:46 [gentoo-commits] gentoo-x86 commit in media-sound/opus-tools: ChangeLog opus-tools-0.1.7.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2013-10-12 16:22 Alexis Ballier (aballier)

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