commit:     29059c99c7d3a07cfe35c6c0698083ef632f750c
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 20 21:24:00 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Jun 20 21:28:36 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29059c99

media-libs/gst-plugins-base: remove gstreamer 0.10

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 media-libs/gst-plugins-base/Manifest               |  1 -
 .../files/gst-plugins-base-0.10.36-gcc-4.9.patch   | 18 ------
 ...st-plugins-base-0.10.36-resync-ringbuffer.patch | 15 -----
 .../gst-plugins-base-0.10.36-r2.ebuild             | 70 ----------------------
 4 files changed, 104 deletions(-)

diff --git a/media-libs/gst-plugins-base/Manifest 
b/media-libs/gst-plugins-base/Manifest
index 5a9145ce7f0..585a7b59f93 100644
--- a/media-libs/gst-plugins-base/Manifest
+++ b/media-libs/gst-plugins-base/Manifest
@@ -1,2 +1 @@
-DIST gst-plugins-base-0.10.36.tar.xz 2364108 BLAKE2B 
a71ef5d5c7462d60937602681c060e85ed086a753b7ef354dad48354d6c3741d809f2c0c6a321ef9ac60fb12d24ec65e1baa63e51211134d2a5e03aae16f73d2
 SHA512 
ea77778e073515df58229a641b4363df31f0b80204a5a43a8feb31f0b03a5a4b9b79d6e07e1615c773a59927a9b649f1b1d782def1120d581d09a090be8363b8
 DIST gst-plugins-base-1.14.4.tar.xz 3703232 BLAKE2B 
b22c44b857bc4f1972f03752cc1afb35c8d76e2d0c4a06c574af0ac4f3a91080c584ae4e4fc2a263ee879a53d58505c24a756ebc051d81ec62661c4f9e532f0e
 SHA512 
42c59df9f2d848108f12afa0466acbcfa5ccda64e4d0d44608d4268abed20f2e036713de04e7d71feaed1868ad742c5bcb55ae0eef5dec8e19e053dc8541b8af

diff --git 
a/media-libs/gst-plugins-base/files/gst-plugins-base-0.10.36-gcc-4.9.patch 
b/media-libs/gst-plugins-base/files/gst-plugins-base-0.10.36-gcc-4.9.patch
deleted file mode 100644
index 8ee0e7e4acb..00000000000
--- a/media-libs/gst-plugins-base/files/gst-plugins-base-0.10.36-gcc-4.9.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- 1/gst/audioresample/resample.c
-+++ 1/gst/audioresample/resample.c
-@@ -77,13 +77,13 @@
- #define EXPORT G_GNUC_INTERNAL
- 
- #ifdef _USE_SSE
--#ifndef HAVE_XMMINTRIN_H
-+#if !defined(__SSE__) || !defined(HAVE_XMMINTRIN_H)
- #undef _USE_SSE
- #endif
- #endif
- 
- #ifdef _USE_SSE2
--#ifndef HAVE_EMMINTRIN_H
-+#if !defined(__SSE2__) || !defined(HAVE_EMMINTRIN_H)
- #undef _USE_SSE2
- #endif
- #endif

diff --git 
a/media-libs/gst-plugins-base/files/gst-plugins-base-0.10.36-resync-ringbuffer.patch
 
b/media-libs/gst-plugins-base/files/gst-plugins-base-0.10.36-resync-ringbuffer.patch
deleted file mode 100644
index 1aae7099659..00000000000
--- 
a/media-libs/gst-plugins-base/files/gst-plugins-base-0.10.36-resync-ringbuffer.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/gst-libs/gst/audio/gstbaseaudiosink.c
-+++ b/gst-libs/gst/audio/gstbaseaudiosink.c
-@@ -921,6 +921,12 @@
-   if (!gst_ring_buffer_acquire (sink->ringbuffer, spec))
-     goto acquire_error;
- 
-+  /* We need to resync since the ringbuffer restarted */
-+  sink->priv->avg_skew = -1;
-+  sink->next_sample = -1;
-+  sink->priv->eos_time = -1;
-+  sink->priv->discont_time = -1;
-+
-   if (bsink->pad_mode == GST_ACTIVATE_PUSH) {
-     GST_DEBUG_OBJECT (sink, "activate ringbuffer");
-     gst_ring_buffer_activate (sink->ringbuffer, TRUE);
\ No newline at end of file

diff --git a/media-libs/gst-plugins-base/gst-plugins-base-0.10.36-r2.ebuild 
b/media-libs/gst-plugins-base/gst-plugins-base-0.10.36-r2.ebuild
deleted file mode 100644
index a8dd2804464..00000000000
--- a/media-libs/gst-plugins-base/gst-plugins-base-0.10.36-r2.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-GST_ORG_MODULE="gst-plugins-base"
-inherit eutils gstreamer
-
-DESCRIPTION="Basepack of plugins for gstreamer"
-HOMEPAGE="https://gstreamer.freedesktop.org/";
-
-LICENSE="GPL-2+ LGPL-2+"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="+introspection nls +orc"
-
-RDEPEND=">=media-libs/gstreamer-${PV}:0.10[introspection?,${MULTILIB_USEDEP}]
-       >=dev-libs/libxml2-2.9.1-r4:2[${MULTILIB_USEDEP}]
-       >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
-       app-text/iso-codes
-       introspection? ( >=dev-libs/gobject-introspection-0.9.12 )
-       orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] )
-       !<media-libs/gst-plugins-bad-0.10.10:0.10
-"
-DEPEND="${RDEPEND}
-       >=dev-util/gtk-doc-am-1.3
-"
-
-src_prepare() {
-       # The AC_PATH_XTRA macro unnecessarily pulls in libSM and libICE even
-       # though they are not actually used. This needs to be fixed upstream by
-       # replacing AC_PATH_XTRA with PKG_CONFIG calls.
-       sed -i -e 's:X_PRE_LIBS -lSM -lICE:X_PRE_LIBS:' "${S}"/configure || die
-
-       # Fix compilation with gcc-4.9, bug #529962
-       epatch "${FILESDIR}"/${PN}-0.10.36-gcc-4.9.patch
-
-       # baseaudiosink: Resync when ringbuffer resets (from '0.10' branch)
-       epatch "${FILESDIR}"/${PN}-0.10.36-resync-ringbuffer.patch
-}
-
-multilib_src_configure() {
-       gstreamer_multilib_src_configure \
-               $(multilib_native_use_enable introspection) \
-               $(use_enable nls) \
-               $(use_enable orc) \
-               --disable-examples \
-               --disable-debug \
-               --disable-static
-
-       # bug #366931, flag-o-matic for the whole thing is overkill
-       if [[ ${CHOST} == *86-*-darwin* ]] ; then
-               sed -i \
-                       -e '/FLAGS = /s|-O[23]|-O1|g' \
-                       gst/audioconvert/Makefile \
-                       gst/volume/Makefile || die
-       fi
-
-       if multilib_is_native_abi; then
-               local x
-               for x in libs plugins; do
-                       ln -s "${S}"/docs/${x}/html docs/${x}/html || die
-               done
-       fi
-}
-
-multilib_src_install_all() {
-       DOCS="AUTHORS NEWS README RELEASE"
-       einstalldocs
-       prune_libtool_files --modules
-}

Reply via email to