From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/openshot/
Date: Wed, 14 Sep 2016 07:38:20 +0000 (UTC) [thread overview]
Message-ID: <1473838672.4054a3dcdd3e9f1b57561b64b3ec9683a3efe514.soap@gentoo> (raw)
commit: 4054a3dcdd3e9f1b57561b64b3ec9683a3efe514
Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Sun Sep 11 13:41:21 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Sep 14 07:37:52 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4054a3dc
media-video/openshot: bump to 2.1.0
Gentoo-Bug: 592562
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2304
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-video/openshot/Manifest | 1 +
media-video/openshot/openshot-2.1.0.ebuild | 56 ++++++++++++++++++++++++++++++
2 files changed, 57 insertions(+)
diff --git a/media-video/openshot/Manifest b/media-video/openshot/Manifest
index 79353e9..a8300e5 100644
--- a/media-video/openshot/Manifest
+++ b/media-video/openshot/Manifest
@@ -1,3 +1,4 @@
DIST openshot-1.4.3.tar.gz 31990991 SHA256 5bebf1c59a8667b0263599544f2d23ce6be3ab79ce24a85b766e1e39cab859d0 SHA512 f3221c3e508ccf61d4fd2771de47f42ddb1a78996853011ee336e8ccf842a0fd97707a60c677e1465a89e6eb67911b6eb98b002959f8a29ac9e31924bbb6fcda WHIRLPOOL 4fd8d5b5db2923c8b7349032847087b9cf4ccdbade206c5c6cc9aac27ace6e99c6053bd1184cf14b20c80b4f666baf356798a5b6a8d6c7c737a9a986894943af
DIST openshot-qt-2.0.6.tar.gz 91612365 SHA256 80a7ad0fa5e2f4fc8bcccc1c2c8c4a6d73315b63f8263a0c374c2ffd4faa6c5c SHA512 cec7ece06d7ceb69440e413b372fb3c40bab36391f19acfd94c42ae9b0ccab7bee2dc2b335febf0f2a61788991aea34f72c07df7a5eaacab8bcd9f0de315114b WHIRLPOOL 10270675cbd783b21e446bd5cbe3712fa12dc1d28e66772fde60ed4e155524d1b297e1c6267bc4190b47445252fb9a4d11ab60fa697106eea6ad08fe4fb599f6
DIST openshot-qt-2.0.7.tar.gz 92978794 SHA256 7b58e802a3de2260c00e4e4996ec899253ff1ff4035b2a2e535ac72ee4d63a97 SHA512 1a49fe7b10d1c9e3c567f85b479a8b6dac3cd1584b309423b9c16016349411636f434d111a5e9d2821412d77429960f00c0fffc8c5bd9bf2d4f3bd1e35690d68 WHIRLPOOL 64b85ee06a741ed072d73b02da03519bc1c589cc9d11e9e59876591b15d8e764078f1d81bf8a5258cbd00d53fe3ac030ab6b54bfe93f1fab299a34fe0ef7377b
+DIST openshot-qt-2.1.0.tar.gz 93936673 SHA256 1eec7d07e991ccbb168de18b5f8a15f5d3eafe842cf267a254c1cde2925e2fdd SHA512 4d9af4d392dfad861ab123fa4e1de63037fc6b01d35935ffe2bf48cfc93bd197a4c7501053c9447deb25404036e4a5321ecf5994eb327acbc296ef1ea7fc8838 WHIRLPOOL e1c2da17edad781dc22c6cd7d27368b3502b4630f2989b7305ac3140994a4e76c93a888967378dd375676d24508c70aa1cf68321fdacb0851faac3846ec9e4cf
diff --git a/media-video/openshot/openshot-2.1.0.ebuild b/media-video/openshot/openshot-2.1.0.ebuild
new file mode 100644
index 00000000..e714b18
--- /dev/null
+++ b/media-video/openshot/openshot-2.1.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_REQ_USE=xml
+PYTHON_COMPAT=( python3_{4,5} )
+DISTUTILS_SINGLE_IMPL=1
+
+inherit distutils-r1 gnome2-utils versionator xdg
+
+MY_PN="${PN}-qt"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Free, open-source, non-linear video editor to create and edit videos and movies"
+HOMEPAGE="http://www.openshot.org/ https://launchpad.net/openshot"
+SRC_URI="https://launchpad.net/${PN}/$(get_version_component_range 1-2)/${PV}/+download/${MY_P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="1"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-python/PyQt5[svg,webkit,${PYTHON_USEDEP}]
+ media-libs/libopenshot[python,${PYTHON_USEDEP}]
+ dev-python/httplib2[${PYTHON_USEDEP}]
+ dev-python/pyzmq[${PYTHON_USEDEP}]
+"
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+S="${WORKDIR}"
+
+src_prepare() {
+ # prevent setup.py from trying to update MIME databases
+ sed -i 's/^ROOT =.*/ROOT = False/' setup.py || die
+ xdg_src_prepare
+ distutils-r1_src_prepare
+}
+
+pkg_preinst() {
+ xdg_pkg_preinst
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+ gnome2_icon_cache_update
+}
next reply other threads:[~2016-09-14 7:38 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-14 7:38 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-09-07 20:55 [gentoo-commits] repo/gentoo:master commit in: media-video/openshot/ Sam James
2023-07-06 0:06 Sam James
2023-05-03 7:22 Sam James
2023-05-01 13:19 Sam James
2023-02-07 10:37 Andreas Sturmlechner
2022-06-10 6:48 Agostino Sarubbo
2022-06-09 7:39 Agostino Sarubbo
2022-06-07 5:17 Sam James
2022-02-04 18:40 Michał Górny
2021-11-21 16:17 Stefan Strogin
2021-10-27 15:33 Rick Farina
2021-09-04 21:01 Andreas Sturmlechner
2021-09-04 19:20 Stefan Strogin
2021-06-01 17:07 Andrew Ammerlaan
2021-05-30 19:04 Andreas Sturmlechner
2021-05-26 3:57 Stefan Strogin
2021-05-25 11:15 Sam James
2021-03-15 13:35 Andreas Sturmlechner
2021-02-21 10:16 Andreas Sturmlechner
2021-01-21 7:40 Agostino Sarubbo
2021-01-10 15:53 Andreas Sturmlechner
2021-01-10 15:53 Andreas Sturmlechner
2021-01-01 22:14 Andreas Sturmlechner
2021-01-01 22:14 Andreas Sturmlechner
2021-01-01 22:14 Andreas Sturmlechner
2020-12-03 15:42 Andreas Sturmlechner
2020-12-03 15:42 Andreas Sturmlechner
2020-05-16 2:44 Stefan Strogin
2020-02-25 5:44 Stefan Strogin
2020-02-10 19:59 Stefan Strogin
2019-12-15 14:46 Agostino Sarubbo
2019-12-15 12:44 Agostino Sarubbo
2019-08-14 2:33 Stefan Strogin
2019-06-13 15:31 Stefan Strogin
2019-06-13 15:31 Stefan Strogin
2018-05-01 7:36 Michał Górny
2018-02-06 15:10 Thomas Deutschmann
2017-12-06 19:52 Pacho Ramos
2017-10-03 22:14 Patrice Clement
2017-07-26 8:12 Michał Górny
2017-07-26 8:12 Michał Górny
2017-01-29 16:45 Michael Palimaka
2017-01-29 16:45 Michael Palimaka
2016-07-04 0:05 Göktürk Yüksek
2016-07-04 0:05 Göktürk Yüksek
2016-04-25 13:17 Patrice Clement
2016-04-21 9:52 Ian Delaney
2016-04-18 8:13 Patrice Clement
2016-03-18 5:33 Ian Delaney
2016-03-16 10:03 Patrice Clement
2016-03-16 8:58 Ian Delaney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1473838672.4054a3dcdd3e9f1b57561b64b3ec9683a3efe514.soap@gentoo \
--to=soap@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox