* [gentoo-commits] gentoo-x86 commit in media-video/ffmpegthumbnailer: ChangeLog ffmpegthumbnailer-1.5.2.ebuild ffmpegthumbnailer-1.5.1.ebuild
@ 2009-05-24 12:08 Samuli Suominen (ssuominen)
0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2009-05-24 12:08 UTC (permalink / raw
To: gentoo-commits
ssuominen 09/05/24 12:08:15
Modified: ChangeLog
Added: ffmpegthumbnailer-1.5.2.ebuild
Removed: ffmpegthumbnailer-1.5.1.ebuild
Log:
Version bump for soname version.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.74 media-video/ffmpegthumbnailer/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog?r1=1.73&r2=1.74
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog 21 May 2009 12:45:38 -0000 1.73
+++ ChangeLog 24 May 2009 12:08:14 -0000 1.74
@@ -1,6 +1,12 @@
# ChangeLog for media-video/ffmpegthumbnailer
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v 1.73 2009/05/21 12:45:38 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v 1.74 2009/05/24 12:08:14 ssuominen Exp $
+
+*ffmpegthumbnailer-1.5.2 (24 May 2009)
+
+ 24 May 2009; Samuli Suominen <ssuominen@gentoo.org>
+ -ffmpegthumbnailer-1.5.1.ebuild, +ffmpegthumbnailer-1.5.2.ebuild:
+ Version bump for soname version.
21 May 2009; Samuli Suominen <ssuominen@gentoo.org>
-ffmpegthumbnailer-1.3.0.ebuild, ffmpegthumbnailer-1.5.0.ebuild,
1.1 media-video/ffmpegthumbnailer/ffmpegthumbnailer-1.5.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-1.5.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-1.5.2.ebuild?rev=1.1&content-type=text/plain
Index: ffmpegthumbnailer-1.5.2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-1.5.2.ebuild,v 1.1 2009/05/24 12:08:14 ssuominen Exp $
EAPI=2
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="altivec jpeg png"
RDEPEND=">=media-video/ffmpeg-0.5[altivec?]
png? ( media-libs/libpng )
jpeg? ( media-libs/jpeg )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_configure() {
econf \
--disable-dependency-tracking \
$(use_enable png) \
$(use_enable jpeg)
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog README
}
pkg_postinst() {
if use altivec; then
ewarn "Altivec support is known to be broken wrt bug #252641."
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-05-24 12:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-24 12:08 [gentoo-commits] gentoo-x86 commit in media-video/ffmpegthumbnailer: ChangeLog ffmpegthumbnailer-1.5.2.ebuild ffmpegthumbnailer-1.5.1.ebuild 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