public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/ffdiaporama: ffdiaporama-2.1.ebuild ChangeLog
@ 2014-02-14 23:12 Julian Ospald (hasufell)
  0 siblings, 0 replies; 4+ messages in thread
From: Julian Ospald (hasufell) @ 2014-02-14 23:12 UTC (permalink / raw
  To: gentoo-commits

hasufell    14/02/14 23:12:55

  Modified:             ChangeLog
  Added:                ffdiaporama-2.1.ebuild
  Log:
  version bump by Olivier Laurantin
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.20                 media-video/ffdiaporama/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	29 Dec 2013 08:47:28 -0000	1.19
+++ ChangeLog	14 Feb 2014 23:12:55 -0000	1.20
@@ -1,6 +1,11 @@
 # ChangeLog for media-video/ffdiaporama
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ChangeLog,v 1.19 2013/12/29 08:47:28 xarthisius Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ChangeLog,v 1.20 2014/02/14 23:12:55 hasufell Exp $
+
+*ffdiaporama-2.1 (14 Feb 2014)
+
+  14 Feb 2014; Julian Ospald <hasufell@gentoo.org> +ffdiaporama-2.1.ebuild:
+  version bump by Olivier Laurantin
 
   29 Dec 2013; Kacper Kowalik <xarthisius@gentoo.org> -ffdiaporama-2.0.ebuild:
   Drop old ebuild as sources were removed upstream



1.1                  media-video/ffdiaporama/ffdiaporama-2.1.ebuild

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

Index: ffdiaporama-2.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

inherit eutils fdo-mime gnome2-utils qt4-r2

BIN_PV=${PV}.2014.0209
RSC_PV=${PV}.2014.0209
TMT_PV=1.0.2014.0125
OPENCLI_PV=0.18
OPENCLI_P=openclipart-${OPENCLI_PV}
DESCRIPTION="Movie creator from photos and video clips"
HOMEPAGE="http://ffdiaporama.tuxfamily.org"
SRC_URI="http://ffdiaporama.tuxfamily.org/script/GetPackage.php?f=${PN}_bin_${BIN_PV}.tar.gz -> ${PN}_bin_${BIN_PV}.tar.gz
	http://ffdiaporama.tuxfamily.org/script/GetPackage.php?f=${PN}_rsc_${RSC_PV}.tar.gz -> ${PN}_rsc_${RSC_PV}.tar.gz
	openclipart? ( http://openclipart.org/downloads/${OPENCLI_PV}/${OPENCLI_P}-svgonly.tar.bz2 )
	texturemate? ( http://ffdiaporama.tuxfamily.org/script/GetPackage.php?f=${PN}_texturemate_${TMT_PV}.tar.gz -> ${PN}_texturemate_${TMT_PV}.tar.gz )"

LICENSE="GPL-2
	openclipart? ( CC0-1.0 )
	texturemate? ( CC-BY-3.0 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="openclipart texturemate"

RDEPEND="
	dev-qt/qtcore:4
	dev-qt/qtgui:4
	dev-qt/qthelp:4
	dev-qt/qtsql:4[sqlite]
	dev-qt/qtsvg:4
	media-gfx/exiv2
	media-libs/libsdl[audio]
	media-libs/taglib
	!<media-video/ffmpeg-1.2:0
	virtual/ffmpeg[encode]"
DEPEND="${RDEPEND}"

DOCS=( authors.txt )

S="${WORKDIR}/ffDiaporama"

src_prepare() {
	echo "SUBDIRS += ../ffDiaporama_rsc" >> ffDiaporama.pro || die
	if use texturemate; then
		echo "SUBDIRS += ../ffDiaporama_texturemate" >> ffDiaporama.pro || die
	fi
	qt4-r2_src_prepare
}

src_install() {
	qt4-r2_src_install
	doicon -s 32 ffdiaporama.png
	if use openclipart; then
		dodir /usr/share/ffDiaporama/clipart/openclipart
		cd "${WORKDIR}"/${OPENCLI_P}-svgonly/clipart || die
		find . -type d -maxdepth 1 -not -name . -exec cp -R '{}' "${D}"/usr/share/ffDiaporama/clipart/openclipart \; || die
	fi
}

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] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-video/ffdiaporama: ffdiaporama-2.1.ebuild ChangeLog
@ 2014-06-13  3:04 Patrick Lauer (patrick)
  0 siblings, 0 replies; 4+ messages in thread
From: Patrick Lauer (patrick) @ 2014-06-13  3:04 UTC (permalink / raw
  To: gentoo-commits

patrick     14/06/13 03:04:07

  Modified:             ffdiaporama-2.1.ebuild ChangeLog
  Log:
  Fix header
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  media-video/ffdiaporama/ffdiaporama-2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/ffdiaporama-2.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/ffdiaporama-2.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/ffdiaporama-2.1.ebuild?r1=1.2&r2=1.3

Index: ffdiaporama-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ffdiaporama-2.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ffdiaporama-2.1.ebuild	15 May 2014 17:10:15 -0000	1.2
+++ ffdiaporama-2.1.ebuild	13 Jun 2014 03:04:07 -0000	1.3
@@ -1,5 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ffdiaporama-2.1.ebuild,v 1.3 2014/06/13 03:04:07 patrick Exp $
 
 EAPI=5
 



1.22                 media-video/ffdiaporama/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	15 May 2014 17:10:15 -0000	1.21
+++ ChangeLog	13 Jun 2014 03:04:07 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/ffdiaporama
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ChangeLog,v 1.21 2014/05/15 17:10:15 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ChangeLog,v 1.22 2014/06/13 03:04:07 patrick Exp $
+
+  13 Jun 2014; Patrick Lauer <patrick@gentoo.org> ffdiaporama-2.1.ebuild:
+  Fix header
 
   15 May 2014; Ulrich Müller <ulm@gentoo.org> ffdiaporama-1.5.ebuild,
   ffdiaporama-1.6.ebuild, ffdiaporama-2.0.1.ebuild, ffdiaporama-2.1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in media-video/ffdiaporama: ffdiaporama-2.1.ebuild ChangeLog
@ 2015-02-19  9:07 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-19  9:07 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/19 09:07:03

  Modified:             ffdiaporama-2.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #521050
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  media-video/ffdiaporama/ffdiaporama-2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/ffdiaporama-2.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/ffdiaporama-2.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/ffdiaporama-2.1.ebuild?r1=1.4&r2=1.5

Index: ffdiaporama-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ffdiaporama-2.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ffdiaporama-2.1.ebuild	15 Feb 2015 19:56:41 -0000	1.4
+++ ffdiaporama-2.1.ebuild	19 Feb 2015 09:07:03 -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-video/ffdiaporama/ffdiaporama-2.1.ebuild,v 1.4 2015/02/15 19:56:41 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ffdiaporama-2.1.ebuild,v 1.5 2015/02/19 09:07:03 ago Exp $
 
 EAPI=5
 
@@ -22,7 +22,7 @@
 	openclipart? ( CC0-1.0 )
 	texturemate? ( CC-BY-3.0 )"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="libav openclipart texturemate"
 
 RDEPEND="



1.24                 media-video/ffdiaporama/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	15 Feb 2015 19:56:41 -0000	1.23
+++ ChangeLog	19 Feb 2015 09:07:03 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/ffdiaporama
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ChangeLog,v 1.23 2015/02/15 19:56:41 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ChangeLog,v 1.24 2015/02/19 09:07:03 ago Exp $
+
+  19 Feb 2015; Agostino Sarubbo <ago@gentoo.org> ffdiaporama-2.1.ebuild:
+  Stable for amd64, wrt bug #521050
 
   15 Feb 2015; Julian Ospald <hasufell@gentoo.org> ffdiaporama-2.1.ebuild,
   +files/ffdiaporama-2.1-ffmpeg-2.4.patch:





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

* [gentoo-commits] gentoo-x86 commit in media-video/ffdiaporama: ffdiaporama-2.1.ebuild ChangeLog
@ 2015-02-25 11:04 Pacho Ramos (pacho)
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2015-02-25 11:04 UTC (permalink / raw
  To: gentoo-commits

pacho       15/02/25 11:04:16

  Modified:             ffdiaporama-2.1.ebuild ChangeLog
  Log:
  x86 stable, bug #521050
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.6                  media-video/ffdiaporama/ffdiaporama-2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/ffdiaporama-2.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/ffdiaporama-2.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/ffdiaporama-2.1.ebuild?r1=1.5&r2=1.6

Index: ffdiaporama-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ffdiaporama-2.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ffdiaporama-2.1.ebuild	19 Feb 2015 09:07:03 -0000	1.5
+++ ffdiaporama-2.1.ebuild	25 Feb 2015 11:04: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-video/ffdiaporama/ffdiaporama-2.1.ebuild,v 1.5 2015/02/19 09:07:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ffdiaporama-2.1.ebuild,v 1.6 2015/02/25 11:04:16 pacho Exp $
 
 EAPI=5
 
@@ -22,7 +22,7 @@
 	openclipart? ( CC0-1.0 )
 	texturemate? ( CC-BY-3.0 )"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="libav openclipart texturemate"
 
 RDEPEND="



1.25                 media-video/ffdiaporama/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	19 Feb 2015 09:07:03 -0000	1.24
+++ ChangeLog	25 Feb 2015 11:04:16 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/ffdiaporama
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ChangeLog,v 1.24 2015/02/19 09:07:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ChangeLog,v 1.25 2015/02/25 11:04:16 pacho Exp $
+
+  25 Feb 2015; Pacho Ramos <pacho@gentoo.org> ffdiaporama-2.1.ebuild:
+  x86 stable, bug #521050
 
   19 Feb 2015; Agostino Sarubbo <ago@gentoo.org> ffdiaporama-2.1.ebuild:
   Stable for amd64, wrt bug #521050





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

end of thread, other threads:[~2015-02-25 11:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-13  3:04 [gentoo-commits] gentoo-x86 commit in media-video/ffdiaporama: ffdiaporama-2.1.ebuild ChangeLog Patrick Lauer (patrick)
  -- strict thread matches above, loose matches on Subject: below --
2015-02-25 11:04 Pacho Ramos (pacho)
2015-02-19  9:07 Agostino Sarubbo (ago)
2014-02-14 23:12 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