public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: media-video/olive/
@ 2023-01-06 16:36 Remigiusz Micielski
  0 siblings, 0 replies; only message in thread
From: Remigiusz Micielski @ 2023-01-06 16:36 UTC (permalink / raw
  To: gentoo-commits

commit:     4d96e2a24d67dd2d28e8631902075cd912b038e6
Author:     Remigiusz Micielski <remigiusz.micielski <AT> gmail <DOT> com>
AuthorDate: Fri Jan  6 16:29:55 2023 +0000
Commit:     Remigiusz Micielski <remigiusz.micielski <AT> gmail <DOT> com>
CommitDate: Fri Jan  6 16:29:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d96e2a2

media-video/olive: new package, add 9999

Signed-off-by: Remigiusz Micielski <remigiusz.micielski <AT> gmail.com>

 media-video/olive/metadata.xml      | 15 +++++++++
 media-video/olive/olive-9999.ebuild | 62 +++++++++++++++++++++++++++++++++++++
 2 files changed, 77 insertions(+)

diff --git a/media-video/olive/metadata.xml b/media-video/olive/metadata.xml
new file mode 100644
index 000000000..d1bcf1792
--- /dev/null
+++ b/media-video/olive/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>remigiusz.micielski@gmail.com</email>
+		<name>Remigiusz Micielski</name>
+		<description>Primary maintainer</description>
+	</maintainer>
+	<longdescription lang="en">
+		Olive is a non-linear video editor aiming to provide powerful and advanced video editing capabilities with a user-friendly interface and the freedom of open source.
+	</longdescription>
+	<upstream>
+		<remote-id type="github">olive-editor/olive</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/media-video/olive/olive-9999.ebuild b/media-video/olive/olive-9999.ebuild
new file mode 100644
index 000000000..643ece040
--- /dev/null
+++ b/media-video/olive/olive-9999.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg-utils
+
+DESCRIPTION="Free open-source non-linear video editor"
+HOMEPAGE="https://olivevideoeditor.org https://github.com/olive-editor/olive"
+
+LICENSE="GPL-3"
+SLOT="0"
+
+if [[ ${PV} == *9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/olive-editor/olive.git"
+else
+	COMMIT="af76fbf0e189b73663fe2b5d20007fe7c69b6081"
+	VERSION_REV="af76fbf"
+	SRC_URI="https://github.com/olive-editor/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+IDEPEND="dev-util/desktop-file-utils"
+RDEPEND="
+	>=dev-qt/linguist-tools-5.0.0
+	>=dev-qt/qtconcurrent-5.0.0
+	>=dev-qt/qtdbus-5.0.0
+	>=dev-qt/qtnetwork-5.0.0
+	>=dev-qt/qtopengl-5.0.0
+	>=dev-qt/qtcore-5.0.0
+	>=media-libs/opencolorio-2.1.1
+	>=media-libs/openimageio-2.1.12
+	>=media-video/ffmpeg-3.0.0
+	media-libs/openexr
+	media-libs/portaudio
+	virtual/opengl"
+DEPEND="${RDEPEND}"
+BDEPEND=">=dev-util/cmake-3.13.0"
+DOCS=( README.md )
+
+src_prepare() {
+	cmake_src_prepare
+}
+
+src_compile() {
+	cmake_src_compile
+}
+
+src_install() {
+	cmake_src_install
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
+}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-06 16:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-06 16:36 [gentoo-commits] repo/proj/guru:dev commit in: media-video/olive/ Remigiusz Micielski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox