From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mediainfo/
Date: Fri, 5 Jul 2024 17:49:31 +0000 (UTC) [thread overview]
Message-ID: <1720201734.a9fcf0343f57dc4217642142c84335e8d78963ea.pacho@gentoo> (raw)
commit: a9fcf0343f57dc4217642142c84335e8d78963ea
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 5 17:28:33 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Jul 5 17:48:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9fcf034
media-video/mediainfo: drop 22.09, 23.03, 23.04
Bug: https://bugs.gentoo.org/917612
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
media-video/mediainfo/Manifest | 3 -
media-video/mediainfo/mediainfo-22.09.ebuild | 89 ---------------------------
media-video/mediainfo/mediainfo-23.03.ebuild | 92 ----------------------------
media-video/mediainfo/mediainfo-23.04.ebuild | 92 ----------------------------
4 files changed, 276 deletions(-)
diff --git a/media-video/mediainfo/Manifest b/media-video/mediainfo/Manifest
index fed3d7176f69..bbdec9921532 100644
--- a/media-video/mediainfo/Manifest
+++ b/media-video/mediainfo/Manifest
@@ -1,4 +1 @@
-DIST mediainfo_22.09.tar.xz 2016868 BLAKE2B c4b1766c4d49be6e90d11c736e4572e24299ae96efdfbf92ef9d32a418d7777cad2ae60ac7e6234cfa7c3a11996e46fb178996c536b9ce13dd19a0449ae8bf86 SHA512 acdeef13153fd74c29d54b9bdf4e983dd81525ace47550977d99cb5950ab72579cbbfc1ae39d81d89e03c491ea559177a16853d9db20d83a995eff300b864d4d
-DIST mediainfo_23.03.tar.xz 2027676 BLAKE2B 2da17afaccb3a8b4a1e19012cb3bb29284856f9d16e27026701b1c78add444e83c5fbb3e22ff39955ffa1c0b6f62e87224c0b35a0ff007296c4c065f58f83c87 SHA512 5082826a315fefaa48ea65a09a538225f1311cfb48285c939bb7ce2ebc38a2d444e6974ecb8062e02b60fbde27759b5828fc97dd7f9229e0066e9d193137fb5c
-DIST mediainfo_23.04.tar.xz 2022444 BLAKE2B 4e5c1c09b670ee20839c49365f0973d783ec7ed4bd336bed7574b6369f356f8f11fe63fe99dd80a28b2677b3c872bc45941b89c307190fe0b8ab867f66ab7755 SHA512 768ac916da81ea10323be2957a87058ba863015f26a337ba3b3db15e40e52c7cd7b24f2ca2508334e35cdae6476d147ed4c81eeabfe801fa9dc5ca68ceb1e7af
DIST mediainfo_23.10.tar.xz 2025172 BLAKE2B 91816fa74e4f9949e73072bb25748ca350178c4e0bfc33cf5ff8ed5171dbc2d8266e418bfe83ed382f5de3b1e9d7d95e38188082ac2b2e5c8df34324407db184 SHA512 bf5864e5aafd38f64dbdf2ac47b19543ed24ab69d27180606ad49e587e6964e83995dcceffa441fabf0b0aa3c032c9450ad8738d28663a1b4180a9f651f4ba08
diff --git a/media-video/mediainfo/mediainfo-22.09.ebuild b/media-video/mediainfo/mediainfo-22.09.ebuild
deleted file mode 100644
index 68f70427ddc8..000000000000
--- a/media-video/mediainfo/mediainfo-22.09.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# These must be bumped together:
-# - media-libs/libzen (if a release is available)
-# - media-libs/libmediainfo
-# - media-video/mediainfo
-
-WX_GTK_VER="3.0-gtk3"
-inherit xdg-utils autotools wxwidgets
-
-DESCRIPTION="MediaInfo supplies technical and tag information about media files"
-HOMEPAGE="https://mediaarea.net/mediainfo/ https://github.com/MediaArea/MediaInfo"
-SRC_URI="https://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.xz"
-S="${WORKDIR}/MediaInfo"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
-IUSE="curl mms wxwidgets"
-
-RDEPEND="~media-libs/libmediainfo-${PV}[curl=,mms=]
- >=media-libs/libzen-0.4.37
- sys-libs/zlib
- wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-pkg_setup() {
- TARGETS="CLI"
-
- if use wxwidgets; then
- TARGETS+=" GUI"
- setup-wxwidgets
- fi
-}
-
-src_prepare() {
- default
-
- local target
- for target in ${TARGETS}; do
- cd "${S}"/Project/GNU/${target} || die
- sed -i -e "s:-O2::" configure.ac || die
- eautoreconf
- done
-}
-
-src_configure() {
- local target
-
- for target in ${TARGETS}; do
- cd "${S}"/Project/GNU/${target} || die
- local args=""
- [[ ${target} == "GUI" ]] && args="--with-wxwidgets --with-wx-gui"
- econf ${args}
- done
-}
-
-src_compile() {
- local target
-
- for target in ${TARGETS}; do
- cd "${S}"/Project/GNU/${target} || die
- default
- done
-}
-
-src_install() {
- local target
-
- for target in ${TARGETS}; do
- cd "${S}"/Project/GNU/${target} || die
- default
- dodoc "${S}"/History_${target}.txt
- done
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
- xdg_desktop_database_update
-}
diff --git a/media-video/mediainfo/mediainfo-23.03.ebuild b/media-video/mediainfo/mediainfo-23.03.ebuild
deleted file mode 100644
index a45f63ada5af..000000000000
--- a/media-video/mediainfo/mediainfo-23.03.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# These must be bumped together:
-# - media-libs/libzen (if a release is available)
-# - media-libs/libmediainfo
-# - media-video/mediainfo
-
-WX_GTK_VER="3.0-gtk3"
-inherit xdg-utils autotools wxwidgets
-
-DESCRIPTION="MediaInfo supplies technical and tag information about media files"
-HOMEPAGE="https://mediaarea.net/mediainfo/ https://github.com/MediaArea/MediaInfo"
-SRC_URI="https://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.xz"
-S="${WORKDIR}/MediaInfo"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
-IUSE="curl mms wxwidgets"
-
-# The libzen dep usually needs to be bumped for each release!
-RDEPEND="
- ~media-libs/libmediainfo-${PV}[curl=,mms=]
- >=media-libs/libzen-0.4.41
- sys-libs/zlib
- wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-pkg_setup() {
- TARGETS="CLI"
-
- if use wxwidgets; then
- TARGETS+=" GUI"
- setup-wxwidgets
- fi
-}
-
-src_prepare() {
- default
-
- local target
- for target in ${TARGETS}; do
- cd "${S}"/Project/GNU/${target} || die
- sed -i -e "s:-O2::" configure.ac || die
- eautoreconf
- done
-}
-
-src_configure() {
- local target
-
- for target in ${TARGETS}; do
- cd "${S}"/Project/GNU/${target} || die
- local args=""
- [[ ${target} == "GUI" ]] && args="--with-wxwidgets --with-wx-gui"
- econf ${args}
- done
-}
-
-src_compile() {
- local target
-
- for target in ${TARGETS}; do
- cd "${S}"/Project/GNU/${target} || die
- default
- done
-}
-
-src_install() {
- local target
-
- for target in ${TARGETS}; do
- cd "${S}"/Project/GNU/${target} || die
- default
- dodoc "${S}"/History_${target}.txt
- done
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
- xdg_desktop_database_update
-}
diff --git a/media-video/mediainfo/mediainfo-23.04.ebuild b/media-video/mediainfo/mediainfo-23.04.ebuild
deleted file mode 100644
index a45f63ada5af..000000000000
--- a/media-video/mediainfo/mediainfo-23.04.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# These must be bumped together:
-# - media-libs/libzen (if a release is available)
-# - media-libs/libmediainfo
-# - media-video/mediainfo
-
-WX_GTK_VER="3.0-gtk3"
-inherit xdg-utils autotools wxwidgets
-
-DESCRIPTION="MediaInfo supplies technical and tag information about media files"
-HOMEPAGE="https://mediaarea.net/mediainfo/ https://github.com/MediaArea/MediaInfo"
-SRC_URI="https://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.xz"
-S="${WORKDIR}/MediaInfo"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
-IUSE="curl mms wxwidgets"
-
-# The libzen dep usually needs to be bumped for each release!
-RDEPEND="
- ~media-libs/libmediainfo-${PV}[curl=,mms=]
- >=media-libs/libzen-0.4.41
- sys-libs/zlib
- wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-pkg_setup() {
- TARGETS="CLI"
-
- if use wxwidgets; then
- TARGETS+=" GUI"
- setup-wxwidgets
- fi
-}
-
-src_prepare() {
- default
-
- local target
- for target in ${TARGETS}; do
- cd "${S}"/Project/GNU/${target} || die
- sed -i -e "s:-O2::" configure.ac || die
- eautoreconf
- done
-}
-
-src_configure() {
- local target
-
- for target in ${TARGETS}; do
- cd "${S}"/Project/GNU/${target} || die
- local args=""
- [[ ${target} == "GUI" ]] && args="--with-wxwidgets --with-wx-gui"
- econf ${args}
- done
-}
-
-src_compile() {
- local target
-
- for target in ${TARGETS}; do
- cd "${S}"/Project/GNU/${target} || die
- default
- done
-}
-
-src_install() {
- local target
-
- for target in ${TARGETS}; do
- cd "${S}"/Project/GNU/${target} || die
- default
- dodoc "${S}"/History_${target}.txt
- done
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
- xdg_desktop_database_update
-}
next reply other threads:[~2024-07-05 17:49 UTC|newest]
Thread overview: 109+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-05 17:49 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-08 13:37 [gentoo-commits] repo/gentoo:master commit in: media-video/mediainfo/ Sam James
2025-03-08 11:07 Sam James
2025-03-08 1:37 Sam James
2024-12-01 11:26 Sam James
2024-04-20 23:53 Sam James
2024-04-20 23:48 Sam James
2024-04-20 23:48 Sam James
2023-11-24 14:31 Pacho Ramos
2023-06-25 19:28 Sam James
2023-06-25 19:17 Sam James
2023-06-11 4:11 Arthur Zamarin
2023-06-10 16:48 Sam James
2023-06-10 16:32 Sam James
2023-05-17 19:51 Louis Sautier
2023-04-15 5:58 Sam James
2023-04-15 5:58 Sam James
2022-12-18 19:32 Arthur Zamarin
2022-12-18 12:45 Sam James
2022-11-14 16:24 Alexis Ballier
2022-11-12 17:48 Matt Turner
2022-09-03 5:27 Sam James
2022-09-03 5:27 Sam James
2022-08-16 21:21 John Helmert III
2022-07-30 5:16 Yixun Lan
2022-07-14 19:55 Arthur Zamarin
2022-07-12 1:10 Sam James
2022-04-24 6:30 Agostino Sarubbo
2022-04-23 15:27 Sam James
2022-04-22 1:03 Sam James
2022-01-02 6:16 Sam James
2021-03-28 0:10 Pacho Ramos
2021-01-24 2:56 Andreas Sturmlechner
2021-01-24 2:56 Andreas Sturmlechner
2020-12-10 21:41 Thomas Deutschmann
2020-12-06 23:34 Sam James
2020-10-14 12:03 Alexis Ballier
2020-10-07 7:09 Agostino Sarubbo
2020-10-07 6:42 Agostino Sarubbo
2020-08-11 21:26 Thomas Deutschmann
2020-05-07 3:51 Tim Harder
2020-05-07 3:51 Tim Harder
2020-04-05 10:05 Tim Harder
2019-11-10 6:50 Tim Harder
2019-11-10 6:50 Tim Harder
2019-09-13 16:46 Tim Harder
2019-08-31 10:41 Tim Harder
2019-08-31 10:41 Tim Harder
2019-07-18 4:57 Tim Harder
2019-06-22 21:02 Tim Harder
2019-06-22 21:02 Tim Harder
2019-05-10 8:42 Tim Harder
2019-05-10 8:42 Tim Harder
2019-05-10 8:42 Tim Harder
2018-12-12 8:25 Tim Harder
2018-12-12 8:25 Tim Harder
2018-12-12 8:25 Tim Harder
2018-09-15 12:24 Tim Harder
2018-09-15 12:24 Tim Harder
2018-09-15 12:24 Tim Harder
2018-09-15 12:24 Tim Harder
2018-06-05 4:31 Tim Harder
2018-06-05 4:31 Tim Harder
2018-06-05 4:31 Tim Harder
2018-03-24 1:53 Tim Harder
2018-03-04 22:11 Patrice Clement
2018-02-03 9:15 Tim Harder
2018-02-03 9:15 Tim Harder
2017-12-25 23:09 Tim Harder
2017-11-02 22:50 Tim Harder
2017-10-18 7:21 Tim Harder
2017-10-18 7:21 Tim Harder
2017-09-13 8:55 Tim Harder
2017-09-13 8:55 Tim Harder
2017-09-13 8:55 Tim Harder
2017-08-31 11:36 Tim Harder
2017-08-31 11:36 Tim Harder
2017-08-14 5:39 Tim Harder
2017-08-14 5:39 Tim Harder
2017-08-14 5:39 Tim Harder
2017-07-10 7:37 Tim Harder
2017-07-10 7:37 Tim Harder
2017-07-10 7:37 Tim Harder
2017-06-08 7:19 Tim Harder
2017-05-20 14:21 Tim Harder
2017-05-20 14:21 Tim Harder
2017-05-20 14:21 Tim Harder
2017-04-03 8:34 Tim Harder
2017-02-05 0:45 Tim Harder
2017-01-07 19:50 Tim Harder
2017-01-07 19:50 Tim Harder
2016-12-06 4:53 Tim Harder
2016-12-06 4:53 Tim Harder
2016-12-06 4:53 Tim Harder
2016-11-03 0:31 Tim Harder
2016-11-03 0:31 Tim Harder
2016-11-03 0:31 Tim Harder
2016-10-03 22:08 Tim Harder
2016-09-01 6:55 Tim Harder
2016-07-26 4:23 Tim Harder
2016-06-13 3:33 Tim Harder
2016-06-13 3:33 Tim Harder
2016-05-01 6:04 Tim Harder
2016-04-11 5:08 Tim Harder
2016-03-06 2:25 Tim Harder
2016-02-01 5:05 Tim Harder
2016-01-14 1:39 Tim Harder
2015-12-14 5:01 Tim Harder
2015-12-14 4:58 Tim Harder
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1720201734.a9fcf0343f57dc4217642142c84335e8d78963ea.pacho@gentoo \
--to=pacho@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox