Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/ciano/
Date: Wed, 26 Aug 2020 00:32:16
Message-Id: 1598401901.f5562813494677f1f68668eb379e7424e10cc88c.tastytea@gentoo
1 commit: f5562813494677f1f68668eb379e7424e10cc88c
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Wed Aug 26 00:29:51 2020 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Wed Aug 26 00:31:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f5562813
7
8 media-video/ciano: New package.
9
10 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
11
12 media-video/ciano/Manifest | 1 +
13 media-video/ciano/ciano-0.2.4.ebuild | 46 ++++++++++++++++++++++++++++++++++++
14 media-video/ciano/metadata.xml | 17 +++++++++++++
15 3 files changed, 64 insertions(+)
16
17 diff --git a/media-video/ciano/Manifest b/media-video/ciano/Manifest
18 new file mode 100644
19 index 0000000..184277d
20 --- /dev/null
21 +++ b/media-video/ciano/Manifest
22 @@ -0,0 +1 @@
23 +DIST ciano-0.2.4.tar.gz 195259 BLAKE2B 3e81781372eba0d36b90604a8041afdad70b90a4ae8c96bd209094903410dbf691de25fac67c33bac8c5ace9c7ee8208c29def51b0cb1d4c89517c70541a849a SHA512 a071198b0483188685e97ed4feac991ca707cd2a3b9191cbe2166e445b60e7510691a531ed2955d8361175a2fc1dd3ff767f1405df45e635559eef8776c65b25
24
25 diff --git a/media-video/ciano/ciano-0.2.4.ebuild b/media-video/ciano/ciano-0.2.4.ebuild
26 new file mode 100644
27 index 0000000..184825f
28 --- /dev/null
29 +++ b/media-video/ciano/ciano-0.2.4.ebuild
30 @@ -0,0 +1,46 @@
31 +# Copyright 2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +inherit gnome2-utils meson vala xdg
37 +
38 +DESCRIPTION="A multimedia file converter focused on simplicity"
39 +HOMEPAGE="https://robertsanseries.github.io/ciano"
40 +SRC_URI="https://github.com/robertsanseries/ciano/archive/${PV}.tar.gz -> ${P}.tar.gz"
41 +
42 +LICENSE="GPL-2+"
43 +SLOT="0"
44 +KEYWORDS="~amd64"
45 +
46 +DEPEND="dev-libs/granite"
47 +RDEPEND="
48 + ${DEPEND}
49 + media-video/ffmpeg
50 + virtual/imagemagick-tools
51 +"
52 +
53 +src_prepare() {
54 + vala_src_prepare
55 + xdg_src_prepare
56 +}
57 +
58 +pkg_preinst() {
59 + gnome2_schemas_savelist
60 + xdg_pkg_preinst
61 +}
62 +
63 +src_install() {
64 + meson_src_install
65 + dosym com.github.robertsanseries.ciano usr/bin/ciano
66 +}
67 +
68 +pkg_postinst() {
69 + gnome2_schemas_update
70 + xdg_pkg_postinst
71 +}
72 +
73 +pkg_postrm() {
74 + gnome2_schemas_update
75 + xdg_pkg_postrm
76 +}
77
78 diff --git a/media-video/ciano/metadata.xml b/media-video/ciano/metadata.xml
79 new file mode 100644
80 index 0000000..5e9dfd3
81 --- /dev/null
82 +++ b/media-video/ciano/metadata.xml
83 @@ -0,0 +1,17 @@
84 +<?xml version="1.0" encoding="UTF-8"?>
85 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
86 +<pkgmetadata>
87 + <maintainer type="person">
88 + <email>gentoo@××××××××.de</email>
89 + <name>Ronny (tastytea) Gutbrod</name>
90 + </maintainer>
91 + <longdescription lang="en">
92 + Ciano is a desktop multimedia conversion application responsible for
93 + converting videos, music and images. Originally created to provide the
94 + best possible experience in the elementary operating system, Ciano makes
95 + use of the largest conversion tools: FFmpeg and ImageMagick.
96 + </longdescription>
97 + <upstream>
98 + <bugs-to>https://github.com/robertsanseries/ciano/issues</bugs-to>
99 + </upstream>
100 +</pkgmetadata>