public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/vo-aacenc: ChangeLog vo-aacenc-0.1.3.ebuild
@ 2013-07-28 19:30 Alexis Ballier (aballier)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2013-07-28 19:30 UTC (permalink / raw
  To: gentoo-commits

aballier    13/07/28 19:30:44

  Modified:             ChangeLog
  Added:                vo-aacenc-0.1.3.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.36                 media-libs/vo-aacenc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/vo-aacenc/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	28 Jul 2013 19:25:41 -0000	1.35
+++ ChangeLog	28 Jul 2013 19:30:44 -0000	1.36
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/vo-aacenc
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/vo-aacenc/ChangeLog,v 1.35 2013/07/28 19:25:41 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/vo-aacenc/ChangeLog,v 1.36 2013/07/28 19:30:44 aballier Exp $
+
+*vo-aacenc-0.1.3 (28 Jul 2013)
+
+  28 Jul 2013; Alexis Ballier <aballier@gentoo.org> +vo-aacenc-0.1.3.ebuild:
+  version bump
 
   28 Jul 2013; Alexis Ballier <aballier@gentoo.org> vo-aacenc-9999.ebuild:
   Go multilib



1.1                  media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild

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

Index: vo-aacenc-0.1.3.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild,v 1.1 2013/07/28 19:30:44 aballier Exp $

EAPI=5

if [[ ${PV} == *9999 ]] ; then
	SCM="git-2"
	EGIT_REPO_URI="git://github.com/mstorsjo/${PN}.git"
	[[ ${PV%9999} != "" ]] && EGIT_BRANCH="release/${PV%.9999}"
	AUTOTOOLS_AUTORECONF=yes
fi

inherit autotools-multilib ${SCM}

DESCRIPTION="VisualOn AAC encoder library"
HOMEPAGE="http://sourceforge.net/projects/opencore-amr/"

if [[ ${PV} == *9999 ]] ; then
	SRC_URI=""
elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot
	SRC_URI="mirror://gentoo/${P}.tar.xz"
else # Official release
	SRC_URI="mirror://sourceforge/opencore-amr/${P}.tar.gz"
fi

LICENSE="Apache-2.0"
SLOT="0"

[[ ${PV} == *9999 ]] || \
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos"
IUSE="examples static-libs neon"

AUTOTOOLS_PRUNE_LIBTOOL_FILES=all

src_configure() {
	local myeconfargs=(
		"$(use_enable examples example)"
		"$(use_enable neon armv7neon)"
	)
	autotools-multilib_src_configure
}





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

* [gentoo-commits] gentoo-x86 commit in media-libs/vo-aacenc: ChangeLog vo-aacenc-0.1.3.ebuild
@ 2014-07-31 14:33 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 4+ messages in thread
From: Tobias Klausmann (klausman) @ 2014-07-31 14:33 UTC (permalink / raw
  To: gentoo-commits

klausman    14/07/31 14:33:47

  Modified:             ChangeLog vo-aacenc-0.1.3.ebuild
  Log:
  Stable on alpha, bug #515234
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)

Revision  Changes    Path
1.40                 media-libs/vo-aacenc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/vo-aacenc/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	28 Jul 2014 13:46:25 -0000	1.39
+++ ChangeLog	31 Jul 2014 14:33:47 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/vo-aacenc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/vo-aacenc/ChangeLog,v 1.39 2014/07/28 13:46:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/vo-aacenc/ChangeLog,v 1.40 2014/07/31 14:33:47 klausman Exp $
+
+  31 Jul 2014; Tobias Klausmann <klausman@gentoo.org> vo-aacenc-0.1.3.ebuild:
+  Stable on alpha, bug #515234
 
   28 Jul 2014; Agostino Sarubbo <ago@gentoo.org> vo-aacenc-0.1.3.ebuild:
   Stable for ppc, wrt bug #512012



1.5                  media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild?r1=1.4&r2=1.5

Index: vo-aacenc-0.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vo-aacenc-0.1.3.ebuild	28 Jul 2014 13:46:25 -0000	1.4
+++ vo-aacenc-0.1.3.ebuild	31 Jul 2014 14:33:47 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild,v 1.4 2014/07/28 13:46:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild,v 1.5 2014/07/31 14:33:47 klausman Exp $
 
 EAPI=5
 
@@ -28,7 +28,7 @@
 SLOT="0"
 
 [[ ${PV} == *9999 ]] || \
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos"
 IUSE="examples static-libs neon"
 
 AUTOTOOLS_PRUNE_LIBTOOL_FILES=all





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

* [gentoo-commits] gentoo-x86 commit in media-libs/vo-aacenc: ChangeLog vo-aacenc-0.1.3.ebuild
@ 2014-08-05 20:08 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2014-08-05 20:08 UTC (permalink / raw
  To: gentoo-commits

maekke      14/08/05 20:08:27

  Modified:             ChangeLog vo-aacenc-0.1.3.ebuild
  Log:
  arm stable, bug #512012
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.41                 media-libs/vo-aacenc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/vo-aacenc/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	31 Jul 2014 14:33:47 -0000	1.40
+++ ChangeLog	5 Aug 2014 20:08:26 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/vo-aacenc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/vo-aacenc/ChangeLog,v 1.40 2014/07/31 14:33:47 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/vo-aacenc/ChangeLog,v 1.41 2014/08/05 20:08:26 maekke Exp $
+
+  05 Aug 2014; Markus Meier <maekke@gentoo.org> vo-aacenc-0.1.3.ebuild:
+  arm stable, bug #512012
 
   31 Jul 2014; Tobias Klausmann <klausman@gentoo.org> vo-aacenc-0.1.3.ebuild:
   Stable on alpha, bug #515234



1.6                  media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild?r1=1.5&r2=1.6

Index: vo-aacenc-0.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- vo-aacenc-0.1.3.ebuild	31 Jul 2014 14:33:47 -0000	1.5
+++ vo-aacenc-0.1.3.ebuild	5 Aug 2014 20:08:26 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild,v 1.5 2014/07/31 14:33:47 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild,v 1.6 2014/08/05 20:08:26 maekke Exp $
 
 EAPI=5
 
@@ -28,7 +28,7 @@
 SLOT="0"
 
 [[ ${PV} == *9999 ]] || \
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos"
 IUSE="examples static-libs neon"
 
 AUTOTOOLS_PRUNE_LIBTOOL_FILES=all





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

* [gentoo-commits] gentoo-x86 commit in media-libs/vo-aacenc: ChangeLog vo-aacenc-0.1.3.ebuild
@ 2014-08-07 19:07 Jeroen Roovers (jer)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2014-08-07 19:07 UTC (permalink / raw
  To: gentoo-commits

jer         14/08/07 19:07:27

  Modified:             ChangeLog vo-aacenc-0.1.3.ebuild
  Log:
  Stable for HPPA (bug #512012).
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.42                 media-libs/vo-aacenc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/vo-aacenc/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	5 Aug 2014 20:08:26 -0000	1.41
+++ ChangeLog	7 Aug 2014 19:07:27 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/vo-aacenc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/vo-aacenc/ChangeLog,v 1.41 2014/08/05 20:08:26 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/vo-aacenc/ChangeLog,v 1.42 2014/08/07 19:07:27 jer Exp $
+
+  07 Aug 2014; Jeroen Roovers <jer@gentoo.org> vo-aacenc-0.1.3.ebuild:
+  Stable for HPPA (bug #512012).
 
   05 Aug 2014; Markus Meier <maekke@gentoo.org> vo-aacenc-0.1.3.ebuild:
   arm stable, bug #512012



1.7                  media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild?r1=1.6&r2=1.7

Index: vo-aacenc-0.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vo-aacenc-0.1.3.ebuild	5 Aug 2014 20:08:26 -0000	1.6
+++ vo-aacenc-0.1.3.ebuild	7 Aug 2014 19:07:27 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild,v 1.6 2014/08/05 20:08:26 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild,v 1.7 2014/08/07 19:07:27 jer Exp $
 
 EAPI=5
 
@@ -28,7 +28,7 @@
 SLOT="0"
 
 [[ ${PV} == *9999 ]] || \
-KEYWORDS="alpha amd64 arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos"
 IUSE="examples static-libs neon"
 
 AUTOTOOLS_PRUNE_LIBTOOL_FILES=all





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

end of thread, other threads:[~2014-08-07 19:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-05 20:08 [gentoo-commits] gentoo-x86 commit in media-libs/vo-aacenc: ChangeLog vo-aacenc-0.1.3.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2014-08-07 19:07 Jeroen Roovers (jer)
2014-07-31 14:33 Tobias Klausmann (klausman)
2013-07-28 19:30 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