media-plugins/gst-plugins-colormanagement: color management correction GStreamer plugin

Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
Mart Raudsepp
2018-06-22 20:40:19 +03:00
parent 8a23efcc43
commit a9e89375f6
3 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST gst-plugins-bad-1.14.1.tar.xz 4651852 BLAKE2B 915798f9d07e18b445cae818978def1356299034d14ca2cba8f07df93d5dcf5ed257290bf111298c4f8063b32ceee38dd78c02eae508f6e88956b132740bfa36 SHA512 6969b6c91279fb96bc28acde0284ce980b3982ae0c77820284a903beee61dffa863554dcfadb55de1987404b59c3c7c421372e65dc7b4014fe64a0c91d4ce729

View File

@@ -0,0 +1,15 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
GST_ORG_MODULE=gst-plugins-bad
inherit gstreamer
DESCRIPTION="Color management correction GStreamer plugins"
KEYWORDS="~amd64"
RDEPEND=">=media-libs/lcms-2.7:2[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}"
GST_PLUGINS_BUILD="lcms2"

View File

@@ -0,0 +1,14 @@
<?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>
<longdescription lang="en">
GStreamer plugin for color management correction.
Includes the following elements:
* lcms - Uses LittleCMS 2 to perform ICC profile correction
</longdescription>
</pkgmetadata>