* [gentoo-commits] gentoo-x86 commit in media-video/ffdiaporama: ChangeLog ffdiaporama-1.5.ebuild
@ 2012-11-28 17:59 Julian Ospald (hasufell)
0 siblings, 0 replies; 2+ messages in thread
From: Julian Ospald (hasufell) @ 2012-11-28 17:59 UTC (permalink / raw
To: gentoo-commits
hasufell 12/11/28 17:59:11
Modified: ChangeLog
Added: ffdiaporama-1.5.ebuild
Log:
version bump by Olivier Laurantin
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Revision Changes Path
1.4 media-video/ffdiaporama/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 18 Nov 2012 18:53:58 -0000 1.3
+++ ChangeLog 28 Nov 2012 17:59:11 -0000 1.4
@@ -1,6 +1,11 @@
# ChangeLog for media-video/ffdiaporama
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ChangeLog,v 1.3 2012/11/18 18:53:58 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ChangeLog,v 1.4 2012/11/28 17:59:11 hasufell Exp $
+
+*ffdiaporama-1.5 (28 Nov 2012)
+
+ 28 Nov 2012; Julian Ospald <hasufell@gentoo.org> +ffdiaporama-1.5.ebuild:
+ version bump by Olivier Laurantin
*ffdiaporama-1.4-r1 (18 Nov 2012)
1.1 media-video/ffdiaporama/ffdiaporama-1.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/ffdiaporama-1.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/ffdiaporama-1.5.ebuild?rev=1.1&content-type=text/plain
Index: ffdiaporama-1.5.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ffdiaporama-1.5.ebuild,v 1.1 2012/11/28 17:59:11 hasufell Exp $
EAPI=5
inherit eutils fdo-mime gnome2-utils qt4-r2
DESCRIPTION="Movie creator from photos and video clips"
HOMEPAGE="http://ffdiaporama.tuxfamily.org"
SRC_URI="http://download.tuxfamily.org/${PN}/Archives/${PN}_${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="media-gfx/exiv2
media-libs/libsdl[audio]
media-libs/qimageblitz
media-libs/taglib
virtual/ffmpeg[encode]
>=x11-libs/qt-core-4.8:4
>=x11-libs/qt-gui-4.8:4"
DEPEND="${RDEPEND}"
DOCS=( authors.txt )
src_unpack() {
# S=${WORKDIR} would result in unremoved files in
# ${WORKDIR}/../build
mkdir ${P} || die
cd ${P} || die
unpack ${A}
}
src_install() {
qt4-r2_src_install
doicon -s 32 ffdiaporama.png
}
pkg_preinst() {
gnome2_icon_savelist
}
pkg_postinst() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
gnome2_icon_cache_update
}
pkg_postrm() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
gnome2_icon_cache_update
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-video/ffdiaporama: ChangeLog ffdiaporama-1.5.ebuild
@ 2012-12-26 19:16 Jeff Horelick (jdhore)
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-12-26 19:16 UTC (permalink / raw
To: gentoo-commits
jdhore 12/12/26 19:16:37
Modified: ChangeLog ffdiaporama-1.5.ebuild
Log:
marked x86 per bug 448036
(Portage version: 2.2.0_alpha149/cvs/Linux i686, signed Manifest commit with key 23E9E900)
Revision Changes Path
1.6 media-video/ffdiaporama/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 25 Dec 2012 16:20:22 -0000 1.5
+++ ChangeLog 26 Dec 2012 19:16:37 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for media-video/ffdiaporama
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ChangeLog,v 1.5 2012/12/25 16:20:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ChangeLog,v 1.6 2012/12/26 19:16:37 jdhore Exp $
+
+ 26 Dec 2012; Jeff Horelick <jdhore@gentoo.org> ffdiaporama-1.5.ebuild:
+ marked x86 per bug 448036
25 Dec 2012; Agostino Sarubbo <ago@gentoo.org> ffdiaporama-1.5.ebuild:
Stable for amd64, wrt bug #448036
1.3 media-video/ffdiaporama/ffdiaporama-1.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/ffdiaporama-1.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/ffdiaporama-1.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/ffdiaporama-1.5.ebuild?r1=1.2&r2=1.3
Index: ffdiaporama-1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ffdiaporama-1.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ffdiaporama-1.5.ebuild 25 Dec 2012 16:20:22 -0000 1.2
+++ ffdiaporama-1.5.ebuild 26 Dec 2012 19:16:37 -0000 1.3
@@ -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/ffdiaporama/ffdiaporama-1.5.ebuild,v 1.2 2012/12/25 16:20:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ffdiaporama-1.5.ebuild,v 1.3 2012/12/26 19:16:37 jdhore Exp $
EAPI=5
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="media-gfx/exiv2
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-12-26 19:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-26 19:16 [gentoo-commits] gentoo-x86 commit in media-video/ffdiaporama: ChangeLog ffdiaporama-1.5.ebuild Jeff Horelick (jdhore)
-- strict thread matches above, loose matches on Subject: below --
2012-11-28 17:59 Julian Ospald (hasufell)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox