commit:     923714fbaa0012c8095cfa7471eb57a44b5f9942
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 15 16:31:20 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Nov 15 17:42:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=923714fb

media-libs/libomxil-bellagio: Remove

Closes: https://bugs.gentoo.org/668826
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 media-libs/libomxil-bellagio/Manifest              |  2 -
 ...mxil-bellagio-0.9.3-dynamicloader-linking.patch | 14 -------
 .../files/libomxil-bellagio-0.9.3-gcc5.patch       | 19 ---------
 .../libomxil-bellagio-0.9.3-parallel-build.patch   | 16 --------
 .../files/libomxil-bellagio-0.9.3-version.patch    | 21 ----------
 .../libomxil-bellagio-0.9.3.ebuild                 | 45 ----------------------
 media-libs/libomxil-bellagio/metadata.xml          | 16 --------
 profiles/package.mask                              |  4 --
 8 files changed, 137 deletions(-)

diff --git a/media-libs/libomxil-bellagio/Manifest 
b/media-libs/libomxil-bellagio/Manifest
deleted file mode 100644
index d3ea4103e42..00000000000
--- a/media-libs/libomxil-bellagio/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST libomxil-bellagio-0.9.3.tar.gz 594952 BLAKE2B 
62c9115cc2a60ebf7dabfac02733577931ee3ffbc896471bd9e6b7933c93062f8bfd41d18712bc0391cef9ab3027bc255c0245f8fd4b9186e5116c298480284f
 SHA512 
72b4c8c639f8cf767ba6323fdfc42b90ad4b62f0ece3ba786ae38afc7c5d64cb0ba464b7993a588c1c7fa2daafe2ac773c9c4367a154c32632e87ba0d6341d16
-DIST libomxil-bellagio_0.9.3-1ubuntu2.debian.tar.gz 10793 BLAKE2B 
124cc20dbce579499227fba863aa85bec74f4e7038556923dca8906bb936269ed791b61173b41198484d4c5bef5b8a7e6a2c409daa7c0f9734d9138c16ffa424
 SHA512 
5f1b4c592d0713fa8a70c1177ca908e76acca508e05ea379bd3569835ab5f7101526998d9d1687f8e849b2391aaf6912276c14cbcaddb1350e4b5f302bd5cc90

diff --git 
a/media-libs/libomxil-bellagio/files/libomxil-bellagio-0.9.3-dynamicloader-linking.patch
 
b/media-libs/libomxil-bellagio/files/libomxil-bellagio-0.9.3-dynamicloader-linking.patch
deleted file mode 100644
index a4d5b152237..00000000000
--- 
a/media-libs/libomxil-bellagio/files/libomxil-bellagio-0.9.3-dynamicloader-linking.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -ur a/src/dynamic_loader/Makefile.am b/src/dynamic_loader/Makefile.am
---- a/src/dynamic_loader/Makefile.am   2011-05-20 07:28:17.000000000 +0200
-+++ b/src/dynamic_loader/Makefile.am   2014-02-12 17:55:26.842794130 +0100
-@@ -3,8 +3,9 @@
- omxdynamicloader_LTLIBRARIES = libomxdynamicloader.la
- libomxdynamicloader_la_SOURCES = ste_dynamic_component_loader.c 
ste_dynamic_component_loader.h
- 
--libomxdynamicloader_la_LDFLAGS =
-+libomxdynamicloader_la_LDFLAGS = -lomxil-bellagio -L$(top_builddir)/src/.libs
- libomxdynamicloader_la_CFLAGS = -I$(top_srcdir)/include \
-                       -I$(top_srcdir)/src \
-                       -I$(top_srcdir)/src/base \
-                       -DOMX_COMPONENT_PATH=\"$(plugindir)\/\"
-+libomxdynamicloader_la_DEPENDENCIES = ../libomxil-bellagio.la

diff --git 
a/media-libs/libomxil-bellagio/files/libomxil-bellagio-0.9.3-gcc5.patch 
b/media-libs/libomxil-bellagio/files/libomxil-bellagio-0.9.3-gcc5.patch
deleted file mode 100644
index 65ba9085998..00000000000
--- a/media-libs/libomxil-bellagio/files/libomxil-bellagio-0.9.3-gcc5.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Fix FTBFS for GCC-5
- With -Werror=logical-not-parentheses enabled, a line such as the
- following causes the build to fail:
- if(!omx_video_scheduler_component_Private->eState==OMX_TIME_ClockStateRunning)
-Author: Linn Crosetto <l...@hp.com>
-Bug-Debian: https://bugs.debian.org/777961
-Forwarded: no
-
---- 
libomxil-bellagio-0.9.3.orig/src/components/videoscheduler/omx_video_scheduler_component.c
-+++ 
libomxil-bellagio-0.9.3/src/components/videoscheduler/omx_video_scheduler_component.c
-@@ -313,7 +313,7 @@ OMX_BOOL omx_video_scheduler_component_C
-   }
- 
-   /* do not send the data to sink and return back, if the clock is not 
running*/
--  
if(!omx_video_scheduler_component_Private->eState==OMX_TIME_ClockStateRunning){
-+  
if(omx_video_scheduler_component_Private->eState!=OMX_TIME_ClockStateRunning){
-     pInputBuffer->nFilledLen=0;
-     SendFrame = OMX_FALSE;
-     return SendFrame;

diff --git 
a/media-libs/libomxil-bellagio/files/libomxil-bellagio-0.9.3-parallel-build.patch
 
b/media-libs/libomxil-bellagio/files/libomxil-bellagio-0.9.3-parallel-build.patch
deleted file mode 100644
index 767bbeb2aac..00000000000
--- 
a/media-libs/libomxil-bellagio/files/libomxil-bellagio-0.9.3-parallel-build.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Fix dependency issue to allow parallel build
-
-Signed-off-by: Qais Yousef <qais.you...@imgtec.com>
-
-Index: bellagio-0.9.3/src/Makefile.am
-===================================================================
---- bellagio-0.9.3.orig/src/Makefile.am
-+++ bellagio-0.9.3/src/Makefile.am
-@@ -8,6 +8,7 @@ omxregister_bellagio_SOURCES = omxregist
- omxregister_bellagio_CFLAGS = -DOMXILCOMPONENTSPATH=\"$(plugindir)/\" \
-                             -I$(top_srcdir)/include
- omxregister_bellagio_LDFLAGS = -lomxil-bellagio -L$(builddir)
-+omxregister_bellagio_DEPENDENCIES = libomxil-bellagio.la
- 
- lib_LTLIBRARIES = libomxil-bellagio.la
- libomxil_bellagio_la_SOURCES = component_loader.h \

diff --git 
a/media-libs/libomxil-bellagio/files/libomxil-bellagio-0.9.3-version.patch 
b/media-libs/libomxil-bellagio/files/libomxil-bellagio-0.9.3-version.patch
deleted file mode 100644
index 8aa18ac6a99..00000000000
--- a/media-libs/libomxil-bellagio/files/libomxil-bellagio-0.9.3-version.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- include/OMX_Types.h.orig 2011-01-12 08:53:26.000000000 +0100
-+++ include/OMX_Types.h 2013-02-25 09:53:55.000000000 +0100
-@@ -314,6 +314,18 @@
-  *  platform & operating specific object used to reference the window */
- typedef void* OMX_NATIVE_WINDOWTYPE;
-
-+
-+/** Define the OMX IL version that corresponds to this set of header files.
-+ *  We also define a combined version that can be used to write or compare
-+ *  values of the 32bit nVersion field, assuming a little endian architecture 
*/
-+#define OMX_VERSION_MAJOR 1
-+#define OMX_VERSION_MINOR 1
-+#define OMX_VERSION_REVISION 2
-+#define OMX_VERSION_STEP 0
-+
-+#define OMX_VERSION ((OMX_VERSION_STEP<<24) | (OMX_VERSION_REVISION<<16) | 
(OMX_VERSION_MINOR<<8) | OMX_VERSION_MAJOR)
-+
-+
- /** The OMX_VERSIONTYPE union is used to specify the version for
-     a structure or component.  For a component, the version is entirely
-     specified by the component vendor.  Components doing the same function

diff --git a/media-libs/libomxil-bellagio/libomxil-bellagio-0.9.3.ebuild 
b/media-libs/libomxil-bellagio/libomxil-bellagio-0.9.3.ebuild
deleted file mode 100644
index 1778a47f43c..00000000000
--- a/media-libs/libomxil-bellagio/libomxil-bellagio-0.9.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-XORG_MULTILIB=yes
-XORG_EAUTORECONF=yes
-
-inherit xorg-2
-
-DESCRIPTION="Open Source implementation of the OpenMAX Integration Layer"
-HOMEPAGE="http://omxil.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN:3:5}/${P}.tar.gz 
mirror://ubuntu/pool/universe/${PN:0:4}/${PN}/${PN}_${PV}-1ubuntu2.debian.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+audioeffects +clocksrc debug doc +videoscheduler"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-       doc? ( app-doc/doxygen )
-"
-
-src_prepare() {
-       PATCHES=(
-               "${WORKDIR}"/debian/patches/*.patch
-               "${FILESDIR}"/${P}-dynamicloader-linking.patch
-               "${FILESDIR}"/${P}-parallel-build.patch
-               "${FILESDIR}"/${P}-version.patch
-               "${FILESDIR}"/${P}-gcc5.patch
-       )
-       xorg-2_src_prepare
-}
-
-src_configure() {
-       XORG_CONFIGURE_OPTIONS="
-               --docdir="${EPREFIX}"/usr/share/doc/${PF} \
-               $(use_enable audioeffects) \
-               $(use_enable clocksrc) \
-               $(use_enable debug) \
-               $(use_enable doc) \
-               $(use_enable videoscheduler)
-       "
-       xorg-2_src_configure
-}

diff --git a/media-libs/libomxil-bellagio/metadata.xml 
b/media-libs/libomxil-bellagio/metadata.xml
deleted file mode 100644
index de4279a6c39..00000000000
--- a/media-libs/libomxil-bellagio/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>x...@gentoo.org</email>
-               <name>X11</name>
-       </maintainer>
-       <use>
-               <flag name="audioeffects">enable audio volume/mixer effects 
components</flag>
-               <flag name="clocksrc">enable clock component</flag>
-               <flag name="videoscheduler">enable xvideosink video 
scheduler</flag>
-       </use>
-       <upstream>
-               <remote-id type="sourceforge">omxil</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 14e843a093a..dc60b91d179 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -502,10 +502,6 @@ media-gfx/splash-themes-livedvd
 # dependencies. Removal in 30 days.
 dev-tcltk/ck
 
-# Matt Turner <matts...@gentoo.org> (16 Oct 2018)
-# Unmaintained. Unused. Removal in 30 days. Bug #668826
-media-libs/libomxil-bellagio
-
 # Sobhan Mohammadpour <sob...@gentoo.org> (15 Oct 2018)
 # Masked for testing.
 sys-apps/bubblewrap

Reply via email to