* [gentoo-commits] gentoo-x86 commit in media-libs/avidemux-core: avidemux-core-2.6.2-r1.ebuild avidemux-core-9999.ebuild avidemux-core-2.6.5.ebuild avidemux-core-2.6.3.ebuild avidemux-core-2.6.7.ebuild avidemux-core-2.6.4.ebuild ChangeLog
@ 2014-01-30 18:13 Tom Wijsman (tomwij)
0 siblings, 0 replies; only message in thread
From: Tom Wijsman (tomwij) @ 2014-01-30 18:13 UTC (permalink / raw
To: gentoo-commits
tomwij 14/01/30 18:13:38
Modified: avidemux-core-2.6.2-r1.ebuild
avidemux-core-9999.ebuild
avidemux-core-2.6.5.ebuild
avidemux-core-2.6.3.ebuild
avidemux-core-2.6.7.ebuild
avidemux-core-2.6.4.ebuild ChangeLog
Log:
Further corrected libintl dependencies, suggested by Nikoli.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Revision Changes Path
1.7 media-libs/avidemux-core/avidemux-core-2.6.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.2-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.2-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.2-r1.ebuild?r1=1.6&r2=1.7
Index: avidemux-core-2.6.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.2-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- avidemux-core-2.6.2-r1.ebuild 11 Aug 2013 21:42:55 -0000 1.6
+++ avidemux-core-2.6.2-r1.ebuild 30 Jan 2014 18:13:38 -0000 1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.2-r1.ebuild,v 1.6 2013/08/11 21:42:55 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.2-r1.ebuild,v 1.7 2014/01/30 18:13:38 tomwij Exp $
EAPI="5"
@@ -47,10 +47,13 @@
DEPEND="
$RDEPEND
oss? ( virtual/os-headers )
- nls? ( sys-devel/gettext )
+ nls? ( sys-devel/gettext:0 )
virtual/pkgconfig
"
-
+RDEPEND="
+ nls? ( virtual/libintl:0 )
+ $RDEPEND
+"
S="${WORKDIR}/${MY_P}"
src_prepare() {
1.6 media-libs/avidemux-core/avidemux-core-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-9999.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-9999.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-9999.ebuild?r1=1.5&r2=1.6
Index: avidemux-core-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-9999.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- avidemux-core-9999.ebuild 30 Jan 2014 16:40:45 -0000 1.5
+++ avidemux-core-9999.ebuild 30 Jan 2014 18:13:38 -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/avidemux-core/avidemux-core-9999.ebuild,v 1.5 2014/01/30 16:40:45 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-9999.ebuild,v 1.6 2014/01/30 18:13:38 tomwij Exp $
EAPI="5"
@@ -40,7 +40,7 @@
"
RDEPEND="
$DEPEND
- virtual/libintl:0
+ nls? ( virtual/libintl:0 )
"
DEPEND="
$DEPEND
1.2 media-libs/avidemux-core/avidemux-core-2.6.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.5.ebuild?r1=1.1&r2=1.2
Index: avidemux-core-2.6.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- avidemux-core-2.6.5.ebuild 1 Sep 2013 11:53:12 -0000 1.1
+++ avidemux-core-2.6.5.ebuild 30 Jan 2014 18:13:38 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.5.ebuild,v 1.1 2013/09/01 11:53:12 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.5.ebuild,v 1.2 2014/01/30 18:13:38 tomwij Exp $
EAPI="5"
@@ -31,7 +31,6 @@
DEPEND="
!<media-video/avidemux-${PV}:${SLOT}
dev-db/sqlite:3
- nls? ( sys-devel/gettext:0 )
sdl? ( media-libs/libsdl:0 )
system-ffmpeg? ( >=virtual/ffmpeg-9:0[mp3,theora] )
xv? ( x11-libs/libXv:0 )
@@ -40,11 +39,13 @@
video_cards_fglrx? ( x11-libs/xvba-video:0 )
"
RDEPEND="
+ nls? ( virtual/libintl:0 )
$DEPEND
"
DEPEND="
$DEPEND
virtual/pkgconfig:0
+ nls? ( sys-devel/gettext:0 )
!system-ffmpeg? ( dev-lang/yasm:0[nls=] )
"
1.6 media-libs/avidemux-core/avidemux-core-2.6.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.3.ebuild?r1=1.5&r2=1.6
Index: avidemux-core-2.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- avidemux-core-2.6.3.ebuild 11 Aug 2013 21:42:55 -0000 1.5
+++ avidemux-core-2.6.3.ebuild 30 Jan 2014 18:13:38 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.3.ebuild,v 1.5 2013/08/11 21:42:55 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.3.ebuild,v 1.6 2014/01/30 18:13:38 tomwij Exp $
EAPI="5"
@@ -23,18 +23,19 @@
DEPEND="
!<media-video/avidemux-${PV}:${SLOT}
dev-db/sqlite
- nls? ( sys-devel/gettext )
sdl? ( media-libs/libsdl )
system-ffmpeg? ( >=media-video/ffmpeg-1.0:0[aac,cpudetection,mp3,theora] )
xv? ( x11-libs/libXv )
vdpau? ( x11-libs/libvdpau )
"
RDEPEND="
+ nls? ( virtual/libintl:0 )
$DEPEND
"
DEPEND="
$DEPEND
virtual/pkgconfig
+ nls? ( sys-devel/gettext:0 )
!system-ffmpeg? ( dev-lang/yasm[nls=] )
"
1.2 media-libs/avidemux-core/avidemux-core-2.6.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.7.ebuild?r1=1.1&r2=1.2
Index: avidemux-core-2.6.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- avidemux-core-2.6.7.ebuild 17 Dec 2013 23:26:40 -0000 1.1
+++ avidemux-core-2.6.7.ebuild 30 Jan 2014 18:13:38 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.7.ebuild,v 1.1 2013/12/17 23:26:40 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.7.ebuild,v 1.2 2014/01/30 18:13:38 tomwij Exp $
EAPI="5"
@@ -31,7 +31,6 @@
DEPEND="
!<media-video/avidemux-${PV}:${SLOT}
dev-db/sqlite:3
- nls? ( sys-devel/gettext:0 )
sdl? ( media-libs/libsdl:0 )
system-ffmpeg? ( >=virtual/ffmpeg-9:0[mp3,theora] )
xv? ( x11-libs/libXv:0 )
@@ -40,11 +39,13 @@
video_cards_fglrx? ( x11-libs/xvba-video:0 )
"
RDEPEND="
+ nls? ( virtual/libintl:0 )
$DEPEND
"
DEPEND="
$DEPEND
virtual/pkgconfig:0
+ nls? ( sys-devel/gettext:0 )
!system-ffmpeg? ( dev-lang/yasm:0[nls=] )
"
1.5 media-libs/avidemux-core/avidemux-core-2.6.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.4.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.4.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.4.ebuild?r1=1.4&r2=1.5
Index: avidemux-core-2.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- avidemux-core-2.6.4.ebuild 11 Aug 2013 21:42:55 -0000 1.4
+++ avidemux-core-2.6.4.ebuild 30 Jan 2014 18:13:38 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.4.ebuild,v 1.4 2013/08/11 21:42:55 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.4.ebuild,v 1.5 2014/01/30 18:13:38 tomwij Exp $
EAPI="5"
@@ -23,18 +23,19 @@
DEPEND="
!<media-video/avidemux-${PV}:${SLOT}
dev-db/sqlite
- nls? ( sys-devel/gettext )
sdl? ( media-libs/libsdl )
system-ffmpeg? ( >=media-video/ffmpeg-1.0:0[aac,cpudetection,mp3,theora] )
xv? ( x11-libs/libXv )
vdpau? ( x11-libs/libvdpau )
"
RDEPEND="
+ nls? ( virtual/libintl:0 )
$DEPEND
"
DEPEND="
$DEPEND
virtual/pkgconfig
+ nls? ( sys-devel/gettext:0 )
!system-ffmpeg? ( dev-lang/yasm[nls=] )
"
1.18 media-libs/avidemux-core/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 30 Jan 2014 16:40:45 -0000 1.17
+++ ChangeLog 30 Jan 2014 18:13:38 -0000 1.18
@@ -1,6 +1,12 @@
# ChangeLog for media-libs/avidemux-core
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/ChangeLog,v 1.17 2014/01/30 16:40:45 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/ChangeLog,v 1.18 2014/01/30 18:13:38 tomwij Exp $
+
+ 30 Jan 2014; Tom Wijsman <TomWij@gentoo.org> avidemux-core-2.6.2-r1.ebuild,
+ avidemux-core-2.6.3.ebuild, avidemux-core-2.6.4.ebuild,
+ avidemux-core-2.6.5.ebuild, avidemux-core-2.6.7.ebuild,
+ avidemux-core-9999.ebuild:
+ Further corrected libintl dependencies, suggested by Nikoli.
30 Jan 2014; Tom Wijsman <TomWij@gentoo.org> avidemux-core-9999.ebuild:
Corrected libintl dependencies, suggested by Nikoli.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-01-30 18:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-30 18:13 [gentoo-commits] gentoo-x86 commit in media-libs/avidemux-core: avidemux-core-2.6.2-r1.ebuild avidemux-core-9999.ebuild avidemux-core-2.6.5.ebuild avidemux-core-2.6.3.ebuild avidemux-core-2.6.7.ebuild avidemux-core-2.6.4.ebuild ChangeLog Tom Wijsman (tomwij)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox