public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-transcoder/
Date: Sat,  6 Aug 2016 07:05:25 +0000 (UTC)	[thread overview]
Message-ID: <1470467111.8d87d554efeac1125d43d80429bafd1ef5066bd0.pacho@gentoo> (raw)

commit:     8d87d554efeac1125d43d80429bafd1ef5066bd0
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  6 06:52:57 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Aug  6 07:05:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d87d554

media-plugins/gst-transcoder: new package needed by pitivi (#588394 by poncho)

Package-Manager: portage-2.3.0

 media-plugins/gst-transcoder/Manifest              |  1 +
 .../gst-transcoder/gst-transcoder-1.8.1.ebuild     | 37 ++++++++++++++++++++++
 media-plugins/gst-transcoder/metadata.xml          |  8 +++++
 3 files changed, 46 insertions(+)

diff --git a/media-plugins/gst-transcoder/Manifest b/media-plugins/gst-transcoder/Manifest
new file mode 100644
index 0000000..cd549f7
--- /dev/null
+++ b/media-plugins/gst-transcoder/Manifest
@@ -0,0 +1 @@
+DIST gst-transcoder-1.8.1.tar.gz 29493 SHA256 372f1a8c4de6690f82360e2e312606fa398e802e55a7534b39aa64acbb7a8c25 SHA512 6fe1b0061af39fba1f31cad03c0fd1e0dfae3db85ba12282fe15dbdc519e1e10c036a86080579c6988865cffb8d3e60300bb3184bdc87817e4d3462217d6d4e4 WHIRLPOOL 15fa345ffc7e3ea27113bfe2adacfb612786db0c4e1080de01535725a779a537abf0fc768dcb85a38452c1b2530d122af80c0c7677109e22cbafbf75ac59b2ac

diff --git a/media-plugins/gst-transcoder/gst-transcoder-1.8.1.ebuild b/media-plugins/gst-transcoder/gst-transcoder-1.8.1.ebuild
new file mode 100644
index 0000000..7d17623
--- /dev/null
+++ b/media-plugins/gst-transcoder/gst-transcoder-1.8.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="GStreamer Transcoding API"
+HOMEPAGE="https://github.com/pitivi/gst-transcoder"
+SRC_URI="https://github.com/pitivi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-libs/gobject-introspection:=
+	dev-libs/glib:2
+	>=media-libs/gstreamer-1.8.1:1.0
+	>=media-libs/gst-plugins-base-1.8.2:1.0
+"
+DEPEND="${RDEPEND}
+	>=dev-util/meson-0.28.0
+	virtual/pkgconfig
+"
+
+src_configure() {
+	# Not a normal configure
+	# --buildtype=plain needed for honoring CFLAGS/CXXFLAGS and not
+	# defaulting to debug
+	./configure --prefix=/usr --buildtype=plain || die
+}
+
+src_compile() {
+	# We cannot use 'make' as it won't allow us to build verbosely
+	cd build && ninja -v
+}

diff --git a/media-plugins/gst-transcoder/metadata.xml b/media-plugins/gst-transcoder/metadata.xml
new file mode 100644
index 0000000..fb1ea72
--- /dev/null
+++ b/media-plugins/gst-transcoder/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+	<email>gstreamer@gentoo.org</email>
+	<name>GStreamer package maintainers</name>
+</maintainer>
+</pkgmetadata>


             reply	other threads:[~2016-08-06  7:05 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-06  7:05 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-08-07 11:08 [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-transcoder/ Pacho Ramos
2016-08-10 19:06 Pacho Ramos
2016-09-18 22:44 Gilles Dartiguelongue
2016-10-01  0:54 Pacho Ramos
2016-10-15 12:00 Pacho Ramos
2016-11-25 21:40 Patrice Clement
2017-01-26  5:29 Mart Raudsepp
2017-02-11 18:31 Pacho Ramos
2017-02-16  0:17 Mart Raudsepp
2017-12-10 10:17 Pacho Ramos
2020-05-09 16:22 Mart Raudsepp
2020-05-11 11:28 Agostino Sarubbo
2020-05-12  6:39 Agostino Sarubbo
2021-01-01  1:06 Michał Górny
2021-07-28 21:15 Sam James

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=1470467111.8d87d554efeac1125d43d80429bafd1ef5066bd0.pacho@gentoo \
    --to=pacho@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