From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DCB7A1382C5 for ; Sun, 24 Jan 2021 01:58:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0951FE0960; Sun, 24 Jan 2021 01:58:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9259E0960 for ; Sun, 24 Jan 2021 01:58:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7488A340FB0 for ; Sun, 24 Jan 2021 01:58:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6BC94A5 for ; Sun, 24 Jan 2021 01:58:20 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1611453480.f30397e6f9705bb5104d9273fc9dc22e06b14cbf.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmediainfo/files/, media-libs/libmediainfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libmediainfo/files/libmediainfo-0.7.63-pkgconfig.patch media-libs/libmediainfo/libmediainfo-20.09.ebuild X-VCS-Directories: media-libs/libmediainfo/files/ media-libs/libmediainfo/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f30397e6f9705bb5104d9273fc9dc22e06b14cbf X-VCS-Branch: master Date: Sun, 24 Jan 2021 01:58:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f30ba2d5-199b-492a-b881-5cc83536fbbc X-Archives-Hash: 54fc875ccbb718c6bb29c56288720ab2 commit: f30397e6f9705bb5104d9273fc9dc22e06b14cbf Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 24 01:56:43 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 24 01:58:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f30397e6 media-libs/libmediainfo: Drop 20.09 (r0) Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> .../files/libmediainfo-0.7.63-pkgconfig.patch | 10 --- media-libs/libmediainfo/libmediainfo-20.09.ebuild | 83 ---------------------- 2 files changed, 93 deletions(-) diff --git a/media-libs/libmediainfo/files/libmediainfo-0.7.63-pkgconfig.patch b/media-libs/libmediainfo/files/libmediainfo-0.7.63-pkgconfig.patch deleted file mode 100644 index f8e19216f20..00000000000 --- a/media-libs/libmediainfo/files/libmediainfo-0.7.63-pkgconfig.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- MediaInfoLib/Project/GNU/Library/configure.ac -+++ MediaInfoLib/Project/GNU/Library/configure.ac -@@ -28,6 +28,7 @@ - AC_LIBTOOL_WIN32_DLL - AC_PROG_LIBTOOL - AC_PROG_INSTALL -+PKG_PROG_PKG_CONFIG - - dnl ######################################################################### - dnl Configure diff --git a/media-libs/libmediainfo/libmediainfo-20.09.ebuild b/media-libs/libmediainfo/libmediainfo-20.09.ebuild deleted file mode 100644 index 5ec625856e5..00000000000 --- a/media-libs/libmediainfo/libmediainfo-20.09.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools eutils flag-o-matic - -MY_PN="MediaInfo" -DESCRIPTION="MediaInfo libraries" -HOMEPAGE="https://mediaarea.net/mediainfo/ https://github.com/MediaArea/MediaInfoLib" -SRC_URI="https://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.xz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="curl doc mms static-libs" - -RDEPEND="sys-libs/zlib - dev-libs/tinyxml2:= - >=media-libs/libzen-0.4.37[static-libs=] - curl? ( net-misc/curl ) - mms? ( >=media-libs/libmms-0.6.1[static-libs=] )" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( app-doc/doxygen )" - -# tests try to fetch data from online sources -RESTRICT="test" - -S=${WORKDIR}/${MY_PN}Lib/Project/GNU/Library - -src_prepare() { - eapply -p4 "${FILESDIR}"/${PN}-0.7.63-pkgconfig.patch - eapply_user - - sed -i 's:-O2::' configure.ac || die - append-cppflags -DMEDIAINFO_LIBMMS_DESCRIBE_SUPPORT=0 - - eautoreconf -} - -src_configure() { - econf \ - --enable-shared \ - --with-libtinyxml2 \ - $(use_with curl libcurl) \ - $(use_with mms libmms) \ - $(use_enable static-libs static) \ - $(use_enable static-libs staticlibs) -} - -src_compile() { - default - - if use doc; then - cd "${WORKDIR}"/${MY_PN}Lib/Source/Doc - doxygen Doxyfile || die - fi -} - -src_install() { - if use doc; then - local HTML_DOCS=( "${WORKDIR}"/${MY_PN}Lib/Doc/*.html ) - fi - - default - - edos2unix ${PN}.pc #414545 - insinto /usr/$(get_libdir)/pkgconfig - doins ${PN}.pc - - for x in ./ Archive Audio Duplicate Export Image Multiple Reader Tag Text Video; do - insinto /usr/include/${MY_PN}/${x} - doins "${WORKDIR}"/${MY_PN}Lib/Source/${MY_PN}/${x}/*.h - done - - insinto /usr/include/${MY_PN}DLL - doins "${WORKDIR}"/${MY_PN}Lib/Source/${MY_PN}DLL/*.h - - dodoc "${WORKDIR}"/${MY_PN}Lib/*.txt - - find "${ED}" -name '*.la' -delete || die -}