Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/shotcut/
Date: Tue, 05 Feb 2019 23:27:33
Message-Id: 1549409202.0944624ca30eb78c3416041baf54b2b4e05c81d2.asturm@gentoo
1 commit: 0944624ca30eb78c3416041baf54b2b4e05c81d2
2 Author: reagentoo <reagentoo <AT> gmail <DOT> com>
3 AuthorDate: Sun Jan 20 14:26:27 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 5 23:26:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0944624c
7
8 media-video/shotcut: version bump to 19.01.24
9
10 Also switch to xdg eclass.
11
12 Closes: https://bugs.gentoo.org/663722
13 Signed-off-by: Dmitry Baranov <reagentoo <AT> gmail.com>
14 Closes: https://github.com/gentoo/gentoo/pull/10877
15 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
16
17 media-video/shotcut/Manifest | 2 +-
18 .../{shotcut-18.03.ebuild => shotcut-19.01.24.ebuild} | 13 +++----------
19 2 files changed, 4 insertions(+), 11 deletions(-)
20
21 diff --git a/media-video/shotcut/Manifest b/media-video/shotcut/Manifest
22 index baaff716419..f213fcf7087 100644
23 --- a/media-video/shotcut/Manifest
24 +++ b/media-video/shotcut/Manifest
25 @@ -1 +1 @@
26 -DIST shotcut-18.03.tar.gz 4089848 BLAKE2B 811556867fb6e3160ec0daaeda2eb063f32bf527fc40a72302638fcb9445b87fbebdcf93929746d5c18f784263ead857b3b23428dc8cab0f06b5f95cac36d793 SHA512 37ec83f7c1f770e849213a2adb90ee86061e1eb17e5435dfa81068de77be8cc5791ad03c14da100b9b960b15d6ec0d01fc9d579fcbf749050385c2231e13f4a0
27 +DIST shotcut-19.01.24.tar.gz 4864498 BLAKE2B e76f38e2545bff176730f1287fbba35de9d82e11d5ea4b396e69e71f90dd09325aceae8ffefe6914e66e37c983415a28c4fcdeba14314e370b3220cc8399a6be SHA512 1026e0701dd7a0a5dc3bc5f9babe0f58c6d3a0871af7b09cfca8d71b4c3e370708103d6f78de1061505cd162ade3de0189c9dc085d51546e85bb472f38b0363d
28
29 diff --git a/media-video/shotcut/shotcut-18.03.ebuild b/media-video/shotcut/shotcut-19.01.24.ebuild
30 similarity index 79%
31 rename from media-video/shotcut/shotcut-18.03.ebuild
32 rename to media-video/shotcut/shotcut-19.01.24.ebuild
33 index 27b43b92dde..3a03e093193 100644
34 --- a/media-video/shotcut/shotcut-18.03.ebuild
35 +++ b/media-video/shotcut/shotcut-19.01.24.ebuild
36 @@ -1,9 +1,9 @@
37 -# Copyright 1999-2018 Gentoo Foundation
38 +# Copyright 1999-2019 Gentoo Authors
39 # Distributed under the terms of the GNU General Public License v2
40
41 EAPI=6
42
43 -inherit desktop qmake-utils
44 +inherit qmake-utils xdg
45
46 DESCRIPTION="A free, open source, cross-platform video editor"
47 HOMEPAGE="https://www.shotcut.org/"
48 @@ -32,7 +32,7 @@ RDEPEND="
49 media-libs/ladspa-sdk
50 media-libs/libsdl:0
51 media-libs/libvpx
52 - >=media-libs/mlt-6.6.0-r1[ffmpeg,frei0r,qt5,sdl,sdl2(+),xml]
53 + >=media-libs/mlt-6.10.0-r1[ffmpeg,frei0r,qt5,sdl,xml]
54 media-libs/x264
55 media-plugins/frei0r-plugins
56 media-sound/lame
57 @@ -56,12 +56,5 @@ src_configure() {
58
59 src_install() {
60 emake INSTALL_ROOT="${D}" install
61 -
62 - newicon "${S}/icons/shotcut-logo-64.png" "${PN}.png"
63 - make_desktop_entry shotcut "Shotcut"
64 -
65 - insinto "/usr/share/${PN}/translations"
66 - doins translations/*.qm
67 -
68 einstalldocs
69 }