* [gentoo-commits] gentoo-x86 commit in media-video/dvdauthor: ChangeLog dvdauthor-0.7.1.ebuild
@ 2012-11-21 0:41 Alexis Ballier (aballier)
0 siblings, 0 replies; 6+ messages in thread
From: Alexis Ballier (aballier) @ 2012-11-21 0:41 UTC (permalink / raw
To: gentoo-commits
aballier 12/11/21 00:41:22
Modified: ChangeLog
Added: dvdauthor-0.7.1.ebuild
Log:
version bump
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path
1.50 media-video/dvdauthor/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/ChangeLog?r1=1.49&r2=1.50
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog 29 Jul 2012 17:12:13 -0000 1.49
+++ ChangeLog 21 Nov 2012 00:41:22 -0000 1.50
@@ -1,6 +1,11 @@
# ChangeLog for media-video/dvdauthor
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v 1.49 2012/07/29 17:12:13 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v 1.50 2012/11/21 00:41:22 aballier Exp $
+
+*dvdauthor-0.7.1 (21 Nov 2012)
+
+ 21 Nov 2012; Alexis Ballier <aballier@gentoo.org> +dvdauthor-0.7.1.ebuild:
+ version bump
29 Jul 2012; Raúl Porcel <armin76@gentoo.org> dvdauthor-0.7.0.ebuild:
sparc stable wrt #418323
1.1 media-video/dvdauthor/dvdauthor-0.7.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild?rev=1.1&content-type=text/plain
Index: dvdauthor-0.7.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild,v 1.1 2012/11/21 00:41:22 aballier Exp $
EAPI=4
inherit eutils flag-o-matic toolchain-funcs
DESCRIPTION="Tools for generating DVD files to be played on standalone DVD players"
HOMEPAGE="http://dvdauthor.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="graphicsmagick"
RDEPEND=">=dev-libs/fribidi-0.19.2
dev-libs/libxml2
>=media-libs/freetype-2
media-libs/libdvdread
media-libs/libpng
graphicsmagick? ( media-gfx/graphicsmagick )
!graphicsmagick? ( >=media-gfx/imagemagick-5.5.7.14 )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
S=${WORKDIR}/${PN}
DOCS=( AUTHORS ChangeLog README TODO )
src_prepare() {
use graphicsmagick && \
sed -i -e 's:ExportImagePixels:dIsAbLeAuToMaGiC&:' configure
}
src_configure() {
append-cppflags "$($(tc-getPKG_CONFIG) --cflags fribidi)" #417041
econf
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-video/dvdauthor: ChangeLog dvdauthor-0.7.1.ebuild
@ 2013-04-10 14:16 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-04-10 14:16 UTC (permalink / raw
To: gentoo-commits
ssuominen 13/04/10 14:16:02
Modified: ChangeLog dvdauthor-0.7.1.ebuild
Log:
Fix building with USE="graphicsmagick" wrt #459976 by Erik Zeek, Andrew John Hughes, and others.
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.51 media-video/dvdauthor/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/ChangeLog?r1=1.50&r2=1.51
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog 21 Nov 2012 00:41:22 -0000 1.50
+++ ChangeLog 10 Apr 2013 14:16:02 -0000 1.51
@@ -1,6 +1,10 @@
# ChangeLog for media-video/dvdauthor
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v 1.50 2012/11/21 00:41:22 aballier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v 1.51 2013/04/10 14:16:02 ssuominen Exp $
+
+ 10 Apr 2013; Samuli Suominen <ssuominen@gentoo.org> dvdauthor-0.7.1.ebuild:
+ Fix building with USE="graphicsmagick" wrt #459976 by Erik Zeek, Andrew John
+ Hughes, and others.
*dvdauthor-0.7.1 (21 Nov 2012)
1.2 media-video/dvdauthor/dvdauthor-0.7.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild?r1=1.1&r2=1.2
Index: dvdauthor-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dvdauthor-0.7.1.ebuild 21 Nov 2012 00:41:22 -0000 1.1
+++ dvdauthor-0.7.1.ebuild 10 Apr 2013 14:16:02 -0000 1.2
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild,v 1.1 2012/11/21 00:41:22 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild,v 1.2 2013/04/10 14:16:02 ssuominen Exp $
-EAPI=4
+EAPI=5
inherit eutils flag-o-matic toolchain-funcs
DESCRIPTION="Tools for generating DVD files to be played on standalone DVD players"
@@ -18,7 +18,7 @@
dev-libs/libxml2
>=media-libs/freetype-2
media-libs/libdvdread
- media-libs/libpng
+ media-libs/libpng:0=
graphicsmagick? ( media-gfx/graphicsmagick )
!graphicsmagick? ( >=media-gfx/imagemagick-5.5.7.14 )"
DEPEND="${RDEPEND}
@@ -34,6 +34,8 @@
}
src_configure() {
+ use graphicsmagick && \
+ append-cppflags "$($(tc-getPKG_CONFIG) --cflags GraphicsMagick)" #459976
append-cppflags "$($(tc-getPKG_CONFIG) --cflags fribidi)" #417041
econf
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-video/dvdauthor: ChangeLog dvdauthor-0.7.1.ebuild
@ 2015-02-06 10:09 Alexis Ballier (aballier)
0 siblings, 0 replies; 6+ messages in thread
From: Alexis Ballier (aballier) @ 2015-02-06 10:09 UTC (permalink / raw
To: gentoo-commits
aballier 15/02/06 10:09:20
Modified: ChangeLog dvdauthor-0.7.1.ebuild
Log:
fix build with glibc 2.20, patch from upstream, bug #529162
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path
1.52 media-video/dvdauthor/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/ChangeLog?r1=1.51&r2=1.52
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog 10 Apr 2013 14:16:02 -0000 1.51
+++ ChangeLog 6 Feb 2015 10:09:20 -0000 1.52
@@ -1,6 +1,10 @@
# ChangeLog for media-video/dvdauthor
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v 1.51 2013/04/10 14:16:02 ssuominen Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v 1.52 2015/02/06 10:09:20 aballier Exp $
+
+ 06 Feb 2015; Alexis Ballier <aballier@gentoo.org> dvdauthor-0.7.1.ebuild,
+ +files/dvdauthor-0.7.1-glibc220.patch:
+ fix build with glibc 2.20, patch from upstream, bug #529162
10 Apr 2013; Samuli Suominen <ssuominen@gentoo.org> dvdauthor-0.7.1.ebuild:
Fix building with USE="graphicsmagick" wrt #459976 by Erik Zeek, Andrew John
1.3 media-video/dvdauthor/dvdauthor-0.7.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild?r1=1.2&r2=1.3
Index: dvdauthor-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dvdauthor-0.7.1.ebuild 10 Apr 2013 14:16:02 -0000 1.2
+++ dvdauthor-0.7.1.ebuild 6 Feb 2015 10:09:20 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild,v 1.2 2013/04/10 14:16:02 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild,v 1.3 2015/02/06 10:09:20 aballier Exp $
EAPI=5
inherit eutils flag-o-matic toolchain-funcs
@@ -29,6 +29,7 @@
DOCS=( AUTHORS ChangeLog README TODO )
src_prepare() {
+ epatch "${FILESDIR}/${P}-glibc220.patch"
use graphicsmagick && \
sed -i -e 's:ExportImagePixels:dIsAbLeAuToMaGiC&:' configure
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-video/dvdauthor: ChangeLog dvdauthor-0.7.1.ebuild
@ 2015-04-23 15:54 Jeroen Roovers (jer)
0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2015-04-23 15:54 UTC (permalink / raw
To: gentoo-commits
jer 15/04/23 15:54:25
Modified: ChangeLog dvdauthor-0.7.1.ebuild
Log:
Stable for PPC64 (bug #493620).
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.53 media-video/dvdauthor/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/ChangeLog?r1=1.52&r2=1.53
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog 6 Feb 2015 10:09:20 -0000 1.52
+++ ChangeLog 23 Apr 2015 15:54:25 -0000 1.53
@@ -1,6 +1,9 @@
# ChangeLog for media-video/dvdauthor
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v 1.52 2015/02/06 10:09:20 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v 1.53 2015/04/23 15:54:25 jer Exp $
+
+ 23 Apr 2015; Jeroen Roovers <jer@gentoo.org> dvdauthor-0.7.1.ebuild:
+ Stable for PPC64 (bug #493620).
06 Feb 2015; Alexis Ballier <aballier@gentoo.org> dvdauthor-0.7.1.ebuild,
+files/dvdauthor-0.7.1-glibc220.patch:
1.4 media-video/dvdauthor/dvdauthor-0.7.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild?r1=1.3&r2=1.4
Index: dvdauthor-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dvdauthor-0.7.1.ebuild 6 Feb 2015 10:09:20 -0000 1.3
+++ dvdauthor-0.7.1.ebuild 23 Apr 2015 15:54:25 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild,v 1.3 2015/02/06 10:09:20 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild,v 1.4 2015/04/23 15:54:25 jer Exp $
EAPI=5
inherit eutils flag-o-matic toolchain-funcs
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ppc64 ~sparc ~x86"
IUSE="graphicsmagick"
RDEPEND=">=dev-libs/fribidi-0.19.2
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-video/dvdauthor: ChangeLog dvdauthor-0.7.1.ebuild
@ 2015-04-26 17:06 Pacho Ramos (pacho)
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos (pacho) @ 2015-04-26 17:06 UTC (permalink / raw
To: gentoo-commits
pacho 15/04/26 17:06:59
Modified: ChangeLog dvdauthor-0.7.1.ebuild
Log:
ppc stable wrt bug #493620
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.55 media-video/dvdauthor/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/ChangeLog?r1=1.54&r2=1.55
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog 26 Apr 2015 16:18:10 -0000 1.54
+++ ChangeLog 26 Apr 2015 17:06:59 -0000 1.55
@@ -1,6 +1,9 @@
# ChangeLog for media-video/dvdauthor
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v 1.54 2015/04/26 16:18:10 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v 1.55 2015/04/26 17:06:59 pacho Exp $
+
+ 26 Apr 2015; Pacho Ramos <pacho@gentoo.org> dvdauthor-0.7.1.ebuild:
+ ppc stable wrt bug #493620
26 Apr 2015; Pacho Ramos <pacho@gentoo.org> dvdauthor-0.7.1.ebuild:
x86 stable wrt bug #493620
1.6 media-video/dvdauthor/dvdauthor-0.7.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild?r1=1.5&r2=1.6
Index: dvdauthor-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dvdauthor-0.7.1.ebuild 26 Apr 2015 16:18:10 -0000 1.5
+++ dvdauthor-0.7.1.ebuild 26 Apr 2015 17:06:59 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild,v 1.5 2015/04/26 16:18:10 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild,v 1.6 2015/04/26 17:06:59 pacho Exp $
EAPI=5
inherit eutils flag-o-matic toolchain-funcs
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="~amd64 ppc ppc64 ~sparc x86"
IUSE="graphicsmagick"
RDEPEND=">=dev-libs/fribidi-0.19.2
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-video/dvdauthor: ChangeLog dvdauthor-0.7.1.ebuild
@ 2015-05-29 5:31 Jack Morgan (jmorgan)
0 siblings, 0 replies; 6+ messages in thread
From: Jack Morgan (jmorgan) @ 2015-05-29 5:31 UTC (permalink / raw
To: gentoo-commits
jmorgan 15/05/29 05:31:03
Modified: ChangeLog dvdauthor-0.7.1.ebuild
Log:
sparc stable wrt bug #493620
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key )
Revision Changes Path
1.57 media-video/dvdauthor/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/ChangeLog?r1=1.56&r2=1.57
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog 15 May 2015 17:20:56 -0000 1.56
+++ ChangeLog 29 May 2015 05:31:03 -0000 1.57
@@ -1,6 +1,9 @@
# ChangeLog for media-video/dvdauthor
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v 1.56 2015/05/15 17:20:56 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v 1.57 2015/05/29 05:31:03 jmorgan Exp $
+
+ 29 May 2015; Jack Morgan <jmorgan@gentoo.org> dvdauthor-0.7.1.ebuild:
+ sparc stable wrt bug #493620
15 May 2015; Mikle Kolyada <zlogene@gentoo.org> dvdauthor-0.7.1.ebuild:
amd64 stable wrt bug #493620
1.8 media-video/dvdauthor/dvdauthor-0.7.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild?r1=1.7&r2=1.8
Index: dvdauthor-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- dvdauthor-0.7.1.ebuild 15 May 2015 17:20:56 -0000 1.7
+++ dvdauthor-0.7.1.ebuild 29 May 2015 05:31:03 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild,v 1.7 2015/05/15 17:20:56 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild,v 1.8 2015/05/29 05:31:03 jmorgan Exp $
EAPI=5
inherit eutils flag-o-matic toolchain-funcs
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ppc ppc64 sparc x86"
IUSE="graphicsmagick"
RDEPEND=">=dev-libs/fribidi-0.19.2
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-05-29 5:31 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-26 17:06 [gentoo-commits] gentoo-x86 commit in media-video/dvdauthor: ChangeLog dvdauthor-0.7.1.ebuild Pacho Ramos (pacho)
-- strict thread matches above, loose matches on Subject: below --
2015-05-29 5:31 Jack Morgan (jmorgan)
2015-04-23 15:54 Jeroen Roovers (jer)
2015-02-06 10:09 Alexis Ballier (aballier)
2013-04-10 14:16 Samuli Suominen (ssuominen)
2012-11-21 0:41 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