Skip to content

Commit

Permalink
media-plugins/gst-transcoder: new package needed by pitivi (#588394 b…
Browse files Browse the repository at this point in the history
…y poncho)

Package-Manager: portage-2.3.0
  • Loading branch information
pacho2 committed Aug 6, 2016
1 parent 288a728 commit 8d87d55
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
1 change: 1 addition & 0 deletions media-plugins/gst-transcoder/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST gst-transcoder-1.8.1.tar.gz 29493 SHA256 372f1a8c4de6690f82360e2e312606fa398e802e55a7534b39aa64acbb7a8c25 SHA512 6fe1b0061af39fba1f31cad03c0fd1e0dfae3db85ba12282fe15dbdc519e1e10c036a86080579c6988865cffb8d3e60300bb3184bdc87817e4d3462217d6d4e4 WHIRLPOOL 15fa345ffc7e3ea27113bfe2adacfb612786db0c4e1080de01535725a779a537abf0fc768dcb85a38452c1b2530d122af80c0c7677109e22cbafbf75ac59b2ac
37 changes: 37 additions & 0 deletions media-plugins/gst-transcoder/gst-transcoder-1.8.1.ebuild
Original file line number Diff line number Diff line change
@@ -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
}
8 changes: 8 additions & 0 deletions media-plugins/gst-transcoder/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>[email protected]</email>
<name>GStreamer package maintainers</name>
</maintainer>
</pkgmetadata>

0 comments on commit 8d87d55

Please sign in to comment.