From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-ugly/
Date: Sun, 18 Sep 2016 22:44:43 +0000 (UTC) [thread overview]
Message-ID: <1474238605.c926b9d7023dc57b0166de1252f0c25dbcbf9816.eva@gentoo> (raw)
commit: c926b9d7023dc57b0166de1252f0c25dbcbf9816
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 20:38:38 2016 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 22:43:25 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c926b9d7
media-libs/gst-plugins-ugly: version bump 1.8.2 → 1.8.3
Package-Manager: portage-2.3.0
media-libs/gst-plugins-ugly/Manifest | 1 +
.../gst-plugins-ugly/gst-plugins-ugly-1.8.3.ebuild | 40 ++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/media-libs/gst-plugins-ugly/Manifest b/media-libs/gst-plugins-ugly/Manifest
index 43c26d8..7b2be4f 100644
--- a/media-libs/gst-plugins-ugly/Manifest
+++ b/media-libs/gst-plugins-ugly/Manifest
@@ -2,3 +2,4 @@ DIST gst-plugins-ugly-0.10.19.tar.xz 882452 SHA256 4934f65ff892637e7efaf1cfe6357
DIST gst-plugins-ugly-1.4.5.tar.xz 846828 SHA256 5cd5e81cf618944f4dc935f1669b2125e8bb2fe9cc7dc8dc15b72237aca49067 SHA512 9353a5b9492758d8255fcab23c0eb170ec31e884774c22915b57cc4a2ed56bad61643d7bd44fcdb919e7ad9b2023d1d0fab23f9c9fda1cb2b9883c92ec6b6fc0 WHIRLPOOL b212a4dcba654dac7866ad75551b26818349780b0d7905e63c45b75e21ffbb86ae0f4e9e79ef8bfb317149c2d4f01cbda2c6e2cf2cbcf58991bc09ba9aa85f4e
DIST gst-plugins-ugly-1.6.3.tar.xz 859408 SHA256 2fecf7b7c7882f8f62f1900048f4013f98c214fb3d3303d8d812245bb41fd064 SHA512 655b69c9ee5f6f0eba6a902f7c9dfdee8ec0260bcf8849a8917a6eb5f14cfb9fe074dbfb9b7dc4e6600446610edd06819c19da2662391b73977ea3d950218c9e WHIRLPOOL ee97135766cb3aa67bd931c92597449ed06c3022223a074dc0bfcc5d6b3042f3e5b4485b48bad5d7a84ac0db180b4a6e81a6726bfb52fcb7369977149b7ff6bb
DIST gst-plugins-ugly-1.8.2.tar.xz 885728 SHA256 9c5b33a2a98fc1d6d6c99a1b536b1fb2de45f53cc8bf8ab85a8b8141fed1a8ac SHA512 8f1d59a9b47a6ea5c69fbaa15c98a40d179bc9b1a7866a9899aaaccc72832cbd81f9e74d43457f7d2418d4957567a28e5ca49b77eb373575800d8c1bd449696f WHIRLPOOL 49910077c97141d40884299f5663898813801cccf9af596c2463ef9c85abc46ce7249781c5afbc15913ffd2044d0e6334a64a5fd761da8b7abd9ac577e7632f7
+DIST gst-plugins-ugly-1.8.3.tar.xz 883200 SHA256 6fa2599fdd072d31fbaf50c34af406e2be944a010b1f4eab67a5fe32a0310693 SHA512 b4297cbcb553997fbad47a39ad75f655e725629468c71b5af4b30d40309aa0924bd2bf790686db766f6eaacaf69850d1cebf88106dd2b3c24b65a511e54eb484 WHIRLPOOL 6203d6787a112f6cf75910f54bcea04e26057939c1e8b347af97c3b85c2d63d11dbe65285bb23e10007a27e5719493ce4b1c02739955f12f76f83b12ed38c574
diff --git a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.8.3.ebuild b/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.8.3.ebuild
new file mode 100644
index 00000000..4d6678f
--- /dev/null
+++ b/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.8.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GST_ORG_MODULE="gst-plugins-ugly"
+
+inherit eutils gstreamer
+
+DESCRIPTION="Basepack of plugins for gstreamer"
+HOMEPAGE="https://gstreamer.freedesktop.org/"
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="+orc"
+
+RDEPEND="
+ >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
+ >=media-libs/gstreamer-${PV}:${SLOT}[${MULTILIB_USEDEP}]
+ >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
+ orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}
+ >=dev-util/gtk-doc-am-1.12
+"
+
+multilib_src_configure() {
+ gstreamer_multilib_src_configure
+
+ if multilib_is_native_abi; then
+ ln -s "${S}"/docs/plugins/html docs/plugins/html || die
+ fi
+
+}
+
+multilib_src_install_all() {
+ DOCS="AUTHORS ChangeLog NEWS README RELEASE"
+ einstalldocs
+ prune_libtool_files --modules
+}
next reply other threads:[~2016-09-18 22:44 UTC|newest]
Thread overview: 61+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-18 22:44 Gilles Dartiguelongue [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-30 8:28 [gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-ugly/ Mart Raudsepp
2024-04-01 19:55 Mart Raudsepp
2023-10-13 7:33 Mart Raudsepp
2023-07-25 18:07 Arthur Zamarin
2022-11-24 12:12 WANG Xuerui
2022-11-20 18:34 Mart Raudsepp
2022-11-02 5:50 WANG Xuerui
2021-12-28 7:25 Sam James
2021-12-27 21:54 Mart Raudsepp
2021-09-16 18:55 Sam James
2021-09-16 1:46 Sam James
2021-08-10 0:02 Marek Szuba
2021-02-19 23:03 Mart Raudsepp
2021-02-18 8:47 Sam James
2021-02-17 13:53 Sam James
2021-02-13 17:51 Mart Raudsepp
2020-08-08 3:23 Sam James
2020-06-21 21:59 Mart Raudsepp
2020-05-03 19:12 Mart Raudsepp
2019-06-20 21:28 Mart Raudsepp
2019-02-05 23:21 Mart Raudsepp
2019-01-15 23:11 Mart Raudsepp
2018-09-21 5:32 Mart Raudsepp
2018-09-19 8:42 Sergei Trofimovich
2018-09-17 22:17 Mart Raudsepp
2018-08-22 5:12 Markus Meier
2018-07-31 7:25 Mart Raudsepp
2018-07-15 22:52 Mart Raudsepp
2018-06-18 17:19 Mart Raudsepp
2018-06-16 18:27 Mart Raudsepp
2018-06-16 18:27 Mart Raudsepp
2018-03-28 19:24 Markus Meier
2018-03-18 19:36 Sergei Trofimovich
2018-03-17 17:19 Mikle Kolyada
2018-02-04 11:48 Mart Raudsepp
2018-01-03 22:09 Mart Raudsepp
2017-12-25 11:51 Markus Meier
2017-11-11 21:49 Thomas Deutschmann
2017-11-07 8:06 Sergei Trofimovich
2017-11-01 19:56 Sergei Trofimovich
2017-11-01 9:35 Sergei Trofimovich
2017-11-01 9:19 Sergei Trofimovich
2017-10-26 7:30 Sergei Trofimovich
2017-10-09 22:48 Thomas Deutschmann
2017-09-18 20:54 Mart Raudsepp
2017-09-18 20:54 Mart Raudsepp
2017-07-20 4:40 Markus Meier
2017-07-08 16:08 Sergei Trofimovich
2017-03-10 5:51 Markus Meier
2017-02-15 17:43 Markus Meier
2017-01-22 18:03 Agostino Sarubbo
2016-12-06 21:21 Markus Meier
2016-08-21 13:37 Gilles Dartiguelongue
2016-05-03 20:39 Markus Meier
2016-01-31 15:54 Gilles Dartiguelongue
2015-12-26 18:21 Gilles Dartiguelongue
2015-11-08 19:27 Gilles Dartiguelongue
2015-10-25 23:01 Gilles Dartiguelongue
2015-10-25 23:01 Gilles Dartiguelongue
2015-10-25 23:01 Gilles Dartiguelongue
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=1474238605.c926b9d7023dc57b0166de1252f0c25dbcbf9816.eva@gentoo \
--to=eva@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