commit:     0e332be5634ea51f7064c683ba4e3ea1d16366e4
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 26 10:35:21 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Oct 26 10:35:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e332be5

media-libs/libyami: treeclean

Closes: https://bugs.gentoo.org/776901
Closes: https://bugs.gentoo.org/740148
Closes: https://bugs.gentoo.org/628956
Closes: https://bugs.gentoo.org/631738
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 media-libs/libyami/Manifest             |  1 -
 media-libs/libyami/libyami-1.3.2.ebuild | 94 ---------------------------------
 media-libs/libyami/libyami-9999.ebuild  | 94 ---------------------------------
 media-libs/libyami/metadata.xml         | 16 ------
 profiles/package.mask                   |  5 --
 5 files changed, 210 deletions(-)

diff --git a/media-libs/libyami/Manifest b/media-libs/libyami/Manifest
deleted file mode 100644
index f01ed2c29a2..00000000000
--- a/media-libs/libyami/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libyami-1.3.2.tar.gz 820517 BLAKE2B 
189ef95bcd504422550f6df38433d042a45e2a1c36b30b1b5445ce69076c95f4d1b60e12e09ff4b11245e3fcdc70a4fa5e0879e3976c4891ca98fa00d79360c1
 SHA512 
25300d589119b5f5211b5a2445b408dbb35aea83bf18bc3d3b42d6b29151495f5118cf0f32bcc8c3756ac58fccb16932e78c8b6e7b29daffcc9ee08a3e0b5b54

diff --git a/media-libs/libyami/libyami-1.3.2.ebuild 
b/media-libs/libyami/libyami-1.3.2.ebuild
deleted file mode 100644
index b521ead3f99..00000000000
--- a/media-libs/libyami/libyami-1.3.2.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-SCM=""
-if [ "${PV#9999}" != "${PV}" ] ; then
-       SCM=git-r3
-       EGIT_REPO_URI="https://github.com/01org/libyami";
-fi
-
-inherit ${SCM} autotools multilib-minimal flag-o-matic
-
-DESCRIPTION="Yet Another Media Infrastructure: Media codec with hardware 
acceleration"
-HOMEPAGE="https://github.com/01org/libyami";
-
-if [ "${PV#9999}" != "${PV}" ] ; then
-       SRC_URI=""
-else
-       KEYWORDS="~amd64"
-       SRC_URI="https://github.com/01org/libyami/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="debug egl dmabuf doc md5 v4l X test wayland"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       >=x11-libs/libva-1.7.2:=[drm,X?,wayland?,${MULTILIB_USEDEP}]
-       v4l? (
-               >=virtual/opengl-7[${MULTILIB_USEDEP}]
-               >=media-libs/libv4l-1.6.2[${MULTILIB_USEDEP}]
-               >=media-libs/mesa-10[egl,gles2,${MULTILIB_USEDEP}]
-       )
-       X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] )
-       md5? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
-       dmabuf? ( x11-libs/libdrm[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       doc? ( app-doc/doxygen )
-       test? ( >=dev-cpp/gtest-1.7 )
-"
-
-src_prepare() {
-       sed -i -e 's/-Werror//' configure.ac || die
-       sed -e 's#$(top_srcdir)/gtestsrc/libgtest.la#-lgtest#' -i 
*/Makefile.unittest || die
-       sed -e 's#-I$(top_srcdir)/gtestsrc/gtest/include##' -i 
*/Makefile.unittest || die
-       sed -e 's/gtestsrc//' -i Makefile.am || die
-       eautoreconf
-}
-
-multilib_src_configure() {
-       append-cppflags -I"${S}/" -I"${BUILD_DIR}/interface"
-       ECONF_SOURCE="${S}" econf \
-               $(use_enable debug) \
-               $(use_enable egl) \
-               $(use_enable v4l v4l2) \
-               $(use_enable v4l v4l2-ops) \
-               $(use_enable X x11) \
-               $(use_enable dmabuf) \
-               $(use_enable md5) \
-               $(use_enable wayland) \
-               $(use_enable test tests) \
-               $(multilib_native_use_enable doc docs) \
-               --enable-h265dec \
-               --enable-vc1dec \
-               --enable-h264dec \
-               --enable-jpegdec \
-               --enable-mpeg2dec \
-               --enable-vp8dec \
-               --enable-vp9dec \
-               --enable-h265enc \
-               --enable-h264enc \
-               --enable-jpegenc \
-               --enable-vp8enc \
-               --enable-vp9enc
-}
-
-multilib_src_compile() {
-       emake
-       multilib_is_native_abi && use doc && emake -C doc
-}
-
-multilib_src_install() {
-       emake DESTDIR="${D}" install
-       multilib_is_native_abi && use doc && dohtml -r doc/html/*
-}
-
-src_install() {
-       multilib-minimal_src_install
-       find "${ED}" -name '*.la' -delete
-}

diff --git a/media-libs/libyami/libyami-9999.ebuild 
b/media-libs/libyami/libyami-9999.ebuild
deleted file mode 100644
index b521ead3f99..00000000000
--- a/media-libs/libyami/libyami-9999.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-SCM=""
-if [ "${PV#9999}" != "${PV}" ] ; then
-       SCM=git-r3
-       EGIT_REPO_URI="https://github.com/01org/libyami";
-fi
-
-inherit ${SCM} autotools multilib-minimal flag-o-matic
-
-DESCRIPTION="Yet Another Media Infrastructure: Media codec with hardware 
acceleration"
-HOMEPAGE="https://github.com/01org/libyami";
-
-if [ "${PV#9999}" != "${PV}" ] ; then
-       SRC_URI=""
-else
-       KEYWORDS="~amd64"
-       SRC_URI="https://github.com/01org/libyami/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="debug egl dmabuf doc md5 v4l X test wayland"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       >=x11-libs/libva-1.7.2:=[drm,X?,wayland?,${MULTILIB_USEDEP}]
-       v4l? (
-               >=virtual/opengl-7[${MULTILIB_USEDEP}]
-               >=media-libs/libv4l-1.6.2[${MULTILIB_USEDEP}]
-               >=media-libs/mesa-10[egl,gles2,${MULTILIB_USEDEP}]
-       )
-       X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] )
-       md5? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
-       dmabuf? ( x11-libs/libdrm[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       doc? ( app-doc/doxygen )
-       test? ( >=dev-cpp/gtest-1.7 )
-"
-
-src_prepare() {
-       sed -i -e 's/-Werror//' configure.ac || die
-       sed -e 's#$(top_srcdir)/gtestsrc/libgtest.la#-lgtest#' -i 
*/Makefile.unittest || die
-       sed -e 's#-I$(top_srcdir)/gtestsrc/gtest/include##' -i 
*/Makefile.unittest || die
-       sed -e 's/gtestsrc//' -i Makefile.am || die
-       eautoreconf
-}
-
-multilib_src_configure() {
-       append-cppflags -I"${S}/" -I"${BUILD_DIR}/interface"
-       ECONF_SOURCE="${S}" econf \
-               $(use_enable debug) \
-               $(use_enable egl) \
-               $(use_enable v4l v4l2) \
-               $(use_enable v4l v4l2-ops) \
-               $(use_enable X x11) \
-               $(use_enable dmabuf) \
-               $(use_enable md5) \
-               $(use_enable wayland) \
-               $(use_enable test tests) \
-               $(multilib_native_use_enable doc docs) \
-               --enable-h265dec \
-               --enable-vc1dec \
-               --enable-h264dec \
-               --enable-jpegdec \
-               --enable-mpeg2dec \
-               --enable-vp8dec \
-               --enable-vp9dec \
-               --enable-h265enc \
-               --enable-h264enc \
-               --enable-jpegenc \
-               --enable-vp8enc \
-               --enable-vp9enc
-}
-
-multilib_src_compile() {
-       emake
-       multilib_is_native_abi && use doc && emake -C doc
-}
-
-multilib_src_install() {
-       emake DESTDIR="${D}" install
-       multilib_is_native_abi && use doc && dohtml -r doc/html/*
-}
-
-src_install() {
-       multilib-minimal_src_install
-       find "${ED}" -name '*.la' -delete
-}

diff --git a/media-libs/libyami/metadata.xml b/media-libs/libyami/metadata.xml
deleted file mode 100644
index eef0bdb8e3f..00000000000
--- a/media-libs/libyami/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>media-vi...@gentoo.org</email>
-       </maintainer>
-       <use>
-               <flag name="egl">Enable EGL support.</flag>
-               <flag name="v4l">Add support for V4L2 hardware codecs.</flag>
-               <flag name="md5">Add support for generating md5 sums for each 
frame.</flag>
-               <flag name="dmabuf">Enable dma_buf buffer sharing.</flag>
-       </use>
-       <upstream>
-               <remote-id type="github">01org/libyami</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 7c6f219529d..f26a67691c6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -492,11 +492,6 @@ dev-ml/ppx_metaquot
 # VM image data corruption bug, causing I/O errors in VMs. Bug #815379
 =app-emulation/qemu-6.1.0
 
-# Joonas Niilola <juip...@gentoo.org> (2021-09-26)
-# A library without revdeps, EAPI-5. #776901
-# Removal in ~30 days.
-media-libs/libyami
-
 # Brian Evans <grkni...@gentoo.org> (2021-09-26)
 # Mask for 8.1 RC
 dev-lang/php:8.1

Reply via email to