Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libomxil-bellagio/files/, profiles/, media-libs/libomxil-bellagio/
Date: Thu, 15 Nov 2018 17:42:32
Message-Id: 1542303733.923714fbaa0012c8095cfa7471eb57a44b5f9942.mattst88@gentoo
1 commit: 923714fbaa0012c8095cfa7471eb57a44b5f9942
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 15 16:31:20 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 15 17:42:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=923714fb
7
8 media-libs/libomxil-bellagio: Remove
9
10 Closes: https://bugs.gentoo.org/668826
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 media-libs/libomxil-bellagio/Manifest | 2 -
14 ...mxil-bellagio-0.9.3-dynamicloader-linking.patch | 14 -------
15 .../files/libomxil-bellagio-0.9.3-gcc5.patch | 19 ---------
16 .../libomxil-bellagio-0.9.3-parallel-build.patch | 16 --------
17 .../files/libomxil-bellagio-0.9.3-version.patch | 21 ----------
18 .../libomxil-bellagio-0.9.3.ebuild | 45 ----------------------
19 media-libs/libomxil-bellagio/metadata.xml | 16 --------
20 profiles/package.mask | 4 --
21 8 files changed, 137 deletions(-)
22
23 diff --git a/media-libs/libomxil-bellagio/Manifest b/media-libs/libomxil-bellagio/Manifest
24 deleted file mode 100644
25 index d3ea4103e42..00000000000
26 --- a/media-libs/libomxil-bellagio/Manifest
27 +++ /dev/null
28 @@ -1,2 +0,0 @@
29 -DIST libomxil-bellagio-0.9.3.tar.gz 594952 BLAKE2B 62c9115cc2a60ebf7dabfac02733577931ee3ffbc896471bd9e6b7933c93062f8bfd41d18712bc0391cef9ab3027bc255c0245f8fd4b9186e5116c298480284f SHA512 72b4c8c639f8cf767ba6323fdfc42b90ad4b62f0ece3ba786ae38afc7c5d64cb0ba464b7993a588c1c7fa2daafe2ac773c9c4367a154c32632e87ba0d6341d16
30 -DIST libomxil-bellagio_0.9.3-1ubuntu2.debian.tar.gz 10793 BLAKE2B 124cc20dbce579499227fba863aa85bec74f4e7038556923dca8906bb936269ed791b61173b41198484d4c5bef5b8a7e6a2c409daa7c0f9734d9138c16ffa424 SHA512 5f1b4c592d0713fa8a70c1177ca908e76acca508e05ea379bd3569835ab5f7101526998d9d1687f8e849b2391aaf6912276c14cbcaddb1350e4b5f302bd5cc90
31
32 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
33 deleted file mode 100644
34 index a4d5b152237..00000000000
35 --- a/media-libs/libomxil-bellagio/files/libomxil-bellagio-0.9.3-dynamicloader-linking.patch
36 +++ /dev/null
37 @@ -1,14 +0,0 @@
38 -diff -ur a/src/dynamic_loader/Makefile.am b/src/dynamic_loader/Makefile.am
39 ---- a/src/dynamic_loader/Makefile.am 2011-05-20 07:28:17.000000000 +0200
40 -+++ b/src/dynamic_loader/Makefile.am 2014-02-12 17:55:26.842794130 +0100
41 -@@ -3,8 +3,9 @@
42 - omxdynamicloader_LTLIBRARIES = libomxdynamicloader.la
43 - libomxdynamicloader_la_SOURCES = ste_dynamic_component_loader.c ste_dynamic_component_loader.h
44 -
45 --libomxdynamicloader_la_LDFLAGS =
46 -+libomxdynamicloader_la_LDFLAGS = -lomxil-bellagio -L$(top_builddir)/src/.libs
47 - libomxdynamicloader_la_CFLAGS = -I$(top_srcdir)/include \
48 - -I$(top_srcdir)/src \
49 - -I$(top_srcdir)/src/base \
50 - -DOMX_COMPONENT_PATH=\"$(plugindir)\/\"
51 -+libomxdynamicloader_la_DEPENDENCIES = ../libomxil-bellagio.la
52
53 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
54 deleted file mode 100644
55 index 65ba9085998..00000000000
56 --- a/media-libs/libomxil-bellagio/files/libomxil-bellagio-0.9.3-gcc5.patch
57 +++ /dev/null
58 @@ -1,19 +0,0 @@
59 -Description: Fix FTBFS for GCC-5
60 - With -Werror=logical-not-parentheses enabled, a line such as the
61 - following causes the build to fail:
62 - if(!omx_video_scheduler_component_Private->eState==OMX_TIME_ClockStateRunning)
63 -Author: Linn Crosetto <linn@××.com>
64 -Bug-Debian: https://bugs.debian.org/777961
65 -Forwarded: no
66 -
67 ---- libomxil-bellagio-0.9.3.orig/src/components/videoscheduler/omx_video_scheduler_component.c
68 -+++ libomxil-bellagio-0.9.3/src/components/videoscheduler/omx_video_scheduler_component.c
69 -@@ -313,7 +313,7 @@ OMX_BOOL omx_video_scheduler_component_C
70 - }
71 -
72 - /* do not send the data to sink and return back, if the clock is not running*/
73 -- if(!omx_video_scheduler_component_Private->eState==OMX_TIME_ClockStateRunning){
74 -+ if(omx_video_scheduler_component_Private->eState!=OMX_TIME_ClockStateRunning){
75 - pInputBuffer->nFilledLen=0;
76 - SendFrame = OMX_FALSE;
77 - return SendFrame;
78
79 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
80 deleted file mode 100644
81 index 767bbeb2aac..00000000000
82 --- a/media-libs/libomxil-bellagio/files/libomxil-bellagio-0.9.3-parallel-build.patch
83 +++ /dev/null
84 @@ -1,16 +0,0 @@
85 -Fix dependency issue to allow parallel build
86 -
87 -Signed-off-by: Qais Yousef <qais.yousef@××××××.com>
88 -
89 -Index: bellagio-0.9.3/src/Makefile.am
90 -===================================================================
91 ---- bellagio-0.9.3.orig/src/Makefile.am
92 -+++ bellagio-0.9.3/src/Makefile.am
93 -@@ -8,6 +8,7 @@ omxregister_bellagio_SOURCES = omxregist
94 - omxregister_bellagio_CFLAGS = -DOMXILCOMPONENTSPATH=\"$(plugindir)/\" \
95 - -I$(top_srcdir)/include
96 - omxregister_bellagio_LDFLAGS = -lomxil-bellagio -L$(builddir)
97 -+omxregister_bellagio_DEPENDENCIES = libomxil-bellagio.la
98 -
99 - lib_LTLIBRARIES = libomxil-bellagio.la
100 - libomxil_bellagio_la_SOURCES = component_loader.h \
101
102 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
103 deleted file mode 100644
104 index 8aa18ac6a99..00000000000
105 --- a/media-libs/libomxil-bellagio/files/libomxil-bellagio-0.9.3-version.patch
106 +++ /dev/null
107 @@ -1,21 +0,0 @@
108 ---- include/OMX_Types.h.orig 2011-01-12 08:53:26.000000000 +0100
109 -+++ include/OMX_Types.h 2013-02-25 09:53:55.000000000 +0100
110 -@@ -314,6 +314,18 @@
111 - * platform & operating specific object used to reference the window */
112 - typedef void* OMX_NATIVE_WINDOWTYPE;
113 -
114 -+
115 -+/** Define the OMX IL version that corresponds to this set of header files.
116 -+ * We also define a combined version that can be used to write or compare
117 -+ * values of the 32bit nVersion field, assuming a little endian architecture */
118 -+#define OMX_VERSION_MAJOR 1
119 -+#define OMX_VERSION_MINOR 1
120 -+#define OMX_VERSION_REVISION 2
121 -+#define OMX_VERSION_STEP 0
122 -+
123 -+#define OMX_VERSION ((OMX_VERSION_STEP<<24) | (OMX_VERSION_REVISION<<16) | (OMX_VERSION_MINOR<<8) | OMX_VERSION_MAJOR)
124 -+
125 -+
126 - /** The OMX_VERSIONTYPE union is used to specify the version for
127 - a structure or component. For a component, the version is entirely
128 - specified by the component vendor. Components doing the same function
129
130 diff --git a/media-libs/libomxil-bellagio/libomxil-bellagio-0.9.3.ebuild b/media-libs/libomxil-bellagio/libomxil-bellagio-0.9.3.ebuild
131 deleted file mode 100644
132 index 1778a47f43c..00000000000
133 --- a/media-libs/libomxil-bellagio/libomxil-bellagio-0.9.3.ebuild
134 +++ /dev/null
135 @@ -1,45 +0,0 @@
136 -# Copyright 1999-2016 Gentoo Foundation
137 -# Distributed under the terms of the GNU General Public License v2
138 -
139 -EAPI=5
140 -XORG_MULTILIB=yes
141 -XORG_EAUTORECONF=yes
142 -
143 -inherit xorg-2
144 -
145 -DESCRIPTION="Open Source implementation of the OpenMAX Integration Layer"
146 -HOMEPAGE="http://omxil.sourceforge.net/"
147 -SRC_URI="mirror://sourceforge/${PN:3:5}/${P}.tar.gz mirror://ubuntu/pool/universe/${PN:0:4}/${PN}/${PN}_${PV}-1ubuntu2.debian.tar.gz"
148 -
149 -LICENSE="LGPL-2.1"
150 -SLOT="0"
151 -KEYWORDS="amd64 x86"
152 -IUSE="+audioeffects +clocksrc debug doc +videoscheduler"
153 -
154 -RDEPEND=""
155 -DEPEND="${RDEPEND}
156 - doc? ( app-doc/doxygen )
157 -"
158 -
159 -src_prepare() {
160 - PATCHES=(
161 - "${WORKDIR}"/debian/patches/*.patch
162 - "${FILESDIR}"/${P}-dynamicloader-linking.patch
163 - "${FILESDIR}"/${P}-parallel-build.patch
164 - "${FILESDIR}"/${P}-version.patch
165 - "${FILESDIR}"/${P}-gcc5.patch
166 - )
167 - xorg-2_src_prepare
168 -}
169 -
170 -src_configure() {
171 - XORG_CONFIGURE_OPTIONS="
172 - --docdir="${EPREFIX}"/usr/share/doc/${PF} \
173 - $(use_enable audioeffects) \
174 - $(use_enable clocksrc) \
175 - $(use_enable debug) \
176 - $(use_enable doc) \
177 - $(use_enable videoscheduler)
178 - "
179 - xorg-2_src_configure
180 -}
181
182 diff --git a/media-libs/libomxil-bellagio/metadata.xml b/media-libs/libomxil-bellagio/metadata.xml
183 deleted file mode 100644
184 index de4279a6c39..00000000000
185 --- a/media-libs/libomxil-bellagio/metadata.xml
186 +++ /dev/null
187 @@ -1,16 +0,0 @@
188 -<?xml version="1.0" encoding="UTF-8"?>
189 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
190 -<pkgmetadata>
191 - <maintainer type="project">
192 - <email>x11@g.o</email>
193 - <name>X11</name>
194 - </maintainer>
195 - <use>
196 - <flag name="audioeffects">enable audio volume/mixer effects components</flag>
197 - <flag name="clocksrc">enable clock component</flag>
198 - <flag name="videoscheduler">enable xvideosink video scheduler</flag>
199 - </use>
200 - <upstream>
201 - <remote-id type="sourceforge">omxil</remote-id>
202 - </upstream>
203 -</pkgmetadata>
204
205 diff --git a/profiles/package.mask b/profiles/package.mask
206 index 14e843a093a..dc60b91d179 100644
207 --- a/profiles/package.mask
208 +++ b/profiles/package.mask
209 @@ -502,10 +502,6 @@ media-gfx/splash-themes-livedvd
210 # dependencies. Removal in 30 days.
211 dev-tcltk/ck
212
213 -# Matt Turner <mattst88@g.o> (16 Oct 2018)
214 -# Unmaintained. Unused. Removal in 30 days. Bug #668826
215 -media-libs/libomxil-bellagio
216 -
217 # Sobhan Mohammadpour <sobhan@g.o> (15 Oct 2018)
218 # Masked for testing.
219 sys-apps/bubblewrap