public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/noad: noad-0.7.3-r1.ebuild ChangeLog
@ 2013-03-29  9:41 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-03-29  9:41 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/03/29 09:41:14

  Modified:             ChangeLog
  Added:                noad-0.7.3-r1.ebuild
  Log:
  Enable building marcpics utility because there was no need to disable both, marcpics and showindex when only showindex fails to compile. Remove redudant append-flags -D__STDC_CONSTANT_MACROS because -D__STDC_CONSTANT_MACROS is part of upstream configure.ac. Fix building with recent libc wrt #425288 by Markus Rathgeb and Diego Elio Pettenò. Respect environment CXXFLAGS wrt #426746 by Diego Elio Pettenò.
  
  (Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.55                 media-video/noad/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/noad/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/noad/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/noad/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/noad/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	5 Jul 2012 15:41:01 -0000	1.54
+++ ChangeLog	29 Mar 2013 09:41:14 -0000	1.55
@@ -1,6 +1,17 @@
 # ChangeLog for media-video/noad
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/noad/ChangeLog,v 1.54 2012/07/05 15:41:01 hd_brummy Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/noad/ChangeLog,v 1.55 2013/03/29 09:41:14 ssuominen Exp $
+
+*noad-0.7.3-r1 (29 Mar 2013)
+
+  29 Mar 2013; Samuli Suominen <ssuominen@gentoo.org>
+  +files/patches-0.7.x/noad-0.7.3_missing_include.diff, +noad-0.7.3-r1.ebuild:
+  Enable building marcpics utility because there was no need to disable both,
+  marcpics and showindex when only showindex fails to compile. Remove redudant
+  append-flags -D__STDC_CONSTANT_MACROS because -D__STDC_CONSTANT_MACROS is
+  part of upstream configure.ac. Fix building with recent libc wrt #425288 by
+  Markus Rathgeb and Diego Elio Pettenò. Respect environment CXXFLAGS wrt
+  #426746 by Diego Elio Pettenò.
 
   05 Jul 2012; Joerg Bornkessel <hd_brummy@gentoo.org> noad-0.7.3.ebuild:
   typo



1.1                  media-video/noad/noad-0.7.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/noad/noad-0.7.3-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/noad/noad-0.7.3-r1.ebuild?rev=1.1&content-type=text/plain

Index: noad-0.7.3-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/noad/noad-0.7.3-r1.ebuild,v 1.1 2013/03/29 09:41:14 ssuominen Exp $

EAPI=5
inherit autotools eutils

DESCRIPTION="Mark commercial Breaks in VDR records"
HOMEPAGE="http://noad.heliohost.org/"
SRC_URI="http://noad.heliohost.org/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="ffmpeg imagemagick"

DEPEND="media-libs/libmpeg2:=
	ffmpeg? ( virtual/ffmpeg )
	imagemagick? ( media-gfx/imagemagick:= )
	!media-plugins/vdr-markad"
RDEPEND="${DEPEND}"

src_prepare() {
	EPATCH_FORCE=yes EPATCH_SUFFIX=diff EPATCH_SOURCE="${FILESDIR}"/patches-${PV%.*}.x epatch

	if has_version '>=media-video/vdr-1.7.15'; then
		sed -i -e 's:2001:6419:' -i svdrpc.cpp || die
	fi

	sed -i -e '/CXXFLAGS.*O3/d' configure.ac || die #426746

	# FIXME: --with-tools, markpics will compile but showindex won't!
	sed -i \
		-e '/^noinst_PROGRAMS/s:@TOOLSRC@::' \
		-e '/^EXTRA_PROGRAMS/s:showindex::' \
		Makefile.am || die

	eautoreconf
}

src_configure() {
	econf \
		$(use_with imagemagick magick) \
		--with-mpeginclude=/usr/include/mpeg2dec \
		--with-tools \
		$(usex ffmpeg '--with-ffmpeg --with-ffmpeginclude=/usr/include' '')
}

src_install() {
	dobin noad # showindex
	use imagemagick && dobin markpics

	dodoc README INSTALL
	# example scripts are installed as dokumentation
	dodoc allnewnoad allnoad allnoadnice clearlogos noadifnew stat2html

	newconfd "${FILESDIR}"/confd_vdraddon.noad vdraddon.noad

	insinto /usr/share/vdr/record
	doins "${FILESDIR}"/record-50-noad.sh

	insinto /usr/share/vdr/shutdown
	doins "${FILESDIR}"/pre-shutdown-15-noad.sh

	insinto /etc/vdr/reccmds
	doins "${FILESDIR}"/reccmds.noad.conf

	exeinto /usr/share/vdr/bin
	doexe "${FILESDIR}"/noad-reccmd
}

pkg_postinst() {
	elog
	elog "To integrate noad in VDR you should do this:"
	elog
	elog "start and set Parameter in /etc/conf.d/vdraddon.noad"
	elog
	elog "Note: You can use here all pararmeters for noad,"
	elog "please look in the documentation of noad."
}





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

* [gentoo-commits] gentoo-x86 commit in media-video/noad: noad-0.7.3-r1.ebuild ChangeLog
@ 2013-04-25  5:03 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-04-25  5:03 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/04/25 05:03:28

  Modified:             noad-0.7.3-r1.ebuild ChangeLog
  Log:
  Fix building with media-gfx/imagemagick >= 6.8 wrt #467134. Fix building with recent media-video/ffmpeg (missing -lavutil linkage)
  
  (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.2                  media-video/noad/noad-0.7.3-r1.ebuild

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

Index: noad-0.7.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/noad/noad-0.7.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- noad-0.7.3-r1.ebuild	29 Mar 2013 09:41:14 -0000	1.1
+++ noad-0.7.3-r1.ebuild	25 Apr 2013 05:03:28 -0000	1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/noad/noad-0.7.3-r1.ebuild,v 1.1 2013/03/29 09:41:14 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/noad/noad-0.7.3-r1.ebuild,v 1.2 2013/04/25 05:03:28 ssuominen Exp $
 
 EAPI=5
-inherit autotools eutils
+inherit autotools eutils toolchain-funcs
 
 DESCRIPTION="Mark commercial Breaks in VDR records"
 HOMEPAGE="http://noad.heliohost.org/"
@@ -12,13 +12,14 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="ffmpeg imagemagick"
+IUSE="ffmpeg"
 
-DEPEND="media-libs/libmpeg2:=
+RDEPEND="media-gfx/imagemagick:=
+	media-libs/libmpeg2:=
 	ffmpeg? ( virtual/ffmpeg )
-	imagemagick? ( media-gfx/imagemagick:= )
 	!media-plugins/vdr-markad"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
 
 src_prepare() {
 	EPATCH_FORCE=yes EPATCH_SUFFIX=diff EPATCH_SOURCE="${FILESDIR}"/patches-${PV%.*}.x epatch
@@ -29,26 +30,34 @@
 
 	sed -i -e '/CXXFLAGS.*O3/d' configure.ac || die #426746
 
+	sed -i \
+		-e "s:-lMagick++:$($(tc-getPKG_CONFIG) --libs-only-l Magick++):" \
+		Makefile.am || die #467134
+
 	# FIXME: --with-tools, markpics will compile but showindex won't!
 	sed -i \
 		-e '/^noinst_PROGRAMS/s:@TOOLSRC@::' \
 		-e '/^EXTRA_PROGRAMS/s:showindex::' \
 		Makefile.am || die
 
+	# ld: audiotools.o: undefined reference to symbol 'av_free@@LIBAVUTIL_51'
+	if use ffmpeg; then
+		sed -i -e 's:-lavcodec:& -lavutil:' configure.ac || die
+	fi
+
 	eautoreconf
 }
 
 src_configure() {
 	econf \
-		$(use_with imagemagick magick) \
+		--with-magick \
 		--with-mpeginclude=/usr/include/mpeg2dec \
 		--with-tools \
 		$(usex ffmpeg '--with-ffmpeg --with-ffmpeginclude=/usr/include' '')
 }
 
 src_install() {
-	dobin noad # showindex
-	use imagemagick && dobin markpics
+	dobin noad markpics # showindex
 
 	dodoc README INSTALL
 	# example scripts are installed as dokumentation



1.57                 media-video/noad/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/noad/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/noad/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/noad/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/noad/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	4 Apr 2013 10:49:11 -0000	1.56
+++ ChangeLog	25 Apr 2013 05:03:28 -0000	1.57
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/noad
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/noad/ChangeLog,v 1.56 2013/04/04 10:49:11 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/noad/ChangeLog,v 1.57 2013/04/25 05:03:28 ssuominen Exp $
+
+  25 Apr 2013; Samuli Suominen <ssuominen@gentoo.org> noad-0.7.3-r1.ebuild:
+  Fix building with media-gfx/imagemagick >= 6.8 wrt #467134. Fix building with
+  recent media-video/ffmpeg (missing -lavutil linkage)
 
   04 Apr 2013; Alexis Ballier <aballier@gentoo.org>
   +files/patches-0.7.x/noad-0.7.3-ffmpeg_detection.diff:





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

* [gentoo-commits] gentoo-x86 commit in media-video/noad: noad-0.7.3-r1.ebuild ChangeLog
@ 2013-05-01 14:35 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-05-01 14:35 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/05/01 14:35:49

  Modified:             noad-0.7.3-r1.ebuild ChangeLog
  Log:
  Remove pointless subslot operator from media-gfx/imagemagick dependency because it's meant only for dev-ruby/rmagick.
  
  (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.3                  media-video/noad/noad-0.7.3-r1.ebuild

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

Index: noad-0.7.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/noad/noad-0.7.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- noad-0.7.3-r1.ebuild	25 Apr 2013 05:03:28 -0000	1.2
+++ noad-0.7.3-r1.ebuild	1 May 2013 14:35:49 -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-video/noad/noad-0.7.3-r1.ebuild,v 1.2 2013/04/25 05:03:28 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/noad/noad-0.7.3-r1.ebuild,v 1.3 2013/05/01 14:35:49 ssuominen Exp $
 
 EAPI=5
 inherit autotools eutils toolchain-funcs
@@ -14,7 +14,7 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="ffmpeg"
 
-RDEPEND="media-gfx/imagemagick:=
+RDEPEND="media-gfx/imagemagick
 	media-libs/libmpeg2:=
 	ffmpeg? ( virtual/ffmpeg )
 	!media-plugins/vdr-markad"



1.58                 media-video/noad/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/noad/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/noad/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/noad/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/noad/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	25 Apr 2013 05:03:28 -0000	1.57
+++ ChangeLog	1 May 2013 14:35:49 -0000	1.58
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/noad
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/noad/ChangeLog,v 1.57 2013/04/25 05:03:28 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/noad/ChangeLog,v 1.58 2013/05/01 14:35:49 ssuominen Exp $
+
+  01 May 2013; Samuli Suominen <ssuominen@gentoo.org> noad-0.7.3-r1.ebuild:
+  Remove pointless subslot operator from media-gfx/imagemagick dependency
+  because it's meant only for dev-ruby/rmagick.
 
   25 Apr 2013; Samuli Suominen <ssuominen@gentoo.org> noad-0.7.3-r1.ebuild:
   Fix building with media-gfx/imagemagick >= 6.8 wrt #467134. Fix building with





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

* [gentoo-commits] gentoo-x86 commit in media-video/noad: noad-0.7.3-r1.ebuild ChangeLog
@ 2013-05-14  9:31 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-14  9:31 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/14 09:31:21

  Modified:             noad-0.7.3-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #464564
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  media-video/noad/noad-0.7.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/noad/noad-0.7.3-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/noad/noad-0.7.3-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/noad/noad-0.7.3-r1.ebuild?r1=1.3&r2=1.4

Index: noad-0.7.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/noad/noad-0.7.3-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- noad-0.7.3-r1.ebuild	1 May 2013 14:35:49 -0000	1.3
+++ noad-0.7.3-r1.ebuild	14 May 2013 09:31:21 -0000	1.4
@@ -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-video/noad/noad-0.7.3-r1.ebuild,v 1.3 2013/05/01 14:35:49 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/noad/noad-0.7.3-r1.ebuild,v 1.4 2013/05/14 09:31:21 ago Exp $
 
 EAPI=5
 inherit autotools eutils toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="ffmpeg"
 
 RDEPEND="media-gfx/imagemagick



1.59                 media-video/noad/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/noad/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/noad/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/noad/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/noad/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	1 May 2013 14:35:49 -0000	1.58
+++ ChangeLog	14 May 2013 09:31:21 -0000	1.59
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/noad
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/noad/ChangeLog,v 1.58 2013/05/01 14:35:49 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/noad/ChangeLog,v 1.59 2013/05/14 09:31:21 ago Exp $
+
+  14 May 2013; Agostino Sarubbo <ago@gentoo.org> noad-0.7.3-r1.ebuild:
+  Stable for amd64, wrt bug #464564
 
   01 May 2013; Samuli Suominen <ssuominen@gentoo.org> noad-0.7.3-r1.ebuild:
   Remove pointless subslot operator from media-gfx/imagemagick dependency
@@ -316,4 +319,3 @@
   +files/reccmds.noad.conf, +files/vdraddon.noad, +metadata.xml,
   +noad-0.6.0-r2.ebuild:
   initial ebuild; older Versions on Gentoo.de Overlay
-





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

* [gentoo-commits] gentoo-x86 commit in media-video/noad: noad-0.7.3-r1.ebuild ChangeLog
@ 2013-05-14  9:38 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-14  9:38 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/14 09:38:02

  Modified:             noad-0.7.3-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #464564
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  media-video/noad/noad-0.7.3-r1.ebuild

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

Index: noad-0.7.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/noad/noad-0.7.3-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- noad-0.7.3-r1.ebuild	14 May 2013 09:31:21 -0000	1.4
+++ noad-0.7.3-r1.ebuild	14 May 2013 09:38:01 -0000	1.5
@@ -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-video/noad/noad-0.7.3-r1.ebuild,v 1.4 2013/05/14 09:31:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/noad/noad-0.7.3-r1.ebuild,v 1.5 2013/05/14 09:38:01 ago Exp $
 
 EAPI=5
 inherit autotools eutils toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="ffmpeg"
 
 RDEPEND="media-gfx/imagemagick



1.60                 media-video/noad/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/noad/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/noad/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/noad/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/noad/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	14 May 2013 09:31:21 -0000	1.59
+++ ChangeLog	14 May 2013 09:38:01 -0000	1.60
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/noad
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/noad/ChangeLog,v 1.59 2013/05/14 09:31:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/noad/ChangeLog,v 1.60 2013/05/14 09:38:01 ago Exp $
+
+  14 May 2013; Agostino Sarubbo <ago@gentoo.org> noad-0.7.3-r1.ebuild:
+  Stable for x86, wrt bug #464564
 
   14 May 2013; Agostino Sarubbo <ago@gentoo.org> noad-0.7.3-r1.ebuild:
   Stable for amd64, wrt bug #464564





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

end of thread, other threads:[~2013-05-14  9:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-14  9:31 [gentoo-commits] gentoo-x86 commit in media-video/noad: noad-0.7.3-r1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-05-14  9:38 Agostino Sarubbo (ago)
2013-05-01 14:35 Samuli Suominen (ssuominen)
2013-04-25  5:03 Samuli Suominen (ssuominen)
2013-03-29  9:41 Samuli Suominen (ssuominen)

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