public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/gaupol/
Date: Sun, 21 Aug 2016 14:32:49 +0000 (UTC)	[thread overview]
Message-ID: <1471787476.dc6cc89de5bd4b6285461e8436d2d5debcc1479b.monsieurp@gentoo> (raw)

commit:     dc6cc89de5bd4b6285461e8436d2d5debcc1479b
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Sat Aug 20 22:53:22 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Aug 21 13:51:16 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc6cc89d

media-video/gaupol: version bump to 0.92.

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2116

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 media-video/gaupol/Manifest           |  1 +
 media-video/gaupol/gaupol-0.92.ebuild | 61 +++++++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

diff --git a/media-video/gaupol/Manifest b/media-video/gaupol/Manifest
index a92845b..947e9f3 100644
--- a/media-video/gaupol/Manifest
+++ b/media-video/gaupol/Manifest
@@ -1,3 +1,4 @@
 DIST gaupol-0.19.2.tar.gz 651580 SHA256 4e30fb7f4ff328561243450367be0c1ec80878f7107cac8eda6db9877a90aff4 SHA512 5d95c4f2610e7305f91c29701f4d2edfbd69f782a296c5152515d3391cb58ab83c34412c67f0bbbdf6159198bb90da1f43652b483efc0320dec5870f077e9884 WHIRLPOOL 272e7c9fc4c8e41b2ef4832c6de161e83303894055d3f9c8e91dc58a1fe3c5170186f1de3f7bd36bbdbf8fbacefff170f9d52a714acdd85596be15dfa804265d
 DIST gaupol-0.28.2.tar.xz 495248 SHA256 d02d81ace0d41dbf7707251cd86e28876acf86dd82c36e34371d38cd21212d4c SHA512 e3b47e35fe7825a105870e6e691ee85f168d7f171eb2da2775b88a099069b0593a9878fe9ec8f47fa824d8aa5a18f28278c78731538a64d900401b13d38ae7d8 WHIRLPOOL 36abedf44872c904520663d3c845cfcfcdc8a438ef1b8ac09910dc13cac8a88a22dcdcaee44ebd05ad4f504df67694dafc45b44aa0da632296d864a56a1cf9fb
 DIST gaupol-0.91.tar.gz 518493 SHA256 cb7d2d3fa4dfd321802eb6c3dd0a2f9582a9195a70b153d0ce65f2dfa9048add SHA512 92459ec0a7d77c8e4a34f44489ae8fc01feeb2d34f6fd152c8bfeaf72b8235c680155698c55e7f9d46ce82bee8274b14313b6a43167f65f784511e583d4858fb WHIRLPOOL 7d46d9bb20d104355f16a966a46e25eb76e8cb72fa5082b9526a6ee3b012312dc1e5a6a74d6fe850cce40d9ce993b4a06471ec93ac907bb1f3de30409217ff43
+DIST gaupol-0.92.tar.gz 519991 SHA256 790928bb7863d4f1484bcd907f23f8b938f71b491860d51e497e63729e1e3bf8 SHA512 828bba44b8fbf2c2ab074a1479b1b9cc4e42eee98d87e5f32f049bc2c34ccfbdf9488256b794a134f93d4c01249c42361f72bf9df5819e528d59e9e7285f9dd3 WHIRLPOOL 7acb87b80e7a534fee19b40fbebaf99ae586bce49957122211ead814a9c597dbea76bda52c539414f01bfacb5a5e235d7116ac1337b1d30083d5582ef67d4fe3

diff --git a/media-video/gaupol/gaupol-0.92.ebuild b/media-video/gaupol/gaupol-0.92.ebuild
new file mode 100644
index 0000000..50081f7
--- /dev/null
+++ b/media-video/gaupol/gaupol-0.92.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{3_3,3_4,3_5} )
+
+inherit distutils-r1 gnome2-utils virtualx xdg-utils
+
+DESCRIPTION="A subtitle editor for text-based subtitles"
+HOMEPAGE="http://otsaloma.io/gaupol/"
+SRC_URI="https://github.com/otsaloma/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="spell test"
+
+RDEPEND="app-text/iso-codes
+	dev-python/chardet[${PYTHON_USEDEP}]
+	dev-python/pygobject:3[${PYTHON_USEDEP}]
+	x11-libs/gtk+:3[introspection]
+	spell? (
+		>=dev-python/pyenchant-1.4[${PYTHON_USEDEP}]
+		app-text/gtkspell:3
+	)"
+DEPEND="${RDEPEND}
+	dev-util/intltool
+	sys-devel/gettext
+	test? (
+		dev-python/pytest[${PYTHON_USEDEP}]
+		dev-python/pytest-runner[${PYTHON_USEDEP}]
+	)
+"
+
+DOCS=( AUTHORS.md NEWS.md TODO.md README.md README.aeidon.md )
+
+pkg_postinst() {
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
+	gnome2_icon_cache_update
+	if [[ -z "${REPLACING_VERSIONS}" ]]; then
+		elog "Previewing support needs MPV, MPlayer or VLC."
+
+		if use spell; then
+			elog "Additionally, spell-checking requires a dictionary, any of"
+			elog "Aspell/Pspell, Ispell, MySpell, Uspell, Hspell or AppleSpell."
+		fi
+	fi
+}
+
+python_test() {
+	virtx py.test
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
+	gnome2_icon_cache_update
+}


             reply	other threads:[~2016-08-21 14:32 UTC|newest]

Thread overview: 65+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-21 14:32 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-28 16:31 [gentoo-commits] repo/gentoo:master commit in: media-video/gaupol/ Jakov Smolić
2024-07-28 13:47 Louis Sautier
2024-07-28  0:22 Louis Sautier
2024-07-28  0:22 Louis Sautier
2024-06-16 17:31 Louis Sautier
2024-04-07 14:25 Louis Sautier
2023-11-29 18:06 Michał Górny
2023-11-29 17:59 Michał Górny
2023-10-29 12:56 Louis Sautier
2023-10-29 12:56 Louis Sautier
2023-05-21 17:59 Sam James
2023-01-02 20:56 Andreas Sturmlechner
2022-11-12 17:48 Matt Turner
2022-07-02 12:20 Agostino Sarubbo
2022-04-26 12:00 Louis Sautier
2022-04-03 11:11 Louis Sautier
2022-04-03 11:11 Louis Sautier
2022-02-19  6:52 Agostino Sarubbo
2021-10-06 23:05 Louis Sautier
2021-10-02 21:46 Louis Sautier
2021-08-06  7:32 Agostino Sarubbo
2021-08-05 19:07 Louis Sautier
2021-08-05 19:07 Louis Sautier
2021-01-09 22:42 Louis Sautier
2020-11-08 21:33 Sam James
2020-11-08 21:33 Sam James
2020-09-05  0:20 Louis Sautier
2020-07-05 20:12 Michał Górny
2020-07-04 21:55 Mart Raudsepp
2020-05-24 15:44 Louis Sautier
2020-04-12 16:06 Louis Sautier
2020-04-12 16:06 Louis Sautier
2019-11-26 20:39 Aaron Bauman
2019-11-26 12:27 Agostino Sarubbo
2019-11-25 12:46 Louis Sautier
2019-08-05 13:05 Louis Sautier
2019-07-29 20:02 Aaron Bauman
2019-06-09 15:25 Louis Sautier
2019-06-09 15:25 Louis Sautier
2019-04-09 21:13 Mikle Kolyada
2019-04-01 19:58 Thomas Deutschmann
2019-03-11 21:03 Andreas Sturmlechner
2019-02-03  2:35 Louis Sautier
2018-07-28 21:20 Louis Sautier
2018-07-12 22:06 Louis Sautier
2018-07-12 22:06 Louis Sautier
2018-07-09  1:29 Thomas Deutschmann
2018-06-30  2:41 Louis Sautier
2018-06-28 19:18 Pacho Ramos
2018-06-28 19:18 Pacho Ramos
2018-06-25  9:53 Jason Zaman
2018-05-26 12:53 David Seifert
2018-05-26 12:53 David Seifert
2017-11-17 18:47 David Seifert
2017-11-17 18:47 David Seifert
2017-04-26 14:04 Michał Górny
2017-04-26 14:04 Michał Górny
2017-04-23 20:48 Michał Górny
2016-10-31  9:17 Michał Górny
2016-08-21 20:57 Patrice Clement
2016-08-21 20:57 Patrice Clement
2016-08-05 15:17 Mike Gilbert
2016-08-05 15:17 Mike Gilbert
2016-02-01  0:49 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=1471787476.dc6cc89de5bd4b6285461e8436d2d5debcc1479b.monsieurp@gentoo \
    --to=monsieurp@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