* [gentoo-commits] gentoo-x86 commit in media-video/ffmpegthumbnailer: ChangeLog ffmpegthumbnailer-2.0.8.ebuild
@ 2012-09-20 9:54 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-09-20 9:54 UTC (permalink / raw
To: gentoo-commits
ssuominen 12/09/20 09:54:45
Modified: ChangeLog
Added: ffmpegthumbnailer-2.0.8.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha128/cvs/Linux x86_64)
Revision Changes Path
1.141 media-video/ffmpegthumbnailer/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog?rev=1.141&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog?rev=1.141&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog?r1=1.140&r2=1.141
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- ChangeLog 5 Aug 2012 18:09:47 -0000 1.140
+++ ChangeLog 20 Sep 2012 09:54:45 -0000 1.141
@@ -1,6 +1,12 @@
# ChangeLog for media-video/ffmpegthumbnailer
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v 1.140 2012/08/05 18:09:47 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v 1.141 2012/09/20 09:54:45 ssuominen Exp $
+
+*ffmpegthumbnailer-2.0.8 (20 Sep 2012)
+
+ 20 Sep 2012; Samuli Suominen <ssuominen@gentoo.org>
+ +ffmpegthumbnailer-2.0.8.ebuild:
+ Version bump.
05 Aug 2012; Raúl Porcel <armin76@gentoo.org>
ffmpegthumbnailer-2.0.7-r1.ebuild:
1.1 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild?rev=1.1&content-type=text/plain
Index: ffmpegthumbnailer-2.0.8.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild,v 1.1 2012/09/20 09:54:45 ssuominen Exp $
EAPI=4
inherit eutils libtool
DESCRIPTION="Lightweight video thumbnailer that can be used by file managers"
HOMEPAGE="http://code.google.com/p/ffmpegthumbnailer/"
SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="gnome gtk jpeg png"
COMMON_DEPEND=">=virtual/ffmpeg-0.10.2
png? ( media-libs/libpng:0 )
jpeg? ( virtual/jpeg )"
RDEPEND="${COMMON_DEPEND}
gtk? ( >=dev-libs/glib-2.30 )"
DEPEND="${COMMON_DEPEND}
virtual/pkgconfig"
REQUIRED_USE="gnome? ( gtk )"
DOCS="AUTHORS ChangeLog README"
src_prepare() {
elibtoolize
}
src_configure() {
econf \
--disable-static \
$(use_enable png) \
$(use_enable jpeg) \
$(use_enable gtk gio) \
$(use_enable gnome thumbnailer)
}
src_install() {
default
prune_libtool_files --all
}
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-video/ffmpegthumbnailer: ChangeLog ffmpegthumbnailer-2.0.8.ebuild
@ 2012-11-06 17:05 Agostino Sarubbo (ago)
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-06 17:05 UTC (permalink / raw
To: gentoo-commits
ago 12/11/06 17:05:07
Modified: ChangeLog ffmpegthumbnailer-2.0.8.ebuild
Log:
Stable for amd64, wrt bug #441408
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.145 media-video/ffmpegthumbnailer/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog?rev=1.145&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog?rev=1.145&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog?r1=1.144&r2=1.145
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- ChangeLog 3 Nov 2012 19:21:52 -0000 1.144
+++ ChangeLog 6 Nov 2012 17:05:07 -0000 1.145
@@ -1,6 +1,10 @@
# ChangeLog for media-video/ffmpegthumbnailer
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v 1.144 2012/11/03 19:21:52 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v 1.145 2012/11/06 17:05:07 ago Exp $
+
+ 06 Nov 2012; Agostino Sarubbo <ago@gentoo.org>
+ ffmpegthumbnailer-2.0.8.ebuild:
+ Stable for amd64, wrt bug #441408
03 Nov 2012; Anthony G. Basile <blueness@gentoo.org>
ffmpegthumbnailer-2.0.8.ebuild:
1.4 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild?r1=1.3&r2=1.4
Index: ffmpegthumbnailer-2.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ffmpegthumbnailer-2.0.8.ebuild 3 Nov 2012 19:21:52 -0000 1.3
+++ ffmpegthumbnailer-2.0.8.ebuild 6 Nov 2012 17:05:07 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild,v 1.3 2012/11/03 19:21:52 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild,v 1.4 2012/11/06 17:05:07 ago Exp $
EAPI=4
inherit eutils libtool
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="gnome gtk jpeg png"
COMMON_DEPEND=">=virtual/ffmpeg-0.10.2
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-video/ffmpegthumbnailer: ChangeLog ffmpegthumbnailer-2.0.8.ebuild
@ 2012-11-13 17:53 Jeroen Roovers (jer)
0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2012-11-13 17:53 UTC (permalink / raw
To: gentoo-commits
jer 12/11/13 17:53:47
Modified: ChangeLog ffmpegthumbnailer-2.0.8.ebuild
Log:
Stable for HPPA (bug #441408).
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.146 media-video/ffmpegthumbnailer/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog?rev=1.146&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog?rev=1.146&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog?r1=1.145&r2=1.146
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- ChangeLog 6 Nov 2012 17:05:07 -0000 1.145
+++ ChangeLog 13 Nov 2012 17:53:46 -0000 1.146
@@ -1,6 +1,9 @@
# ChangeLog for media-video/ffmpegthumbnailer
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v 1.145 2012/11/06 17:05:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v 1.146 2012/11/13 17:53:46 jer Exp $
+
+ 13 Nov 2012; Jeroen Roovers <jer@gentoo.org> ffmpegthumbnailer-2.0.8.ebuild:
+ Stable for HPPA (bug #441408).
06 Nov 2012; Agostino Sarubbo <ago@gentoo.org>
ffmpegthumbnailer-2.0.8.ebuild:
1.5 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild?r1=1.4&r2=1.5
Index: ffmpegthumbnailer-2.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ffmpegthumbnailer-2.0.8.ebuild 6 Nov 2012 17:05:07 -0000 1.4
+++ ffmpegthumbnailer-2.0.8.ebuild 13 Nov 2012 17:53:46 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild,v 1.4 2012/11/06 17:05:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild,v 1.5 2012/11/13 17:53:46 jer Exp $
EAPI=4
inherit eutils libtool
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="gnome gtk jpeg png"
COMMON_DEPEND=">=virtual/ffmpeg-0.10.2
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-video/ffmpegthumbnailer: ChangeLog ffmpegthumbnailer-2.0.8.ebuild
@ 2012-11-20 20:08 Agostino Sarubbo (ago)
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-20 20:08 UTC (permalink / raw
To: gentoo-commits
ago 12/11/20 20:08:25
Modified: ChangeLog ffmpegthumbnailer-2.0.8.ebuild
Log:
Stable for x86, wrt bug #441408
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.147 media-video/ffmpegthumbnailer/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog?rev=1.147&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog?rev=1.147&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog?r1=1.146&r2=1.147
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- ChangeLog 13 Nov 2012 17:53:46 -0000 1.146
+++ ChangeLog 20 Nov 2012 20:08:25 -0000 1.147
@@ -1,6 +1,10 @@
# ChangeLog for media-video/ffmpegthumbnailer
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v 1.146 2012/11/13 17:53:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v 1.147 2012/11/20 20:08:25 ago Exp $
+
+ 20 Nov 2012; Agostino Sarubbo <ago@gentoo.org>
+ ffmpegthumbnailer-2.0.8.ebuild:
+ Stable for x86, wrt bug #441408
13 Nov 2012; Jeroen Roovers <jer@gentoo.org> ffmpegthumbnailer-2.0.8.ebuild:
Stable for HPPA (bug #441408).
1.6 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild?r1=1.5&r2=1.6
Index: ffmpegthumbnailer-2.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ffmpegthumbnailer-2.0.8.ebuild 13 Nov 2012 17:53:46 -0000 1.5
+++ ffmpegthumbnailer-2.0.8.ebuild 20 Nov 2012 20:08:25 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild,v 1.5 2012/11/13 17:53:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild,v 1.6 2012/11/20 20:08:25 ago Exp $
EAPI=4
inherit eutils libtool
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
IUSE="gnome gtk jpeg png"
COMMON_DEPEND=">=virtual/ffmpeg-0.10.2
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-video/ffmpegthumbnailer: ChangeLog ffmpegthumbnailer-2.0.8.ebuild
@ 2012-12-01 19:36 Raul Porcel (armin76)
0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2012-12-01 19:36 UTC (permalink / raw
To: gentoo-commits
armin76 12/12/01 19:36:00
Modified: ChangeLog ffmpegthumbnailer-2.0.8.ebuild
Log:
alpha/ia64/sparc stable wrt #441408
(Portage version: 2.1.11.31/cvs/Linux ia64, signed Manifest commit with key F6AD3240)
Revision Changes Path
1.148 media-video/ffmpegthumbnailer/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog?rev=1.148&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog?rev=1.148&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog?r1=1.147&r2=1.148
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- ChangeLog 20 Nov 2012 20:08:25 -0000 1.147
+++ ChangeLog 1 Dec 2012 19:36:00 -0000 1.148
@@ -1,6 +1,10 @@
# ChangeLog for media-video/ffmpegthumbnailer
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v 1.147 2012/11/20 20:08:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v 1.148 2012/12/01 19:36:00 armin76 Exp $
+
+ 01 Dec 2012; Raúl Porcel <armin76@gentoo.org>
+ ffmpegthumbnailer-2.0.8.ebuild:
+ alpha/ia64/sparc stable wrt #441408
20 Nov 2012; Agostino Sarubbo <ago@gentoo.org>
ffmpegthumbnailer-2.0.8.ebuild:
1.7 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild?r1=1.6&r2=1.7
Index: ffmpegthumbnailer-2.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ffmpegthumbnailer-2.0.8.ebuild 20 Nov 2012 20:08:25 -0000 1.6
+++ ffmpegthumbnailer-2.0.8.ebuild 1 Dec 2012 19:36:00 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild,v 1.6 2012/11/20 20:08:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild,v 1.7 2012/12/01 19:36:00 armin76 Exp $
EAPI=4
inherit eutils libtool
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="gnome gtk jpeg png"
COMMON_DEPEND=">=virtual/ffmpeg-0.10.2
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-video/ffmpegthumbnailer: ChangeLog ffmpegthumbnailer-2.0.8.ebuild
@ 2013-04-05 18:14 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-04-05 18:14 UTC (permalink / raw
To: gentoo-commits
ssuominen 13/04/05 18:14:09
Modified: ChangeLog ffmpegthumbnailer-2.0.8.ebuild
Log:
Include <cstring> for memcpy() because it's no longer implicitly pulled in by libpng since 1.6.0.
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.149 media-video/ffmpegthumbnailer/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog?rev=1.149&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog?rev=1.149&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog?r1=1.148&r2=1.149
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog 1 Dec 2012 19:36:00 -0000 1.148
+++ ChangeLog 5 Apr 2013 18:14:09 -0000 1.149
@@ -1,6 +1,11 @@
# ChangeLog for media-video/ffmpegthumbnailer
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v 1.148 2012/12/01 19:36:00 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v 1.149 2013/04/05 18:14:09 ssuominen Exp $
+
+ 05 Apr 2013; Samuli Suominen <ssuominen@gentoo.org>
+ ffmpegthumbnailer-2.0.8.ebuild, +files/ffmpegthumbnailer-2.0.8-memcpy.patch:
+ Include <cstring> for memcpy() because it's no longer implicitly pulled in by
+ libpng since 1.6.0.
01 Dec 2012; Raúl Porcel <armin76@gentoo.org>
ffmpegthumbnailer-2.0.8.ebuild:
1.8 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild?r1=1.7&r2=1.8
Index: ffmpegthumbnailer-2.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ffmpegthumbnailer-2.0.8.ebuild 1 Dec 2012 19:36:00 -0000 1.7
+++ ffmpegthumbnailer-2.0.8.ebuild 5 Apr 2013 18:14:09 -0000 1.8
@@ -1,6 +1,6 @@
-# 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/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild,v 1.7 2012/12/01 19:36:00 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild,v 1.8 2013/04/05 18:14:09 ssuominen Exp $
EAPI=4
inherit eutils libtool
@@ -26,6 +26,7 @@
DOCS="AUTHORS ChangeLog README"
src_prepare() {
+ epatch "${FILESDIR}"/${P}-memcpy.patch
elibtoolize
}
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-video/ffmpegthumbnailer: ChangeLog ffmpegthumbnailer-2.0.8.ebuild
@ 2013-04-05 20:39 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-04-05 20:39 UTC (permalink / raw
To: gentoo-commits
ssuominen 13/04/05 20:39:09
Modified: ChangeLog ffmpegthumbnailer-2.0.8.ebuild
Log:
Use subslot for the libpng dependency.
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.151 media-video/ffmpegthumbnailer/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog?rev=1.151&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog?rev=1.151&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog?r1=1.150&r2=1.151
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- ChangeLog 5 Apr 2013 20:13:41 -0000 1.150
+++ ChangeLog 5 Apr 2013 20:39:09 -0000 1.151
@@ -1,6 +1,10 @@
# ChangeLog for media-video/ffmpegthumbnailer
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v 1.150 2013/04/05 20:13:41 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v 1.151 2013/04/05 20:39:09 ssuominen Exp $
+
+ 05 Apr 2013; Samuli Suominen <ssuominen@gentoo.org>
+ ffmpegthumbnailer-2.0.8.ebuild:
+ Use subslot for the libpng dependency.
05 Apr 2013; Samuli Suominen <ssuominen@gentoo.org>
-ffmpegthumbnailer-2.0.7-r1.ebuild,
1.9 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild?r1=1.8&r2=1.9
Index: ffmpegthumbnailer-2.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ffmpegthumbnailer-2.0.8.ebuild 5 Apr 2013 18:14:09 -0000 1.8
+++ ffmpegthumbnailer-2.0.8.ebuild 5 Apr 2013 20:39:09 -0000 1.9
@@ -1,8 +1,8 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild,v 1.8 2013/04/05 18:14:09 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild,v 1.9 2013/04/05 20:39:09 ssuominen Exp $
-EAPI=4
+EAPI=5
inherit eutils libtool
DESCRIPTION="Lightweight video thumbnailer that can be used by file managers"
@@ -15,7 +15,7 @@
IUSE="gnome gtk jpeg png"
COMMON_DEPEND=">=virtual/ffmpeg-0.10.2
- png? ( media-libs/libpng:0 )
+ png? ( media-libs/libpng:0= )
jpeg? ( virtual/jpeg )"
RDEPEND="${COMMON_DEPEND}
gtk? ( >=dev-libs/glib-2.30 )"
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-04-05 20:39 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-20 9:54 [gentoo-commits] gentoo-x86 commit in media-video/ffmpegthumbnailer: ChangeLog ffmpegthumbnailer-2.0.8.ebuild Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2012-11-06 17:05 Agostino Sarubbo (ago)
2012-11-13 17:53 Jeroen Roovers (jer)
2012-11-20 20:08 Agostino Sarubbo (ago)
2012-12-01 19:36 Raul Porcel (armin76)
2013-04-05 18:14 Samuli Suominen (ssuominen)
2013-04-05 20:39 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