* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-ffmpeg: gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild ChangeLog
@ 2015-02-07 20:15 Michal Gorny (mgorny)
0 siblings, 0 replies; 5+ messages in thread
From: Michal Gorny (mgorny) @ 2015-02-07 20:15 UTC (permalink / raw
To: gentoo-commits
mgorny 15/02/07 20:15:26
Modified: ChangeLog
Added: gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild
Log:
Replace the virtual with USE=libav.
(Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.190 media-plugins/gst-plugins-ffmpeg/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog?rev=1.190&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog?rev=1.190&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog?r1=1.189&r2=1.190
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -r1.189 -r1.190
--- ChangeLog 11 Oct 2014 13:10:50 -0000 1.189
+++ ChangeLog 7 Feb 2015 20:15:26 -0000 1.190
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/gst-plugins-ffmpeg
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog,v 1.189 2014/10/11 13:10:50 maekke Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog,v 1.190 2015/02/07 20:15:26 mgorny Exp $
+
+*gst-plugins-ffmpeg-0.10.13_p201211-r3 (07 Feb 2015)
+
+ 07 Feb 2015; Michał Górny <mgorny@gentoo.org>
+ +gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild:
+ Replace the virtual with USE=libav.
11 Oct 2014; Markus Meier <maekke@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r2.ebuild:
1.1 media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild?rev=1.1&content-type=text/plain
Index: gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild,v 1.1 2015/02/07 20:15:26 mgorny Exp $
EAPI=5
inherit eutils flag-o-matic multilib-minimal
MY_PN="gst-ffmpeg"
MY_P=${MY_PN}-${PV}
# Create a major/minor combo for SLOT
PVP=(${PV//[-\._]/ })
SLOT=${PVP[0]}.${PVP[1]}
DESCRIPTION="FFmpeg based gstreamer plugin"
HOMEPAGE="http://gstreamer.freedesktop.org/modules/gst-ffmpeg.html"
#SRC_URI="http://gstreamer.freedesktop.org/src/${MY_PN}/${MY_P}.tar.bz2"
SRC_URI="http://dev.gentoo.org/~tetromino/distfiles/${PN}/${MY_P}.tar.xz
http://dev.gentoo.org/~tetromino/distfiles/${PN}/${MY_P}-libav-9-patches.tar.xz"
LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="libav +orc"
S=${WORKDIR}/${MY_P}
RDEPEND=">=media-libs/gstreamer-0.10.36-r2:0.10[${MULTILIB_USEDEP}]
>=media-libs/gst-plugins-base-0.10.36:0.10[${MULTILIB_USEDEP}]
!libav? ( >=media-video/ffmpeg-1.2.6-r1:0=[${MULTILIB_USEDEP}] )
libav? ( >=media-video/libav-9.12:0=[${MULTILIB_USEDEP}]
>=media-libs/libpostproc-10.20140517-r1:0=[${MULTILIB_USEDEP}] )
orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] )"
DEPEND="${RDEPEND}
>=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"
RDEPEND="${RDEPEND}
abi_x86_32? (
!app-emulation/emul-linux-x86-gstplugins[-abi_x86_32(-)]
)"
src_prepare() {
sed -e 's/sleep 15//' -i configure.ac configure || die
# libav-9 support backported from gst-plugins-libav-1.1.0
epatch ../${MY_P}-libav-9-patches/*.patch
# compat bits for older ffmpeg/libav releases
epatch "${FILESDIR}/${PV}-channel_layout.patch" \
"${FILESDIR}/${PV}-iscodec.patch" \
"${FILESDIR}/${PV}-coma.patch" \
"${FILESDIR}/${PV}-gstffmpegpipe_redef.patch"
# compatibility with recent releases
if has_version '>=media-video/ffmpeg-1.1' || has_version '>=media-video/libav-9' ; then
epatch "${FILESDIR}/${PV}-planaraudio.patch"
sed -i -e 's/ CODEC_ID/ AV_CODEC_ID/g' \
-e 's/ CodecID/ AVCodecID/g' \
ext/ffmpeg/*.{c,h}
epatch "${FILESDIR}/${PV}-ffmpeg2.patch"
fi
}
multilib_src_configure() {
# always use system ffmpeg if possible
ECONF_SOURCE=${S} \
econf \
--with-system-ffmpeg \
$(use_enable orc)
}
multilib_src_install_all() {
einstalldocs
prune_libtool_files --modules
}
pkg_postinst() {
if ! use libav; then
elog "Please note that upstream uses media-video/libav"
elog "rather than media-video/ffmpeg. If you encounter any"
elog "issues try to move from ffmpeg to libav."
fi
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-ffmpeg: gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild ChangeLog
@ 2015-03-14 18:50 Pacho Ramos (pacho)
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-14 18:50 UTC (permalink / raw
To: gentoo-commits
pacho 15/03/14 18:50:21
Modified: gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild
ChangeLog
Log:
amd64 stable, bug 534012
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.3 media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild?r1=1.2&r2=1.3
Index: gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild 11 Feb 2015 14:45:46 -0000 1.2
+++ gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild 14 Mar 2015 18:50:21 -0000 1.3
@@ -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-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild,v 1.2 2015/02/11 14:45:46 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild,v 1.3 2015/03/14 18:50:21 pacho Exp $
EAPI=5
@@ -20,7 +20,7 @@
http://dev.gentoo.org/~tetromino/distfiles/${PN}/${MY_P}-libav-9-patches.tar.xz"
LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="libav +orc"
S=${WORKDIR}/${MY_P}
1.192 media-plugins/gst-plugins-ffmpeg/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog?rev=1.192&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog?rev=1.192&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog?r1=1.191&r2=1.192
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -r1.191 -r1.192
--- ChangeLog 11 Feb 2015 14:45:46 -0000 1.191
+++ ChangeLog 14 Mar 2015 18:50:21 -0000 1.192
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/gst-plugins-ffmpeg
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog,v 1.191 2015/02/11 14:45:46 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog,v 1.192 2015/03/14 18:50:21 pacho Exp $
+
+ 14 Mar 2015; Pacho Ramos <pacho@gentoo.org>
+ gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild:
+ amd64 stable, bug 534012
11 Feb 2015; Pacho Ramos <pacho@gentoo.org>
-gst-plugins-ffmpeg-0.10.13_p201211-r1.ebuild,
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-ffmpeg: gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild ChangeLog
@ 2015-03-15 11:16 Pacho Ramos (pacho)
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-15 11:16 UTC (permalink / raw
To: gentoo-commits
pacho 15/03/15 11:16:16
Modified: gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild
ChangeLog
Log:
ppc stable, bug 534012
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.4 media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild?r1=1.3&r2=1.4
Index: gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild 14 Mar 2015 18:50:21 -0000 1.3
+++ gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild 15 Mar 2015 11:16:16 -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-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild,v 1.3 2015/03/14 18:50:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild,v 1.4 2015/03/15 11:16:16 pacho Exp $
EAPI=5
@@ -20,7 +20,7 @@
http://dev.gentoo.org/~tetromino/distfiles/${PN}/${MY_P}-libav-9-patches.tar.xz"
LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="libav +orc"
S=${WORKDIR}/${MY_P}
1.193 media-plugins/gst-plugins-ffmpeg/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog?rev=1.193&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog?rev=1.193&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog?r1=1.192&r2=1.193
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -r1.192 -r1.193
--- ChangeLog 14 Mar 2015 18:50:21 -0000 1.192
+++ ChangeLog 15 Mar 2015 11:16:16 -0000 1.193
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/gst-plugins-ffmpeg
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog,v 1.192 2015/03/14 18:50:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog,v 1.193 2015/03/15 11:16:16 pacho Exp $
+
+ 15 Mar 2015; Pacho Ramos <pacho@gentoo.org>
+ gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild:
+ ppc stable, bug 534012
14 Mar 2015; Pacho Ramos <pacho@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-ffmpeg: gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild ChangeLog
@ 2015-03-15 11:52 Pacho Ramos (pacho)
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-15 11:52 UTC (permalink / raw
To: gentoo-commits
pacho 15/03/15 11:52:51
Modified: gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild
ChangeLog
Log:
ppc64 stable, bug 534012
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.5 media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild?r1=1.4&r2=1.5
Index: gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild 15 Mar 2015 11:16:16 -0000 1.4
+++ gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild 15 Mar 2015 11:52:51 -0000 1.5
@@ -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-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild,v 1.4 2015/03/15 11:16:16 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild,v 1.5 2015/03/15 11:52:51 pacho Exp $
EAPI=5
@@ -20,7 +20,7 @@
http://dev.gentoo.org/~tetromino/distfiles/${PN}/${MY_P}-libav-9-patches.tar.xz"
LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="libav +orc"
S=${WORKDIR}/${MY_P}
1.194 media-plugins/gst-plugins-ffmpeg/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog?rev=1.194&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog?rev=1.194&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog?r1=1.193&r2=1.194
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -r1.193 -r1.194
--- ChangeLog 15 Mar 2015 11:16:16 -0000 1.193
+++ ChangeLog 15 Mar 2015 11:52:51 -0000 1.194
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/gst-plugins-ffmpeg
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog,v 1.193 2015/03/15 11:16:16 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog,v 1.194 2015/03/15 11:52:51 pacho Exp $
+
+ 15 Mar 2015; Pacho Ramos <pacho@gentoo.org>
+ gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild:
+ ppc64 stable, bug 534012
15 Mar 2015; Pacho Ramos <pacho@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-ffmpeg: gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild ChangeLog
@ 2015-03-15 13:37 Pacho Ramos (pacho)
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-15 13:37 UTC (permalink / raw
To: gentoo-commits
pacho 15/03/15 13:37:16
Modified: gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild
ChangeLog
Log:
x86 stable, bug 534012
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.6 media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild?r1=1.5&r2=1.6
Index: gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild 15 Mar 2015 11:52:51 -0000 1.5
+++ gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild 15 Mar 2015 13:37:16 -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-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild,v 1.5 2015/03/15 11:52:51 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild,v 1.6 2015/03/15 13:37:16 pacho Exp $
EAPI=5
@@ -20,7 +20,7 @@
http://dev.gentoo.org/~tetromino/distfiles/${PN}/${MY_P}-libav-9-patches.tar.xz"
LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE="libav +orc"
S=${WORKDIR}/${MY_P}
1.195 media-plugins/gst-plugins-ffmpeg/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog?rev=1.195&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog?rev=1.195&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog?r1=1.194&r2=1.195
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -r1.194 -r1.195
--- ChangeLog 15 Mar 2015 11:52:51 -0000 1.194
+++ ChangeLog 15 Mar 2015 13:37:16 -0000 1.195
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/gst-plugins-ffmpeg
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog,v 1.194 2015/03/15 11:52:51 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog,v 1.195 2015/03/15 13:37:16 pacho Exp $
+
+ 15 Mar 2015; Pacho Ramos <pacho@gentoo.org>
+ gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild:
+ x86 stable, bug 534012
15 Mar 2015; Pacho Ramos <pacho@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-03-15 13:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-15 11:16 [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-ffmpeg: gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild ChangeLog Pacho Ramos (pacho)
-- strict thread matches above, loose matches on Subject: below --
2015-03-15 13:37 Pacho Ramos (pacho)
2015-03-15 11:52 Pacho Ramos (pacho)
2015-03-14 18:50 Pacho Ramos (pacho)
2015-02-07 20:15 Michal Gorny (mgorny)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox