Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/ffdiaporama: metadata.xml ffdiaporama-2.0.ebuild ChangeLog
Date: Fri, 29 Nov 2013 23:05:43
Message-Id: 20131129230530.CB7E92004E@flycatcher.gentoo.org
1 hasufell 13/11/29 23:05:30
2
3 Modified: metadata.xml ChangeLog
4 Added: ffdiaporama-2.0.ebuild
5 Log:
6 version bump by Olivier Laurantin
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
9
10 Revision Changes Path
11 1.6 media-video/ffdiaporama/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/metadata.xml?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/metadata.xml?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/metadata.xml?r1=1.5&r2=1.6
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/metadata.xml,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- metadata.xml 5 Jul 2013 21:56:06 -0000 1.5
24 +++ metadata.xml 29 Nov 2013 23:05:30 -0000 1.6
25 @@ -43,6 +43,7 @@
26 - Possible formats for rendering : avi, mpg, mp4, mkv
27 </longdescription>
28 <use>
29 + <flag name='openclipart'>Support openslipart database</flag>
30 <flag name='texturemate'>Install extra backgrounds</flag>
31 </use>
32 </pkgmetadata>
33
34
35
36 1.14 media-video/ffdiaporama/ChangeLog
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/ChangeLog?rev=1.14&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/ChangeLog?rev=1.14&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/ChangeLog?r1=1.13&r2=1.14
41
42 Index: ChangeLog
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ChangeLog,v
45 retrieving revision 1.13
46 retrieving revision 1.14
47 diff -u -r1.13 -r1.14
48 --- ChangeLog 14 Aug 2013 12:56:48 -0000 1.13
49 +++ ChangeLog 29 Nov 2013 23:05:30 -0000 1.14
50 @@ -1,6 +1,12 @@
51 # ChangeLog for media-video/ffdiaporama
52 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
53 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ChangeLog,v 1.13 2013/08/14 12:56:48 patrick Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ChangeLog,v 1.14 2013/11/29 23:05:30 hasufell Exp $
55 +
56 +*ffdiaporama-2.0 (29 Nov 2013)
57 +
58 + 29 Nov 2013; Julian Ospald <hasufell@g.o> +ffdiaporama-2.0.ebuild,
59 + +files/ffdiaporama-2.0-libav9-deinterlacing.patch, metadata.xml:
60 + version bump by Olivier Laurantin
61
62 14 Aug 2013; Patrick Lauer <patrick@g.o> ffdiaporama-1.6.ebuild:
63 Whitespace
64
65
66
67 1.1 media-video/ffdiaporama/ffdiaporama-2.0.ebuild
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/ffdiaporama-2.0.ebuild?rev=1.1&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/ffdiaporama-2.0.ebuild?rev=1.1&content-type=text/plain
71
72 Index: ffdiaporama-2.0.ebuild
73 ===================================================================
74 # Copyright 1999-2013 Gentoo Foundation
75 # Distributed under the terms of the GNU General Public License v2
76 # $Header: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ffdiaporama-2.0.ebuild,v 1.1 2013/11/29 23:05:30 hasufell Exp $
77
78 EAPI=5
79
80 inherit eutils fdo-mime gnome2-utils qt4-r2
81
82 OPENCLI_PV=0.18
83 OPENCLI_P=openclipart-${OPENCLI_PV}
84 TEXTUREMATE_P=ffDiaporama-texturemate_1.0
85 DESCRIPTION="Movie creator from photos and video clips"
86 HOMEPAGE="http://ffdiaporama.tuxfamily.org"
87 SRC_URI="http://download.tuxfamily.org/${PN}/Archives/${PN}_${PV}.tar.gz
88 openclipart? ( http://openclipart.org/downloads/${OPENCLI_PV}/${OPENCLI_P}-svgonly.tar.bz2 )
89 texturemate? ( http://download.tuxfamily.org/${PN}/Archives/${TEXTUREMATE_P}.tar.gz )"
90
91 LICENSE="GPL-2
92 openclipart? ( CC0-1.0 )
93 texturemate? ( CC-BY-3.0 )"
94 SLOT="0"
95 KEYWORDS="~amd64 ~x86"
96 IUSE="openclipart texturemate"
97
98 RDEPEND="
99 dev-qt/qtcore:4
100 dev-qt/qtgui:4
101 dev-qt/qthelp:4
102 dev-qt/qtsql:4[sqlite]
103 dev-qt/qtsvg:4
104 media-gfx/exiv2
105 media-libs/libsdl[audio]
106 media-libs/taglib
107 !<media-video/ffmpeg-1.2:0
108 virtual/ffmpeg[encode]"
109 DEPEND="${RDEPEND}"
110
111 PATCHES=( "${FILESDIR}"/${P}-libav9-deinterlacing.patch )
112 DOCS=( authors.txt )
113
114 src_unpack() {
115 # S=${WORKDIR} would result in unremoved files in
116 # ${WORKDIR}/../build
117 mkdir ${P} || die
118 cd ${P} || die
119 unpack ${A}
120 }
121
122 src_install() {
123 qt4-r2_src_install
124 doicon -s 32 ffdiaporama.png
125 if use openclipart; then
126 dodir /usr/share/ffDiaporama/clipart/openclipart
127 cd "${S}"/${OPENCLI_P}/clipart || die
128 find . -type d -maxdepth 1 -not -name . -exec cp -R '{}' "${D}"/usr/share/ffDiaporama/clipart/openclipart \; || die
129 fi
130 if use texturemate; then
131 cd "${S}"/ffDiaporama-texturemate || die
132 ./install.sh "${D}"/usr
133 fi
134 }
135
136 pkg_preinst() {
137 gnome2_icon_savelist
138 }
139
140 pkg_postinst() {
141 fdo-mime_desktop_database_update
142 fdo-mime_mime_database_update
143 gnome2_icon_cache_update
144 }
145
146 pkg_postrm() {
147 fdo-mime_desktop_database_update
148 fdo-mime_mime_database_update
149 gnome2_icon_cache_update
150 }