Skip to content

Commit

Permalink
media-video/shotcut: version bump to 19.01.24
Browse files Browse the repository at this point in the history
Also switch to xdg eclass.

Closes: https://bugs.gentoo.org/663722
Signed-off-by: Dmitry Baranov <[email protected]>
Closes: gentoo#10877
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
reagentoo authored and a17r committed Feb 5, 2019
1 parent b585278 commit 0944624
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion media-video/shotcut/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST shotcut-18.03.tar.gz 4089848 BLAKE2B 811556867fb6e3160ec0daaeda2eb063f32bf527fc40a72302638fcb9445b87fbebdcf93929746d5c18f784263ead857b3b23428dc8cab0f06b5f95cac36d793 SHA512 37ec83f7c1f770e849213a2adb90ee86061e1eb17e5435dfa81068de77be8cc5791ad03c14da100b9b960b15d6ec0d01fc9d579fcbf749050385c2231e13f4a0
DIST shotcut-19.01.24.tar.gz 4864498 BLAKE2B e76f38e2545bff176730f1287fbba35de9d82e11d5ea4b396e69e71f90dd09325aceae8ffefe6914e66e37c983415a28c4fcdeba14314e370b3220cc8399a6be SHA512 1026e0701dd7a0a5dc3bc5f9babe0f58c6d3a0871af7b09cfca8d71b4c3e370708103d6f78de1061505cd162ade3de0189c9dc085d51546e85bb472f38b0363d
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit desktop qmake-utils
inherit qmake-utils xdg

DESCRIPTION="A free, open source, cross-platform video editor"
HOMEPAGE="https://www.shotcut.org/"
Expand Down Expand Up @@ -32,7 +32,7 @@ RDEPEND="
media-libs/ladspa-sdk
media-libs/libsdl:0
media-libs/libvpx
>=media-libs/mlt-6.6.0-r1[ffmpeg,frei0r,qt5,sdl,sdl2(+),xml]
>=media-libs/mlt-6.10.0-r1[ffmpeg,frei0r,qt5,sdl,xml]
media-libs/x264
media-plugins/frei0r-plugins
media-sound/lame
Expand All @@ -56,12 +56,5 @@ src_configure() {

src_install() {
emake INSTALL_ROOT="${D}" install

newicon "${S}/icons/shotcut-logo-64.png" "${PN}.png"
make_desktop_entry shotcut "Shotcut"

insinto "/usr/share/${PN}/translations"
doins translations/*.qm

einstalldocs
}

0 comments on commit 0944624

Please sign in to comment.