public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/ffmpegthumbnailer: ChangeLog ffmpegthumbnailer-2.0.7.ebuild
@ 2011-07-24 17:28 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-07-24 17:28 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/07/24 17:28:38

  Modified:             ChangeLog
  Added:                ffmpegthumbnailer-2.0.7.ebuild
  Log:
  Version bump wrt #376243 by Mike Gilbert
  
  (Portage version: 2.2.0_alpha46/cvs/Linux x86_64)

Revision  Changes    Path
1.123                media-video/ffmpegthumbnailer/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog	20 May 2011 20:08:11 -0000	1.122
+++ ChangeLog	24 Jul 2011 17:28:38 -0000	1.123
@@ -1,6 +1,12 @@
 # ChangeLog for media-video/ffmpegthumbnailer
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v 1.122 2011/05/20 20:08:11 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v 1.123 2011/07/24 17:28:38 ssuominen Exp $
+
+*ffmpegthumbnailer-2.0.7 (24 Jul 2011)
+
+  24 Jul 2011; Samuli Suominen <ssuominen@gentoo.org>
+  +ffmpegthumbnailer-2.0.7.ebuild:
+  Version bump wrt #376243 by Mike Gilbert
 
   20 May 2011; Kacper Kowalik <xarthisius@gentoo.org>
   ffmpegthumbnailer-2.0.6.ebuild:



1.1                  media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.7.ebuild

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

Index: ffmpegthumbnailer-2.0.7.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.7.ebuild,v 1.1 2011/07/24 17:28:38 ssuominen Exp $

EAPI=4

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="gtk jpeg png"

COMMON_DEPEND="virtual/ffmpeg
	png? ( >=media-libs/libpng-1.4 )
	jpeg? ( virtual/jpeg )"
RDEPEND="${COMMON_DEPEND}
	gtk? ( >=dev-libs/glib-2.14:2 )"
DEPEND="${COMMON_DEPEND}
	dev-util/pkgconfig"

DOCS=( AUTHORS ChangeLog README )

src_configure() {
	econf \
		--disable-static \
		$(use_enable png) \
		$(use_enable jpeg) \
		$(use_enable gtk gio)
}

src_install() {
	default
	find "${D}" -name '*.la' -exec rm -f {} +
}






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

* [gentoo-commits] gentoo-x86 commit in media-video/ffmpegthumbnailer: ChangeLog ffmpegthumbnailer-2.0.7.ebuild
@ 2012-09-20  9:55 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-09-20  9:55 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/09/20 09:55:32

  Modified:             ChangeLog
  Removed:              ffmpegthumbnailer-2.0.7.ebuild
  Log:
  old
  
  (Portage version: 2.2.0_alpha128/cvs/Linux x86_64)

Revision  Changes    Path
1.142                media-video/ffmpegthumbnailer/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- ChangeLog	20 Sep 2012 09:54:45 -0000	1.141
+++ ChangeLog	20 Sep 2012 09:55:32 -0000	1.142
@@ -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.141 2012/09/20 09:54:45 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v 1.142 2012/09/20 09:55:32 ssuominen Exp $
+
+  20 Sep 2012; Samuli Suominen <ssuominen@gentoo.org>
+  -ffmpegthumbnailer-2.0.7.ebuild:
+  old
 
 *ffmpegthumbnailer-2.0.8 (20 Sep 2012)
 





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

end of thread, other threads:[~2012-09-20  9:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-24 17:28 [gentoo-commits] gentoo-x86 commit in media-video/ffmpegthumbnailer: ChangeLog ffmpegthumbnailer-2.0.7.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2012-09-20  9:55 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