public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ian Delaney" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/openshot/
Date: Thu, 21 Apr 2016 09:52:14 +0000 (UTC)	[thread overview]
Message-ID: <1461232319.e5f269a4fee3d63097f52584573f521ae4157601.idella4@gentoo> (raw)

commit:     e5f269a4fee3d63097f52584573f521ae4157601
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Sat Apr 16 14:42:15 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Thu Apr 21 09:51:59 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5f269a4

media-video/openshot: bump to 2.0.7

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1271

Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org>

 media-video/openshot/Manifest              |  1 +
 media-video/openshot/metadata.xml          |  2 +-
 media-video/openshot/openshot-2.0.7.ebuild | 55 ++++++++++++++++++++++++++++++
 3 files changed, 57 insertions(+), 1 deletion(-)

diff --git a/media-video/openshot/Manifest b/media-video/openshot/Manifest
index c84267d..79353e9 100644
--- a/media-video/openshot/Manifest
+++ b/media-video/openshot/Manifest
@@ -1,2 +1,3 @@
 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

diff --git a/media-video/openshot/metadata.xml b/media-video/openshot/metadata.xml
index 614a512..909a08f 100644
--- a/media-video/openshot/metadata.xml
+++ b/media-video/openshot/metadata.xml
@@ -14,6 +14,6 @@
 	<upstream>
 		<remote-id type="launchpad">openshot</remote-id>
 		<remote-id type="github">OpenShot/openshot-qt</remote-id>
-		<bugs-to>https://github.com/OpenShot/openshot-qt/issues https://bugs.launchpad.net/openshot/+bugs</bugs-to>
+		<bugs-to>https://github.com/OpenShot/openshot-qt/issues</bugs-to>
 	</upstream>
 </pkgmetadata>

diff --git a/media-video/openshot/openshot-2.0.7.ebuild b/media-video/openshot/openshot-2.0.7.ebuild
new file mode 100644
index 0000000..1027465
--- /dev/null
+++ b/media-video/openshot/openshot-2.0.7.ebuild
@@ -0,0 +1,55 @@
+# 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/libopenshot"
+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[webkit,${PYTHON_USEDEP}]
+	media-libs/libopenshot[python,${PYTHON_USEDEP}]
+	dev-python/httplib2[${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_python_prepare_all
+}
+
+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
+}


             reply	other threads:[~2016-04-21  9:52 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-21  9:52 Ian Delaney [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-09-14  7:38 David Seifert
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-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=1461232319.e5f269a4fee3d63097f52584573f521ae4157601.idella4@gentoo \
    --to=idella4@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