diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-01-26 07:09:26 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-01-26 07:09:41 +0200 |
commit | 1c7e6d485dfbc93a8c986b687241afd8e9eb8e74 (patch) | |
tree | 5ec9eb357181dcd56e1bea6d3bdac4af4f7e2f34 | |
parent | media-plugins/gst-plugins-pulse:0.10: Remove old (diff) | |
download | gentoo-1c7e6d485dfbc93a8c986b687241afd8e9eb8e74.tar.gz gentoo-1c7e6d485dfbc93a8c986b687241afd8e9eb8e74.tar.bz2 gentoo-1c7e6d485dfbc93a8c986b687241afd8e9eb8e74.zip |
media-libs/gst-plugins-good and its splits: Remove old 1.6.3
Package-Manager: Portage-2.3.3, Repoman-2.3.1
38 files changed, 0 insertions, 531 deletions
diff --git a/media-libs/gst-plugins-good/Manifest b/media-libs/gst-plugins-good/Manifest index 7afbb1e9fe17..e01a7b653de2 100644 --- a/media-libs/gst-plugins-good/Manifest +++ b/media-libs/gst-plugins-good/Manifest @@ -1,3 +1,2 @@ DIST gst-plugins-good-0.10.31.tar.xz 2738016 SHA256 77a8436a7c0a15f876bad29616835046890df2bcaf72da02151bd91e3d292b64 SHA512 d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809 WHIRLPOOL 952f65219d9e9645c9ab89b071c56d783e2c795fadbf59176e430ba86a5fcaeb6bfc93f0978d424158550a4526145b5567acf2ff1d59e0068241821d332fd3c9 -DIST gst-plugins-good-1.6.3.tar.xz 3193272 SHA256 24b19db70b2a83461ebddfe20033db432dadfdb5d4b54ffb1dfa0d830134a177 SHA512 33d4e85cd07ea8d6723c7a5f58cefeec15ddc5392693d131f1b88d8fc844cc24e37dc59d4a3cfbda090ebd15a90e1e9a28a0427b1f00e66a69b9ea40447d70b4 WHIRLPOOL 0279764c4ce1cafbb55f839fe045590782910fc79b20679af71731fc6a6ed3d0cfe36e13e4d0121d9587d2e07f7e8ba41849aad4e72b09654591d90e72a546a8 DIST gst-plugins-good-1.8.3.tar.xz 3234712 SHA256 a1d6579ba203a7734927c24b90bf6590d846c5a5fcec01a48201018c8ad2827a SHA512 4f35f6e20c6a3b448bbf2690b2ad36a496b8b0efadc67e0fec218ed33856588a2b937020791f7ec4ab8a406ce82c178164349e31d4fabe8c7362716b44015f4a WHIRLPOOL 06592c3f076430422205db691c3a7fe95f46fe111ef2eeda9632c6e4004b8a7563a4a5dd8a5360ba59f22cc1e0a7d2baaecd65f7db335f141e52e24d1f667988 diff --git a/media-libs/gst-plugins-good/files/gst-plugins-good-1.4.5-rtp-test-fixes.patch b/media-libs/gst-plugins-good/files/gst-plugins-good-1.4.5-rtp-test-fixes.patch deleted file mode 100644 index 08f49f396476..000000000000 --- a/media-libs/gst-plugins-good/files/gst-plugins-good-1.4.5-rtp-test-fixes.patch +++ /dev/null @@ -1,98 +0,0 @@ -Upstream commits d416336 and d67da4c - -diff --git a/tests/check/elements/rtpaux.c b/tests/check/elements/rtpaux.c -index 1f410bf..729604a 100644 ---- a/tests/check/elements/rtpaux.c -+++ b/tests/check/elements/rtpaux.c -@@ -218,8 +218,8 @@ GST_START_TEST (test_simple_rtpbin_aux) - rtpbinsend = gst_element_factory_make ("rtpbin", "rtpbinsend"); - g_object_set (rtpbinsend, "latency", 200, "do-retransmission", TRUE, NULL); - src = gst_element_factory_make ("audiotestsrc", "src"); -- encoder = gst_element_factory_make ("speexenc", "encoder"); -- rtppayloader = gst_element_factory_make ("rtpspeexpay", "rtppayloader"); -+ encoder = gst_element_factory_make ("alawenc", "encoder"); -+ rtppayloader = gst_element_factory_make ("rtppcmapay", "rtppayloader"); - rtprtxsend = gst_element_factory_make ("rtprtxsend", "rtprtxsend"); - sendrtp_udpsink = gst_element_factory_make ("udpsink", "sendrtp_udpsink"); - g_object_set (sendrtp_udpsink, "host", "127.0.0.1", NULL); -@@ -238,7 +238,7 @@ GST_START_TEST (test_simple_rtpbin_aux) - g_object_set (recvrtp_udpsrc, "port", 5006, NULL); - rtpcaps = - gst_caps_from_string -- ("application/x-rtp,media=(string)audio,clock-rate=(int)8000,encoding-name=(string)SPEEX,encoding-params=(string)1,octet-align=(string)1"); -+ ("application/x-rtp,media=(string)audio,clock-rate=(int)8000,encoding-name=(string)PCMA,payload=(int)8"); - g_object_set (recvrtp_udpsrc, "caps", rtpcaps, NULL); - gst_caps_unref (rtpcaps); - recvrtcp_udpsrc = gst_element_factory_make ("udpsrc", "recvrtcp_udpsrc"); -@@ -249,8 +249,8 @@ GST_START_TEST (test_simple_rtpbin_aux) - g_object_set (recvrtcp_udpsink, "sync", FALSE, NULL); - g_object_set (recvrtcp_udpsink, "async", FALSE, NULL); - rtprtxreceive = gst_element_factory_make ("rtprtxreceive", "rtprtxreceive"); -- rtpdepayloader = gst_element_factory_make ("rtpspeexdepay", "rtpdepayloader"); -- decoder = gst_element_factory_make ("speexdec", "decoder"); -+ rtpdepayloader = gst_element_factory_make ("rtppcmadepay", "rtpdepayloader"); -+ decoder = gst_element_factory_make ("alawdec", "decoder"); - converter = gst_element_factory_make ("identity", "converter"); - sink = gst_element_factory_make ("fakesink", "sink"); - g_object_set (sink, "sync", TRUE, NULL); -diff --git a/tests/check/elements/rtpcollision.c b/tests/check/elements/rtpcollision.c -index e9528f9..16f665f 100644 ---- a/tests/check/elements/rtpcollision.c -+++ b/tests/check/elements/rtpcollision.c -@@ -156,7 +156,7 @@ fake_udp_sink_chain_func (GstPad * pad, GstObject * parent, GstBuffer * buffer) - return GST_FLOW_OK; - } - --/* This test build the pipeline audiotestsrc ! speexenc ! rtpspeexpay ! \ -+/* This test build the pipeline audiotestsrc ! alawenc ! rtppcmapay ! \ - * rtpsession ! fakesink - * It manually pushs buffer into rtpsession with same ssrc but different - * ip so that collision can be detected -@@ -186,9 +186,9 @@ GST_START_TEST (test_master_ssrc_collision) - - src = gst_element_factory_make ("audiotestsrc", "src"); - g_object_set (src, "num-buffers", 5, NULL); -- encoder = gst_element_factory_make ("speexenc", NULL); -- rtppayloader = gst_element_factory_make ("rtpspeexpay", NULL); -- g_object_set (rtppayloader, "pt", 96, NULL); -+ encoder = gst_element_factory_make ("alawenc", NULL); -+ rtppayloader = gst_element_factory_make ("rtppcmapay", NULL); -+ g_object_set (rtppayloader, "pt", 8, NULL); - rtpsession = gst_element_factory_make ("rtpsession", NULL); - sink = gst_element_factory_make ("fakesink", "sink"); - gst_bin_add_many (GST_BIN (bin), src, encoder, rtppayloader, -@@ -261,7 +261,7 @@ GST_START_TEST (test_master_ssrc_collision) - gst_object_unref (bin); - - /* check results */ -- fail_unless_equals_int (nb_ssrc_changes, 7); -+ fail_unless_equals_int (nb_ssrc_changes, 4); - } - - GST_END_TEST; -@@ -325,7 +325,7 @@ rtpsession_sinkpad_probe2 (GstPad * pad, GstPadProbeInfo * info, - return ret; - } - --/* This test build the pipeline audiotestsrc ! speexenc ! rtpspeexpay ! \ -+/* This test build the pipeline audiotestsrc ! alawenc ! rtppcmapay ! \ - * rtprtxsend ! rtpsession ! fakesink - * It manually pushs buffer into rtpsession with same ssrc than rtx stream - * but different ip so that collision can be detected -@@ -355,12 +355,12 @@ GST_START_TEST (test_rtx_ssrc_collision) - - src = gst_element_factory_make ("audiotestsrc", "src"); - g_object_set (src, "num-buffers", 5, NULL); -- encoder = gst_element_factory_make ("speexenc", NULL); -- rtppayloader = gst_element_factory_make ("rtpspeexpay", NULL); -- g_object_set (rtppayloader, "pt", 96, NULL); -+ encoder = gst_element_factory_make ("alawenc", NULL); -+ rtppayloader = gst_element_factory_make ("rtppcmapay", NULL); -+ g_object_set (rtppayloader, "pt", 8, NULL); - rtprtxsend = gst_element_factory_make ("rtprtxsend", NULL); - pt_map = gst_structure_new ("application/x-rtp-pt-map", -- "96", G_TYPE_UINT, 99, NULL); -+ "8", G_TYPE_UINT, 99, NULL); - g_object_set (rtprtxsend, "payload-type-map", pt_map, NULL); - gst_structure_free (pt_map); - rtpsession = gst_element_factory_make ("rtpsession", NULL); diff --git a/media-libs/gst-plugins-good/gst-plugins-good-0.10.31-r1.ebuild b/media-libs/gst-plugins-good/gst-plugins-good-0.10.31-r1.ebuild deleted file mode 100644 index aa92ffe9ad97..000000000000 --- a/media-libs/gst-plugins-good/gst-plugins-good-0.10.31-r1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -GST_ORG_MODULE="gst-plugins-good" -inherit eutils flag-o-matic gstreamer - -DESCRIPTION="Basepack of plugins for gstreamer" -HOMEPAGE="https://gstreamer.freedesktop.org/" - -LICENSE="LGPL-2.1+" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="+orc" - -RDEPEND=" - >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] - >=media-libs/gstreamer-0.10.36:${SLOT}[${MULTILIB_USEDEP}] - >=media-libs/gst-plugins-base-0.10.36:${SLOT}[${MULTILIB_USEDEP}] - >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] - >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] - orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] ) -" -DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.12 - !<media-libs/gst-plugins-bad-0.10.22:${SLOT} -" -# audioparsers and qtmux moves - -src_configure() { - # gst doesnt handle optimisations well - strip-flags - replace-flags "-O3" "-O2" - filter-flags "-fprefetch-loop-arrays" # see bug 22249 - - multilib-minimal_src_configure -} - -multilib_src_configure() { - # Always enable optional bz2 support for matroska - # Always enable optional zlib support for qtdemux and matroska - # Many media files require these to work, as some container headers are often - # compressed, bug #291154 - gstreamer_multilib_src_configure \ - --enable-bz2 \ - --enable-zlib \ - --disable-examples \ - --with-default-audiosink=autoaudiosink \ - --with-default-visualizer=goom -} - -multilib_src_install_all() { - DOCS="AUTHORS ChangeLog NEWS README RELEASE" - einstalldocs - prune_libtool_files --modules -} diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.6.3.ebuild b/media-libs/gst-plugins-good/gst-plugins-good-1.6.3.ebuild deleted file mode 100644 index b8076e2803b8..000000000000 --- a/media-libs/gst-plugins-good/gst-plugins-good-1.6.3.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GST_ORG_MODULE="gst-plugins-good" - -inherit eutils flag-o-matic gstreamer - -DESCRIPTION="Basepack of plugins for GStreamer" -HOMEPAGE="https://gstreamer.freedesktop.org/" - -LICENSE="LGPL-2.1+" -KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="+orc" - -# dtmf plugin moved from bad to good in 1.2 -RDEPEND=" - >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] - >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}] - >=media-libs/gstreamer-${PV}:${SLOT}[${MULTILIB_USEDEP}] - >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] - >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] - orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] ) - - !<media-libs/gst-plugins-bad-1.1:${SLOT} -" -DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.12 -" - -src_prepare() { - # Disable test due to missing files - # https://bugzilla.gnome.org/show_bug.cgi?id=757087 - sed -e 's:\(tcase_add_test.*test_splitmuxsrc\):// \1:' \ - -i tests/check/elements/splitmux.c || die -} - -multilib_src_configure() { - # Always enable optional bz2 support for matroska - # Always enable optional zlib support for qtdemux and matroska - # Many media files require these to work, as some container headers are often - # compressed, bug #291154 - gstreamer_multilib_src_configure \ - --enable-bz2 \ - --enable-zlib \ - --disable-examples \ - --with-default-audiosink=autoaudiosink \ - --with-default-visualizer=goom - - 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 -} diff --git a/media-plugins/gst-plugins-dv/Manifest b/media-plugins/gst-plugins-dv/Manifest index 7afbb1e9fe17..e01a7b653de2 100644 --- a/media-plugins/gst-plugins-dv/Manifest +++ b/media-plugins/gst-plugins-dv/Manifest @@ -1,3 +1,2 @@ DIST gst-plugins-good-0.10.31.tar.xz 2738016 SHA256 77a8436a7c0a15f876bad29616835046890df2bcaf72da02151bd91e3d292b64 SHA512 d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809 WHIRLPOOL 952f65219d9e9645c9ab89b071c56d783e2c795fadbf59176e430ba86a5fcaeb6bfc93f0978d424158550a4526145b5567acf2ff1d59e0068241821d332fd3c9 -DIST gst-plugins-good-1.6.3.tar.xz 3193272 SHA256 24b19db70b2a83461ebddfe20033db432dadfdb5d4b54ffb1dfa0d830134a177 SHA512 33d4e85cd07ea8d6723c7a5f58cefeec15ddc5392693d131f1b88d8fc844cc24e37dc59d4a3cfbda090ebd15a90e1e9a28a0427b1f00e66a69b9ea40447d70b4 WHIRLPOOL 0279764c4ce1cafbb55f839fe045590782910fc79b20679af71731fc6a6ed3d0cfe36e13e4d0121d9587d2e07f7e8ba41849aad4e72b09654591d90e72a546a8 DIST gst-plugins-good-1.8.3.tar.xz 3234712 SHA256 a1d6579ba203a7734927c24b90bf6590d846c5a5fcec01a48201018c8ad2827a SHA512 4f35f6e20c6a3b448bbf2690b2ad36a496b8b0efadc67e0fec218ed33856588a2b937020791f7ec4ab8a406ce82c178164349e31d4fabe8c7362716b44015f4a WHIRLPOOL 06592c3f076430422205db691c3a7fe95f46fe111ef2eeda9632c6e4004b8a7563a4a5dd8a5360ba59f22cc1e0a7d2baaecd65f7db335f141e52e24d1f667988 diff --git a/media-plugins/gst-plugins-dv/gst-plugins-dv-1.6.3.ebuild b/media-plugins/gst-plugins-dv/gst-plugins-dv-1.6.3.ebuild deleted file mode 100644 index c5b337490821..000000000000 --- a/media-plugins/gst-plugins-dv/gst-plugins-dv-1.6.3.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GST_ORG_MODULE=gst-plugins-good - -inherit gstreamer - -DESCRIPTION="GStreamer plugin to demux and decode DV" -KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd" -IUSE="" - -RDEPEND=">=media-libs/libdv-1.0.0-r3[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}" - -GST_PLUGINS_BUILD="libdv" diff --git a/media-plugins/gst-plugins-flac/Manifest b/media-plugins/gst-plugins-flac/Manifest index 7afbb1e9fe17..e01a7b653de2 100644 --- a/media-plugins/gst-plugins-flac/Manifest +++ b/media-plugins/gst-plugins-flac/Manifest @@ -1,3 +1,2 @@ DIST gst-plugins-good-0.10.31.tar.xz 2738016 SHA256 77a8436a7c0a15f876bad29616835046890df2bcaf72da02151bd91e3d292b64 SHA512 d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809 WHIRLPOOL 952f65219d9e9645c9ab89b071c56d783e2c795fadbf59176e430ba86a5fcaeb6bfc93f0978d424158550a4526145b5567acf2ff1d59e0068241821d332fd3c9 -DIST gst-plugins-good-1.6.3.tar.xz 3193272 SHA256 24b19db70b2a83461ebddfe20033db432dadfdb5d4b54ffb1dfa0d830134a177 SHA512 33d4e85cd07ea8d6723c7a5f58cefeec15ddc5392693d131f1b88d8fc844cc24e37dc59d4a3cfbda090ebd15a90e1e9a28a0427b1f00e66a69b9ea40447d70b4 WHIRLPOOL 0279764c4ce1cafbb55f839fe045590782910fc79b20679af71731fc6a6ed3d0cfe36e13e4d0121d9587d2e07f7e8ba41849aad4e72b09654591d90e72a546a8 DIST gst-plugins-good-1.8.3.tar.xz 3234712 SHA256 a1d6579ba203a7734927c24b90bf6590d846c5a5fcec01a48201018c8ad2827a SHA512 4f35f6e20c6a3b448bbf2690b2ad36a496b8b0efadc67e0fec218ed33856588a2b937020791f7ec4ab8a406ce82c178164349e31d4fabe8c7362716b44015f4a WHIRLPOOL 06592c3f076430422205db691c3a7fe95f46fe111ef2eeda9632c6e4004b8a7563a4a5dd8a5360ba59f22cc1e0a7d2baaecd65f7db335f141e52e24d1f667988 diff --git a/media-plugins/gst-plugins-flac/gst-plugins-flac-1.6.3.ebuild b/media-plugins/gst-plugins-flac/gst-plugins-flac-1.6.3.ebuild deleted file mode 100644 index cfa1707ed4e7..000000000000 --- a/media-plugins/gst-plugins-flac/gst-plugins-flac-1.6.3.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GST_ORG_MODULE="gst-plugins-good" - -inherit gstreamer - -DESCRIPTION="GStreamer encoder/decoder/tagger for FLAC" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="" - -RDEPEND=">=media-libs/flac-1.2.1-r5[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-gdkpixbuf/Manifest b/media-plugins/gst-plugins-gdkpixbuf/Manifest index 7afbb1e9fe17..e01a7b653de2 100644 --- a/media-plugins/gst-plugins-gdkpixbuf/Manifest +++ b/media-plugins/gst-plugins-gdkpixbuf/Manifest @@ -1,3 +1,2 @@ DIST gst-plugins-good-0.10.31.tar.xz 2738016 SHA256 77a8436a7c0a15f876bad29616835046890df2bcaf72da02151bd91e3d292b64 SHA512 d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809 WHIRLPOOL 952f65219d9e9645c9ab89b071c56d783e2c795fadbf59176e430ba86a5fcaeb6bfc93f0978d424158550a4526145b5567acf2ff1d59e0068241821d332fd3c9 -DIST gst-plugins-good-1.6.3.tar.xz 3193272 SHA256 24b19db70b2a83461ebddfe20033db432dadfdb5d4b54ffb1dfa0d830134a177 SHA512 33d4e85cd07ea8d6723c7a5f58cefeec15ddc5392693d131f1b88d8fc844cc24e37dc59d4a3cfbda090ebd15a90e1e9a28a0427b1f00e66a69b9ea40447d70b4 WHIRLPOOL 0279764c4ce1cafbb55f839fe045590782910fc79b20679af71731fc6a6ed3d0cfe36e13e4d0121d9587d2e07f7e8ba41849aad4e72b09654591d90e72a546a8 DIST gst-plugins-good-1.8.3.tar.xz 3234712 SHA256 a1d6579ba203a7734927c24b90bf6590d846c5a5fcec01a48201018c8ad2827a SHA512 4f35f6e20c6a3b448bbf2690b2ad36a496b8b0efadc67e0fec218ed33856588a2b937020791f7ec4ab8a406ce82c178164349e31d4fabe8c7362716b44015f4a WHIRLPOOL 06592c3f076430422205db691c3a7fe95f46fe111ef2eeda9632c6e4004b8a7563a4a5dd8a5360ba59f22cc1e0a7d2baaecd65f7db335f141e52e24d1f667988 diff --git a/media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.6.3.ebuild b/media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.6.3.ebuild deleted file mode 100644 index cdd70679a9b0..000000000000 --- a/media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.6.3.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GST_ORG_MODULE=gst-plugins-good - -inherit gstreamer - -DESCRIPION="GdkPixbuf-based image decoder, overlay and sink" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="" - -RDEPEND=">=x11-libs/gdk-pixbuf-2.30.7:2[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}" - -GST_PLUGINS_BUILD="gdk_pixbuf" -GST_PLUGINS_BUILD_DIR="gdk_pixbuf" diff --git a/media-plugins/gst-plugins-jack/Manifest b/media-plugins/gst-plugins-jack/Manifest index 7afbb1e9fe17..e01a7b653de2 100644 --- a/media-plugins/gst-plugins-jack/Manifest +++ b/media-plugins/gst-plugins-jack/Manifest @@ -1,3 +1,2 @@ DIST gst-plugins-good-0.10.31.tar.xz 2738016 SHA256 77a8436a7c0a15f876bad29616835046890df2bcaf72da02151bd91e3d292b64 SHA512 d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809 WHIRLPOOL 952f65219d9e9645c9ab89b071c56d783e2c795fadbf59176e430ba86a5fcaeb6bfc93f0978d424158550a4526145b5567acf2ff1d59e0068241821d332fd3c9 -DIST gst-plugins-good-1.6.3.tar.xz 3193272 SHA256 24b19db70b2a83461ebddfe20033db432dadfdb5d4b54ffb1dfa0d830134a177 SHA512 33d4e85cd07ea8d6723c7a5f58cefeec15ddc5392693d131f1b88d8fc844cc24e37dc59d4a3cfbda090ebd15a90e1e9a28a0427b1f00e66a69b9ea40447d70b4 WHIRLPOOL 0279764c4ce1cafbb55f839fe045590782910fc79b20679af71731fc6a6ed3d0cfe36e13e4d0121d9587d2e07f7e8ba41849aad4e72b09654591d90e72a546a8 DIST gst-plugins-good-1.8.3.tar.xz 3234712 SHA256 a1d6579ba203a7734927c24b90bf6590d846c5a5fcec01a48201018c8ad2827a SHA512 4f35f6e20c6a3b448bbf2690b2ad36a496b8b0efadc67e0fec218ed33856588a2b937020791f7ec4ab8a406ce82c178164349e31d4fabe8c7362716b44015f4a WHIRLPOOL 06592c3f076430422205db691c3a7fe95f46fe111ef2eeda9632c6e4004b8a7563a4a5dd8a5360ba59f22cc1e0a7d2baaecd65f7db335f141e52e24d1f667988 diff --git a/media-plugins/gst-plugins-jack/gst-plugins-jack-1.6.3.ebuild b/media-plugins/gst-plugins-jack/gst-plugins-jack-1.6.3.ebuild deleted file mode 100644 index 78181d0cf10e..000000000000 --- a/media-plugins/gst-plugins-jack/gst-plugins-jack-1.6.3.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GST_ORG_MODULE=gst-plugins-good - -inherit gstreamer - -DESCRIPION="GStreamer source/sink to transfer audio data with JACK ports" -KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd" -IUSE="" - -RDEPEND=">=media-sound/jack-audio-connection-kit-0.121.3-r1[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-jpeg/Manifest b/media-plugins/gst-plugins-jpeg/Manifest index 7afbb1e9fe17..e01a7b653de2 100644 --- a/media-plugins/gst-plugins-jpeg/Manifest +++ b/media-plugins/gst-plugins-jpeg/Manifest @@ -1,3 +1,2 @@ DIST gst-plugins-good-0.10.31.tar.xz 2738016 SHA256 77a8436a7c0a15f876bad29616835046890df2bcaf72da02151bd91e3d292b64 SHA512 d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809 WHIRLPOOL 952f65219d9e9645c9ab89b071c56d783e2c795fadbf59176e430ba86a5fcaeb6bfc93f0978d424158550a4526145b5567acf2ff1d59e0068241821d332fd3c9 -DIST gst-plugins-good-1.6.3.tar.xz 3193272 SHA256 24b19db70b2a83461ebddfe20033db432dadfdb5d4b54ffb1dfa0d830134a177 SHA512 33d4e85cd07ea8d6723c7a5f58cefeec15ddc5392693d131f1b88d8fc844cc24e37dc59d4a3cfbda090ebd15a90e1e9a28a0427b1f00e66a69b9ea40447d70b4 WHIRLPOOL 0279764c4ce1cafbb55f839fe045590782910fc79b20679af71731fc6a6ed3d0cfe36e13e4d0121d9587d2e07f7e8ba41849aad4e72b09654591d90e72a546a8 DIST gst-plugins-good-1.8.3.tar.xz 3234712 SHA256 a1d6579ba203a7734927c24b90bf6590d846c5a5fcec01a48201018c8ad2827a SHA512 4f35f6e20c6a3b448bbf2690b2ad36a496b8b0efadc67e0fec218ed33856588a2b937020791f7ec4ab8a406ce82c178164349e31d4fabe8c7362716b44015f4a WHIRLPOOL 06592c3f076430422205db691c3a7fe95f46fe111ef2eeda9632c6e4004b8a7563a4a5dd8a5360ba59f22cc1e0a7d2baaecd65f7db335f141e52e24d1f667988 diff --git a/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.6.3.ebuild b/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.6.3.ebuild deleted file mode 100644 index 5009c9dd4ca7..000000000000 --- a/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.6.3.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GST_ORG_MODULE=gst-plugins-good - -inherit gstreamer - -DESCRIPTION="GStreamer encoder/decoder for JPEG format" -KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86" -IUSE="" - -RDEPEND=">=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-libpng/Manifest b/media-plugins/gst-plugins-libpng/Manifest index 7afbb1e9fe17..e01a7b653de2 100644 --- a/media-plugins/gst-plugins-libpng/Manifest +++ b/media-plugins/gst-plugins-libpng/Manifest @@ -1,3 +1,2 @@ DIST gst-plugins-good-0.10.31.tar.xz 2738016 SHA256 77a8436a7c0a15f876bad29616835046890df2bcaf72da02151bd91e3d292b64 SHA512 d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809 WHIRLPOOL 952f65219d9e9645c9ab89b071c56d783e2c795fadbf59176e430ba86a5fcaeb6bfc93f0978d424158550a4526145b5567acf2ff1d59e0068241821d332fd3c9 -DIST gst-plugins-good-1.6.3.tar.xz 3193272 SHA256 24b19db70b2a83461ebddfe20033db432dadfdb5d4b54ffb1dfa0d830134a177 SHA512 33d4e85cd07ea8d6723c7a5f58cefeec15ddc5392693d131f1b88d8fc844cc24e37dc59d4a3cfbda090ebd15a90e1e9a28a0427b1f00e66a69b9ea40447d70b4 WHIRLPOOL 0279764c4ce1cafbb55f839fe045590782910fc79b20679af71731fc6a6ed3d0cfe36e13e4d0121d9587d2e07f7e8ba41849aad4e72b09654591d90e72a546a8 DIST gst-plugins-good-1.8.3.tar.xz 3234712 SHA256 a1d6579ba203a7734927c24b90bf6590d846c5a5fcec01a48201018c8ad2827a SHA512 4f35f6e20c6a3b448bbf2690b2ad36a496b8b0efadc67e0fec218ed33856588a2b937020791f7ec4ab8a406ce82c178164349e31d4fabe8c7362716b44015f4a WHIRLPOOL 06592c3f076430422205db691c3a7fe95f46fe111ef2eeda9632c6e4004b8a7563a4a5dd8a5360ba59f22cc1e0a7d2baaecd65f7db335f141e52e24d1f667988 diff --git a/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.6.3.ebuild b/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.6.3.ebuild deleted file mode 100644 index 672ac47cf8a0..000000000000 --- a/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.6.3.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GST_ORG_MODULE=gst-plugins-good - -inherit gstreamer - -DESCRIPTION="GStreamer encoder/decoder for PNG images" -KEYWORDS="alpha amd64 ~arm ppc ppc64 ~sparc x86" -IUSE="" - -RDEPEND=">=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-oss/Manifest b/media-plugins/gst-plugins-oss/Manifest index 7afbb1e9fe17..e01a7b653de2 100644 --- a/media-plugins/gst-plugins-oss/Manifest +++ b/media-plugins/gst-plugins-oss/Manifest @@ -1,3 +1,2 @@ DIST gst-plugins-good-0.10.31.tar.xz 2738016 SHA256 77a8436a7c0a15f876bad29616835046890df2bcaf72da02151bd91e3d292b64 SHA512 d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809 WHIRLPOOL 952f65219d9e9645c9ab89b071c56d783e2c795fadbf59176e430ba86a5fcaeb6bfc93f0978d424158550a4526145b5567acf2ff1d59e0068241821d332fd3c9 -DIST gst-plugins-good-1.6.3.tar.xz 3193272 SHA256 24b19db70b2a83461ebddfe20033db432dadfdb5d4b54ffb1dfa0d830134a177 SHA512 33d4e85cd07ea8d6723c7a5f58cefeec15ddc5392693d131f1b88d8fc844cc24e37dc59d4a3cfbda090ebd15a90e1e9a28a0427b1f00e66a69b9ea40447d70b4 WHIRLPOOL 0279764c4ce1cafbb55f839fe045590782910fc79b20679af71731fc6a6ed3d0cfe36e13e4d0121d9587d2e07f7e8ba41849aad4e72b09654591d90e72a546a8 DIST gst-plugins-good-1.8.3.tar.xz 3234712 SHA256 a1d6579ba203a7734927c24b90bf6590d846c5a5fcec01a48201018c8ad2827a SHA512 4f35f6e20c6a3b448bbf2690b2ad36a496b8b0efadc67e0fec218ed33856588a2b937020791f7ec4ab8a406ce82c178164349e31d4fabe8c7362716b44015f4a WHIRLPOOL 06592c3f076430422205db691c3a7fe95f46fe111ef2eeda9632c6e4004b8a7563a4a5dd8a5360ba59f22cc1e0a7d2baaecd65f7db335f141e52e24d1f667988 diff --git a/media-plugins/gst-plugins-oss/gst-plugins-oss-1.6.3.ebuild b/media-plugins/gst-plugins-oss/gst-plugins-oss-1.6.3.ebuild deleted file mode 100644 index f14ed13e420a..000000000000 --- a/media-plugins/gst-plugins-oss/gst-plugins-oss-1.6.3.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GST_ORG_MODULE=gst-plugins-good - -inherit gstreamer - -DESCRIPTION="GStreamer plugin for OSS (Open Sound System) support" -KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd" -IUSE="" - -RDEPEND="" -DEPEND="virtual/os-headers" diff --git a/media-plugins/gst-plugins-pulse/Manifest b/media-plugins/gst-plugins-pulse/Manifest index 7afbb1e9fe17..e01a7b653de2 100644 --- a/media-plugins/gst-plugins-pulse/Manifest +++ b/media-plugins/gst-plugins-pulse/Manifest @@ -1,3 +1,2 @@ DIST gst-plugins-good-0.10.31.tar.xz 2738016 SHA256 77a8436a7c0a15f876bad29616835046890df2bcaf72da02151bd91e3d292b64 SHA512 d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809 WHIRLPOOL 952f65219d9e9645c9ab89b071c56d783e2c795fadbf59176e430ba86a5fcaeb6bfc93f0978d424158550a4526145b5567acf2ff1d59e0068241821d332fd3c9 -DIST gst-plugins-good-1.6.3.tar.xz 3193272 SHA256 24b19db70b2a83461ebddfe20033db432dadfdb5d4b54ffb1dfa0d830134a177 SHA512 33d4e85cd07ea8d6723c7a5f58cefeec15ddc5392693d131f1b88d8fc844cc24e37dc59d4a3cfbda090ebd15a90e1e9a28a0427b1f00e66a69b9ea40447d70b4 WHIRLPOOL 0279764c4ce1cafbb55f839fe045590782910fc79b20679af71731fc6a6ed3d0cfe36e13e4d0121d9587d2e07f7e8ba41849aad4e72b09654591d90e72a546a8 DIST gst-plugins-good-1.8.3.tar.xz 3234712 SHA256 a1d6579ba203a7734927c24b90bf6590d846c5a5fcec01a48201018c8ad2827a SHA512 4f35f6e20c6a3b448bbf2690b2ad36a496b8b0efadc67e0fec218ed33856588a2b937020791f7ec4ab8a406ce82c178164349e31d4fabe8c7362716b44015f4a WHIRLPOOL 06592c3f076430422205db691c3a7fe95f46fe111ef2eeda9632c6e4004b8a7563a4a5dd8a5360ba59f22cc1e0a7d2baaecd65f7db335f141e52e24d1f667988 diff --git a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.6.3.ebuild b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.6.3.ebuild deleted file mode 100644 index a60c01646bbf..000000000000 --- a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.6.3.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GST_ORG_MODULE=gst-plugins-good - -inherit gstreamer - -DESCRIPTION="GStreamer plugin for the PulseAudio sound server" -KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sh ~sparc x86" -IUSE="" - -RDEPEND=">=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-raw1394/Manifest b/media-plugins/gst-plugins-raw1394/Manifest index 7afbb1e9fe17..e01a7b653de2 100644 --- a/media-plugins/gst-plugins-raw1394/Manifest +++ b/media-plugins/gst-plugins-raw1394/Manifest @@ -1,3 +1,2 @@ DIST gst-plugins-good-0.10.31.tar.xz 2738016 SHA256 77a8436a7c0a15f876bad29616835046890df2bcaf72da02151bd91e3d292b64 SHA512 d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809 WHIRLPOOL 952f65219d9e9645c9ab89b071c56d783e2c795fadbf59176e430ba86a5fcaeb6bfc93f0978d424158550a4526145b5567acf2ff1d59e0068241821d332fd3c9 -DIST gst-plugins-good-1.6.3.tar.xz 3193272 SHA256 24b19db70b2a83461ebddfe20033db432dadfdb5d4b54ffb1dfa0d830134a177 SHA512 33d4e85cd07ea8d6723c7a5f58cefeec15ddc5392693d131f1b88d8fc844cc24e37dc59d4a3cfbda090ebd15a90e1e9a28a0427b1f00e66a69b9ea40447d70b4 WHIRLPOOL 0279764c4ce1cafbb55f839fe045590782910fc79b20679af71731fc6a6ed3d0cfe36e13e4d0121d9587d2e07f7e8ba41849aad4e72b09654591d90e72a546a8 DIST gst-plugins-good-1.8.3.tar.xz 3234712 SHA256 a1d6579ba203a7734927c24b90bf6590d846c5a5fcec01a48201018c8ad2827a SHA512 4f35f6e20c6a3b448bbf2690b2ad36a496b8b0efadc67e0fec218ed33856588a2b937020791f7ec4ab8a406ce82c178164349e31d4fabe8c7362716b44015f4a WHIRLPOOL 06592c3f076430422205db691c3a7fe95f46fe111ef2eeda9632c6e4004b8a7563a4a5dd8a5360ba59f22cc1e0a7d2baaecd65f7db335f141e52e24d1f667988 diff --git a/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.6.3.ebuild b/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.6.3.ebuild deleted file mode 100644 index 74f9f5de9e28..000000000000 --- a/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.6.3.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GST_ORG_MODULE=gst-plugins-good - -inherit gstreamer - -DESCRIPTION="GStreamer plugin to capture firewire video" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="" - -RDEPEND=" - >=media-libs/libiec61883-1.2.0-r1[${MULTILIB_USEDEP}] - >=sys-libs/libraw1394-2.1.0-r1[${MULTILIB_USEDEP}] - >=sys-libs/libavc1394-0.5.4-r1[${MULTILIB_USEDEP}] -" -DEPEND="${RDEPEND}" - -GST_PLUGINS_BUILD="dv1394" -GST_PLUGINS_BUILD_DIR="raw1394" diff --git a/media-plugins/gst-plugins-shout2/Manifest b/media-plugins/gst-plugins-shout2/Manifest index 7afbb1e9fe17..e01a7b653de2 100644 --- a/media-plugins/gst-plugins-shout2/Manifest +++ b/media-plugins/gst-plugins-shout2/Manifest @@ -1,3 +1,2 @@ DIST gst-plugins-good-0.10.31.tar.xz 2738016 SHA256 77a8436a7c0a15f876bad29616835046890df2bcaf72da02151bd91e3d292b64 SHA512 d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809 WHIRLPOOL 952f65219d9e9645c9ab89b071c56d783e2c795fadbf59176e430ba86a5fcaeb6bfc93f0978d424158550a4526145b5567acf2ff1d59e0068241821d332fd3c9 -DIST gst-plugins-good-1.6.3.tar.xz 3193272 SHA256 24b19db70b2a83461ebddfe20033db432dadfdb5d4b54ffb1dfa0d830134a177 SHA512 33d4e85cd07ea8d6723c7a5f58cefeec15ddc5392693d131f1b88d8fc844cc24e37dc59d4a3cfbda090ebd15a90e1e9a28a0427b1f00e66a69b9ea40447d70b4 WHIRLPOOL 0279764c4ce1cafbb55f839fe045590782910fc79b20679af71731fc6a6ed3d0cfe36e13e4d0121d9587d2e07f7e8ba41849aad4e72b09654591d90e72a546a8 DIST gst-plugins-good-1.8.3.tar.xz 3234712 SHA256 a1d6579ba203a7734927c24b90bf6590d846c5a5fcec01a48201018c8ad2827a SHA512 4f35f6e20c6a3b448bbf2690b2ad36a496b8b0efadc67e0fec218ed33856588a2b937020791f7ec4ab8a406ce82c178164349e31d4fabe8c7362716b44015f4a WHIRLPOOL 06592c3f076430422205db691c3a7fe95f46fe111ef2eeda9632c6e4004b8a7563a4a5dd8a5360ba59f22cc1e0a7d2baaecd65f7db335f141e52e24d1f667988 diff --git a/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.6.3.ebuild b/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.6.3.ebuild deleted file mode 100644 index 87a29e00d2d4..000000000000 --- a/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.6.3.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GST_ORG_MODULE=gst-plugins-good - -inherit gstreamer - -DESCRIPTION="GStreamer plugin to send data to an icecast server" -KEYWORDS="alpha amd64 ppc ppc64 x86" -IUSE="" - -RDEPEND=">=media-libs/libshout-2.3.1-r1[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-soup/Manifest b/media-plugins/gst-plugins-soup/Manifest index 7afbb1e9fe17..e01a7b653de2 100644 --- a/media-plugins/gst-plugins-soup/Manifest +++ b/media-plugins/gst-plugins-soup/Manifest @@ -1,3 +1,2 @@ DIST gst-plugins-good-0.10.31.tar.xz 2738016 SHA256 77a8436a7c0a15f876bad29616835046890df2bcaf72da02151bd91e3d292b64 SHA512 d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809 WHIRLPOOL 952f65219d9e9645c9ab89b071c56d783e2c795fadbf59176e430ba86a5fcaeb6bfc93f0978d424158550a4526145b5567acf2ff1d59e0068241821d332fd3c9 -DIST gst-plugins-good-1.6.3.tar.xz 3193272 SHA256 24b19db70b2a83461ebddfe20033db432dadfdb5d4b54ffb1dfa0d830134a177 SHA512 33d4e85cd07ea8d6723c7a5f58cefeec15ddc5392693d131f1b88d8fc844cc24e37dc59d4a3cfbda090ebd15a90e1e9a28a0427b1f00e66a69b9ea40447d70b4 WHIRLPOOL 0279764c4ce1cafbb55f839fe045590782910fc79b20679af71731fc6a6ed3d0cfe36e13e4d0121d9587d2e07f7e8ba41849aad4e72b09654591d90e72a546a8 DIST gst-plugins-good-1.8.3.tar.xz 3234712 SHA256 a1d6579ba203a7734927c24b90bf6590d846c5a5fcec01a48201018c8ad2827a SHA512 4f35f6e20c6a3b448bbf2690b2ad36a496b8b0efadc67e0fec218ed33856588a2b937020791f7ec4ab8a406ce82c178164349e31d4fabe8c7362716b44015f4a WHIRLPOOL 06592c3f076430422205db691c3a7fe95f46fe111ef2eeda9632c6e4004b8a7563a4a5dd8a5360ba59f22cc1e0a7d2baaecd65f7db335f141e52e24d1f667988 diff --git a/media-plugins/gst-plugins-soup/gst-plugins-soup-1.6.3.ebuild b/media-plugins/gst-plugins-soup/gst-plugins-soup-1.6.3.ebuild deleted file mode 100644 index a05c12d78b81..000000000000 --- a/media-plugins/gst-plugins-soup/gst-plugins-soup-1.6.3.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GST_ORG_MODULE=gst-plugins-good - -inherit gstreamer - -DESCRIPTION="GStreamer plugin for HTTP client source/sink" -KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-macos" -IUSE="" - -# Depend on >=net-libs/libsoup-2.47.0 once it is stable (see LIBSOUP_DOES_NOT_STEAL_OUR_CONTEXT in ext/soup) -RDEPEND=">=net-libs/libsoup-2.44.2[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-speex/Manifest b/media-plugins/gst-plugins-speex/Manifest index 7afbb1e9fe17..e01a7b653de2 100644 --- a/media-plugins/gst-plugins-speex/Manifest +++ b/media-plugins/gst-plugins-speex/Manifest @@ -1,3 +1,2 @@ DIST gst-plugins-good-0.10.31.tar.xz 2738016 SHA256 77a8436a7c0a15f876bad29616835046890df2bcaf72da02151bd91e3d292b64 SHA512 d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809 WHIRLPOOL 952f65219d9e9645c9ab89b071c56d783e2c795fadbf59176e430ba86a5fcaeb6bfc93f0978d424158550a4526145b5567acf2ff1d59e0068241821d332fd3c9 -DIST gst-plugins-good-1.6.3.tar.xz 3193272 SHA256 24b19db70b2a83461ebddfe20033db432dadfdb5d4b54ffb1dfa0d830134a177 SHA512 33d4e85cd07ea8d6723c7a5f58cefeec15ddc5392693d131f1b88d8fc844cc24e37dc59d4a3cfbda090ebd15a90e1e9a28a0427b1f00e66a69b9ea40447d70b4 WHIRLPOOL 0279764c4ce1cafbb55f839fe045590782910fc79b20679af71731fc6a6ed3d0cfe36e13e4d0121d9587d2e07f7e8ba41849aad4e72b09654591d90e72a546a8 DIST gst-plugins-good-1.8.3.tar.xz 3234712 SHA256 a1d6579ba203a7734927c24b90bf6590d846c5a5fcec01a48201018c8ad2827a SHA512 4f35f6e20c6a3b448bbf2690b2ad36a496b8b0efadc67e0fec218ed33856588a2b937020791f7ec4ab8a406ce82c178164349e31d4fabe8c7362716b44015f4a WHIRLPOOL 06592c3f076430422205db691c3a7fe95f46fe111ef2eeda9632c6e4004b8a7563a4a5dd8a5360ba59f22cc1e0a7d2baaecd65f7db335f141e52e24d1f667988 diff --git a/media-plugins/gst-plugins-speex/gst-plugins-speex-1.6.3.ebuild b/media-plugins/gst-plugins-speex/gst-plugins-speex-1.6.3.ebuild deleted file mode 100644 index b8c9e2758e43..000000000000 --- a/media-plugins/gst-plugins-speex/gst-plugins-speex-1.6.3.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GST_ORG_MODULE=gst-plugins-good - -inherit gstreamer - -DESCRIPTION="GStreamer plugin to allow encoding and decoding of speex" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-taglib/Manifest b/media-plugins/gst-plugins-taglib/Manifest index 7afbb1e9fe17..e01a7b653de2 100644 --- a/media-plugins/gst-plugins-taglib/Manifest +++ b/media-plugins/gst-plugins-taglib/Manifest @@ -1,3 +1,2 @@ DIST gst-plugins-good-0.10.31.tar.xz 2738016 SHA256 77a8436a7c0a15f876bad29616835046890df2bcaf72da02151bd91e3d292b64 SHA512 d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809 WHIRLPOOL 952f65219d9e9645c9ab89b071c56d783e2c795fadbf59176e430ba86a5fcaeb6bfc93f0978d424158550a4526145b5567acf2ff1d59e0068241821d332fd3c9 -DIST gst-plugins-good-1.6.3.tar.xz 3193272 SHA256 24b19db70b2a83461ebddfe20033db432dadfdb5d4b54ffb1dfa0d830134a177 SHA512 33d4e85cd07ea8d6723c7a5f58cefeec15ddc5392693d131f1b88d8fc844cc24e37dc59d4a3cfbda090ebd15a90e1e9a28a0427b1f00e66a69b9ea40447d70b4 WHIRLPOOL 0279764c4ce1cafbb55f839fe045590782910fc79b20679af71731fc6a6ed3d0cfe36e13e4d0121d9587d2e07f7e8ba41849aad4e72b09654591d90e72a546a8 DIST gst-plugins-good-1.8.3.tar.xz 3234712 SHA256 a1d6579ba203a7734927c24b90bf6590d846c5a5fcec01a48201018c8ad2827a SHA512 4f35f6e20c6a3b448bbf2690b2ad36a496b8b0efadc67e0fec218ed33856588a2b937020791f7ec4ab8a406ce82c178164349e31d4fabe8c7362716b44015f4a WHIRLPOOL 06592c3f076430422205db691c3a7fe95f46fe111ef2eeda9632c6e4004b8a7563a4a5dd8a5360ba59f22cc1e0a7d2baaecd65f7db335f141e52e24d1f667988 diff --git a/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.6.3.ebuild b/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.6.3.ebuild deleted file mode 100644 index 2d86e39ca691..000000000000 --- a/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.6.3.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GST_ORG_MODULE=gst-plugins-good - -inherit gstreamer - -DESCRIPTION="GStreamer taglib based tag handler" -KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="" - -RDEPEND=">=media-libs/taglib-1.9.1[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-v4l2/Manifest b/media-plugins/gst-plugins-v4l2/Manifest index 7afbb1e9fe17..e01a7b653de2 100644 --- a/media-plugins/gst-plugins-v4l2/Manifest +++ b/media-plugins/gst-plugins-v4l2/Manifest @@ -1,3 +1,2 @@ DIST gst-plugins-good-0.10.31.tar.xz 2738016 SHA256 77a8436a7c0a15f876bad29616835046890df2bcaf72da02151bd91e3d292b64 SHA512 d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809 WHIRLPOOL 952f65219d9e9645c9ab89b071c56d783e2c795fadbf59176e430ba86a5fcaeb6bfc93f0978d424158550a4526145b5567acf2ff1d59e0068241821d332fd3c9 -DIST gst-plugins-good-1.6.3.tar.xz 3193272 SHA256 24b19db70b2a83461ebddfe20033db432dadfdb5d4b54ffb1dfa0d830134a177 SHA512 33d4e85cd07ea8d6723c7a5f58cefeec15ddc5392693d131f1b88d8fc844cc24e37dc59d4a3cfbda090ebd15a90e1e9a28a0427b1f00e66a69b9ea40447d70b4 WHIRLPOOL 0279764c4ce1cafbb55f839fe045590782910fc79b20679af71731fc6a6ed3d0cfe36e13e4d0121d9587d2e07f7e8ba41849aad4e72b09654591d90e72a546a8 DIST gst-plugins-good-1.8.3.tar.xz 3234712 SHA256 a1d6579ba203a7734927c24b90bf6590d846c5a5fcec01a48201018c8ad2827a SHA512 4f35f6e20c6a3b448bbf2690b2ad36a496b8b0efadc67e0fec218ed33856588a2b937020791f7ec4ab8a406ce82c178164349e31d4fabe8c7362716b44015f4a WHIRLPOOL 06592c3f076430422205db691c3a7fe95f46fe111ef2eeda9632c6e4004b8a7563a4a5dd8a5360ba59f22cc1e0a7d2baaecd65f7db335f141e52e24d1f667988 diff --git a/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.6.3.ebuild b/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.6.3.ebuild deleted file mode 100644 index 5d9df75403d7..000000000000 --- a/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.6.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GST_ORG_MODULE=gst-plugins-good - -inherit gstreamer - -DESCRIPION="plugin to allow capture from video4linux2 devices" -KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86" -IUSE="udev" - -RDEPEND=" - >=media-libs/libv4l-0.9.5[${MULTILIB_USEDEP}] - >=media-libs/gst-plugins-base-1.4:1.0[X,${MULTILIB_USEDEP}] - udev? ( >=virtual/libgudev-208:=[${MULTILIB_USEDEP}] ) -" -DEPEND="${RDEPEND} - virtual/os-headers -" - -GST_PLUGINS_BUILD="gst_v4l2" - -multilib_src_configure() { - gstreamer_multilib_src_configure \ - --with-libv4l2 \ - $(use_with udev gudev) -} diff --git a/media-plugins/gst-plugins-vpx/Manifest b/media-plugins/gst-plugins-vpx/Manifest index f2bfd4710a65..3b34b1a05da1 100644 --- a/media-plugins/gst-plugins-vpx/Manifest +++ b/media-plugins/gst-plugins-vpx/Manifest @@ -1,2 +1 @@ -DIST gst-plugins-good-1.6.3.tar.xz 3193272 SHA256 24b19db70b2a83461ebddfe20033db432dadfdb5d4b54ffb1dfa0d830134a177 SHA512 33d4e85cd07ea8d6723c7a5f58cefeec15ddc5392693d131f1b88d8fc844cc24e37dc59d4a3cfbda090ebd15a90e1e9a28a0427b1f00e66a69b9ea40447d70b4 WHIRLPOOL 0279764c4ce1cafbb55f839fe045590782910fc79b20679af71731fc6a6ed3d0cfe36e13e4d0121d9587d2e07f7e8ba41849aad4e72b09654591d90e72a546a8 DIST gst-plugins-good-1.8.3.tar.xz 3234712 SHA256 a1d6579ba203a7734927c24b90bf6590d846c5a5fcec01a48201018c8ad2827a SHA512 4f35f6e20c6a3b448bbf2690b2ad36a496b8b0efadc67e0fec218ed33856588a2b937020791f7ec4ab8a406ce82c178164349e31d4fabe8c7362716b44015f4a WHIRLPOOL 06592c3f076430422205db691c3a7fe95f46fe111ef2eeda9632c6e4004b8a7563a4a5dd8a5360ba59f22cc1e0a7d2baaecd65f7db335f141e52e24d1f667988 diff --git a/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.6.3.ebuild b/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.6.3.ebuild deleted file mode 100644 index cfbd7e88a7bd..000000000000 --- a/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.6.3.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GST_ORG_MODULE=gst-plugins-good - -inherit gstreamer - -DESCRIPTION="GStreamer decoder for vpx video format" -KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd" -IUSE="" - -# VP9 is under experimental, do not enable it now -RDEPEND=">=media-libs/libvpx-1.3.0:=[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-wavpack/Manifest b/media-plugins/gst-plugins-wavpack/Manifest index 7afbb1e9fe17..e01a7b653de2 100644 --- a/media-plugins/gst-plugins-wavpack/Manifest +++ b/media-plugins/gst-plugins-wavpack/Manifest @@ -1,3 +1,2 @@ DIST gst-plugins-good-0.10.31.tar.xz 2738016 SHA256 77a8436a7c0a15f876bad29616835046890df2bcaf72da02151bd91e3d292b64 SHA512 d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809 WHIRLPOOL 952f65219d9e9645c9ab89b071c56d783e2c795fadbf59176e430ba86a5fcaeb6bfc93f0978d424158550a4526145b5567acf2ff1d59e0068241821d332fd3c9 -DIST gst-plugins-good-1.6.3.tar.xz 3193272 SHA256 24b19db70b2a83461ebddfe20033db432dadfdb5d4b54ffb1dfa0d830134a177 SHA512 33d4e85cd07ea8d6723c7a5f58cefeec15ddc5392693d131f1b88d8fc844cc24e37dc59d4a3cfbda090ebd15a90e1e9a28a0427b1f00e66a69b9ea40447d70b4 WHIRLPOOL 0279764c4ce1cafbb55f839fe045590782910fc79b20679af71731fc6a6ed3d0cfe36e13e4d0121d9587d2e07f7e8ba41849aad4e72b09654591d90e72a546a8 DIST gst-plugins-good-1.8.3.tar.xz 3234712 SHA256 a1d6579ba203a7734927c24b90bf6590d846c5a5fcec01a48201018c8ad2827a SHA512 4f35f6e20c6a3b448bbf2690b2ad36a496b8b0efadc67e0fec218ed33856588a2b937020791f7ec4ab8a406ce82c178164349e31d4fabe8c7362716b44015f4a WHIRLPOOL 06592c3f076430422205db691c3a7fe95f46fe111ef2eeda9632c6e4004b8a7563a4a5dd8a5360ba59f22cc1e0a7d2baaecd65f7db335f141e52e24d1f667988 diff --git a/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.6.3.ebuild b/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.6.3.ebuild deleted file mode 100644 index 9606a353b04f..000000000000 --- a/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.6.3.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GST_ORG_MODULE=gst-plugins-good - -inherit gstreamer - -DESCRIPTION="GStreamer encoder/decoder for wavpack audio format" -KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd" -IUSE="" - -RDEPEND=">=media-sound/wavpack-4.60.1-r1[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-ximagesrc/Manifest b/media-plugins/gst-plugins-ximagesrc/Manifest index 7afbb1e9fe17..e01a7b653de2 100644 --- a/media-plugins/gst-plugins-ximagesrc/Manifest +++ b/media-plugins/gst-plugins-ximagesrc/Manifest @@ -1,3 +1,2 @@ DIST gst-plugins-good-0.10.31.tar.xz 2738016 SHA256 77a8436a7c0a15f876bad29616835046890df2bcaf72da02151bd91e3d292b64 SHA512 d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809 WHIRLPOOL 952f65219d9e9645c9ab89b071c56d783e2c795fadbf59176e430ba86a5fcaeb6bfc93f0978d424158550a4526145b5567acf2ff1d59e0068241821d332fd3c9 -DIST gst-plugins-good-1.6.3.tar.xz 3193272 SHA256 24b19db70b2a83461ebddfe20033db432dadfdb5d4b54ffb1dfa0d830134a177 SHA512 33d4e85cd07ea8d6723c7a5f58cefeec15ddc5392693d131f1b88d8fc844cc24e37dc59d4a3cfbda090ebd15a90e1e9a28a0427b1f00e66a69b9ea40447d70b4 WHIRLPOOL 0279764c4ce1cafbb55f839fe045590782910fc79b20679af71731fc6a6ed3d0cfe36e13e4d0121d9587d2e07f7e8ba41849aad4e72b09654591d90e72a546a8 DIST gst-plugins-good-1.8.3.tar.xz 3234712 SHA256 a1d6579ba203a7734927c24b90bf6590d846c5a5fcec01a48201018c8ad2827a SHA512 4f35f6e20c6a3b448bbf2690b2ad36a496b8b0efadc67e0fec218ed33856588a2b937020791f7ec4ab8a406ce82c178164349e31d4fabe8c7362716b44015f4a WHIRLPOOL 06592c3f076430422205db691c3a7fe95f46fe111ef2eeda9632c6e4004b8a7563a4a5dd8a5360ba59f22cc1e0a7d2baaecd65f7db335f141e52e24d1f667988 diff --git a/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.6.3.ebuild b/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.6.3.ebuild deleted file mode 100644 index 1099a0957657..000000000000 --- a/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.6.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GST_ORG_MODULE=gst-plugins-good - -inherit gstreamer - -DESCRIPTION="GStreamer plugin for X11 video capture stream" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="" - -RDEPEND=" - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] - >=x11-libs/libXdamage-1.1.4-r1[${MULTILIB_USEDEP}] - >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] - >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}] -" -DEPEND="${RDEPEND} - >=x11-proto/damageproto-1.2.1-r1[${MULTILIB_USEDEP}] - >=x11-proto/fixesproto-5.0-r1[${MULTILIB_USEDEP}] - >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}] - >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}] -" - -# xshm is a compile time option of ximage -GST_PLUGINS_BUILD="x xshm" -GST_PLUGINS_BUILD_DIR="ximage" |